The Americans with Disabilities Act was signed in 1990. More than three decades later, many of the websites operated by the US government still exclude millions of people with disabilities.
We used Accessalyze to scan 38 federal and state government websites against WCAG 2.1 AA standards — the same standard now required under the DOJ's finalized ADA Title II rule. The results expose a wide spectrum: some states have reached near-perfection, while high-profile federal sites are failing badly.
See how 321 websites scored →
View the 2026 ReportAll scans were conducted in April 2026 using Accessalyze's automated WCAG 2.1 AA scanner, powered by the axe-core accessibility engine — the same engine used by enterprise accessibility teams at Fortune 500 companies and major government contractors.
Each scan tested a site's homepage against the full WCAG 2.1 AA ruleset. Scores are calculated on a 0–100 scale based on the number, severity, and prevalence of violations detected. Violations are classified as:
Four government websites scored below 50 — the threshold we consider a clear FAIL against basic accessibility standards.
Mississippi's state portal is the single worst-performing government site in our dataset. It carries 2 critical violations, 1 serious violation, and 5 moderate violations on its homepage alone. The most damaging: seven images with no alternative text (image-alt), an unlabeled button (button-name), and a missing main landmark. For screen reader users, this site is largely unusable.
The website of the United States Senate — the body that writes the laws, including disability rights law — scores 30/100. It has 4 violations on the homepage: missing HTML language attribute, image without alt text, 5 links without discernible text, and 2 form elements without labels. This means a blind senator constituent using a screen reader literally cannot use the Senate's own contact forms.
lang attribute on the <html> element, image without alt text, 5 links with no text (icon links?), 2 form fields with no associated label.
Rhode Island's portal carries 8 violations across the serious and moderate impact levels. The predominant issues are structural: list elements used incorrectly (16 <li> instances outside of proper <ul>/<ol> containers) and form labels that rely only on hidden or tooltip-style attributes rather than visible labels.
Michigan's state site scored 45/100. While the exact violation breakdown resembles structural landmark issues common across mid-tier state sites, the score puts it solidly in the failing range — particularly concerning given Michigan's population of over 10 million.
Scores represent the Accessalyze WCAG 2.1 AA accessibility score (0–100) as measured in April 2026. Higher is better.
| Website | Score | Status | Critical Issues |
|---|---|---|---|
| ms.gov (Mississippi) | 15 / 100 | FAIL | Image alt text, button labels, missing main landmark |
| senate.gov (US Senate) | 30 / 100 | FAIL | Missing lang attr, unlabeled form fields, empty links |
| ri.gov (Rhode Island) | 40 / 100 | FAIL | Malformed list elements, title-only form labels |
| michigan.gov | 45 / 100 | FAIL | Multiple landmark and structure violations |
| az.gov (Arizona) | 50 / 100 | CONCERN | ARIA attribute misuse, unlabeled buttons |
| georgia.gov | 50 / 100 | CONCERN | Prohibited ARIA attributes, unlabeled buttons |
| knoxvilletn.gov (Knoxville, TN) | 52 / 100 | CONCERN | Region and landmark violations |
| alaska.gov | 53 / 100 | CONCERN | Content outside landmark regions |
| sanjoseca.gov (San Jose, CA) | 60 / 100 | CONCERN | Landmark structure issues |
| whitehouse.gov | 65 / 100 | CONCERN | Multiple moderate violations |
| cdc.gov (CDC) | 65 / 100 | CONCERN | Region and link violations |
| nasa.gov (NASA) | 65 / 100 | CONCERN | Landmark and region violations |
| ssa.gov (Social Security Admin) | 65 / 100 | CONCERN | Content outside landmark regions |
| transportation.gov | 65 / 100 | CONCERN | Region and heading structure issues |
| kentucky.gov | 75 / 100 | OK | Minor landmark issues |
| arkansas.gov | 80 / 100 | OK | Some region violations |
| colorado.gov | 80 / 100 | OK | Some region violations |
| fda.gov (FDA) | 80 / 100 | OK | Some region violations |
| louisiana.gov | 80 / 100 | OK | Some region violations |
| mo.gov (Missouri) | 88 / 100 | OK | Minor issues only |
| hhs.gov (HHS) | 83 / 100 | OK | Minor issues only |
| maine.gov | 85 / 100 | OK | Minor issues only |
| energy.gov (DOE) | 90 / 100 | GOOD | None detected |
| irs.gov (IRS) | 90 / 100 | GOOD | None detected |
| medicare.gov | 90 / 100 | GOOD | None detected |
| texas.gov | 90 / 100 | GOOD | None detected |
| alabama.gov | 95 / 100 | GOOD | None detected |
| nyc.gov (New York City) | 95 / 100 | GOOD | None detected |
| providenceri.gov (Providence, RI) | 95 / 100 | GOOD | None detected |
| vermont.gov | 95 / 100 | GOOD | None detected |
| mt.gov (Montana) | 98 / 100 | GOOD | None detected |
| sd.gov (South Dakota) | 98 / 100 | GOOD | None detected |
| charlottenc.gov (Charlotte, NC) | 100 / 100 | PERFECT | None detected |
| columbus.gov (Columbus, OH) | 100 / 100 | PERFECT | None detected |
| delaware.gov | 100 / 100 | PERFECT | None detected |
| illinois.gov | 100 / 100 | PERFECT | None detected |
| mass.gov (Massachusetts) | 100 / 100 | PERFECT | None detected |
Across all 38 sites, the same violation types appear again and again. These aren't obscure edge cases — they're fundamental structural issues that have been fixable for decades.
The single most prevalent violation. WCAG requires all visible page content to be wrapped in semantic landmark regions (<main>, <nav>, <header>, <footer>, etc.) so screen reader users can skip to relevant sections. 13 of the 38 government sites we scanned had content floating outside any landmark. With 102 total instances, this is by far the most prevalent problem.
13 of 38 sites affected (34%)
When a link contains only an icon (often a social media logo or arrow) with no text and no aria-label, screen readers announce it as "link" with no destination. This affects 12 government sites, including senate.gov which has 5 such links on its homepage. A screen reader user literally cannot tell where these links go.
12 of 38 sites affected (32%)
Every page should have exactly one <main> element. Screen reader users often jump directly to the main content area to skip navigation. Eight government sites are missing this entirely — meaning users must listen through every navigation link on every page load.
8 of 38 sites affected (21%)
The lang attribute on the <html> element tells screen readers which language to use for text-to-speech. Without it, a screen reader might try to read English content with the wrong voice engine, producing unintelligible output. Seven government sites — including senate.gov — are missing this one-word attribute.
7 of 38 sites affected (18%)
Images without alt text are invisible to screen readers. ms.gov has 7 such images on its homepage. This is perhaps the most well-known accessibility rule — and it's still being violated on government sites in 2026.
6 of 38 sites affected (16%)
Headings should follow a logical hierarchy (h1 → h2 → h3). When they skip levels (h1 → h3) or repeat levels incorrectly, screen reader users who navigate by heading lose their sense of document structure. ms.gov has 10 heading order violations on one page.
6 of 38 sites affected (16%)
The data reveals an interesting divide. Several high-profile federal agencies cluster in the concerning 65/100 zone — including whitehouse.gov, cdc.gov, nasa.gov, ssa.gov, and transportation.gov. These are agencies with large budgets and dedicated IT teams.
Meanwhile, the state-level picture is more varied. Some smaller states — Montana (98), South Dakota (98), Vermont (95), Delaware (100), Massachusetts (100) — consistently outperform the federal government. Others, like Mississippi (15) and Michigan (45), are in crisis.
Sites scanned: senate.gov (30), whitehouse.gov (65), cdc.gov (65), nasa.gov (65), ssa.gov (65), transportation.gov (65), fda.gov (80), hhs.gov (83), energy.gov (90), irs.gov (90), medicare.gov (90).
A wider range: from ms.gov (15) to illinois.gov, mass.gov, delaware.gov, charlottenc.gov, and columbus.gov (all 100). The best-performing states demonstrate that perfection is achievable — making the worst performers' failures inexcusable.
Run a free WCAG 2.1 AA scan on your .gov website in 60 seconds. Understand your score before the April 2027 enforcement deadline.
Scan Your Government Website Free →In April 2024, the DOJ finalized its long-awaited ADA Title II web accessibility rule. For the first time, WCAG 2.1 AA compliance is explicitly required by federal regulation for:
Federal agencies are separately governed by Section 508 of the Rehabilitation Act, which has required WCAG 2.0 Level A and AA compliance since the 2018 Section 508 refresh. Yet our scan data shows major federal agencies still falling well short.
Enforcement of the ADA Title II web rule happens through:
Five government sites scored a perfect 100/100 in our April 2026 scan: illinois.gov, mass.gov, delaware.gov, columbus.gov, and charlottenc.gov. Two more — montana.gov and sd.gov — scored 98/100.
What do the top performers share?
<main>, <nav>, <header>, <footer> landmarks throughout<label> element<html lang="en"> attribute is present on every pageThis report covers automated scanning only. Automated tools detect rule-based violations but cannot assess:
A site scoring 100/100 here has passed automated WCAG checks on its homepage — it may still have manual testing failures. A complete WCAG 2.1 AA audit requires both automated scanning and manual expert review.
Scans were conducted on each site's primary homepage. Internal pages, agency subdomains, and linked applications may have different scores.
Mississippi's state portal (ms.gov) scored 15/100 in our April 2026 scan — the lowest of all 38 government sites we tested. Among federal government sites, the US Senate (senate.gov) scored lowest at 30/100.
Based on our automated scan, whitehouse.gov scored 65/100 — indicating it has meaningful accessibility gaps that likely keep it from full WCAG 2.1 AA compliance. It joins cdc.gov, nasa.gov, ssa.gov, and transportation.gov in the same score range.
The DOJ issued an interim final rule on April 20, 2026 extending the compliance deadline. State and local government entities with a population over 50,000 now have until April 26, 2027. Smaller entities and special districts have until April 26, 2028. Federal agencies have separate Section 508 requirements in effect since 2018. See our full breakdown of the DOJ deadline extension.
Five sites earned perfect scores in our April 2026 scan: illinois.gov, mass.gov (Massachusetts), delaware.gov, columbus.gov (Ohio), and charlottenc.gov (Charlotte, North Carolina).
All sites were scanned using Accessalyze, powered by the axe-core accessibility engine. Scans ran against each site's primary homepage in April 2026 and tested against WCAG 2.1 Level AA criteria. Scores reflect the number, severity, and distribution of detected violations on a 0–100 scale.
We plan to update this report quarterly. Government sites can rescan at any time using Accessalyze to track their progress.
Accessalyze scans any .gov website against WCAG 2.1 AA in under 60 seconds. Free. No signup required.
Run a Free Accessibility Scan →Related reading: ADA Website Compliance 2026 Guide · Section 508 Compliance Checklist · Automated vs. Manual Accessibility Testing
Try it yourself
Enter your website URL to get a free accessibility score.