WebAIM - Web Accessibility In Mind

The WebAIM Million
The 2025 report on the accessibility of the top 1,000,000 home pages

Introduction

For the seventh consecutive year, WebAIM conducted an accessibility evaluation of the home pages for the top 1,000,000 web sites. The evaluation was conducted using the WAVE stand-alone API (with additional tools to collect site technology and category data). The results provide an overview of and insight into the current state of web accessibility for individuals with disabilities as well as trends over time.

Note!

Results below are from February 2025—with comparisons to, and trends from, earlier analyses in 2019, 2020, 2021, 2022, 2023, and 2024.

Supported by BrowserStack

Support for this research is funded in part by a donation from BrowserStack

The Sample

Site Lookup

How did your home page rank in our study? Enter a web site domain below to view details.


The million home page list was derived from the Tranco ranking which combines several sources of "top" web sites.

Sites without home pages, pages that returned errors (404, etc.), pages with fewer than 10 HTML elements, and pages with more than 5,000 links to the same domain (for SEO purposes) were not included.

Methodology

The WAVE accessibility engine was used to analyze the rendered DOM of all pages after scripting and styles were applied. WAVE detects end-user accessibility barriers and Web Content Accessibility Guidelines (WCAG) conformance failures. All automated tools, including WAVE, have limitations—not all conformance failures can be automatically detected. Absence of detected errors does not indicate that a page is accessible or conformant. Although this report describes only a subset of accessibility issues on only 1,000,000 home pages, this report provides a quantified and reliable representation of the current state of the accessibility of the most influential pages on the web.

Detected Errors

Across the one million home pages, 50,960,288 distinct accessibility errors were detected—an average of 51 errors per page. The number of detected errors decreased 10.3% since the 2024 analysis which found 56.8 errors/page. "Errors" are WAVE-detected accessibility barriers having notable end user impact, and which have a very high likelihood of being WCAG 2.2 Level A/AA conformance failures.

This chart shows the average number of detectable errors per home page over time:
Line chart showing average errors of around 60 in 2019 and 2020 decreasing to around 50 in 2021, 2022, and 2023, then increasing to 56.8 in 2024, then back down to 51 in 2025.

Home Page Complexity

The home pages tested had over 1.2 billion page elements. Home page complexity continues to steadily increase, from an average of 1173 elements in February 2024 to an average of 1257 elements per home page in February 2025—a 7.1% increase.

The following chart shows the number of home page elements detected over the last seven WebAIM Million studies:
Line chart showing number of home page elements steadily increasing from 782 in 2019 to 1257 in 2025.

The number of home page elements has increased 61% in the last 6 years. 4.1% of all home page elements had a detected accessibility error. Users with disabilities would expect to encounter errors on 1 in every 24 home page elements.

Note!

Error density (number of errors divided by number of page elements) is provided in the site lookup, but is alone an unreliable metric of site accessibility. A significant number of page elements (<div> and <span> elements, for example) may result in a lower error density (suggesting better accessibility), when in fact many new accessibility errors may have also been introduced. This report focuses primarily on average number of detected errors—likely end user barriers—present as opposed to error densities (how diluted those errors are within page elements).

There was a correlation between page popularity and home page complexity. The top 100,000 pages averaged 1,465 elements—45% more page elements than the last 100,000 sites in the sample (1014 elements).

WCAG Conformance

94.8% of home pages had detected WCAG 2 failures. This improved slightly from 95.9% in 2024. Over the last 6 years, the pages with detectable WCAG failures have decreased by only 3.1% from 97.8%. These are only automatically detected errors that align with WCAG conformance failures with a high level of reliability which suggests that the rate of full WCAG 2 A/AA conformance was certainly lower.

This chart shows the percentage of home pages with detected WCAG conformance failures over time:
Line chart showing percentage of home pages with detected WCAG conformance failures decreasing from 97.8% in 2019 to 94.8% in 2025.

While the rate of pages with no detectable errors was very low, 23.4% of pages had 5 or fewer detected errors and 33.6% had 10 or fewer. Over the last several years the proportion of pages with fewer errors has increased while the number of pages with many errors has also increased—pages with fewer errors have gotten better while pages with many errors have gotten worse.

Bar chart showing percentage of pages with error types. Low contrast text = 79.1%, Missing alt text = 55.5%, Missing Labels = 48.2%, Empty Links = 45.4%, Empty Buttons = 29.6%, and Missing Language = 15.8%

Home pages with most common WCAG 2 failures
WCAG Failure Type% of home pages
Low contrast text79.1%
Missing alternative text for images55.5%
Missing form input labels48.2%
Empty links45.4%
Empty buttons29.6%
Missing document language15.8%

96% of all errors detected fall into these six categories. These most common errors have been the same for the last 5 years. Addressing just these few types of issues would significantly improve accessibility across the web.

Bar chart showing percentage of homepages with each error type from 2019 to 2025. Low contrast text was on 85% of pages in 2019, increasing to 86%, then decreasing to 29% in 2025. Missing alt text has generally declined from 68% to 56% of home pages. Missing labels were around 53% from 2019 to 2021, then down to 46% with a small increase to 48% in 2024 and 2025. Empty links have similarly decreased from 58% to 45%. Empty buttons have slowly increased from 25% to 30%. And missing language has steadily decreased from 33% to 16%.

Over time the number of pages with low contrast text, empty links, and missing document language has decreased. The number of pages with missing alternative text decreased from 2019 to 2022, but has since remained about the same. The number of pages with missing form input labels and empty buttons has increased slightly over the last few years.

Low Contrast Text

Low contrast text, below the WCAG 2 AA thresholds, was found on 79.1% of home pages. This was the most commonly-detected accessibility issue. On average, each home page had 29.6 distinct instances of low-contrast text, down 14.4% from 34.5 in 2024.

Images and Alternative Text

Home pages are becoming increasingly graphical. There were over 58.6 million images in the sample, or 58.6 images per home page on average, a 5.4% increase over 2024. 18.5% of all home page images (11 per page on average) had missing alternative text (not counting alt=""). 44% of the images missing alternative text were linked images—resulting in links that were not descriptive. One out of every five linked images was missing alternative text.

13.4% of images with alternative text had questionable or repetitive alternative text—such as alt="image", "graphic", "blank", a file name, etc., or alternative text identical to adjacent text or the alternative text of an adjacent image.

These data show that one may expect nearly one third of the images on popular home pages to have missing, questionable, or repetitive alternative text.

Form Labeling

Home pages had 6.3 form inputs on average. 34.2% of those form inputs were not properly labeled (either via <label>, aria-label, aria-labelledby, or title).

Headings

Nearly 25 million headings were detected (nearly 25 on average per home page). The number (and prevalence) of heading levels were:

  • 1.5 million <h1> headings (6.0%)
  • 7.6 million <h2> headings (30.5%)
  • 9.2 million <h3> headings (36.8%)
  • 3.8 million <h4> headings (15.5%)
  • 1.8 million <h5> headings (7.3%)
  • 1 million <h6> headings (3.8%)

The number of headings present on analyzed home pages increased 4.6% from 23.7 million in 2024.

Because headings are the primary mechanism used by screen reader users to navigate content, their proper implementation is important. 16.3% of home pages had more than one <h1>—a decrease from 16.8% in 2024. There were 1,088,074 instances of skipped heading levels (e.g., jumping from <h2> to <h4>)—one in every 23 headings. Skipped heading levels were present on 39% of all pages, up from 37.9% in 2024. 9.8% of pages had no headings present at all, down from 11.3% in 2024.

Regions

80.5% of home pages had at least one region (or ARIA landmark) defined—an increase from 76.7% in 2024. A <main> element or main landmark was present on 42.6% of home pages, up from 39.1% in 2024. 16.6% of home pages had a "search" landmark, up from 15.5% in 2024.

ARIA

105,509,338 ARIA attributes were detected—nearly 106 per page on average! ARIA code usage increased 18.5% in just one year and is nearly 5 times higher than it was in 2019.

This chart shows the number of ARIA attributes per home page over time:
Line chart showing detected ARIA attributes increasing from 22 in 2019 to 106 in 2025.

The prevalence of ARIA labels and descriptions increased 28% in just the last year. Home pages averaged 25 aria-label, aria-labelledby, or aria-describedby attributes.

79.4% of the one million home pages used ARIA (excluding ARIA landmark roles), up notably from 74.6% in 2024. Home pages with ARIA present had over twice as many errors (57 on average) than pages without ARIA (27 on average). While ARIA is intended to improve accessibility, one would expect to encounter an additional 30 potential barriers on home pages with ARIA present.

Increased ARIA usage on pages was associated with higher detected errors. The more ARIA attributes that were present, the more detected accessibility errors could be expected. This does not necessarily mean that ARIA introduced these errors (these pages are more complex), but pages typically had significantly more errors when ARIA was present.

4.5% of home pages had an ARIA menu (role="menu"), but 35% of ARIA menus introduced accessibility barriers due to the lack of necessary ARIA menu markup and interactions.

Home pages also averaged 18 aria-hidden="true" attributes (up 16% from 15.5 in 2024 and over 250% since 2020) and 3.6 role="button" attributes (up from 3.1 in 2024). Home pages averaged 26 instances of tabindex=0 or tabindex=-1 (up 13% from 23.1 in 2024 and more than doubled since 2020).

Doctypes

92.4% of home pages had a valid HTML5 doctype—an increase from 91.6% in 2024, 89.8% in 2023, 86.1% in 2022 and 79.1% in 2021. Pages with a valid HTML5 doctype had significantly more page elements (average of 1302 vs. 705). They also had more detectable errors (average of 51.2 vs. 48.6) than pages with other doctypes. 512 unique doctypes were encountered in the million-page sample.

Site Categories

Note!

Site category data was collected using Amazon Web Services Bedrock AI.

The table below shows the average number of errors in each category and the percent difference in errors for that category from the average of 51 errors for the entire million-page sample. In other words, the percentage difference is how much better or worse home pages in that category are than the average home page.

CategoryAvg. # of errors% difference
Government37.2−27.0%
Personal Finance37.7−26.0%
Non-Profit/Charity40.0−21.6%
Law, Government, & Politics40.5−20.6%
Social Media41.7−18.1%
Technology & Computing41.8−18.0%
Science44.0−13.6%
Careers44.4−12.8%
Business44.8−12.1%
Society46.2−9.3%
Education47.0−7.8%
Health and Fitness47.7−6.4%
Religion and Spirituality49.0−3.8%
Food and Drink50.4−1.1%
Family and Parenting52.3+2.6%
Gaming52.8+3.6%
Real Estate53.7+5.4%
Adult Content53.1+4.1%
Arts and Entertainment54.1+6.1%
Gambling/Casinos54.5+6.9%
Pets55.5+9.0%
Automotive57.8+13.5%
Travel59.7+17.2%
Hobbies and Interests59.7+17.2%
News/Weather/Information59.8+17.4%
Home and Garden61.9+21.5%
Style & Fashion64.7+26.9%
Sports66.3+30.1%
Shopping71.2+39.8%

There were notable differences in accessibility errors for sites in different categories.

TLDs

1057 unique top-level domains (e.g., com, .tv, .fashion, etc.) were represented in the million pages analyzed. The table below shows select TLDs with home page counts, average number of errors per home page, and percentage difference from the average of 51 errors for the entire million-page sample.

TLD # of home pages Avg. # of errors % difference
gov1,96719.6−61.6%
edu3,32523.6−53.7%
io9,68431.8−37.6%
us2,60632.8−35.7%
top14,77034.8−31.8%
ca5,68935.2−30.9%
xyz10,28136.4−28.5%
org48,19137.3−26.9%
online5,13139.0−23.5%
uk17,08340.4−20.7%
net41,49242.7−16.3%
co7,67446.2−9.4%
au7,96747.0−7.8%
nl11,86847.2−7.4%
de24,59447.8−6.3%
jp19,72148.2−5.4%
info6,11048.5−4.9%
eu4,71148.6−4.7%
com435,99849.8−2.2%
fr10,21753.3+4.6%
id4,62354.2+6.4%
in11,28657.1+12.1%
es5,35558.7+15.2%
br19,36960.3+18.4%
it10,20062.2+22.0%
pl9,45766.1+29.8%
ru44,98172.4+42.1%
cn4,50673.8+44.7%
cz5,31174.7+46.6%
ua5,66889.1+74.8%

This shows notable differences between TLDs.

Languages

85.1% of pages specified a document language. This table shows the specified page language for the most common languages (n>5000), number of pages in the sample, average number of errors, and percentage difference in errors from the overall average of 51.

Language # of home pages Avg. # of errors % difference
English504,59539.8−22.0%
Dutch12,68546.9−8.1%
German31,36350.4−1.1%
No language specified149,36551.9+1.8%
Indonesian19,42554.9+7.8%
Japanese25,61357.5+12.8%
Portuguese26,09058.0+13.8%
French21,94558.5+14.8%
Spanish30,50664.0+25.6%
Turkish10,94365.9+29.4%
Italian11,15467.4+32.3%
Chinese12,28869.2+35.9%
Polish8,95170.0+37.4%
Vietnamese6,05172.6+42.5%
Farsi7,26783.7+64.3%
Russian60,71584.6+66.1%
Korean6,40786.4+69.6%

As with TLDs, there are significant differences in accessibility of pages in various languages. Western languages generally fared better than other languages.

Technologies

Over 1,200 different types of web technologies were detected on the one million home pages. Common technologies detected on more than 5,000 home pages are listed below, ordered from "best" to "worst". Note that correspondence of additional errors with a technology cannot always be attributed to that technology.

Content management systems and site builders

CMS# of home pagesAvg. # of errors% difference
Divi8,67227.6−45.9%
Webflow10,27728.4−44.3%
Adobe Experience Manager5,42530.7−39.8%
Typo3 CMS5,73041.5−18.5%
Drupal19,25741.9−17.7%
Joomla6,42647.1−7.5%
WordPress241,40150.0−1.9%
Elementor51,20551.1+0.2%
wpBakery17,57663.5+24.6%
1C-Bitrix11,70697.0+90.3%

There was a wide diversity in the impact that the CMS choice appeared to have on accessibility with home pages. Most pages that use a common CMS have fewer errors than average.

JavaScript frameworks

Framework# of home pagesAvg. # of errors% difference
AngularJS16,84837.7−26.0%
Next.js30,67638.6−24.2%
React79,25242.4−16.8%
Alpine.js10,99844.1−13.4%
Nuxt.js13,05745.2−11.2%
Emotion14,58248.6−4.6%
Stimulus7,50751.9+1.8%
AMP25,17952.1+2.3%
styled-components12,74152.6+3.3%
GSAP45,35455.4+8.7%
Backbone.js11,09256.9+11.7%
Vue.js53,45358.7+15.3%
RequireJS14,84162.7+23.1%
Zone.js8,39365.0+27.6%
Handlebars8,55468.8+35.1%
Angular8,79170.7+38.8%
Firebase17,01374.6+46.5%
Redux5,93578.2+53.4%
toastr6,49480.9+58.8%
Mustache7,95289.1+74.9%

JavaScript libraries

Library# of home pagesAvg. # of errors% difference
YUI6,47441.1−19.3%
Boomerang5,05041.5−18.7%
web-vitals11,34249.2−3.5%
AOS22,22051.0+0.2%
MobX6,18155.5+9.0%
jQuery Migrate202,39456.6+11.0%
DataTables9,51057.1+12.0%
lit-html32,57157.8+13.4%
Lodash34,30458.5+14.8%
Isotope34,97859.2+16.2%
core-js341,91060.1+17.9%
lit-element29,68460.1+18.0%
Slider Revolution19,58360.2+18.2%
Underscore.js12,37660.6+18.9%
jQuery594,25561.1+19.8%
LazySizes66,97163.2+24.0%
Flickity18,99863.9+25.4%
Lightbox38,76064.1+25.7%
Hammer.js15,83864.5+26.7%
Preact16,01565.3+28.1%
Tippy.js6,92365.4+28.3%
jQuery UI152,44666.5+30.6%
Modernizr64,15467.9+33.2%
Photoswipe11,55768.8+34.9%
Splide7,86470.1+37.5%
Moment.js36,93770.2+37.8%
Axios11,53071.5+40.3%
Swiper132,99573.6+44.3%
prettyPhoto10,92374.7+46.7%
Select231,38475.3+47.8%
Slick68,72378.0+53.0%
OWL Carousel59,07681.3+59.6%
FancyBox52,32082.9+62.7%
crypto-js6,54486.2+69.1%
SweetAlert212,45587.4+71.6%
Clipboard.js9,653101.8+99.9%

The presence of nearly all of these popular JavaScript libraries aligned with an increase in detected accessibility errors.

Web frameworks

Web Framework# of home pagesAvg. # of errors% difference
Next.js30,67638.6−24.2%
Microsoft ASP44,23848.0−5.8%
ZURB foundation15,07452.7+3.3%
Express7,24555.6+9.1%
UIkit5,80357.2+12.3%
Laravel10,04262.8+23.2%
Bootstrap236,39363.2+23.9%
Animate.css28,05865.5+28.5%

Home pages in the sample that utilize the popular Bootstrap framework had 12.2 more accessibility errors on average than those that did not. We can't know from these data if Bootstrap introduced these errors, but there was a correspondence of increased errors when Bootstrap was present.

Ecommerce platforms

Platform# of home pagesAvg. # of errors% difference
Shopify28,18169.6+36.6%
Woocommerce26,34975.6+48.4%
Magento8,62385.4+67.5%

Advertisement networks

Ad Network # of home pages Avg. # of errors % difference
theTradeDesk6,89539.1−23.3%
Linkedin Ads14,03142.8−16.0%
Amazon Advertising15,71951.2+0.4%
AdRoll4,64051.5+1.0%
Pubmatic8,09057.7+13.1%
Prebid18,55057.7+13.3%
AppNexus9,77459.3+16.3%
Rubicon Project8,48960.4+18.5%
Microsoft Advertising46,00460.4+18.6%
Taboola8,76862.1+21.9%
OpenX6,15762.4+22.5%
33Across14,16563.3+24.2%
AdSense61,67365.5+28.6%
ID56,32066.9+31.3%
Twitter Ads30,19667.6+32.6%
Doubleclick8,36267.6+32.7%
Pinterest Ads9,54069.2+35.8%
Criteo17,09180.7+58.4%
Yandex51,47289.5+75.6%

Pages that utilized almost any of these popular ad systems had more errors on average than those that did not. The data suggest that ads were among the strongest harbingers of accessibility errors.

Other technologies

Other common technologies also correlated to more errors:

  • 14% of pages had ReCAPTCHA, and these pages had 12.1 more errors than average.
  • 13.9% of pages were detected as having Progressive Web Apps (PWAs) and these pages had 7.6 more errors than average.

Web sites that used common cookie compliance technologies, such as OneTrust (36.8 errors on average) averaged notably fewer errors than average, whereas sites that used browser fingerprinting and user tracking technologies, such as FingerprintJS (80.7 errors on average) and ClientJS (119.3 errors on average), had significantly more errors than average. This may suggest a relationship between user privacy and accessibility practices.

972,746 tables were observed on 142,976 pages (down from 1,126,054 tables on 162,377 pages in 2024). Only 161,553 (16.6%) of the tables had valid data table markup.

Conclusion

The 2025 WebAIM Million analysis saw a decrease in the number of detected accessibility errors and a small decrease in number of pages with WCAG conformance failures. A primary concern is the significant rate of increase in the the number of home page elements and ARIA code - both of which correlate to increased accessibility issues. Similarly, the trend of popular JavaScript frameworks and libraries corresponding with higher numbers of errors continues. Home pages are getting larger and more technologically complex at an alarming rate. It seems that if the complexity of home pages could be reined in that the rate of accessibility would increase. We at WebAIM hope that this report will help influence improved accessibility.