Web Accessibility Isn't Optional Anymore: What Every Business Needs to Know Before 2027
A retail shop owner with eight employees got a demand letter last year: her website's color contrast was too low for screen reader users, and she had thirty days to fix it or face a federal ADA claim. Her site had been built by a freelancer years earlier and never touched since. This is not a rare story anymore — it's becoming the norm for how accessibility enforcement actually reaches small and mid-sized businesses.
If your website is still treating accessibility as a "nice to have," the data suggests that window is closing fast, and the businesses that get ahead of it now will avoid a costly scramble later.
The Legal Reality Right Now
More than 5,000 federal and state accessibility lawsuits were filed in the US in 2025, and federal filings are projected to surpass 6,000 in 2026. Nearly 70% of those lawsuits target e-commerce websites specifically — so if you sell anything online, this applies to you directly, not just to large companies.
There is no small-business exemption under Title III of the ADA. Research from litigation tracker UsableNet found that 64% of sued companies had annual revenue under $25 million. This isn't a Fortune 500 problem — it disproportionately hits growing small and mid-sized businesses that assumed they were too small to be a target.
Most of these cases don't start with a government audit. They start with a demand letter from a plaintiff's attorney, often settling for $5,000 to $25,000 plus a commitment to fix the site — before it ever reaches a courtroom.
What Standard Actually Applies
The ADA itself doesn't spell out technical web standards, but courts and plaintiffs' attorneys have converged on one: the Web Content Accessibility Guidelines (WCAG), currently at version 2.2, with Level AA as the expected conformance level. WCAG 2.1 Level AA is what most settlement agreements and demand letters cite today, and it's a reasonable, achievable target for most businesses.
In plain terms, WCAG AA generally requires things like:
- Body text with at least 4.5:1 color contrast against its background (3:1 for large text and UI components)
- Alt text on every image that conveys meaning
- Forms with properly associated labels, not just placeholder text
- Full keyboard navigation — no feature that only works with a mouse
- Content that works correctly with screen readers
The Scale of the Problem Today
The WebAIM Million report — an annual scan of the top one million website home pages — found that 95.9% had at least one detectable WCAG failure, averaging 56 errors per page. Non-compliance is the norm right now, which paradoxically makes it more attractive litigation territory, not less: there's no shortage of targets.
The most common failures — low contrast, missing alt text, and unlabeled form fields — are also the fastest and cheapest to fix, which makes them a sensible starting point before commissioning a full audit.
The Overlay Widget Trap
A lot of business owners have been sold a one-line-of-code "fix": an accessibility overlay widget that promises instant compliance. This doesn't hold up. Overlay widgets don't change the underlying HTML that screen readers and assistive technology actually read, so the real barriers remain in place. In 2025 alone, 1,416 businesses that had installed an overlay were sued anyway.
The regulatory environment agrees. In early 2025, the Federal Trade Commission ordered the overlay vendor accessiBe to pay $1 million to settle charges that it deceptively claimed its AI-powered tool could make any website compliant when it couldn't reliably do so. If you've installed a widget and considered the problem solved, it's worth an honest second look.
A Practical Path Forward
You don't need an enterprise-level audit to make meaningful progress. A sensible sequence looks like:
- Run an automated scan against WCAG 2.1 AA to catch machine-detectable issues — contrast, missing alt text, empty links and buttons, unlabeled forms. This catches a large share of common problems quickly and cheaply.
- Fix the big three first: contrast, alt text, form labels. These are usually the fastest wins and the most commonly cited issues in lawsuits.
- Get a manual review for anything automated tools miss — keyboard navigation, screen reader flow, and interactive components like dropdowns, modals, and custom widgets that automated scanners often can't evaluate properly.
- Publish an accessibility statement naming your WCAG target level and a contact channel for accessibility issues. This is a recognized sign of good-faith effort and standard practice in any legitimate accessibility program.
- Set up ongoing monitoring, not a one-time fix. Websites change constantly — a new plugin, a theme update, or a content edit can silently reintroduce barriers. A fix today can quietly break next month without anyone noticing until a demand letter arrives.
- Train whoever touches the site. Developers, designers, and content editors introduce most new violations day to day. A single audit doesn't stop that unless the people making changes understand the basics.
Government Deadlines: What Actually Changed
If you're a government contractor or work with public entities, note that the DOJ pushed back Title II compliance deadlines by a year in 2026: larger public entities now have until April 2027, and smaller public entities until April 2028. That extension applies to state and local governments, not private businesses — a private commercial website is still exposed to Title III litigation risk today, deadline extension or not.
Why This Is a Permanent Shift, Not a Trend
Courts have consistently treated commercial websites as "places of public accommodation" under Title III, and that interpretation has only solidified over time, not weakened. Combined with rising public awareness of digital inclusion and an active plaintiff's bar that has turned accessibility litigation into a repeatable business model, this pressure is not going away. If anything, as WCAG standards continue to evolve (2.2 already added new criteria beyond 2.1), the bar will keep rising, not falling.
The upside worth remembering: the same work that reduces your legal exposure also makes your site genuinely better for every visitor — faster to scan, easier to navigate, and more usable on mobile and for anyone dealing with a slow connection, a cracked screen, or a temporary injury. Accessibility work is rarely wasted effort.