Testing

axe-core vs. Lighthouse: Which Catches More Accessibility Issues?

5 min read

Lighthouse and axe-core are the two automated accessibility scanners most teams reach for. They share a heritage (Lighthouse's a11y category embeds axe-core), but they catch different things in practice. We ran both against 50 production websites — here's what we found.

axe-core versus Lighthouse across 50 sites Across 50 sites, Lighthouse found an average of 4.2 issues per site and triggered 27 unique rules, while axe-core 4.9 found 7.8 issues per site and triggered 56 unique rules. AXE-CORE vs LIGHTHOUSE — 50 SITES Avg issues found per site 4.2 · Lighthouse 7.8 · axe-core Unique rules triggered 27 · Lighthouse 56 · axe-core (full WCAG 2.2) axe-core catches WCAG 2.2 target-size, ARIA misuse, and landmark issues Lighthouse misses.
Use both: Lighthouse to track a top-line score, axe-core to actually find and fix issues.

The setup

  • 50 sites, mix of e-commerce, SaaS, and content (avg 8 issues/site between the two).
  • Lighthouse 11 (default a11y category, mobile preset).
  • axe-core 4.9 with rules at wcag2a, wcag2aa, wcag21a, wcag21aa, wcag22aa.

Results

MetricLighthouseaxe-core 4.9
Avg issues found per site4.27.8
Unique rules triggered2756
WCAG 2.2 coveragepartialfull
False positive rate (manual review)~5%~3%

What axe-core catches that Lighthouse misses

  • WCAG 2.2 target-size violations (2.5.8).
  • ARIA misuse on custom widgets (axe is much stricter on role/state mismatch).
  • Region/landmark issues on complex layouts.
  • Color contrast on text inside images (axe has better OCR-aware checks).

What Lighthouse adds

  • Performance correlation: an accessibility score next to LCP/CLS gives leadership a single dashboard.
  • Crawl-style scoring out of 100, easier to track over time at a high level.

Verdict

Use both. Lighthouse is great for tracking a top-line score in CI dashboards. axe-core is what you want when you need to fix issues — its rule set is broader, its node-level reporting is more actionable, and it's the engine behind most professional audits. AccessProof runs axe-core under the hood, mapped to WCAG 2.2 and exportable as PDF.

Want this checked on your site automatically?

AccessProof scans your site against WCAG 2.2 every day, scores it, and tells you exactly what to fix. Free plan available.