Conversion Science · established evidence
The WebAIM Million: What a Website Accessibility Audit of 1,000,000 Homepages Reveals
A website accessibility audit at the largest possible scale, WebAIM's annual automated scan of the top one million home pages, finds that failing the Web Content Accessibility Guidelines is not the exception but the rule. In its 2026 edition, 95.9 percent of home pages carried at least one detectable WCAG 2 failure, and the average page contained 56.1 distinct errors, a figure that rose 10.1 percent year over year. Because an automated scan can only test a subset of the guidelines, that number is a floor rather than a ceiling: the true count of barriers a disabled visitor meets is higher still. The pattern is not improving as tooling improves. It is worsening as pages grow more complex, with average page complexity up 22.5 percent over the prior year. This piece reads the data plainly, explains what the scan can and cannot see, and sets out what a genuine audit of your own site would measure.
A million-homepage scan, and what it actually measured
The WebAIM Million is an annual, automated accessibility evaluation of the home pages of the top one million websites, run by WebAIM, the accessibility unit at Utah State University's Center for Persons with Disabilities. Each home page is tested with the same engine used in the widely deployed WAVE tooling, and the results are aggregated into one of the few public datasets large enough to describe the state of the web rather than a single sector or sample.
Two facts about the method matter before any number is read. First, the scan looks only at home pages, which are typically the most maintained page a business owns, so a whole-site audit would tend to find more, not less. Second, an automated engine can only detect the WCAG success criteria that are machine-testable, such as missing alternative text or insufficient color contrast, and cannot judge the criteria that require a human, such as whether alternative text is meaningful or whether a reading order makes sense. Every figure below is therefore a conservative floor.
Failure is the statistical norm, not the exception
The headline finding is blunt: 95.9 percent of the one million home pages had at least one detectable WCAG 2 failure. Inverted, that means a home page with zero automatically detectable accessibility errors is roughly a one-in-twenty rarity across the measured web. Compliance is not the baseline that a few laggards fall below. It is the outlier.
This reframes how a business owner should hear the phrase "our site probably has some accessibility issues." Against the population data, the realistic prior is not "probably some" but "almost certainly several, and more than an automated tool can even see." The relevant question is not whether a given site fails the standard, but how far from it the site sits and which barriers block real transactions.
The average page is not failing by a hair
The severity is not marginal. The average home page in the 2026 scan carried 56.1 distinct detectable errors. These are not 56 cosmetic quibbles; each is a place where an automated tool, testing only the machine-checkable slice of WCAG, can already confirm a barrier. A wcag failure rate near total, combined with dozens of confirmed errors per page, describes a web that was largely never built to the standard in the first place.
The recurring categories: where the errors cluster
Year after year, the WebAIM Million reports the same small set of error categories accounting for the bulk of detected failures. The most common are low-contrast text, missing alternative text on images, empty links, missing form input labels, empty buttons, and missing document language. These are among the most common accessibility errors precisely because they are foundational: each maps to a basic WCAG 2.2 success criterion that a site either satisfies at build time or fails everywhere.
The pattern is instructive. None of these is exotic. Contrast is a color choice, a label is one attribute, a document language is one line in the page head. That the same handful dominate a million-page dataset tells us the failures are systemic defaults of how sites are assembled, not rare edge cases, which is also why they are cheap to prevent and comparatively cheap to remediate when a real audit maps each to the criterion it fails.
Rising complexity is making it worse, not better
The most important trend in the 2026 data is directional. The average error count did not hold steady or fall as awareness of accessibility grew. It rose 10.1 percent year over year, and WebAIM ties that increase to a 22.5 percent year-over-year increase in average page complexity, measured by the number of page elements and ARIA attributes present.
The mechanism is not mysterious. More elements mean more controls that can be unlabeled, more interactions that can trap a keyboard, and more markup where structure can break. ARIA is a particular hazard here: it is a specification for describing custom widgets to assistive technology, and applied incorrectly it actively misleads a screen reader rather than helping it, so a page that adds ARIA without testing can raise its error count by adding it. As pages accumulate heavier interfaces, the surface area for barriers grows faster than the diligence applied to them.
This connects to a much older result in human factors. Hick's Law (Hick, 1952) established that decision time rises with the number of choices, and Fitts's Law (Fitts, 1954) that pointing time rises as targets shrink and scatter. Those are laboratory findings about pointing and choosing, and the extrapolation to full-page web behavior is inferential rather than proven, but the direction is consistent with the WebAIM trend: complexity is a cost, and for a disabled visitor operating a page by keyboard or screen reader, that cost is often a wall rather than a slowdown.
Why an automated scan is a floor, not a ceiling
The single most important caveat in reading these numbers is that they understate the problem. The WebAIM Million is an automated evaluation, and automated tools can only reliably detect the subset of WCAG success criteria that are machine-testable. Whether a link's text describes its destination, whether an image's alternative text conveys its meaning, whether a form's error message is understandable, whether focus moves in a sensible order: these require human judgment and sit largely outside what any scanner reports.
The practical consequence is that a 95.9 percent detected-failure rate is the conservative reading. A site that passes an automated scan clean has cleared only the machine-checkable bar, not the standard. This is exactly why a credible website accessibility audit pairs automated scanning with manual testing, operating the site by keyboard alone, listening to it through a screen reader, checking reflow at high zoom, and measuring contrast against the WCAG ratio of 4.5 to 1 for normal text (W3C, 2023). Tooling narrows the search; a specialist confirms the barrier.
From statistical norm to commercial and legal exposure
An accessibility failure is not an abstraction. An unlabeled booking button, a checkout field a screen reader cannot announce, or a menu that traps a keyboard user is, in plain terms, a customer who came to transact and could not. On the conversion side, a barrier is a lost booking in the same way a slow form or a broken payment step is, except it silently excludes an entire class of visitor rather than frustrating a general one.
On the legal side, the exposure has grown concrete. US courts widely treat business websites as places of public accommodation under the Americans with Disabilities Act, and industry legal trackers reported over 5,100 ADA digital-accessibility lawsuits filed in 2025, described as the highest annual volume on record. Those same trackers report that a meaningful share of the suits targeted sites that had already installed an accessibility overlay widget, the single-line script marketed as instant compliance. This litigation data is compiled by commercial tracking firms rather than drawn from a court-records primary source, so it should be read as a directional trend and not as an audited count, and none of it is legal advice. The underlying point survives the caveat: the shortcut of bolting a widget onto broken markup does not resolve the barriers the WebAIM data shows are nearly universal, and remediation at the source is what actually does.
How to read your own site against the standard
The WebAIM Million gives a business owner a defensible prior about their own site: on the population evidence, it almost certainly has multiple detectable WCAG failures on the home page alone, and more that an automated tool cannot see. That prior is a starting point, not a verdict, because the numbers that matter are your own.
Reading them rigorously means the same method the population data implies. Run the machine-checkable scan to find the obvious defects, then test the site the way a disabled visitor uses it: by keyboard, by screen reader, at high zoom, and against measured contrast, mapping each barrier to the specific WCAG 2.2 success criterion it fails and its severity for a real user. That produces a findings register you can act on and, once remediated in the code and re-verified, a documented record that the work was actually done. Accessibility is also one of the technical foundations that a site's search and answer-engine visibility rests on, which is why it belongs in any clear read of where a site stands, not in a separate compliance silo.
The evidence
Key findings, with their sources
-
95.9% of the top one million home pages had at least one detectable WCAG 2 failure.
established WebAIM, The WebAIM Million, 2026 edition (automated audit of 1,000,000 home pages), webaim.org/projects/million/.
-
The average home page carried 56.1 distinct detectable errors, up 10.1% year over year.
established WebAIM, The WebAIM Million, 2026 edition.
-
The rise in errors correlated with a 22.5% year-over-year increase in average page complexity (page elements and ARIA attributes).
established WebAIM, The WebAIM Million, 2026 edition.
-
Automated scanning detects only the machine-testable subset of WCAG success criteria, so the measured failure rate is a floor, not a ceiling.
established WebAIM, The WebAIM Million methodology, 2026 edition.
-
WCAG 2.2 became a W3C Recommendation in October 2023, with a minimum contrast ratio of 4.5:1 for normal text.
established W3C Web Accessibility Initiative, Web Content Accessibility Guidelines (WCAG) 2.2, W3C Recommendation, October 2023, w3.org/TR/WCAG22/.
-
Industry legal trackers reported over 5,100 ADA digital-accessibility lawsuits filed in 2025, a reported record, with a share targeting sites that already ran an accessibility overlay widget.
emerging EcomBack 2025 Annual ADA Lawsuit Report and WCAGsafe litigation tracking, 2025 (commercial legal-tracker estimates, not court-records primary data).
-
Decision time rises with the number of choices (Hick) and pointing time rises as targets shrink and scatter (Fitts), consistent with the direction of the complexity trend though inferential when applied to full-page web behavior.
established Hick, W.E., "On the Rate of Gain of Information", Quarterly Journal of Experimental Psychology, 1952; Fitts, P.M., "The Information Capacity of the Human Motor System", Journal of Experimental Psychology, 1954.
Calibration
What is proven, what is promising, what is unproven
| Evidence tier | Tactics | What the evidence says |
|---|---|---|
| established | The core WebAIM Million figures (95.9% failure, 56.1 errors, 10.1% and 22.5% year-over-year rises) and WCAG 2.2 itself. | Largest public automated-accessibility dataset (WebAIM, 2026) and the W3C Recommendation (2023). Read the failure rate as a conservative floor because automated scans test only a subset of criteria. |
| emerging | The ADA Title III litigation-volume trend and the overlay-widget finding used as a "why the shortcut fails" argument. | Compiled by commercial legal-tracking firms rather than a court-records primary source; directionally consistent with widely reported filing trends but treat exact counts as estimates. Not legal advice. |
| inferential | Extending Hick's and Fitts's laws from laboratory pointing and choice tasks to modern full-page conversion behavior. | Established as experimental psychology; the transfer to web-conversion outcomes is a reasonable but not experimentally re-verified extrapolation. |
Reference
Glossary
- WCAG 2.2
- The Web Content Accessibility Guidelines version 2.2, a W3C Recommendation from October 2023 that defines testable success criteria at conformance levels A, AA and AAA. AA is the level US and EU expectations converge on.
- Detectable error
- A WCAG failure an automated tool can confirm without human judgment, such as missing alternative text or insufficient contrast. It is a subset of all real barriers, which is why automated counts understate the problem.
- ARIA
- Accessible Rich Internet Applications, a specification for describing custom interface widgets to assistive technology. Applied incorrectly it can mislead a screen reader, so adding ARIA without testing can raise a page's error count.
- Accessibility overlay
- A single line of script marketed as instant compliance. It sits on top of existing markup rather than fixing it, can interfere with the assistive technology it claims to help, and does not remediate the underlying barriers.
- Place of public accommodation
- A legal category under the Americans with Disabilities Act. US courts widely treat business websites as falling within it, which is the basis for ADA web-accessibility claims.
Straight answers
Frequently asked questions
What is the WebAIM Million?
It is an annual automated accessibility scan of the home pages of the top one million websites, run by WebAIM at Utah State University. It is one of the few public datasets large enough to describe the state of web accessibility across the whole web rather than a single sector, and its 2026 edition found detectable WCAG failures on 95.9 percent of pages.
Does a 95.9 percent failure rate really mean almost every site is broken?
It means almost every home page has at least one WCAG failure an automated tool can already confirm, and the average page had 56.1 such errors. Because a scanner only tests the machine-checkable subset of the guidelines, the real figure including barriers that need human testing is higher, not lower. So yes, an accessible site is the rare exception in the measured data.
Can an automated accessibility scan tell me if my site is compliant?
No. A scan detects only the criteria a machine can check, such as contrast and missing labels, and cannot judge whether alternative text is meaningful, whether focus order makes sense, or whether an error message is understandable. Passing a scan clears the machine-checkable bar, not the standard. A credible website accessibility audit pairs the scan with manual keyboard and screen-reader testing.
Are accessibility overlays or widgets a valid fix?
No. An overlay is a script that sits on top of broken markup rather than fixing it, it frequently interferes with the screen readers and keyboards it claims to help, and legal trackers report that a share of 2025 ADA lawsuits targeted sites that had one installed. What resolves the barriers the WebAIM data shows are near universal is remediation in the code, then re-verification.
Is my small business actually at legal risk?
US courts widely treat business websites as places of public accommodation under the ADA, a plaintiff need only show a barrier exists rather than prove intent, and industry trackers reported over 5,100 digital-accessibility filings in 2025. Those counts are tracker estimates and none of this is legal advice, but the practical protection is the same: fix the barriers and keep a documented record.
How do I find out where my own site stands?
Start by treating the population data as your prior: your site almost certainly has multiple detectable failures on the home page alone. Then get the real numbers by running the machine-checkable scan and following it with manual testing by keyboard, screen reader, zoom and measured contrast, mapping each barrier to the WCAG 2.2 criterion it fails. Accessibility is also part of the technical foundation a Machine-Readiness Score reads.
Provenance
Sources
- WebAIM, The WebAIM Million, 2026 edition (annual automated accessibility audit of the top 1,000,000 home pages), webaim.org/projects/million/ (established; automated scans test a subset of WCAG criteria, so figures are a floor)
- W3C Web Accessibility Initiative, Web Content Accessibility Guidelines (WCAG) 2.2, W3C Recommendation, October 2023, w3.org/TR/WCAG22/ (established)
- EcomBack 2025 Annual ADA Lawsuit Report and WCAGsafe litigation tracking, 2025 (emerging; commercial legal-tracker estimates, not court-records primary data)
- Fitts, P.M., "The Information Capacity of the Human Motor System in Controlling the Amplitude of Movement", Journal of Experimental Psychology, 47(6), 1954 (established as psychology; inferential applied to web conversion)doi.org
- Hick, W.E., "On the Rate of Gain of Information", Quarterly Journal of Experimental Psychology, 4(1), 1952 (established as psychology; inferential applied to web conversion)doi.org
Every figure above is attributed to a real, dated source and tagged with its evidence tier. Where a claim could not be verified to a primary source, it is not stated as fact.