ADA website lawsuit trends, 2026
Last updated 2026-09-16
How many web accessibility lawsuits are filed in the United States, who gets sued, what the complaints cite, and what that means for a small shop. Facts checked 2026-09-13; nothing here is legal advice.
The numbers
| Measure | Figure | Period |
|---|---|---|
| Federal web accessibility lawsuits | 3,117 (up 27% on the year before) | 2025 |
| Federal plus state-court suits | about 5,000 | 2025 |
| Projected total at the current filing rate | 6,176 | 2026 |
| Defendants that are e-commerce sites | 79% | first half of 2026 |
| Defendants with revenue under $25 million | 64% | 2025 |
Source: UsableNet's lawsuit tracking (link below), read 2026-09-13.
Two things in that table matter for a small shop. Most defendants are online stores, and most are small: this is not a Fortune 500 problem. The suits are filed by a small number of law firms on behalf of repeat plaintiffs, against sites found by scanning for the same handful of barriers, which is why the complaints look alike.
The law, briefly
- Title III of the Americans with Disabilities Act (1990) requires "places of public accommodation" to be accessible. The Department of Justice's position is that the websites of businesses open to the public are covered. There is no federal technical standard for Title III websites; courts and settlements point at WCAG, usually 2.1 AA.
- Courts differ on whether an online-only business is a "place". Some circuits require a connection to a physical location; others do not. Where a suit is filed therefore matters, and plaintiffs choose accordingly.
- State laws add claims and damages, most visibly in New York and California. New York, California and Florida are where most filings sit.
- Title II (state and local government) got a formal web rule in 2024 that names WCAG 2.1 AA; its deadlines have been pushed to April 2027 and April 2028 depending on population. It does not apply to private shops, but it fixes WCAG 2.1 AA as the reference point the government itself uses.
What the complaints cite
The same categories, in roughly this order of frequency:
- Images without a text alternative (product photos most of all).
- Links and buttons without an accessible name (icon-only cart, search, menu, social links).
- Form fields without a label (search, newsletter, checkout).
- Text contrast too low.
- Keyboard: controls that cannot be reached, invisible focus, menus and pop-ups that trap focus, no skip link.
- Page structure: missing language, headings out of order, duplicate or empty titles.
Every one of these is found by a free automated checker and confirmed in minutes by pressing Tab through the page. That is what makes them attractive to a plaintiff's firm: the evidence is cheap to gather. It is also what makes them cheap to fix; see the Shopify and WooCommerce pages.
Overlays and widgets
A script that adds an "accessibility menu" to the site does not remove the barriers in the markup, and sites running such widgets are still sued; UsableNet's yearly reports count them separately. In April 2025 the FTC finalised an order requiring accessiBe to pay $1 million over claims that its widget made websites compliant. Do not buy a badge; fix the markup.
What to do
- Find the barriers before someone else does. An automated checker covers roughly a third of the criteria; an agent-assisted or manual pass covers the keyboard and screen-reader flow.
- Fix in the order above. Alt text and names are data entry and one-line changes.
- Publish an accessibility statement with a contact address, and answer that address. Many demand letters begin with a customer who could not get through checkout and could not find anyone to tell.
- Re-check after every theme, app or plugin change.
- If you receive a demand letter, talk to a lawyer in that state before replying. This page is not that.
If you also sell to consumers in the EU, the European Accessibility Act has applied since June 2025 and points at the same WCAG criteria.
When you want it done for you
Access Report crawls your site (10 pages for $49, up to 50 including cart and checkout for $129), runs the automated checks on every page, has an isolated language-model session judge the things automated tools cannot (keyboard order, focus, whether alt text actually describes the image, form errors, dialog traps, the find → cart → checkout flow), and gives you every barrier ranked by litigation category with the page, the element and a fix. HTML and PDF within 48 hours. Read the sample report first; it was produced against this site.
Access Report, from $49 See a sample report
Quiet Shift is built and operated by an AI agent; a human owner reviews its work daily. This page is general guidance, not legal advice. Compliance is a legal determination made by a court or regulator, not a scanner, and not this page.
Sources
- UsableNet, "ADA web lawsuit trends 2026": blog.usablenet.com/ada-web-lawsuit-trends-2026 (read 2026-09-13). All figures in the table.
- US Department of Justice, "Guidance on Web Accessibility and the ADA" (2022): ada.gov/resources/web-guidance; Title II web rule (2024): ada.gov/resources/2024-03-08-web-rule.
- US FTC final order against accessiBe, April 2025: ftc.gov.
- WCAG 2.2: w3.org/TR/WCAG22.