Guide · US law
ADA and your website: what the law actually says.
The Americans with Disabilities Act never mentions websites — it was signed in 1990. This guide explains how it came to govern the web anyway, which WCAG version courts actually reference, and the deadlines that are real versus the ones vendors invent to rush you.
Last updated · Every date and figure below re-checked against DOJ, the Federal Register, Seyfarth Shaw and UsableNet on that date. Reviewed by the FlexAccesses accessibility team.
This is educational, not legal advice
FlexAccesses is not a law firm. Whether and how the ADA applies to your organisation depends on facts we cannot assess for you. Use this to ask your counsel better questions, not to replace them.
A 1990 law that governs the modern web
The Americans with Disabilities Act was signed in 1990, before the commercial web existed, and its text speaks of “places of public accommodation” — language written for shops, theatres and restaurants. It does not mention websites. The bridge from that physical language to the web was built case by case in the courts over the following decades, with Robles v. Domino’s Pizza among the anchor decisions.
One nuance that most vendor guides skip, and that matters if you are weighing risk: the federal appeals circuits have not settled on a single answer. Some require a nexus between the website and a physical location before Title III attaches; others read “public accommodation” more broadly. Robles is a Ninth Circuit decision, not a national rule. What this means in practice is that where you are sued can change the legal test applied to you — which is a question for counsel, not for a scanner.
Title II and Title III are not the same
This distinction is the single most useful thing on this page, because a great deal of confused marketing collapses the two.
Title II covers state and local government entities. Here the law is now specific: on 24 April 2024 the DOJ published a final rule adopting WCAG 2.1 Level AA as the technical standard for the web content and mobile apps of these public entities. That is a concrete, written regulation with dates attached — and those dates moved in April 2026, which is covered in section 04 below.
Title III covers private businesses open to the public. Here there is no regulation naming a WCAG version — legislative attempts have failed, and the DOJ has not issued a Title III web rule. Instead, WCAG 2.1 Level AA operates as the de facto benchmark: it is what DOJ settlement agreements reference and what courts apply. So a private business is not held to a named regulation, but is in practice measured against WCAG 2.1 AA when a claim arrives.
Title II
State and local government — councils, public schools and universities, courts, transit and special districts.
- Standard
- WCAG 2.1 Level AA
WRITTEN REGULATION - Deadlines
- 26 April 2027 — population 50,000+
26 April 2028 — under 50,000 and special districts
Both extended by one year on 20 April 2026. - Source of obligation
- DOJ final rule, 24 April 2024
Title III
Private businesses open to the public — shops, e-commerce, restaurants, clinics, hotels, banks.
- Standard
- WCAG 2.1 Level AA
DE FACTO ONLY - Deadlines
- None. No ADA rule sets a web deadline for private businesses, because no such rule has been issued.
What replaces the clock is a demand letter that can arrive any day. - Source of obligation
- Case law and DOJ settlement agreements
Which WCAG version — and the mistake to avoid
You will see confident claims that the ADA “requires WCAG 2.2”. Be careful with those. The DOJ’s 2024 Title II rule adopts WCAG 2.1 Level AA, and Title III case law and settlements reference 2.1 AA as well. WCAG 2.2 is the newer version of the standard — but the US legal framework has not yet moved to it.
The practical answer
Target WCAG 2.2 Level AA in your work. W3C designed it to be backwards compatible, so meeting 2.2 also means meeting the 2.1 AA that the law references today, and it leaves you ready when regulations adopt 2.2 — which is the direction of travel. One footnote for the careful reader: WCAG 2.2 removed a single criterion, 4.1.1 Parsing, so if a contract or procurement document asks for a line-by-line WCAG 2.1 result, you may still need to test and report that one item. Everything else carries over. That is a planning decision, not a legal opinion.
The deadlines that are real
Deadline pressure is the most common way this topic gets mis-sold, so here is what is actually dated — and what changed four days before it was due to bite.
The DOJ’s 2024 Title II rule set staggered compliance dates for public entities based on the size of the population they serve. The original dates were 24 April 2026 and 26 April 2027. On 20 April 2026 — four days before the first one took effect — the DOJ published an Interim Final Rule extending both by roughly a year. Public entities serving 50,000 or more people now have until 26 April 2027; entities serving fewer than 50,000, and special district governments, until 26 April 2028. The IFR took effect immediately.
Three things did not change, and they matter more than the new dates. The substantive requirement is still WCAG 2.1 Level AA. The DOJ stated it fully anticipates implementing the regulation at the new deadline, so this is a reset clock, not a cancelled one. And the extension only moves the technical-standard dates — it does not suspend Title II’s underlying non-discrimination and effective-communication obligations, which have supported web accessibility claims for years without any technical standard. Private plaintiffs can still sue during the extension period.
One important carve-out: the separate HHS Section 504 rule from May 2024, which imposes parallel web and mobile accessibility requirements on recipients of HHS funding, kept its original first compliance date of 11 May 2026. HHS did not match the DOJ’s extension. If you receive HHS funding, the DOJ news does not apply to you. As always, confirm the exact date for a specific entity against the current Federal Register text rather than any vendor’s summary — including this one.
For private businesses, there is no countdown
If you are a private business, no ADA rule gives you a specific web-accessibility deadline, because no such rule has been issued. What creates urgency is not a date — it is that a demand letter can arrive on any ordinary Tuesday, and roughly one in three federal Title III filings now alleges a web barrier. Anyone selling you a specific “ADA deadline” for a private site is selling fear. The honest reason to act is exposure that already exists, not a clock.
What actually drives a lawsuit
Litigation volume here is substantial, and 2025 reversed a two-year dip. Seyfarth Shaw counted 3,117 federal-court website accessibility lawsuits in 2025, up 27% from 2,452 in 2024. That is 36% of all 8,667 federal ADA Title III filings that year, against 28% in 2024. UsableNet, which also tracks key state courts in New York, California, Florida and Illinois, put the 2025 combined total at 4,928 and projects roughly 6,000 for 2026 — with about 80% of filings aimed at e-commerce.
Federal-court website accessibility lawsuits, United States
But the barriers named in these complaints are rarely exotic. They cluster on a short list — and it is the same short list that automated scanning across the top million home pages finds year after year.
Images without alt text
A screen reader announces the filename, or nothing at all. Decorative images need empty alt; meaningful ones need a description of what they communicate.
WCAG 1.1.1Unlabelled form fields
Placeholder text is not a label. Without a programmatic label the user hears “edit text” and has to guess what belongs in the box.
WCAG 3.3.2 · 4.1.2Keyboard traps and lost focus
A modal you can tab into but not out of, or a focus ring that was styled away. Test it yourself: unplug the mouse and try to complete a purchase.
WCAG 2.1.2 · 2.4.7Low contrast text
The single most common failure on the web, and the cheapest to fix. Body text needs 4.5:1 against its background; large text needs 3:1.
WCAG 1.4.3Checkout and booking flows
Where legal exposure and lost revenue overlap exactly. E-commerce accounts for roughly 80% of filings, and a broken checkout costs you both ways.
WCAG 2.4.3 · 3.3.1The uncomfortable part for our own industry: installing an accessibility widget does not make you immune. Plaintiffs have sued businesses that were already running one — UsableNet found that roughly 22.6% of first-half 2025 filings targeted sites with an overlay installed, and reports that the presence of a widget has not proven to be a meaningful deterrent. A widget can improve the experience for visitors who use its controls, but it cannot repair the underlying markup a screen reader actually encounters, and courts look at whether the site is usable, not at what tool is installed.
This is not only our opinion. In January 2025 the Federal Trade Commission required an accessibility overlay vendor to pay $1 million to settle allegations that it misrepresented its AI product’s ability to make any website WCAG compliant; the final order, approved in April 2025, bars the company from making such claims without evidence to support them. Treat any “lawsuit-proof” or “guaranteed compliant” claim — from us or anyone else — as the clearest possible signal to read the contract closely.
Where to start
Establish where you stand before anyone sends you anything. A free scan gives you a dated baseline against WCAG 2.1/2.2 AA and a prioritised issue list, with each finding labelled by whether a developer, a content editor or the widget addresses it. Fix the clear items, publish an accessibility statement that describes your real state and how to report a barrier, and plan a human audit of your most important flows. If a demand letter ever does arrive, a dated record of continuing effort is worth far more than a badge.
Run a free scan
Automated testing against WCAG 2.1/2.2 AA. No account, no card. It reliably detects 30–50% of WCAG 2.2 AA success criteria — enough to know where you stand.
Establish a dated baseline
Save the report. The date is the point: it is the first entry in a record of continuing effort, which is worth far more later than a badge.
Fix code and content
Each finding is labelled by who resolves it — developer, content editor, or the widget. Start with contrast, labels and keyboard access.
Publish and keep testing
Publish an accessibility statement describing your real state and how to report a barrier. Then plan a human audit of your most important flows.
Questions people actually ask
Does the ADA apply to my website?
The ADA does not mention websites — it was signed in 1990. Its application to the web was built through case law and DOJ enforcement. Government sites fall under Title II, which now has a written technical standard. Private businesses fall under Title III, where the appeals circuits have not settled on one test and no technical regulation exists. Whether your specific organisation is covered is a question for your counsel.
Is there an ADA compliance deadline for private businesses?
No. No ADA rule sets a web-accessibility deadline for private businesses, because no such rule has been issued. Dated deadlines exist only under the DOJ Title II rule, which applies to state and local government. Any vendor selling you a specific “ADA deadline” for a private site is selling fear.
What are the current DOJ Title II deadlines?
On 20 April 2026 the DOJ issued an Interim Final Rule extending both dates by a year. Entities serving 50,000 or more people must comply by 26 April 2027; entities serving fewer than 50,000, plus special district governments, by 26 April 2028. The requirement itself — WCAG 2.1 Level AA — did not change. A separate HHS Section 504 rule kept its original 11 May 2026 date.
Does the ADA require WCAG 2.2?
No. The DOJ Title II rule adopts WCAG 2.1 Level AA, and Title III settlements and case law reference 2.1 AA as well. WCAG 2.2 is the newer version of the standard, but US law has not moved to it. Targeting 2.2 in your own work is still the sensible choice, because it is backwards compatible.
Will an accessibility widget protect me from a lawsuit?
No — and we sell one, so take that as a considered answer rather than a competitor’s jab. Plaintiffs have sued businesses already running an overlay, and litigation trackers report the presence of one has not acted as a deterrent. In 2025 the FTC required an overlay vendor to pay $1 million over claims that its product made websites WCAG compliant. A widget helps visitors who use its controls; it does not repair the markup underneath.
How many website accessibility lawsuits are filed each year?
Seyfarth Shaw counted 3,117 federal-court filings in 2025, up 27% from 2,452 in 2024 — 36% of all federal ADA Title III cases that year. UsableNet, which also tracks key state courts, put the 2025 combined total at 4,928 and projects roughly 6,000 for 2026. Lawsuits are also the visible tip: demand letters are far more common and are not counted anywhere.
Sources. DOJ ADA Title II final rule, 24 April 2024, and the Interim Final Rule extending compliance dates, Federal Register, 20 April 2026 (opens in a new tab); FTC final order, April 2025 (opens in a new tab); Seyfarth Shaw ADA Title III litigation tracking, March 2026; UsableNet 2025 year-end and 2026 midyear digital accessibility lawsuit reports; W3C WAI, WCAG 2 overview (opens in a new tab). Litigation counts and compliance dates change; verify current figures and any date against the primary source. Educational only, not legal advice.
Know your exposure before the letter.
A free scan against WCAG 2.1/2.2 AA, no account, with each finding labelled by who fixes it. The honest starting point for an honest record.
