Short answer: Shopify the platform is partly accessible, but ADA compliance is your responsibility, not Shopify’s. Shopify gives you a foundation. Your theme, content, apps, and customizations decide whether your store actually meets the Americans with Disabilities Act and WCAG.
That distinction is the whole point of this article. “Is Shopify ADA compliant?” is the wrong question. The right one is “Is my Shopify store ADA compliant?” - and only you can answer that.
Key takeaways
- Shopify provides accessible building blocks, but no store is ADA compliant automatically. Compliance lives in the parts you control.
- Shopify tests and publishes conformance reports for its checkout and admin. Your storefront theme, content, and apps are not covered by those reports.
- The ADA has no published technical rulebook for private business, so courts and settlements use WCAG 2.1/2.2 AA as the de facto standard.
- More than 4,000 US digital accessibility lawsuits were filed in 2024, with e-commerce the top target. Merchants get sued, not Shopify.
- Overlays and apps do not make you compliant. The FTC fined accessiBe $1,000,000 for claiming they do. Fixing native theme code is what holds up.
Why you can trust us
We have been in the Shopify space for over four years and have worked with hundreds of stores on their storefronts. We built Fudge, an AI store builder and editor with a 5.0 rating on the Shopify App Store, which fixes accessibility issues directly in native theme code rather than hiding them behind a script. Our position matches the consensus among accessibility engineers, which we cite throughout. This piece sits under our fuller Shopify ADA and WCAG compliance guide.
Is Shopify ADA compliant? The honest answer
Shopify is not a single accessible-or-not thing. It is a platform with two very different halves:
- The parts Shopify controls - the admin, the checkout, and the default themes Shopify ships.
- The parts you control - your chosen theme, your customizations, your product content, and every app you install.
Shopify works on the first half. It states that it tests for WCAG 2.2 Level AA and publishes accessibility conformance reports (VPATs) for its checkout, admin, and Dawn theme.1 The standard Shopify checkout has been independently tested against WCAG 2.2 AA, and the admin against WCAG 2.1 AA.1
But Shopify is explicit that merchants have complete control over their theme code, and the platform does not certify your finished store.1 No theme is fully WCAG compliant out of the box, and Shopify’s own theme requirements only cover a fraction of the WCAG success criteria.
So the platform gives you an accessible starting point. Whether you cross the finish line is on you.
Who controls what: Shopify vs the merchant
This table is the clearest way to see where compliance is actually decided.
| Area | Who controls it | Covered by Shopify’s testing? |
|---|---|---|
| Checkout flow | Shopify | Yes - VPAT against WCAG 2.2 AA |
| Admin (your back office) | Shopify | Yes - VPAT against WCAG 2.1 AA |
| Default themes (e.g. Dawn) | Shopify ships them | Partly - tested, but a 90 Lighthouse score is not full conformance |
| Your live theme + customizations | You | No |
| Product images and alt text | You | No |
| Brand colors and contrast | You | No |
| Page content and copy | You | No |
| Third-party apps you install | You | No |
The pattern is obvious. Shopify-controlled surfaces are tested and documented. Everything a customer actually shops through - your storefront - is yours to get right. That is also exactly the surface plaintiffs test.
What does the ADA require for an online store?
The ADA is a US civil rights law. Title III prohibits discrimination by “places of public accommodation,” and courts have repeatedly applied that to retail websites and apps.2 If a customer with a disability cannot use your store, that is the legal trigger.
Here is the catch that surprises most merchants: the ADA has no published technical standard for private business websites. The Department of Justice has reiterated that businesses must make their sites accessible but has not issued specific web regulations for Title III.2
So how do you know what “accessible” means? Courts, settlements, and demand letters fill the gap with the Web Content Accessibility Guidelines (WCAG), Level AA. WCAG 2.1 AA is the long-standing benchmark, and WCAG 2.2 AA is the current version. Building to 2.2 AA is the safe target because it satisfies the older references at the same time.
The same standard shows up internationally. The EU’s European Accessibility Act, which became applicable in June 2025 and reaches non-EU sellers who ship to EU consumers, points to WCAG 2.1 AA. The UK Equality Act, Canadian rules, and Australia’s Disability Discrimination Act all push toward WCAG AA as well. One target, many laws.
Is Shopify’s checkout and admin accessible?
This is where the platform genuinely earns credit.
The checkout is Shopify-controlled, and Shopify publishes a conformance report stating it is tested against WCAG 2.2 AA.1 You cannot deeply rewrite the standard checkout on most plans, which means the most sensitive part of the funnel - payment - starts from a tested baseline.
The admin (where you manage products and orders) has its own conformance report against WCAG 2.1 AA.1 That matters for merchants and staff with disabilities running the business.
But two cautions:
- A conformance report is a snapshot of Shopify’s surfaces, not a certificate for your store. It says nothing about your theme or content.
- Your storefront sits in front of the checkout. If a screen-reader user cannot navigate your product page to reach checkout, the accessible checkout never gets a chance to help. Lawsuits target that storefront journey.
Where Shopify themes commonly fail
Most accessibility risk is not exotic. The annual WebAIM Million analysis of the top one million home pages found that 95.9% had detectable WCAG failures in its February 2026 report, averaging 56.1 errors per page.3
More striking: around 96% of all detected failures fall into just six categories, and every one of them is common on Shopify stores.3
| Failure | Typical Shopify cause |
|---|---|
| Low-contrast text | Brand colors used for body or button text |
| Missing alt text | Product and lifestyle images uploaded without alt |
| Missing form labels | Search, newsletter, and custom form fields |
| Empty links | Icon-only links (cart, social) with no label |
| Empty buttons | Icon-only buttons (menu, close) with no label |
| Missing page language | No lang attribute, common in heavily edited themes |
These slip in over time. A default theme may start clean, then months of content edits, a new app, and a brand-color tweak quietly introduce failures. None of them are Shopify’s fault, and none of them are fixed by Shopify. They are fixed in your theme code.
Can I be sued if my Shopify store isn’t accessible?
Yes, and it is the merchant who gets named, not Shopify.
More than 4,000 ADA-related digital accessibility lawsuits were filed in the US in 2024, with e-commerce and retail the dominant target at roughly three-quarters of cases.4 Filings stayed high through 2025.
These are not only large brands. A small number of plaintiffs and firms drive much of the volume, frequently starting with a demand letter that settles quietly for somewhere between $5,000 and $75,000 before it ever becomes a public case.4 State laws add teeth: California’s Unruh Act allows $4,000 in statutory damages per violation, and New York is one of the highest-volume filing venues.
The uncomfortable detail: about 1 in 4 of the 2024 suits named a site that already had an accessibility widget or overlay installed.4 The tool on the page did not stop the lawsuit.
Do overlays or accessibility apps make my store compliant?
No. This is the most expensive myth in the category.
An accessibility overlay is a single script from a vendor like accessiBe, UserWay, or AudioEye that promises automatic compliance. It runs on top of your existing HTML without changing the HTML underneath, so it cannot fix the underlying problems. Independent testing puts automated coverage at roughly 30 to 40% of WCAG criteria, leaving the majority untouched.
The accessibility community has rejected the approach. More than 1,000 accessibility professionals, including WCAG contributors and screen-reader engineers, signed the Overlay Fact Sheet stating overlays are unreliable and cannot achieve compliance.5 The National Federation of the Blind has condemned them.
Regulators agree. In 2025 the FTC finalized a $1,000,000 order against accessiBe for deceptively claiming its widget could make any website WCAG compliant.6 We cover the full case in our guide on why accessibility overlays fail.
The short version: an overlay is a recurring cost that masks the problem. The fixes that hold up legally are changes to your native theme code.
How to actually make your Shopify store compliant
The work is concrete, and most of it is unglamorous theme-code editing.
1. Audit honestly. Run a free automated scan (axe DevTools, WAVE, or Lighthouse) to catch the machine-detectable issues, then do a manual pass: navigate your full purchase flow with only the keyboard, test it with a screen reader (VoiceOver or NVDA), and zoom to 200%. Automated tools alone miss most issues, so the manual step is not optional.
2. Fix at the source. Add descriptive alt text, label icon-only buttons and links, associate every input with a <label>, raise text contrast to at least 4.5:1, set the page lang, and make focus states visible. Each one is a theme-code change.
3. Monitor for regressions. A future content edit or app install can reintroduce a failure, so accessibility is not one-and-done.
This is where an AI store builder helps. Fudge reads your live theme, surfaces the accessibility issues in your code, fixes them directly in native Liquid, CSS, and JavaScript, and keeps the changes in your theme. Because the output is real code rather than an injected layer, it holds up the way a developer’s fix would - with no extra script slowing the page. It pairs naturally with related work like adding structured data and general store editing.
Finish by publishing an accessibility statement that names your target standard (WCAG 2.2 AA), how to report problems, and how to reach you. It is expected under several regimes and signals good faith if a demand letter ever arrives.
FAQ
No. Shopify gives you an accessible foundation and tests its own checkout and admin, but your store is not compliant automatically. Your theme, customizations, content, and apps determine whether the storefront a customer actually shops through meets ADA and WCAG.
Shopify publishes an accessibility conformance report (VPAT) stating its standard checkout is tested against WCAG 2.2 AA, and its admin against WCAG 2.1 AA. Those reports cover Shopify-controlled surfaces only, not your storefront theme or content.
Yes, and the merchant is named, not Shopify. More than 4,000 ADA digital accessibility lawsuits were filed in the US in 2024, with e-commerce the top target. Many start as demand letters that settle quietly for $5,000 to $75,000. Having a widget installed does not prevent suits.
There is no published technical rule for private business under the ADA, so courts and settlements use WCAG Level AA. WCAG 2.1 AA is the established benchmark and 2.2 AA is the current version. Building to 2.2 AA satisfies US, EU, UK, Canadian, and Australian references at once.
No. Overlays are JavaScript layered on top of broken HTML and automated tooling only addresses 30 to 40% of WCAG criteria. The FTC fined accessiBe $1,000,000 in 2025 for claiming otherwise, and roughly a quarter of 2024 lawsuits named sites that had a widget installed. Fixing the theme code is what holds up.
Six failures account for about 96% of all detected errors: low-contrast text, missing image alt text, missing form labels, empty links, empty buttons, and a missing page language attribute. All six are common on Shopify stores and all are fixable in theme code.
No. Shopify maintains its platform, checkout, and admin, but states that merchants have complete control over their theme code and are responsible for compliance. The accessible storefront, content, and app choices are yours to get right.
Footnotes
-
Shopify Accessibility Statement and conformance reports (VPATs) for Checkout (WCAG 2.2 AA), Admin (WCAG 2.1 AA), and Dawn, shopify.com/accessibility; Shopify theme accessibility best practices, shopify.dev/docs/storefronts/themes/best-practices/accessibility. ↩ ↩2 ↩3 ↩4 ↩5
-
ADA Title III covers websites as places of public accommodation; the US Department of Justice has affirmed web accessibility obligations without issuing specific Title III web regulations for private business, ada.gov. ↩ ↩2
-
WebAIM Million, February 2026 report: 95.9% of the top 1,000,000 home pages had detectable WCAG failures, averaging 56.1 errors per page, with roughly 96% of errors in six categories, webaim.org/projects/million. ↩ ↩2
-
UsableNet 2024 digital accessibility lawsuit report (more than 4,000 US suits filed; e-commerce the dominant target; roughly 1 in 4 named a site with a widget installed), usablenet.com. ↩ ↩2 ↩3
-
Overlay Fact Sheet, signed by more than 1,000 accessibility professionals, overlayfactsheet.com. ↩
-
FTC order requiring accessiBe to pay $1,000,000, proposed January 2025 and finalized April 2025, ftc.gov. ↩


