Industry AnalysisAll Posts

The 2026 WebAIM Million: Web Accessibility Just Got Worse for the First Time in Years

The annual analysis of the top one million home pages found detectable WCAG failures on 95.9% of them — up from 94.8%, reversing years of slow progress. Here's what the data means for your site.

Kaden — Grow Wild AgencyMay 28, 20267 min read

The trend line bent the wrong way

Every spring, WebAIM runs an automated accessibility analysis of the home pages of the top one million websites. For years the headline number — the percentage of pages with detectable WCAG failures — inched slowly downward. The web was getting a little more accessible, a little at a time.

The 2026 WebAIM Million broke that trend. Detectable WCAG 2 failures were found on 95.9% of home pages, up from 94.8% the year before. After years of incremental improvement, the most-watched accessibility benchmark on the web moved backward. That is the story, and it has direct implications for your site.

Pages are getting bigger and buggier

The deterioration is not mysterious. Pages are ballooning in complexity, and accessibility is not keeping pace:

  • The average home page now has 1,437 elements — up 22.5% year over year, and nearly double what it was in 2019.
  • The average page has 56.1 detected errors — up 10.1% from the prior year.
  • 3.9% of all home-page elements have a detected accessibility error — that is one in every 26 elements.
  • Across the million pages, WebAIM detected more than 56 million total errors.

More frameworks, more third-party widgets, more dynamically injected content, and more design-driven markup that ignores semantics — the modern page is heavier and, on average, less accessible than the page it replaced.

It's the same six problems, again

Here is the encouraging part hiding inside discouraging data: the failures are highly concentrated. For the seventh consecutive year, six failure types — the "Big Six" — account for roughly 96% of all detected errors. On the 2026 home pages:

  • Low-contrast text — 83.9% of pages (up from 79.1%)
  • Missing alternative text — 53.1%
  • Missing form input labels — 51%
  • Empty links — 46.3%
  • Empty buttons — 30.6%
  • Missing document language — 13.5%

If most of the web's accessibility errors come from six causes, then most of the fix is concentrated too. You do not have to boil the ocean — you have to fix six things well.

Why automated widgets aren't moving the number

It is worth pausing on what this data says about the "accessibility overlay" industry. Overlays were marketed as the scalable fix for exactly this problem — paste in a script, make the web accessible at scale. After years of adoption and a billion-dollar market, the aggregate failure rate went up. The widgets are not moving the needle on real accessibility. (We covered the FTC's $1M action against accessiBe and the data behind it in the overlay reckoning.)

What this means for your site

If 95.9% of the most-resourced sites on the internet have detectable failures, the safe assumption is that yours does too — and that automated scanning alone is not catching everything, since these are only the machine-detectable errors. The realistic posture:

  • Assume you have issues, and verify with both automated scanning and manual testing.
  • Attack the Big Six first. Use the contrast checker on your text, fix alt text on meaningful images, and label every form field. These five-figure-lawsuit triggers are also the easiest wins.
  • Watch your third-party widgets. Much of the bloat (and many of the errors) comes from injected scripts you did not write but are responsible for.
  • Make it ongoing. A page that is accessible today drifts as content and components are added. Build checks into your release process.

The opportunity in the bad news

The 2026 WebAIM Million is a sobering benchmark — the web got less accessible while getting more complex. But the same report hands you a roadmap: the problems are concentrated, well-understood, and fixable. A site that genuinely addresses the Big Six and verifies the rest against WCAG 2.1 AA instantly stands apart from the 95.9%. In a web that is regressing, doing the basics well is a competitive advantage — for your users, your search visibility, and your legal exposure. If you want to know where your site sits against this benchmark, start with a free scan and a professional audit for what the scanners miss.

Related Articles