Skip to content
Accessibility Scanner

Comparison

A Lighthouse accessibility alternative

By · updated 2026-09-15

Lighthouse turns accessibility into one number out of 100. If you want the list behind the number, with each failure tied to a WCAG criterion, paste a URL below.

Scan a URL, free, no signup, no email.

How the Lighthouse score is calculated

Lighthouse's accessibility audits come from axe-core, the engine this scanner also runs, but Lighthouse uses a subset of axe's rules. The score is a weighted average of those audits, and each audit is simply passed or failed. One unlabelled field and fifty unlabelled fields fail the same audit and cost the same points.

That makes the score useful as a trend and poor as a to-do list. A page can sit in the 90s with a checkout form nobody can use by keyboard, because Lighthouse cannot test that and says so: it lists "additional items to manually check" under the score.

What you get here instead

Every failing element, grouped by severity, with the WCAG success criterion and Level A or AA next to it. Findings that need a person are kept in their own list rather than folded into a score.

  • Resolved contrast. Text on a CSS gradient comes back from axe, and so from Lighthouse, as "needs review". This measures the worst-case colour stop and gives a real pass or fail, as explained in resolving contrast over CSS gradients.
  • An export you can track. Download the findings as CSV, JSON or Markdown and work through them as tickets.
  • A build gate. The GitHub Action fails a pull request that adds a violation, which a score threshold cannot do per issue.

A score of 100 still leaves work

Both tools test the machine-checkable part of WCAG, which is roughly a third of the success criteria. A clean automated result means the checkable part passed. Keyboard access, focus order and meaningful alt text still need a manual pass, whichever tool you use.

Frequently asked questions

Does Lighthouse use axe-core?

Yes. Its accessibility audits are a subset of axe-core rules, so any issue Lighthouse finds, this scan finds too, along with the WCAG criterion it maps to.

Is a Lighthouse accessibility score of 100 compliant?

No. It means every automated audit Lighthouse runs passed. The criteria that need manual testing are untouched by the score, and no score is a legal finding.

Why use this instead of Lighthouse?

When you need to fix things rather than track a number: each failing element, its criterion and level, an export for your tracker, and a CI gate. Lighthouse is still handy for a combined performance and SEO check.

Is it free?

Lighthouse is free and built into Chrome. Our single-page scan is free as well, with no email asked for. Scanning many pages or re-scanning on a schedule is on a paid plan.

Related guides

See what's actually broken on your site

Real axe-core results, every element outlined. No email wall, no fake “compliant” badge.

Run a free scan

Last updated 2026-09-15.