The Disparate Impact Ratio is a statistical measure calculated by dividing the favorable outcome rate of a protected group by the favorable outcome rate of a reference group. A ratio below a specific legal threshold—commonly the four-fifths rule (0.80) established by the U.S. Equal Employment Opportunity Commission—indicates a prima facie case of adverse impact, signaling that an automated decision system disproportionately denies opportunities to a protected class.
Glossary
Disparate Impact Ratio

What is Disparate Impact Ratio?
A quantitative threshold used in algorithmic auditing to flag potentially discriminatory outcomes against legally protected demographic groups.
In machine learning governance, this metric is applied to model predictions across sensitive attributes like race or gender. It serves as a critical diagnostic in bias detection and fairness audits, distinct from disparate treatment which requires proof of discriminatory intent. A low ratio triggers a mandatory review of training data, feature selection, and model architecture to identify and mitigate the source of the statistical skew.
Key Characteristics of the Disparate Impact Ratio
The Disparate Impact Ratio (DIR) is a statistical measure used to quantify whether a model's decisions disproportionately harm a protected demographic group. It is a cornerstone of quantitative fairness testing in regulated industries.
The 80% Rule (Four-Fifths Rule)
The most common threshold for adverse impact. A selection rate for a protected group that is less than 80% of the rate for the group with the highest selection rate generally constitutes evidence of adverse impact.
- Calculation:
DIR = (Selection Rate of Protected Group) / (Selection Rate of Reference Group) - Example: If a hiring model approves 60% of male applicants but only 30% of female applicants, the DIR is
0.30 / 0.60 = 0.50. This violates the 80% rule. - Origin: Codified in the Uniform Guidelines on Employee Selection Procedures (1978).
Statistical Significance Testing
Beyond the raw ratio, statistical tests determine if an observed disparity is due to chance. A small sample size can produce a low DIR that is not statistically significant.
- Fisher's Exact Test: Used for small sample sizes to test the independence of selection and group membership.
- Two-Standard Deviation Test: A simpler heuristic; if the difference between expected and actual selections exceeds two standard deviations, it's flagged.
- Practical Significance: A DIR may be statistically significant but not practically meaningful if the absolute number of affected individuals is tiny.
Conditional Disparate Impact
A more granular analysis that controls for legitimate, job-related qualifications. It isolates whether the disparity exists within similarly qualified subgroups.
- Mechanism: Stratify the population by a legitimate explanatory variable (e.g., years of experience) and calculate the DIR within each stratum.
- Purpose: Distinguishes between systemic bias and a genuine difference in the distribution of qualifications.
- Example: If the overall DIR is 0.60, but within each experience band (0-5 yrs, 5-10 yrs) the DIR is > 0.90, the overall disparity is explained by a difference in experience distribution, not direct bias.
Remediation vs. Fairness Constraints
When a DIR violation is detected, remediation can occur at different stages of the ML lifecycle. The choice of intervention has distinct trade-offs.
- Pre-processing: Reweighing or resampling the training data to remove historical bias before model training.
- In-processing: Adding a fairness constraint directly to the model's loss function to penalize disparate outcomes during training.
- Post-processing: Adjusting the model's decision threshold for different groups after prediction to equalize selection rates.
- Trade-off: Post-processing is easiest to implement but can violate individual fairness by treating similar individuals differently.
Limitations of the Ratio
The DIR is a narrow, group-level fairness metric. It does not capture all forms of algorithmic harm.
- Fairness Gerrymandering: A system can satisfy the DIR globally but still discriminate against specific subgroups (e.g., older women).
- Individual Fairness: The DIR ignores whether similar individuals are treated similarly; it only looks at aggregate group outcomes.
- Base Rate Neglect: The metric does not account for true differences in the target variable between groups, which can lead to reverse discrimination if applied blindly.
- Intersectionality: A single binary DIR calculation often fails to capture compounded bias against individuals at the intersection of multiple protected characteristics.
Frequently Asked Questions
Clear, technically precise answers to the most common questions about measuring and interpreting the disparate impact ratio in algorithmic fairness audits.
The disparate impact ratio (DIR), also known as the adverse impact ratio, is a statistical measure that quantifies the relative selection rate of a protected demographic group compared to a reference group. It is calculated by dividing the favorable outcome rate for the protected group by the favorable outcome rate for the reference group. For example, if a hiring algorithm approves 30% of applicants from Group A (protected) and 60% from Group B (reference), the DIR is 0.30 / 0.60 = 0.50, or 50%. A ratio of 1.0 indicates perfect parity, while values below 0.80 (the four-fifths rule threshold established by the U.S. Equal Employment Opportunity Commission) typically trigger further scrutiny for potential discrimination.
Disparate Impact Ratio vs. Other Fairness Metrics
A comparison of the Disparate Impact Ratio with other common statistical fairness metrics used to evaluate model outcomes across protected demographic groups.
| Feature | Disparate Impact Ratio | Demographic Parity Difference | Equalized Odds Difference | Statistical Parity Difference |
|---|---|---|---|---|
Core Definition | Ratio of positive outcome rates between unprivileged and privileged groups | Absolute difference in positive outcome rates between groups | Difference in true positive rates and false positive rates between groups | Absolute difference in selection rates between groups |
Ideal Value | 1.0 (no disparity) | 0.0 (no difference) | 0.0 (no difference) | 0.0 (no difference) |
Legal Threshold | 0.8 (80% rule) | No universal threshold | No universal threshold | No universal threshold |
Measures Independence | ||||
Measures Separation | ||||
Accounts for Base Rates | ||||
Sensitive to Sample Size | ||||
Common Use Case | Regulatory compliance screening | Adverse impact analysis | Recidivism and credit scoring | Hiring and admissions auditing |
Enabling Efficiency, Speed & Accuracy
Intelligent Analysis, Decision & Execution
We build AI systems for teams that need search across company data, workflow automation across tools, or AI features inside products and internal software.
Talk to Us
Search across company data
Give teams answers from docs, tickets, runbooks, and product data with sources and permissions.
Useful when people spend too long searching or get different answers from different systems.

Automate internal workflows
Use AI to route work, draft outputs, trigger actions, and keep approvals and logs in place.
Useful when repetitive work moves across multiple tools and teams.

Add AI to products and internal tools
Build assistants, guided actions, or decision support into the software your team or customers already use.
Useful when AI needs to be part of the product, not a separate tool.
Related Terms
Master the interconnected concepts of algorithmic fairness testing, regulatory compliance, and bias mitigation that surround the Disparate Impact Ratio.
The 80% Rule (Four-Fifths Rule)
The original Uniform Guidelines threshold from 1978. A selection rate for a protected group that is less than 80% of the rate for the group with the highest selection rate constitutes evidence of adverse impact. This is the direct historical precedent for the Disparate Impact Ratio. If the ratio falls below 0.80, a prima facie case of discrimination is established under U.S. employment law.
Equalized Odds
A stricter fairness criterion than simple demographic parity. It requires that a model's true positive rate and false positive rate are equal across protected and unprotected groups. Unlike the Disparate Impact Ratio, which only looks at overall selection rates, equalized odds ensures the model is equally accurate for all groups. This is a key metric in the Hardt et al. (2016) fairness framework.
Demographic Parity
A fairness definition requiring that a model's positive prediction rate is identical across all demographic groups. This is the strictest interpretation of the Disparate Impact Ratio (targeting a ratio of 1.0). While it eliminates disparate impact, it can sometimes conflict with predictive parity if base rates differ between groups. It is often mandated in highly regulated lending and hiring contexts.
Conditional Statistical Parity
An extension of demographic parity that allows for legitimate differentiating factors. It requires equal selection rates across protected groups only after controlling for a set of legitimate risk factors (e.g., driving experience for auto insurance). This aligns with the business necessity defense in disparate impact law, where a facially neutral policy is permissible if it is job-related and consistent with business necessity.
Adverse Impact Ratio (AIR)
Often used synonymously with Disparate Impact Ratio, particularly in U.S. employment law and EEOC investigations. The calculation is identical: (Selection Rate of Protected Group) / (Selection Rate of Reference Group). An AIR below 0.80 triggers a legal burden on the employer to prove the selection tool's job relevance. It is the foundational metric for Title VII compliance audits.

About the author
Prasad Kumkar
CEO & MD, Inference Systems
Prasad Kumkar is the CEO & MD of Inference Systems and writes about AI systems architecture, LLM infrastructure, model serving, evaluation, and production deployment. Over 5+ years, he has worked across computer vision models, L5 autonomous vehicle systems, and LLM research, with a focus on taking complex AI ideas into real-world engineering systems.
His work and writing cover AI systems, large language models, AI agents, multimodal systems, autonomous systems, inference optimization, RAG, evaluation, and production AI engineering.
Partnered with leading AI, data, and software stack.
How We Work
Custom AI workflows for your Business
One-fit-all AI don't work for modern businesses. At Inferensys, we aim to understand your business & custom requirements; which we use to define most efficient agentic workflows, the data, and the tools for your business.
01
Review the use case
We understand the task, the users, and where AI can actually help.
Read more02
Pick the right approach
We define what needs search, automation, or product integration.
Read more03
Build the first useful version
We implement the part that proves the value first.
Read more04
Improve from there
We add the checks and visibility needed to keep it useful.
Read moreThe first call is a practical review of your use case and the right next step.
Talk to Us