ADA Website Compliance Checklist: What Your Business Needs to Know

ADA website compliance means building and maintaining your website so people with disabilities can use it, typically by meeting WCAG 2.1 Level AA, the technical standard courts and regulators now treat as the benchmark. It applies to almost any business with a public-facing website, not just large corporations, and the cost of ignoring it is rising fast: federal website accessibility lawsuits jumped 27% in 2025 alone. Below is a full checklist, the legal background, and exactly what to fix first.

If you’ve landed here because a customer complained, a lawyer sent a demand letter, or you just want to get ahead of the problem before it happens, you’re not being paranoid. Digital accessibility went from a “nice to have” to one of the fastest-growing sources of legal exposure for small and mid-sized businesses in the U.S., and it’s just as relevant if your business runs primarily through an e-commerce store as it is for a standard brochure site. This guide covers what ADA website compliance actually requires, why it’s suddenly everywhere, and a practical checklist you can start working through today.

The Americans with Disabilities Act (ADA) was passed in 1990, long before most businesses had websites. It doesn’t mention “websites” anywhere in its original text. But courts have consistently ruled that a business’s website counts as a “place of public accommodation” under Title III of the ADA, the section that applies to private businesses, which means it has to be accessible to people with disabilities the same way a physical storefront does.

In practice, “ADA website compliance” means:

  • People using screen readers can navigate and understand your content
  • People who can’t use a mouse can operate your site with a keyboard alone
  • People with low vision or color blindness can read your text and distinguish your buttons/links
  • People who are deaf or hard of hearing have captions or transcripts for video/audio content
  • Forms, menus, and interactive elements work with assistive technology

There’s no single “ADA compliance certificate” you can buy. Instead, compliance is measured against a separate technical standard: WCAG.

What Is WCAG, and Which Level Do I Need to Meet?

WCAG (Web Content Accessibility Guidelines) is published by the W3C, the organization that sets core web standards. It’s organized into three conformance levels:

Level A

Bare minimum

Basic accessibility exists at all (e.g., alt text is present).

Rarely sufficient alone
Level AA

The practical standard

Color contrast, keyboard navigation, form labels, captions.

✓ Most businesses – this is the target
Level AAA

Strictest level

Includes things like sign-language interpretation for all video.

Usually specialized public services only

WCAG 2.1 Level AA is the standard that matters for you. It’s the exact technical standard the Department of Justice formally adopted for state and local government websites in its 2024 Title II rule, and it’s the standard federal courts overwhelmingly point to when private businesses are sued under Title III even though there’s technically no federal regulation spelling that out for private companies yet. The Department of Justice’s own guidance is direct that Title III covers “almost all types of businesses that serve the public,” regardless of size.

Person adjusting website accessibility settings on a laptop in a modern office

Does ADA Website Compliance Apply to My Small Business?

Short answer: almost certainly yes, if you serve the public online. There’s an important legal distinction worth understanding:

Title II applies to state and local government websites. It now has a formal, legally binding rule requiring WCAG 2.1 AA, with compliance deadlines of April 26, 2027 for larger public entities and April 26, 2028 for smaller ones.
Title III applies to private businesses; this is the one that affects you. There’s no single federal regulation spelling out the exact technical requirement, which is part of why the space feels murky. But the ADA statute itself already prohibits discrimination by “public accommodations,” and courts have applied that to commercial websites for years, using WCAG 2.1 AA as the practical benchmark.

The “readily achievable” standard does scale expectations based on your size and resources; a five-person local business isn’t held to the exact same bar as a national retailer. But “we’re small” is not a legal exemption, and the lawsuit data below shows plaintiffs are targeting small and mid-sized businesses just as often as large ones.

Why Are ADA Website Lawsuits Rising So Fast?

This is the part most small business owners haven’t caught up on yet. Federal website accessibility lawsuits under ADA Title III hit 3,117 filings in 2025, a 27% jump from 2024, and the highest total in three years.

2017
814
2018
2,258
2019
2,256
2020
2,523
2021
2,895
2022
3,255
2023
2,794
2024
2,452
2025
3,117

Source: Seyfarth Shaw, 2026 annual tracking, federal website accessibility lawsuit filings, 2017-2025.

A few numbers explain why this keeps accelerating:

36%
of all federal ADA Title III lawsuits are now website cases – up from 28% a year earlier
~70%
of website accessibility suits target ecommerce sites; over a third of the top 500 online retailers have already been sued
40%
of 2025 filings came from self-represented (“pro se”) plaintiffs, up sharply as AI tools make scanning sites trivial
NY · FL · CA
account for the largest share of filings, with Illinois and Pennsylvania close behind

As one industry accessibility firm put it plainly: settling a lawsuit without fixing the underlying issues doesn’t end the exposure; plaintiff firms actively track which businesses paid to settle without remediating, and return.

What Happens If My Website Isn’t ADA Compliant?

Most cases resolve through settlement rather than trial. Based on compiled legal data, typical ADA website lawsuit settlements fall in the $5,000–$75,000 range, though costs climb significantly once attorney’s fees, an audit, and remediation work are added on top. In some states, like California, plaintiffs can also seek statutory monetary damages, not just an order to fix the site.

Repeat exposure: nearly half of all 2025 federal cases involved companies being sued a second time, usually because the first fix was cosmetic (an overlay widget, a quick patch) rather than a real remediation.

What Are the Most Common ADA Website Compliance Failures?

If you want to know where to actually start, this is the most useful data available. An analysis of top-visited websites found that a small handful of issues account for the overwhelming majority of accessibility violations:

Issue % of Sites Affected
Low color contrast text 79.1%
Missing image alt text 55.5%
Missing form input labels 48.2%
Empty or unlabeled links 45.4%
Empty or unlabeled buttons 29.6%
Missing document language tag 15.8%

Source: WCAGsafe, 2025-2026 lawsuit and audit data.

These six issues alone account for the large majority of all WCAG failures found in real audits genuinely useful news, because it means most businesses can meaningfully reduce their risk by fixing a short, well-defined list of problems rather than an overwhelming, open-ended one.

What’s an ADA Website Compliance Checklist I Can Actually Use?

Team reviewing a website accessibility audit with a laptop and checklist

Here’s a practical starting checklist, ordered roughly by how common (and how fixable) each issue tends to be:

✓ Color contrast: Body text should meet at least a 4.5:1 contrast ratio against its background; large text needs at least 3:1.
✓ Image alt text: Every meaningful image has a written description; purely decorative images are marked so screen readers skip them.
✓ Form labels: Every input field (name, email, phone, etc.) has a proper <label> tied to it, not just placeholder text.
✓ Link and button text: Links say where they go (“Read our pricing guide,” not “click here”); buttons are never left blank or icon-only without a label.
✓ Keyboard navigation: You can Tab through your entire site menus, forms, popups without ever touching a mouse.
✓ Video captions: All video content has accurate captions; audio-only content has a transcript.
✓ Heading structure: Headings (H1, H2, H3) follow a logical order and aren’t skipped or used purely for visual styling.
✓ Document language tag: Your HTML declares the page language (e.g., lang=”en”) so screen readers use the right pronunciation rules.
✓ Focus indicators: When you Tab to a link or button, there’s a visible outline showing where you are.
✓ Responsive zoom: Your site remains usable when zoomed to 200%, without text overlapping or cutting off.
✓ No flashing content: Nothing flashes more than three times per second (a seizure risk under WCAG).
✓ Dismissible popups: Every popup can be closed with the keyboard (usually Escape), not just a mouse click.

This list covers the issues responsible for the vast majority of real-world violations, but a full WCAG 2.1 AA audit goes deeper into things like ARIA attributes, dynamic content announcements, and time-based media. If your site handles ecommerce checkout flows or account logins, those areas deserve particular attention, since they combine high lawsuit exposure with real revenue impact if customers with disabilities can’t complete a purchase. Our ecommerce solutions team builds checkout and account flows with this in mind from the start.

Do Accessibility Overlay Widgets Make My Site ADA Compliant?

No and this is one of the more expensive mistakes businesses make. Overlay widgets (the small accessibility icon that adds a menu of toggles like “increase text size” or “high contrast mode”) are marketed as instant compliance. Still, they don’t fix the underlying code your screen reader actually interacts with. Regulators have taken notice, too: the FTC ordered an online marketer to pay $1 million over deceptive claims that its AI-based accessibility product could make websites ADA-compliant.

Overlays aren’t inherently useless as a supplement, but relying on one instead of fixing actual site code is exactly the kind of surface-level fix that leads to repeat lawsuits.

How Do I Test My Website for ADA Compliance?

A reasonable testing process combines three layers:

1 Automated scanning: Free and paid tools (like WAVE or axe DevTools) catch a meaningful chunk of issues instantly, particularly contrast, missing alt text, and missing labels. Automated tools generally catch a minority of total WCAG issues on their own, so treat this as a first pass, not the finish line.
2 Manual keyboard and screen reader testing: Actually tabbing through your site and testing with a screen reader (like NVDA or VoiceOver) catches the structural and interaction issues automated tools miss.
3 A professional accessibility audit: For anything customer-facing and revenue-critical (checkout flows, account creation, contact forms), a manual audit from someone who understands both WCAG and how real assistive technology users navigate is worth the investment before, not after, a demand letter arrives.

Our Web Design & Development service includes a WCAG accessibility assessment as part of our free website audit a practical starting point if you want a clear picture of where your site actually stands.

How Much Does ADA Website Compliance Cost?

It depends heavily on your site’s size, platform, and how many issues you’re starting with. A small brochure site with a handful of contrast and alt-text fixes is a very different project from a full ecommerce store with a complex checkout flow. As a general rule, addressing accessibility issues early, as part of routine website maintenance, costs a fraction of a reactive remediation project done under legal pressure after a demand letter arrives.

If cost is a genuine concern, it’s worth knowing that in the U.S., some small businesses may qualify for the federal Disabled Access Credit (IRS Form 8826), which can offset a portion of accessibility-related expenses worth a conversation with your accountant.

Frequently Asked Questions

Is ADA website compliance legally required for small businesses?

There’s no formal federal regulation spelling out exact technical requirements for private businesses the way there now is for government sites. But the ADA statute itself already prohibits discrimination by “public accommodations,” and courts have consistently applied that to commercial websites, using WCAG 2.1 AA as the practical benchmark regardless of business size.

What’s the difference between ADA and WCAG?

The ADA is the U.S. law. WCAG is the technical standard used to measure whether a website meets that law’s accessibility requirement. There’s no such thing as being “WCAG compliant but not ADA compliant” in practice, WCAG 2.1 AA is simply how compliance gets measured.

Can I get sued even if no one has complained yet?

Yes. A large share of recent lawsuits come from plaintiffs including a growing number of self-represented, pro se filers who scan sites proactively, sometimes using AI tools, without ever having tried to use the site as a genuine customer first.

Does having a mobile app instead of a mobile website change anything?

No. Mobile apps fall under the same accessibility expectations as websites; the 2024 DOJ rule for government entities, for instance, explicitly covers mobile apps alongside web content, and the same WCAG-based standard applies in Title III litigation.

Will an accessibility overlay widget protect me from a lawsuit?

Not reliably. Overlays can help in limited ways but don’t fix underlying code issues, and regulators have already taken enforcement action against providers making exaggerated compliance claims. A real fix touches your site’s actual HTML, not just a bolted-on widget.

How do I know if I’m currently at risk?

Run your site through an automated scanner as a first pass, then check it against the checklist above. If your site has ecommerce functionality, hasn’t been reviewed for accessibility, and gets meaningful organic or paid traffic, treat it as a real priority rather than a someday task.

Final Thoughts
ADA website compliance isn’t a box you check once and forget. It’s an ongoing part of how your site is built and maintained, much like the security and performance maintenance your site needs to stay fast and safe. The good news is that a small number of fixable issues contrast, alt text, form labels, and link text account for the overwhelming majority of real-world violations, which means most businesses can meaningfully reduce their risk without an overwhelming rebuild.

Want a clear picture of where your website stands?

TechXaro’s Web Design & Development team includes a WCAG accessibility assessment in every free website audit, so you know exactly what to fix and in what order.


Get Your Free Website Audit
→

Let Us Contact You!

Let Us Contact You!

Free Consultation

Need Expert Services?

We deliver reliable, high-quality solutions tailored to your business needs, on time and on budget.

Or reach us directly
Free Consultation

Need Expert Services?

We deliver reliable, high-quality solutions tailored to your business needs, on time and on budget.

Or reach us directly