CyTek Studios.

ADA Website Lawsuits Are Still Climbing in 2026, and Small Businesses Keep Getting Hit

New tracking data shows accessibility lawsuits against business websites haven't slowed down in 2026, and a lot of the sites getting sued already thought they were covered. Here's what's actually driving the demand letters and what a site needs to hold up.

CyTek Studios · July 20, 2026 · 6 min read

Key takeaways

  • Tracking firm UsableNet counted 4,928 web accessibility lawsuits in 2025 and 363 more in June 2026 alone, so the pace hasn't let up.
  • Nearly all of the June 2026 defendants had a third-party accessibility widget installed on their site when they were sued, undercutting the idea that a quick plugin is enough.
  • The FTC reached a $1 million settlement with widget maker accessiBe in 2025 over claims that its tool couldn't back up, a warning sign for anyone leaning on an overlay alone.
  • Courts are generally holding businesses to WCAG 2.1 or 2.2 Level AA standards, which means real code and content changes, not just a bolt-on script.
ACCESSIBLE BY DESIGN
The 2026 ADA Website Lawsuit Landscape, By the Numbers
4,928
web accessibility lawsuits tracked in 2025 across federal and NY/CA state courts
363
new lawsuits filed in June 2026 alone, per UsableNet's tracker
97
of those June 2026 defendants already had a third-party accessibility widget installed
$1M
FTC settlement with overlay vendor accessiBe over compliance claims in 2025

Figures from UsableNet's ADA website compliance lawsuit tracker and 508 Blueprint's litigation database, 2025-2026.

The Lawsuit Numbers Haven't Cooled Off

Anyone hoping the wave of website accessibility lawsuits was a passing 2020s trend can put that idea to rest. UsableNet's tracker, which pulls from federal courts plus New York and California state filings, logged 4,928 web accessibility lawsuits across 2025, and June 2026 alone added another 363 on top of that. A separate tracker at 508 Blueprint puts the total since 2018 above 25,000 filings, with more than 1,400 repeat defendants in 2025 alone, meaning plenty of businesses got sued more than once.

The pattern behind these cases is fairly consistent. A specialized plaintiff firm runs automated scans across thousands of sites looking for missing alt text, broken keyboard navigation, unlabeled form fields, or low-contrast text, then sends a demand letter, often asking for somewhere in the five-figure range to settle before anything reaches a courtroom. Most cases never go to trial. They get resolved through a settlement plus a remediation commitment, which is usually the cheaper and faster outcome for everyone involved.

The Overlay Widget Trap

One detail in the June 2026 UsableNet data stands out. Ninety-seven of the businesses sued that month already had a third-party accessibility widget running on their site, the little popup that promises one-click ADA compliance. That's not a coincidence. These overlay tools can adjust font size or contrast on the surface, but they generally can't fix structural problems like a checkout form with no labels or a navigation menu that traps keyboard users, and plaintiff firms have gotten good at spotting sites that installed a widget instead of doing the underlying work.

That gap between marketing and reality caught regulatory attention too. In 2025 the FTC reached a $1 million settlement with accessiBe, one of the best-known overlay vendors, over allegations that some of its compliance claims went further than the product could actually deliver. It's a useful data point for any business owner who assumed a script tag was the same thing as a fix.

What Courts Actually Expect a Site to Look Like

There's no official government-issued accessibility checklist baked into the ADA itself, but in practice, courts and settlement agreements have converged on the WCAG 2.1 or 2.2 Level AA guidelines as the working standard. That covers things like every image having meaningful alt text, forms with properly associated labels, enough color contrast to read comfortably, captions on video content, and a site that's fully usable from a keyboard alone, not just a mouse or touchscreen.

None of that requires a full site rebuild from scratch in most cases. It's closer to a structured audit followed by targeted fixes to the templates, forms, and components that get reused across every page. The businesses that struggle most tend to be the ones treating it as a one-time checkbox rather than something checked whenever the site changes.

What a Small Business Should Actually Do

There is no size exemption written into Title III of the ADA, so waiting to be noticed isn't really a strategy. The more practical approach is treating accessibility as part of routine site maintenance: a real audit against WCAG 2.1 or 2.2 AA, fixes built into the actual templates and code rather than layered on top, and a periodic recheck any time the site adds new pages, forms, or features.

If a demand letter does show up, the general advice from legal sources covering this space is to take it seriously rather than ignore it or negotiate solo, since ignoring it tends to raise both the cost and the odds of an actual filing. For businesses that want to get ahead of it instead, baking accessible markup, real alt text, and keyboard-friendly navigation into a site from the start is a lot cheaper than retrofitting it later, and it's part of how we approach every build when we work with a small business on a new site or a redesign.

7 Accessibility Basics That Actually Hold Up in Court

These are the fixes that show up again and again in demand letters, which makes them the highest-value places to start.

  1. Real alt text on every meaningful image: Decorative images can be marked as such, but product photos, icons that convey information, and logos need a written description a screen reader can announce.
  2. Full keyboard navigation: Every link, button, menu, and form field should be reachable and usable with just a keyboard, with a visible focus outline showing where you are.
  3. Labeled form fields: Every input on a contact form, checkout page, or booking widget needs a programmatically linked label, not just placeholder text that disappears once someone starts typing.
  4. Sufficient color contrast: Text needs enough contrast against its background to meet WCAG AA ratios, a common failure point on light gray text or brand-colored buttons.
  5. Captions on video content: Any video with spoken audio needs captions, and product demo or explainer videos are a frequent target in scans and demand letters.
  6. Accessible PDFs and downloads: Menus, forms, and brochures posted as PDFs need proper tagging and reading order, not just a scanned image of a document.
  7. A real audit instead of a widget alone: An overlay script can help with surface adjustments, but a manual review against WCAG 2.1 or 2.2 AA catches the structural issues that actually get flagged.

Frequently Asked Questions

Does my small business qualify for any exemption from ADA website rules?

No. Title III of the ADA doesn't include a small business carve-out based on revenue or employee count. If a site serves the public, it's generally considered in scope.

I already installed an accessibility widget. Am I covered?

Not necessarily. June 2026 lawsuit data shows a large share of sued businesses already had a widget installed, since these tools often handle surface-level adjustments but miss deeper structural issues like broken forms or keyboard traps.

What should I do if I actually get a demand letter?

Take it seriously and get advice before responding. Ignoring it tends to raise both the settlement ask and the odds the case gets filed, according to legal sources tracking these cases.

What accessibility standard are courts actually using?

There's no single codified checklist in the ADA itself, but WCAG 2.1 or 2.2 Level AA has become the practical benchmark used in most settlements and court decisions.