Here is the state of web accessibility in 2026, in three numbers: 95.9% of the world’s top one million home pages fail automated WCAG checks (WebAIM Million, February 2026), more than 5,000 digital accessibility lawsuits were filed in US courts in 2025 (UsableNet), and more than 1 in 4 US adults live with a disability (CDC). The web is getting less accessible, not more — and the legal pressure is rising at the same time.

Most statistics roundups on this topic are published by overlay vendors selling a widget. This one isn’t. Every figure below is cited to a named primary source, and we checked each source directly before publishing. Here are the numbers, organized around the questions business owners actually ask.

How many websites are accessible in 2026?

About 4% — and that’s the generous reading. According to the WebAIM Million 2026 report, which ran automated tests on the home pages of the top one million websites in February 2026, 95.9% had detectable WCAG 2 failures. That’s worse than the 94.8% recorded in 2025, reversing six straight years of small improvements.

The depth of failure matters as much as the breadth. WebAIM detected 56,114,377 distinct errors — an average of 56.1 per home page, up 10.1% in a single year. And because these are automated checks, the real picture is worse: scanners can only detect a fraction of WCAG issues, which is why automated scans miss so much. A page counted in the passing 4.1% can still be impossible to use with a screen reader.

One likely culprit is bloat. WebAIM found the average home page contained 1,437 elements in February 2026 — a 22.5% increase in one year — as sites bolt on more scripts, embeds, and generated markup faster than anyone audits them.

What are the most common accessibility failures?

The same six failures have topped the list for seven consecutive years, and together they account for 96% of all errors detected (WebAIM Million 2026). None of them are exotic. All of them are fixable in code.

Failure% of home pages (2026)
Low-contrast text83.9%
Missing image alt text53.1%
Missing form input labels51%
Empty links46.3%
Empty buttons30.6%
Missing document language13.5%

Low-contrast text — text that fails the WCAG contrast minimum of 4.5:1 — appeared on 83.9% of home pages, averaging 34 instances per page, up 15% from 2025. Missing alt text affected 16.2% of all images sampled, roughly 10.8 images per page. And half of home pages had form inputs with no label, which leaves a screen-reader user guessing what an unlabeled form field wants.

The report also repeats one of its most counterintuitive findings: pages using ARIA averaged 59.1 errors, versus 42 on pages without it. ARIA is supposed to improve accessibility; applied carelessly, it does the opposite. We unpack that in ARIA: accessibility’s most misused tool.

How many people do these failures affect?

Globally, the World Health Organization estimates 1.3 billion people — about 16% of the world’s population, or 1 in 6 of us — experience significant disability (WHO fact sheet).

In the United States, the CDC reports that more than 1 in 4 adults have some type of disability (CDC Disability Impacts All of Us). By functional type: 13.9% of adults have a cognitive disability, 12.2% a mobility disability, 6.2% a hearing disability, and 5.5% a vision disability.

Every one of those categories collides with the failure table above. Low contrast blocks low-vision users. Missing alt text and empty buttons block screen-reader users. Unlabeled forms block both. If the “1 in 4” figure feels abstract, our guide to how people with disabilities use the web shows what these barriers look like in practice.

How many web accessibility lawsuits were filed?

More than 5,000 digital accessibility lawsuits were filed in 2025, according to UsableNet’s year-end litigation tracking — over 3,100 in federal court, plus nearly 2,000 in New York and California state courts. New York remains the epicenter, a pattern we break down on our New York lawsuit page.

Two findings in that dataset should register with small-business owners:

  1. 64% of companies sued generate under $25 million in annual revenue. Litigation is not a big-brand problem.
  2. E-commerce accounted for nearly 70% of all ADA web lawsuits, with 1,427 suits targeting companies that had already faced an accessibility claim before. In federal court, 46% of cases involved repeat defendants — getting sued once and installing a quick fix demonstrably doesn’t end the story.

The complaints themselves are remarkably consistent about what “accessible” means. UsableNet’s year-end report identifies WCAG 2.1 AA as the most commonly requested accessibility standard in litigation (UsableNet 2025 Year-End Report) — the same standard the DOJ adopted for government websites. Plaintiffs, regulators, and courts have effectively converged on one target.

For the full picture — filing trends by month, state, and industry — see our companion piece on the ADA website lawsuit numbers.

Do accessibility widgets change the lawsuit numbers?

No — and 2025 produced the cleanest data yet. UsableNet tracked between 95 and 155 lawsuits per month filed against companies with an accessibility widget installed, and concluded that “monthly filing data shows no meaningful reduction in lawsuits against widget users” (UsableNet).

Regulators reached a similar judgment about the marketing. In January 2025, the FTC ordered overlay vendor accessiBe to pay $1 million to settle charges that it falsely claimed its widget could make any website WCAG-compliant; the order was finalized in April 2025 (analysis by disability-rights attorney Lainey Feingold). If you’re weighing a widget against fixing your code, the evidence is compiled in do accessibility overlays work?

What’s changing in 2026?

The biggest regulatory number is a date. The Department of Justice’s Title II rule makes WCAG 2.1 Level AA the binding technical standard for state and local government websites — and under an interim final rule published April 20, 2026, governments serving 50,000 or more people must comply by April 26, 2027, with smaller governments and special districts following by April 26, 2028 (ada.gov). That deadline reaches private companies too: vendors selling software or services to those governments are being asked for conformance documentation now. Our Title II rule explainer covers who’s on the hook.

Across the Atlantic, the European Accessibility Act explicitly covers e-commerce among its regulated services (European Commission), which pulls US businesses selling into the EU into scope — details in our EAA guide for US businesses.

Meanwhile the WebAIM data says the underlying problem is growing: more page complexity, more errors per page, and the first regression after six straight years of small gains.

What the numbers mean for your site

Read together, the statistics tell one coherent story. Nearly every website has the same six fixable failures. A quarter of your potential customers are affected by at least one of them. Five thousand lawsuits a year land mostly on ordinary small businesses, and the shortcut products don’t move the numbers.

The practical response isn’t panic — it’s measurement. Find out which of the six failure categories your own site has, fix them in the code, and you’re ahead of roughly 96% of the web. That work is smaller than most owners fear: low contrast, missing alt text, and unlabeled forms are ordinary development tasks, not a rebuild. And unlike a widget subscription, fixes made in your actual markup hold up when a plaintiff’s tester — or a customer using a screen reader — loads the page.

We’ll update this article as the 2026 litigation totals and the next WebAIM Million analysis are published, so the numbers here stay current rather than frozen at publication.

Want your own baseline against these numbers? Run a free accessibility scan.