Free tools WCAG Accessibility Checker

Tool · Accessibility

Free WCAG Accessibility Checker — Test ADA, Section 508, and WCAG 2.2 Compliance Online

Scan any public webpage or your entire website against WCAG 2.0, 2.1, and 2.2 (Level A and AA) using the open-source axe-core engine. Free, no signup for single-page scans. Built by accessibility engineers — not an overlay.

Why test for WCAG compliance now?

Web accessibility used to be a "nice to have." It is now a legal and commercial requirement for any business operating online:

  • United States — federal courts have treated WCAG 2.1 Level AA as the de-facto standard for ADA Title III compliance. Over 4,000 ADA web-accessibility lawsuits were filed against US businesses in 2025 alone. The Department of Justice's April 2026 rule applies WCAG 2.1 AA to all state and local government websites. See our deep dive on the April 2026 deadline.
  • European Union — the European Accessibility Act (EAA) came into force on June 28, 2025, requiring all consumer-facing digital services sold in the EU to meet WCAG 2.1 AA. US businesses with EU customers are in scope.
  • Public procurement — Section 508 (US federal), EN 301 549 (European harmonised standard), and most state-government RFPs require a VPAT documenting WCAG 2.x AA conformance before a vendor can bid.

Most websites fail WCAG without realising it. Color contrast misses, missing form labels, broken ARIA, and unkeyboardable widgets are the most common — and the most often cited in lawsuits. This tool catches them in seconds.

Run a scan below ↓ — it's free, takes 15 seconds for a single page, and requires no signup.

Scan a public page

Automated scans catch many issues, but they do not replace a manual WCAG audit.

Enter a URL and choose the WCAG version to see accessibility findings.

Why this scanner

Why use the OST WCAG Accessibility Checker?

There are dozens of WCAG scanners on the web. Most fall into one of two buckets: paid SaaS that charges per scan, or overlay widgets that don't actually fix anything. We built this one because we needed a tool we could trust ourselves and recommend to clients.

Free

No per-scan caps for normal use

A single-page scan is free and requires no email. A full-site scan (up to 50 pages) is free with name + work email so we can deliver the report. There is no paid tier, no upsell — the tool is operated by OST as a public service.

Engine

The same axe-core engine the pros use

axe-core is the open-source rules engine maintained by Deque Systems — used by Microsoft Accessibility Insights, Chrome DevTools' Lighthouse, and most professional accessibility freelancers. We do not add proprietary rules. Results match what a Deque-certified auditor would produce.

axe-core Deque Systems MPL 2.0

Real browser

Playwright + Chromium, not just static HTML

Every scan loads the page in a real Chromium browser via Playwright. We see what the user sees — including JavaScript-rendered content, single-page-app routes, and dynamic ARIA states. Most free scanners can't do this.

Honest

Clear about automated testing's ceiling

Industry consensus: automated tools catch 30-40% of WCAG issues. We say that on the report and we tell you what still needs a human review. No false "100% compliant" badges.

Coverage

WCAG 2.0, 2.1, AND 2.2 — Level A + AA

Most free scanners only test WCAG 2.0 or 2.1. We test the latest 2.2 success criteria too (target size, focus appearance, dragging movements, redundant entry, accessible authentication).

No overlay

We don't sell overlays and don't use them

OST does not use accessiBe, UserWay, EqualWeb, AudioEye, or any "one-line script that makes your site accessible." The accessibility community has been clear (see the Overlay Fact Sheet at overlayfactsheet.com, signed by 800+ practitioners) that overlays do not fix underlying WCAG violations. We removed accessiBe from our own site once we built this tool.

US engineering firm

Built and maintained by Opensource Technologies

OST has 14 years of public-sector and enterprise web experience including dozens of Section 508 audits. The tool is documented with a published VPAT (Voluntary Product Accessibility Template).

Since 2012 US-based Public sector + enterprise

Privacy

Privacy-respectful, no ad retargeting

Scan results are deleted after 7 days. Single-page scans require no signup. We do not retarget you with ads. Cloudflare Turnstile protects the tool from abuse without tracking you across the web.

Methodology

How the scanner works

1. Paste any public URL into the form above. The URL must be reachable from the public internet — pages behind a VPN, basic-auth, or login wall can't be scanned by an automated tool.

2. Choose Single page or Entire website.

  • Single page (default) — instant report in your browser, no signup. Best for spot-checking one URL or running quick before/after comparisons during remediation.
  • Entire website — crawls up to 50 internal pages, runs the same axe-core ruleset on each, aggregates a site-wide score, and emails you a hosted link to the full report (valid for 7 days). Requires name + work email so we can send the report.

3. Pick the WCAG version and conformance level. Most US businesses target WCAG 2.1 Level AA. EU EAA targets WCAG 2.1 AA. Federal government Section 508 maps to WCAG 2.0 AA. WCAG 2.2 (released October 2023) adds 9 new success criteria — most modern teams should test against it.

4. Click Scan. Single-page scans complete in about 15 seconds. Full-site scans take 5-15 minutes depending on the number of pages discovered.

5. Read the report. You get:

  • An overall accessibility score (0-100, weighted by severity)
  • Each WCAG violation grouped by severity (Critical, Serious, Moderate, Minor)
  • The exact HTML element that failed
  • The specific WCAG success criterion and level violated (e.g., "1.4.3 Contrast (Minimum), Level AA")
  • A link to Deque's documentation explaining the rule and how to fix it
  • For full-site reports: a per-page breakdown so you can prioritise

Single-page reports stay in the browser and disappear when you close the tab. Full-site reports stay at the private URL we email you for 7 days, then are deleted automatically.

The underlying rule engine is axe-core by Deque Systems — the most widely used open-source accessibility rule set, embedded in Microsoft Accessibility Insights, Chrome DevTools (Lighthouse), and Firefox DevTools. It's the de-facto industry standard for automated WCAG testing.

What the tool catches — and what still needs a human

Automated accessibility scanners catch roughly 30-40% of WCAG issues. That's industry consensus, not a limitation of this tool. Every automated scanner — including paid tools — has the same ceiling.

✅ What this tool catches reliably

  • Color contrast failures (text vs background, foreground vs visual UI)
  • Missing accessible names (buttons, links, icons, images)
  • Missing form labels and label-input associations
  • Broken heading hierarchy and document structure
  • Invalid ARIA roles, states, and properties
  • Missing or duplicate HTML5 landmarks (main, nav, header, footer, etc.)
  • Empty links and buttons
  • Auto-playing video / audio without controls
  • Tables without proper headers
  • Documents missing a language attribute or a meaningful title
  • Most WCAG 2.2 additions: target size (2.5.8), focus not obscured (2.4.11), focus appearance (2.4.13)

❌ What still needs a human review

  • Whether the alt text is meaningful — we can confirm it exists; only a human can judge if it describes the image accurately
  • Whether the reading order makes sense to someone using a screen reader
  • Whether the keyboard interaction is sensible for someone who cannot use a mouse
  • Cognitive accessibility — clear language, predictable navigation, no time pressure on critical tasks
  • Reduced-motion preferences and respectful animation
  • PDF accessibility — automated tools struggle; live human reads PDFs better
  • Whether dynamic UI announces state changes to screen readers correctly (ARIA-live regions)
  • WCAG 2.2 success criteria 3.3.7 (Redundant Entry) and 3.3.8 (Accessible Authentication) — both require human evaluation of the user flow

If you're responding to an ADA demand letter, preparing a Section 508 procurement package, or producing a VPAT, combine the automated scan with a manual expert audit. Schedule a 60-minute discovery call — we can deliver a full WCAG 2.2 AA conformance audit in two to four weeks, with remediation if needed.

Frequently asked questions

Is this WCAG checker really free?

Yes. Single-page scans are free and require no signup. Full-site scans (up to 50 pages) are free in exchange for your name and work email so we can email you the report. There is no paid tier or upsell — the tool is operated by OST as a public service and as a demonstration of the accessibility services we offer to clients.

What's the difference between WCAG 2.0, 2.1, and 2.2?

WCAG 2.0 was published in 2008 and is what Section 508 (US federal) maps to. WCAG 2.1 was published in 2018, adding 17 new success criteria focused on mobile and cognitive accessibility — this is what ADA Title III and the EU EAA target. WCAG 2.2 was published in October 2023, adding 9 more criteria (mostly around target size, focus, and authentication). Most modern projects should target 2.2 AA.

Will this tool make my website 100% WCAG compliant?

No, and no tool can. Automated scanners catch 30-40% of WCAG issues. The rest requires a human accessibility audit. If anyone — vendor or product — claims their tool makes your site "fully compliant" or "ADA proof," walk away. That's overlay-style marketing, and the courts have not accepted it as a defense.

How does this compare to WAVE, axe DevTools, and Accessibility Insights?

All four are excellent and use overlapping technology. WAVE (WebAIM) is great for in-browser visual feedback. axe DevTools (Deque) is the gold standard browser extension and uses the same axe-core engine we do. Accessibility Insights (Microsoft) is best for guided assessment workflows. Our tool's edge: it runs in the cloud (no install), scans a full site at once, and gives you an emailed hosted report you can share with your team. For developers spot-checking single elements, use axe DevTools in your browser. For site-wide triage and shareable reports, use this tool.

What happens to my scan data?

We delete it. Single-page scan results live only in your browser session. Full-site reports are hosted at a private URL for 7 days, then deleted automatically. Your name and email (if you ran a full-site scan) stay in our CRM until you ask us to remove them (write to [email protected]). We do not sell your data, do not use it for ad retargeting beyond our own marketing, and do not share it with third parties.

Is OST an IAAP-certified company?

OST employs accessibility specialists and is in the process of submitting our WCAG tool for review by the W3C Web Accessibility Initiative and applying to the Deque Axe Partner Program. For projects requiring a CPACC/WAS-credentialed lead reviewer, we engage IAAP-certified partners. Ask us about your specific procurement requirements.

My site uses accessiBe / UserWay / EqualWeb / AudioEye. Will the scan show real issues underneath the overlay?

Mostly yes. Overlays modify the rendered DOM at runtime, so an automated scan captures the post-overlay state — meaning some issues the overlay "patches" cosmetically (color contrast, font size) may appear fixed in the scan. But structural violations (semantic HTML, ARIA roles, keyboard order, form labels) remain visible. If your scan looks "clean" but your site has an overlay, run a second scan with the overlay script blocked (browser DevTools → Network → block the overlay URL) to see what's actually underneath. See the Overlay Fact Sheet (overlayfactsheet.com) for why this matters.

What's WCAG 3.0 and should I worry about it?

WCAG 3.0 (provisionally named the W3C Accessibility Guidelines, or WCAG 3) is in early development. It's a multi-year effort to rethink accessibility scoring beyond pass/fail. There's no published timeline for it becoming a legal standard. Continue targeting WCAG 2.2 AA — that's what regulators and courts will use through at least the late 2020s.

Can I run this tool through an API or embed it on my own site?

Not currently. If you need API access or a white-label embed for client work, write to [email protected] — we may build this if there's demand from agency partners.

How is this tool tested for its own accessibility?

The tool's own accessibility is documented in our published VPAT 2.5 (Voluntary Product Accessibility Template). The tool's UI was independently scanned and returns zero axe-core violations against WCAG 2.2 AA at the time of writing. A formal IAAP-certified third-party audit is scheduled — results will be published when complete.

I'm getting different results than another tool. Which is right?

Both, usually. axe-core (us, axe DevTools, Lighthouse, Accessibility Insights) and WAVE/Pa11y use different rule sets and severity scales. A result that one tool flags as 'Serious' might be 'Best Practice' in another. The underlying WCAG criterion is what matters. If two tools disagree on whether something is a violation, read the criterion text on the W3C WCAG Quick Reference (w3.org/WAI/WCAG22/quickref/) and make a judgment call — or contact us.

Related reading


Privacy

When you run a scan:

DataWhat we storeHow long
The URL you scannedStored with the report7 days (full-site reports), not stored beyond the session for single-page scans
The scan results (score, violations, failing elements)Stored with the report7 days, then deleted automatically
Your name and email (full-site mode only)Stored in our CRMUntil you ask us to delete it (write to [email protected])
The IP address that submitted the requestUsed for rate-limiting onlyNever stored beyond 1 hour

We do not sell your data, do not use it for ad retargeting outside our own marketing, and do not share it with third parties except the email service provider (AWS SES) needed to send your report.

The Cloudflare Turnstile challenge protects the tool from automated abuse — it does not track you across sites.


License and cost

ItemStatus
Cost to run a single-page scanFree, no signup
Cost to run a full-site scan (up to 50 pages)Free, lead-gated (name + work email)
API accessNot currently offered — contact us if you need it
White-label or embedNot currently offered — contact us if you need it
Underlying engineaxe-core, MPL 2.0 license (open-source)
Per-IP rate limit10 scans/hour (preventing abuse, not normal use)

The tool itself is not open-source. It is operated and supported by Opensource Technologies as a free public service and a demonstration of the accessibility services we offer to clients.


Tool credentials and trust

  • Listed in the W3C Web Accessibility Initiative — Web Accessibility Evaluation Tools List (pending review at submission)
  • Member of the Deque Axe Partner Program (application in progress)
  • The tool itself is published with a VPAT 2.5 Accessibility Conformance Report at /legal/wcag-tool-vpat/
  • ost.agency is independently verified to pass WCAG 2.2 AA across home, services, tools, and 6 industry detail pages (12 of 12 sampled pages, 0 axe-core violations)
  • Built and maintained by Opensource Technologies (OST), 14 years of web engineering, US government and enterprise clients
  • Tool source includes overlay-detection — if you scan a site running accessiBe / UserWay / EqualWeb / AudioEye / Allyant, the report flags it and explains what that means for the result

Questions, feedback, or partnership requests: [email protected]

Need a complete audit?

Automated scan, keyboard testing, screen reader review, remediation plan, and executive-ready issue summary. 60 minutes, includes a written report.