Accessibility overlays are third-party JavaScript widgets that claim to automatically detect and fix accessibility issues on your website. Companies like accessiBe, UserWay, AudioEye, and EqualWeb market these tools as a fast, affordable alternative to manual remediation, sometimes claiming full WCAG compliance in minutes. The reality is far more complicated. Multiple studies, including a 2023 analysis by the accessibility community using the WebAIM Million dataset, found that sites with overlays had more detectable accessibility errors on average than sites without them. Over 800 accessibility practitioners signed the Overlay Fact Sheet opposing these products. Courts have not accepted overlays as evidence of ADA compliance, and several companies using overlays have lost lawsuits or been forced into settlements. Meanwhile, manual remediation — fixing issues directly in the source code — addresses the root causes of accessibility barriers and produces lasting results. This comparison examines both approaches honestly so you can make an informed decision about how to invest your accessibility budget.

At a Glance

Feature Accessibility Overlays Manual Remediation
WCAG issues actually fixed Minimal — primarily cosmetic adjustments, not structural fixes Comprehensive — addresses root causes in source code
Legal protection None — courts have not accepted overlays as evidence of compliance Strong — documented remediation demonstrates good faith effort
Time to deploy Minutes (paste one script tag) Weeks to months depending on site scope
Annual cost (medium site) $500-$5,000/year subscription $10,000-$30,000 initial, $2,000-$10,000/year maintenance
Impact on screen reader users Often negative — interferes with existing assistive technology Positive — removes actual barriers in the code
SEO and performance impact Negative — adds JavaScript bloat, can interfere with rendering Positive — semantic HTML improves crawlability and performance
Community and expert opinion Overwhelmingly negative — 800+ practitioners signed Overlay Fact Sheet against them Universally recommended as the correct approach
Sustainability Dependent on ongoing subscription; removing overlay removes all 'fixes' Fixes persist in the codebase and can be maintained by the development team

Accessibility Overlays

Type: Third-party JavaScript widget (SaaS) Pricing: $500-$5,000+/year depending on site traffic and vendor (accessiBe ~$490/yr, UserWay ~$490/yr, AudioEye ~$1,990/yr+) Best for: Overlays are not recommended as a compliance solution. They may serve as a very short-term band-aid while actual remediation is underway, but should never be treated as a substitute for fixing the underlying code.

Pros

  • Quick to install — typically a single line of JavaScript added to the site header
  • Provides some user-facing customization options (font size, contrast, cursor size) that some users appreciate
  • Low upfront cost compared to a full manual accessibility audit and remediation project

Cons

  • Cannot fix the majority of accessibility issues — overlays operate on top of broken HTML and cannot restructure the DOM meaningfully
  • Studies show sites with overlays have more accessibility errors on average, not fewer
  • Multiple lawsuits have been filed against companies using overlays, and courts have not accepted them as evidence of compliance
  • Many disabled users actively block overlays because they interfere with their existing assistive technology settings
  • Creates a false sense of compliance, causing organizations to delay actual remediation
  • The overlay widget itself often introduces new accessibility barriers (focus traps, keyboard conflicts)

Manual Remediation

Type: Source code fixes by developers / accessibility specialists Pricing: Varies widely: $5,000-$50,000+ for initial audit and remediation depending on site size and complexity. Ongoing maintenance costs depend on development team capacity. Best for: Any organization serious about accessibility compliance, reducing legal risk, and providing a genuinely usable experience for people with disabilities.

Pros

  • Fixes the root cause of accessibility barriers in the actual HTML, CSS, and JavaScript
  • Produces lasting, sustainable improvements that persist through site updates when integrated into development practices
  • Directly addresses the specific WCAG success criteria needed for legal compliance
  • Improves the site for all users — semantic HTML and proper structure benefit SEO, performance, and maintainability
  • Accepted by courts, regulators, and the disability community as the legitimate path to compliance

Cons

  • Higher upfront cost and longer timeline compared to installing an overlay
  • Requires accessibility expertise — developers may need training or external specialist support
  • Ongoing effort required to maintain compliance as new content and features are added
  • Some legacy systems may be difficult or expensive to remediate and may require redesign

Our Verdict

The evidence is clear: accessibility overlays do not deliver on their promises of automated compliance and should not be relied upon as an accessibility strategy. They cannot fix structural HTML issues, they do not protect against lawsuits (in fact, overlay users are disproportionately targeted by plaintiffs), and they are actively opposed by the disability community and accessibility professionals. Manual remediation is the only approach that actually fixes accessibility barriers at their source. Yes, it costs more upfront and takes longer, but it produces genuine, lasting improvements and is the only approach recognized by courts and regulators. If your budget is limited, start with an audit of your highest-impact pages (homepage, key user flows, contact forms) and fix those first. Use automated testing tools like axe DevTools to catch new issues as they arise, and build accessibility into your development process so it becomes routine rather than a one-time project. Every dollar spent on manual remediation is a dollar invested in your site's long-term quality; every dollar spent on an overlay is a recurring cost for a product that may make things worse.

Further Reading

Other Comparisons