Research
Web accessibility by industry, 2026
Over 2026 we scanned the homepages of hundreds of well-known US websites for accessibility, one sector at a time: online stores, hospitals, government, and banks. Running the same engine across all of them means we can now do the thing no single report can, line the sectors up against each other. Which industry builds the most accessible websites, which builds the least, and what actually separates them? Here is the combined data from 342 sites, with the caveats that matter.
The ranking
Across 342 homepages in four sectors, ranked by the share with at least one critical issue (the kind that can hard-block a screen-reader user), lower is better:
| Sector | Tested | Any serious | Any critical | Passed clean | Median issues |
|---|---|---|---|---|---|
| 1. Government | 94 | 67% | 18% | 12% | 6 |
| 2. Banks & finance | 59 | 69% | 34% | 8% | 7 |
| 3. Hospitals | 99 | 66% | 35% | 12% | 8 |
| 4. Online stores | 90 | 81% | 49% | 8% | 17 |
Government came out most accessible and online stores least, with a nearly threefold gap in critical-issue rate between them (18% versus 49%). The three non-retail sectors cluster tightly on the broad "any serious failure" measure, all around two in three, but pull apart sharply on the severe end and on sheer issue volume, where the median store had more than twice the issues of the median government site. Full write-ups: government, banks and finance, hospitals, online stores.
No sector did well
Before the differences, the thing they share. Across all 342 sites, 71% had at least one serious failure on the homepage, and only 10% passed every automated check. Even the best-performing sector still shipped a serious failure on two-thirds of its homepages. So this is a ranking of degrees, not a leaderboard with a winner anyone should be proud of. The gap between first and last is real and worth understanding, but first place is still a long way from good.
What actually separates them
The interesting part is what does not explain the ranking. It is not money or legal exposure. Banks have both in abundance, more of each than a hospital or a government agency, and they landed in the middle. Online retail is the most commercially sophisticated sector of the four and came last. If budget and lawsuit risk decided this, the order would be reversed.
The factor that tracks the ranking is duller and more useful: whether a sector builds on a shared, accessible component system. Government does, the US Web Design System, and it is both the cleanest sector and the one whose pages look most standardised to a scanner. The clearest evidence is a number that has nothing to do with pass rates:
- Median items needing human review: 2 for government, 2 for banks, but 15 for hospitals and 24 for online stores.
A low "needs review" count means predictable, semantic markup that an automated test can actually reason about, the fingerprint of a design system used consistently. The sectors built from shared components (government on the USWDS, banks largely on enterprise platforms) are not just cleaner, they are more legible. The sectors that hand-roll every page (retail especially) are messier by every measure. The lesson for any team is the boring one: you get more accessibility from adopting an accessible component library than from any amount of after-the-fact auditing.
The same two problems, everywhere
Whatever the sector, the top of the list barely changed. Across all 342 sites, the most common WCAG failures were:
- Colour contrast (30%) — WCAG 1.4.3. The single most common failure in every sector we tested, and our figure includes text on CSS gradients that most scanners skip.
- Touch target size (20%) — controls under 24×24px, WCAG 2.5.8.
- Images missing alt text (14%) and links with no discernible text (14%) — WCAG 1.1.1 and 2.4.4 / 4.1.2.
- Buttons with no accessible name (11%) — WCAG 4.1.2.
Contrast and target size were the top two in every single sector. That is the encouraging part of an otherwise grim picture: the most widespread barriers on the web are also among the most mechanical to find and fix. A design pass on colour contrast and hit-target sizes alone would move the numbers in every industry here.
What this means (and what it does not)
None of this is a legal verdict. Automated failures are not a compliance determination, we tested homepages rather than whole sites, and we have named no individual organisation in any sector. What the combined data supports is narrower and more practical: accessibility on major US websites is still the exception rather than the rule, the sectors that do best are the ones building from shared accessible components, and the most common barriers are also the most fixable.
Those fixes belong in the code itself, not in a layer added on top of it. You can see where your own site stands with the free scan, or wire it into CI with the CLI and GitHub Action so it does not regress after the next release.
Methodology and limits
In the interest of not overclaiming:
- Sample: 342 homepages that returned a real page, out of 391 attempted, across four curated sector samples (online stores, US health systems, US federal government, and US banks and financial services), scanned across mid-2026. The excluded 49 mostly returned bot-protection blocks or protocol errors; the exclusion rate was far higher for banks and government than for stores and hospitals, which is discussed in those individual reports. These are curated samples of recognisable organisations, not random or traffic-ranked ones, so read the ranking as a comparison of well-known sites in each sector, not a census.
- Engine: the axe-core rules for WCAG 2.x Level A and AA, plus our own resolution of colour contrast over CSS gradients, applied identically to every sector so the numbers are comparable.
- Scope: homepages only. Checkout, patient portals, government application flows, and online banking sit behind the homepage and often fare worse.
- Not a compliance audit: detectable WCAG failures are not a legal determination, and automated testing covers only the machine-checkable part of WCAG, roughly a third of the success criteria. The real barrier rates are almost certainly higher than the figures here, not lower. We report aggregate figures only.
Frequently asked questions
Which industry has the most accessible websites?
Of the four US sectors we tested, government ranked most accessible: a critical issue on 18% of homepages versus 34% for banks, 35% for hospitals, and 49% for online stores. The likely reason is the US Web Design System, the government's shared accessibility-first component library. Even so, two-thirds of government homepages still had a serious failure.
Which industry has the least accessible websites?
Online stores. 81% had at least one serious WCAG failure and 49% had a critical one, the worst on both measures, and the median store had 17 detectable issues versus 6 to 8 for the other sectors.
What is the most common web accessibility problem across industries?
Insufficient colour contrast, the single most common WCAG failure in every sector (30% across all 342 sites), followed by touch-target size. Those two were the top pair in every industry we tested.
Do bigger budgets or legal risk make websites more accessible?
Our data does not support that. Banks have the most budget and legal exposure of the four sectors and landed in the middle, while online retail, the most commercially sophisticated, came last. What tracked the ranking instead was whether a sector builds on a shared, accessible component system.
How many websites did you test?
342 homepages that returned a real page, out of 391 attempted, across online retail, healthcare, federal government, and finance. All were scanned with the same axe-core based engine so the sectors are directly comparable.
Related guides
See what's actually broken on your site
Real axe-core results, every element outlined. No email wall, no fake “compliant” badge.
Run a free scanLast updated 2026-07-03.