
Software |
Free automated scanners test the easy wins. Run one and...
By Aditya Mohite
Jul 08, 2026 | 5 Minutes | |
Meta Description: Learn what WCAG compliance services include beyond free tools: audits, manual testing, remediation reports, and pricing for enterprise brands.
Free automated scanners test the easy wins. Run one and you'll get colour contrast, missing alt text, form labels, and heading hierarchy. These have yes or no answers that a tool can check reliably.
What tools cannot do is evaluate human judgment and real user experience. Can a keyboard user navigate with only Tab and Enter? Do screen readers like JAWS or NVDA hear the page in the right order? Are ARIA landmarks set up correctly? Is the cognitive load reasonable for users?
These gaps matter because they cause real problems for real users. A user with motor issues can't navigate if keyboard access is broken. A blind user can't find content if screen reader order is wrong. These failures trigger ADA letters and EAA action.
The W3C WCAG docs (2021) makes this clear: "Automated checking catches obvious barriers, but human review is essential for full compliance." Free tools alone are not enough to meet legal rules.
A complete WCAG compliance service has four layers that work together. First is an automated baseline scan that runs free tools across your whole site to find obvious failures. Second is manual testing with assistive tech where a human tester uses JAWS on Windows, NVDA on Windows, VoiceOver on macOS, and TalkBack on Android, navigating like a real user to catch failures that create legal risk.
Third is a fix report that maps each failure to a WCAG rule (e.g., 2.4.7 Focus Visible, 2.5.5 Target Size), explains impact, and provides code guidance. Your team learns how to "restructure to H1, then H2s, then H3s" or "expand the button to 44x44 pixels to meet target size requirements."
Fourth is ACR and VPAT docs. If you sell to enterprise customers in finance, healthcare, or government, they'll ask for Accessibility Conformance Report or Voluntary Product Accessibility Template. This form states your compliance level and lists known limits, and it unblocks procurement talks.
Optional is ongoing monitoring for sites that deploy often, providing quarterly or monthly re-scans to find regressions when your team ships new code.
WCAG 2.2 came out in October 2023 and added 9 new rules that are now the legal baseline under ADA and the European Accessibility Act. Key changes include focus visibility (all interactive elements need a visible focus indicator), target size (buttons and links must be 44x44 CSS pixels or larger), dragging movements (if your interface has drag-and-drop, offer a backup option), and focus not obscured (when a user tabs to an element, it can't be hidden by a sticky header or modal).
If your contract only mentions WCAG 2.1, you're below the current legal standard. The EAA references EN 301 549 (ETSI 2021) now requires WCAG 2.2 AA for public-facing digital services. When you renew your WCAG compliance services contract, ask: "Does this cover WCAG 2.2 or just 2.1?" Updating to 2.2 is cheaper than fixing access issues after a demand letter.
Pricing for WCAG compliance services varies by scope and provider. Per-page audits work best for small or static sites (5 to 20 pages) and cost roughly $500 to $2,000 per site, with fixes quoted separately. Flat project fees apply to defined scopes like website refreshes or new apps, negotiated upfront for audit, manual testing, and report combined.
Annual retainer monitoring suits sites that deploy often, providing quarterly or monthly re-scans to find problems for $3,000 to $15,000 per year. Enterprise platform subscriptions let large companies buy yearly access to scanning tools, fixing tools, and manual testing, typically starting at $10,000 to $50,000 per year.
Fix development is quoted separately because you're fixing issues, updating code, rebuilding parts, and training your team, and cost depends on scope and your team's available time. Don't bundle audit and fixes into one line item. Get the audit first, read it, then budget for fixes. Some teams fix things in 6 months while others take 2 years. The audit tells you what's broken. You decide the timeline.
An audit is a tech review that shows what's broken and how to fix it. A VPAT is a compliance form for sales that says which WCAG rules you meet and which you don't. An audit gives you the data to fill out a VPAT, but a VPAT alone won't tell you how to fix issues.
Technically yes, but you'll miss 30 to 40 percent of real problems. Automated tools find about 60 percent of issues because they can't check keyboard navigation, screen reader use, or cognitive load. For legal compliance under the ADA (U.S. Department of Justice 2008), manual testing is required.
Yes, if you're re-contracting. If you have a recent audit (less than 6 months old), ask about an add-on for just the WCAG 2.2 rules instead of a full new audit. Most providers offer this option.
Small site (5 to 10 pages) takes 2 to 3 weeks. Large site (50 or more pages) takes 4 to 8 weeks. Mobile app takes 2 to 4 weeks based on complexity. Timeline includes scanning, manual testing, report writing, and feedback.
Good services schedule a kickoff call to align on goals, then a review call after the draft report to discuss disagreements. They re-test contested issues and explain their reasoning. Disagreements should be resolved before the final report.
You can fix many issues if your team knows accessibility, but you need a baseline audit to understand what's broken and you need someone to check your fixes because what looks fixed on your screen might still fail with a screen reader. Most teams hire an agency for the first audit and maybe quarterly checks, then fix issues in-house.
The EAA deadline was June 28, 2025, and it requires websites and apps from companies with more than 250 employees to meet EN 301 549, which uses WCAG 2.2 AA standards. If your brand operates in Europe or sells to European customers, you're required to comply. For Indian exporters serving Europe, your buyers may now require WCAG 2.2 compliance in your contract.
WCAG AA is the legal baseline in the US (ADA cases reference AA) and Europe (EAA requires AA). WCAG AAA is stricter and rarely required by law. Most companies target AA. Decide upfront which level you need.