Skip to content
Accessibility Scanner

Comparison

A WAVE accessibility alternative

By · updated 2026-09-15

WAVE shows accessibility problems as icons on top of your page. This gives you a list instead, tied to WCAG criteria, that you can send to someone else. Here is how they differ.

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

How WAVE shows results

WAVE is made by WebAIM, the nonprofit at Utah State University that also publishes the annual WebAIM Million study. It runs as a browser extension for Chrome, Firefox and Edge, and places icons directly on the page: errors, contrast errors, alerts, structural elements and ARIA. That is a good way to learn how a page is built, and why it is widely used in teaching.

The results live in your browser, though. To pass them on you take screenshots, or pay for WebAIM's API, which is billed per credit.

Why the counts will not match axe

WAVE uses its own evaluation engine. This scanner uses axe-core, the engine behind Lighthouse and axe DevTools. The two overlap on the common failures but word, group and count things differently, and WAVE's "alerts" are closer to axe's "needs review" than to failures. Run both and the totals will differ without either being wrong.

Here, every finding is tied to a WCAG success criterion and conformance level, which is what you need if the question is "which criteria are we failing, and on which templates".

What this adds

  • A link instead of screenshots. Each scan is a report page with the failing elements outlined, which you can send to a client or developer.
  • Exports. CSV, JSON or Markdown with the selector and a fix link per finding, ready for an issue tracker or a coding agent.
  • A CI check. A CLI and GitHub Action fail the build when a change reintroduces an issue.

Plenty of people use both: WAVE to understand a page visually, and a scan like this to record and track what fails.

Frequently asked questions

Is this the same as WAVE?

No. WAVE uses its own engine and annotates the page in your browser. This runs axe-core on our side and gives you a report link mapped to WCAG criteria.

Is WAVE or axe-core better?

They are built for different jobs. WAVE is strong for seeing issues in place and learning page structure. axe-core is rule-based and maps findings to WCAG criteria, which suits tracking and CI.

Is this WAVE alternative free?

The WAVE extension is free and its API is paid. Here, a single-page scan is free with no sign-up, and multi-page audits and monitoring are paid.

Can I export the results?

Yes, as CSV, JSON or Markdown. Each row has the element selector, what failed and where to read about the fix.

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.