Skip to main content
Regulome
Search the register
For ProvidersRun the free checker
Compliance guideUpdated August 3, 2026

AI bias audit: guide, methodology, and free checklist

What a bias audit is, which laws require one, how the five phases work, and how to pick an auditor.

What an AI bias audit is

An AI bias audit is a structured, independent evaluation of an artificial intelligence system to determine whether its outputs produce disparate, and potentially discriminatory, outcomes across protected demographic groups. Those groups typically include race, sex, age, disability status, national origin, and in some jurisdictions sexual orientation or religion.

A bias audit is conducted by a qualified third party with no commercial stake in the system's continued deployment. The auditor examines the system at three levels: the training data used to build the model, the statistical outputs of the model under controlled testing conditions, and, where accessible, real-world decision records that reveal disparities emerging after deployment.

The core analytical tool is disparate impact analysis, borrowed from employment discrimination law. Under the four-fifths rule in EEOC guidance, a selection rate for any protected group that falls below 80% of the highest group's rate signals potential adverse impact requiring explanation or remedy. Modern audits extend past that single metric to false positive rate parity, calibration across groups, and counterfactual fairness: testing whether changing only a protected attribute, while holding everything else constant, changes the outcome.

AI systems can encode and amplify discrimination without discriminatory intent. A resume screening model trained on historical hiring data inherits the biases in those past decisions. A credit scoring algorithm that uses zip code as a feature can replicate the effects of redlining. Quantifying those disparities, and documenting what was done about them, is a legal obligation in several jurisdictions and a defensible risk management practice everywhere else.

Laws that require bias audits

Bias auditing moved from best practice to legal requirement in several jurisdictions between 2023 and 2026. These are the ones that matter most.

NYC Local Law 144: automated employment decision tools

Effective January 1, 2023, with DCWP enforcement from July 5, 2023, NYC Local Law 144 requires an independent bias audit conducted no more than one year before an automated employment decision tool is used for a job located in New York City. Coverage keys on job location, not candidate residence: a fully remote role tied to an NYC office is covered, and a San Francisco role is not, even if the applicant lives in NYC. The audit must report selection or scoring rates and impact ratios by sex, by race and ethnicity, and for intersectional categories. A summary of results and the tool's distribution date must stay posted on the employer's website for at least six months after the tool's last use. Penalties are $500 for a first violation and $500 to $1,500 for each subsequent violation, per violation per day.

Read the NYC LL 144 guide

Colorado AI Act (SB 26-189): consumer rights, not impact assessments

Colorado repealed and reenacted its AI law in May 2026. SB 26-189 applies from January 1, 2027 and drops the original duty of reasonable care, mandatory risk-management programs, and annual impact assessments. What remains for deployers whose AI materially influences a consequential decision: notice that ADMT is in use, an explanation of adverse decisions, a route to correct inaccurate personal data, and human review. Insurers subject to C.R.S. 10-3-1104.9 are deemed compliant, and HIPAA covered entities and business associates are excluded. Bias testing is no longer mandated by name, but C.R.S. 6-1-1707 allocates fault between developers and deployers in state anti-discrimination actions and voids contract terms that indemnify a party for its own violations, so testing evidence still carries weight.

Colorado AI Act compliance checklist

EU AI Act: high-risk system requirements

Under the EU AI Act (Regulation 2024/1689), high-risk AI systems, including those used in employment, credit scoring, education, and biometric identification, must undergo a conformity assessment before market placement, covering bias and discrimination risk, technical robustness, and post-market monitoring. Regulation (EU) 2026/1744, in force since July 27, 2026, deferred those obligations to December 2, 2027 for stand-alone Annex III systems and August 2, 2028 for Annex I embedded systems. The rest of the Act has applied since August 2, 2026, including the Article 50 transparency duties.

Read the EU AI Act guide

EEOC guidance: AI and employment discrimination

EEOC guidance clarifies that existing federal anti-discrimination law, including Title VII, the Age Discrimination in Employment Act, and the ADA, applies to AI-assisted hiring tools. Employers using AI screening that produces disparate impact on protected groups face liability regardless of intent and regardless of whether the tool was built in-house or purchased. A bias audit creates a documented record of good-faith compliance that is relevant in enforcement proceedings.

When you need an AI bias audit

Not every AI system requires a formal third-party audit, but the list of triggers keeps growing. You likely need one if any of these applies.

  • Hiring or promotion tools used for NYC-based jobs

    NYC LL 144 requires an independent bias audit conducted within the previous year before an AEDT is used for a job located in New York City, including fully remote roles tied to an NYC office. There is no small-employer exemption.

  • Consequential-decision AI affecting Colorado consumers

    From January 1, 2027, Colorado SB 26-189 requires notice, explanations of adverse decisions, data correction, and human review where AI materially influences a consequential decision. Discrimination exposure under existing Colorado and federal law is unchanged.

  • Lending or credit scoring AI

    The Equal Credit Opportunity Act prohibits discriminatory credit decisions. AI credit models with disparate impact across race, sex, or national origin create ECOA and FCRA exposure.

  • Healthcare benefits or clinical AI

    AI systems that influence coverage determinations, care recommendations, or resource allocation face scrutiny under Section 1557 of the ACA and state insurance regulations.

  • EU AI Act obligations

    Any high-risk AI system placed on the EU market must complete conformity assessment including bias and robustness testing, from December 2, 2027 for stand-alone Annex III systems.

Where no law mandates an audit, proactive testing is still standard risk management for any AI system involved in consequential decisions. Finding a disparity early costs far less than defending a discrimination claim after deployment.

AI bias audit methodology

A rigorous audit runs in five phases. Each builds on the previous one, and the full audit produces a written report with quantified findings, identified disparities, and prioritized remediation recommendations.

Phase 1: Data audit

The audit begins with the training data, because a model is only as fair as the data it learned from. Auditors examine the composition of training datasets for representation gaps, historical bias encoded in outcome labels, proxy variables that substitute for protected characteristics (zip code for race, name for national origin), and data quality disparities across groups.

A thorough data audit traces lineage: where the data came from, what transformations were applied, and whether preprocessing introduced or amplified bias. Auditors look for missing data patterns that correlate with protected group membership, since sparse data on minority groups is itself a risk factor for biased outputs.

Phase 2: Model testing and disparate impact analysis

Statistical testing is the core of the audit. Auditors run the system on a test population with known demographic attributes and measure outcomes across protected groups. Standard metrics:

  • Selection rate by protected group (four-fifths rule threshold: below 0.8 signals adverse impact)
  • Scoring rate and scoring-rate impact ratio, where the tool produces scores rather than selections
  • False positive rate parity: are false positives distributed equally across groups?
  • False negative rate parity: who is incorrectly rejected at higher rates?
  • Calibration: do confidence scores mean the same thing across groups?
  • Counterfactual fairness: does changing only a protected attribute change the outcome?

NYC LL 144 requires selection or scoring rates and impact ratios for sex categories, race and ethnicity categories, and intersectional categories, with categories under 2% of the data excludable if disclosed. EU AI Act conformity assessments require technical robustness testing for the relevant high-risk categories.

Phase 3: Documentation review

Auditors review model cards, data sheets, intended use specifications, known limitations disclosures, and consumer-facing notices, assessing whether the system's actual behavior matches its stated purpose. Gaps are common when models drift after deployment or when vendor documentation misses real usage contexts.

For third-party systems, the auditor examines vendor contracts to determine whether the deployer received the information it needs to meet its own obligations.

Phase 4: Remediation recommendations

The report identifies disparities and ranks remediation options by feasibility and expected impact. Common pathways:

  • Data resampling or reweighting to correct demographic imbalances in training data
  • Threshold adjustment: different decision cutoffs per group to equalize outcomes
  • Feature removal or transformation: eliminating or transforming proxy variables
  • Model retraining with fairness-aware objectives (in-processing interventions)
  • Post-processing calibration: adjusting model outputs after scoring

No single fairness criterion satisfies every objective at once; that is a mathematical result known as the impossibility theorem of fairness. A qualified auditor makes the trade-offs explicit and helps document the policy justification for the approach chosen.

Phase 5: Ongoing monitoring

A point-in-time audit is necessary but not sufficient. Systems develop new disparities after deployment as the input distribution shifts, the affected population changes, or the model is retrained.

LL 144 requires an audit conducted within the year before each use, so compliance is recurring rather than one-time. Production monitoring should track demographic outcome distributions and alert when statistically significant disparities emerge.

How to choose an AI bias auditor

Audit firms differ widely, and the LL 144 independence requirement is not met by a vendor reviewing its own system. Five things to evaluate.

1

Independence

The auditor must have no financial relationship with the AI system developer that could compromise objectivity. NYC LL 144 excludes anyone involved in using, developing, or distributing the tool from serving as the independent auditor.

2

Technical methodology

Ask for the auditor's statistical methodology document. It should specify which fairness metrics they calculate, how they handle intersectional analysis, and how they test for counterfactual fairness.

3

Regulatory expertise

The auditor should know the requirements of the jurisdictions relevant to your system. NYC LL 144 has different output requirements than an EU AI Act conformity assessment.

4

Sectoral experience

Bias testing for a credit scoring model requires different expertise than auditing a hiring screener or a healthcare risk tool. Look for demonstrated experience in your sector.

5

Remediation support

Ask whether the engagement includes technical guidance on feasible remediation options and post-remediation validation testing, or ends at the findings report.

Find bias audit firms in the register

The provider register lists bias audit firms with their specializations and jurisdictional coverage. Verified listings are flagged on each profile.

Browse providers

Free AI bias audit checklist

33 items across 5 phases

Use this to prepare for an audit, scope an RFP for an auditor, or check that a proposed methodology covers every phase. It follows the five-phase methodology above and aligns with NYC LL 144 and EU AI Act requirements.

Post an RFP
Phase 1

Data Audit

7 items
  • Inventoried all training datasets and their sources
  • Documented data collection methods and any known sampling biases
  • Verified demographic representation across all protected categories (race, sex, age, disability, national origin)
  • Checked for proxy variables that could encode protected characteristics
  • Assessed data quality: completeness, accuracy, and recency by subgroup
  • Documented data lineage and any preprocessing transformations
  • Reviewed historical outcome data for evidence of prior discrimination
Phase 2

Model Testing and Disparate Impact Analysis

7 items
  • Defined the primary outcome metric and success criteria
  • Calculated selection rates for each protected group (four-fifths rule threshold: below 0.8)
  • Calculated scoring rates and scoring-rate impact ratios where the tool produces scores rather than selections
  • Calculated results for intersectional categories (for example, Hispanic or Latino male candidates), which NYC LL 144 requires
  • Tested model performance metrics (accuracy, false positive rate, false negative rate) separately per group
  • Applied counterfactual fairness testing: changed protected attributes, compared outcomes
  • Documented all fairness metrics with numerical results and confidence intervals
Phase 3

Documentation Review

7 items
  • Reviewed model cards, data sheets, and system documentation for completeness
  • Verified that intended use cases and limitations are clearly documented
  • Checked that known failure modes are disclosed to deployers
  • Confirmed human oversight mechanisms are documented and operational
  • Reviewed consumer disclosure language for accuracy and comprehensibility
  • Verified vendor contracts include AI governance representations (if third-party system)
  • Documented any gaps between actual system behavior and published specifications
Phase 4

Remediation Recommendations

6 items
  • Prioritized disparities by magnitude, affected population size, and legal risk
  • Evaluated resampling or reweighting of training data to correct imbalances
  • Assessed algorithmic fairness interventions (pre-processing, in-processing, post-processing)
  • Defined acceptable residual risk thresholds with business and legal sign-off
  • Documented remediation timeline with responsible owners
  • Planned re-audit schedule following any model retraining or significant update
Phase 5

Ongoing Monitoring

6 items
  • Implemented production monitoring for demographic outcome distributions
  • Set alert thresholds for statistically significant disparities in live outputs
  • Scheduled periodic re-audits (at least annually, or on significant model change)
  • Established process for employees or consumers to report suspected bias
  • Created incident response process for confirmed discrimination findings
  • Documented monitoring methodology for regulatory record-keeping

Questions

What is an AI bias audit?

An AI bias audit is a systematic evaluation of an AI system to identify whether it produces discriminatory outcomes across protected demographic groups such as race, sex, age, disability status, or national origin. The audit examines training data, model outputs, and real-world decision patterns using statistical tests including disparate impact analysis and counterfactual fairness testing. Audits are conducted by independent third parties and result in a written report with remediation recommendations.

Is AI bias testing legally required?

In some jurisdictions, yes. NYC Local Law 144 requires an independent bias audit conducted no more than one year before each use of an automated employment decision tool for a job based in New York City, with a summary of results posted publicly. The EU AI Act requires conformity assessment including bias and robustness testing for high-risk AI systems; under Regulation (EU) 2026/1744 those obligations apply from December 2, 2027 for stand-alone Annex III systems and August 2, 2028 for embedded Annex I systems. Colorado's rewritten AI law (SB 26-189, applying January 1, 2027) no longer mandates impact assessments, but it allocates fault between developers and deployers in state anti-discrimination actions, so documented testing still matters. Federal anti-discrimination law applies to AI hiring tools regardless of jurisdiction.

How much does an AI bias audit cost?

Most audit firms do not publish prices, and no reliable public benchmark exists. Cost is driven by scope: the number of models and decision contexts, how well the system is documented, how much training data access the auditor gets, how many protected categories and intersections must be analyzed, and the size of the affected population. The practical approach is to scope the work in writing (systems, metrics, deliverables, re-test terms) and request quotes from three independent firms rather than budgeting from a published range.

Find AI bias auditors on Regulome

The register lists firms working on NYC LL 144, Colorado, and EU AI Act requirements, with their specializations and coverage. Describe your brief once and we route it to providers that match your jurisdiction and need.