Web Accessibility Got Worse in 2026 — Here's What the Data Says

Two numbers came out this year that are worth sitting with if you run a website: accessibility errors on the top 1 million homepages went up, and ADA digital accessibility lawsuits went up too. Neither trend reversed on its own, and neither is likely to next year without action.

The WebAIM Million: errors are climbing, not falling

WebAIM (Web Accessibility In Mind) has run the same analysis every year since 2019: scan the homepages of the top 1 million sites on the web and count detectable WCAG failures. The 2026 report found:

  • 56.1 accessibility errors per home page on average — up 10.1% from 51 errors/page in 2025
  • 95.9% of home pages had detected WCAG 2 failures — up from 94.8% the year before
  • The same six error types have topped the list for seven years straight, and together they account for 96% of all errors detected:

Error type% of pages affected
Low contrast text83.9%
Missing alt text on images53.1%
Missing form input labels51.0%
Empty links46.3%
Empty buttons30.6%
Missing document language13.5%
None of these are exotic edge cases. They're the basics — and they're getting more common, not less, as sites ship more complex frontends faster.

The legal risk isn't hypothetical

UsableNet, which tracks U.S. digital accessibility litigation, reported that more than 5,000 digital accessibility lawsuits were filed in 2025 — continuing a multi-year upward trend. These aren't limited to household names; small and mid-sized businesses are named regularly, often over the same handful of issues in the table above.

What this means if you're shipping a website

The overlap between "what gets sued over" and "what WebAIM finds most often" is not a coincidence — low contrast, missing alt text, and unlabeled form fields are cheap for a plaintiff's team to find and hard for a defendant to argue wasn't a real barrier.

The practical takeaway: you don't need to solve every WCAG success criterion to meaningfully cut your risk and improve real usability. Fixing the same six categories above would eliminate the majority of detectable errors on a typical site. That's exactly the kind of thing automated scanning catches immediately — which is the gap WCAG Pulse is built to close.

---

Sources: WebAIM Million, UsableNet ADA Web Lawsuit Trends 2026