Skip to Content

Blog > 10 takeaways from the WebAIM Screenreader Survey #10

10 takeaways from the WebAIM Screenreader Survey #10

Karl Groves. - 26/02/2024

On February 22, 2024 our good friends at WebAIM released the 10th installment of their screen reader user survey. Jared Smith posted a great list of bullet points summarizing important data from the survey, but we’d like to add a few.

  1. Global Representation Increased: This edition of the survey saw a majority of respondents from outside North America. This is a significant observation, indicating a broadened scope of the survey compared to previous years. Because so many new regions are starting to see important new laws coming into place in 2024, it helps improve the usefulness of this resource for those outside the US or serving users outside the US.
  2. Demographics of Age and Disability: The survey demographics show a diverse age range and a high percentage of respondents using screen readers due to a disability (89.9%). This highlights the importance of accessibility tools for a significant portion of the population with disabilities. This is the 3rd year tracking the age of respondents, and it is interesting to note the number of respondents who are 60+, which is an age group a lot of people regard as less tech-savvy.
  3. Screen Reader Proficiency: A majority of respondents with disabilities (63%) consider themselves advanced users of screen readers. Usability studies and empirical evidence often suggests otherwise, so I’m not sure what to make of this. Obviously this type of survey is prone to self-selection bias, but given the number of respondents, the survey’s confidence interval is probably around 98% with a 3% margin of error.
  4. Primary Screen Reader Trends: NVDA is awesome. To directly quote Jared’s summary: “78.1% of respondents consider free or low-cost desktop screen readers (such as NVDA or VoiceOver) as being viable alternatives to more expensive commercial screen readers.” These market share numbers are mostly stable and, in the case of NVDA, it means that developers and testers should feel comfortable in testing with it.
  5. Mobile Screen Reader Usage: A significant majority of respondents (91.3%) use screen readers on mobile devices, with a notably higher usage of iOS devices among respondents with disabilities. This underlines the critical role of mobile accessibility in today’s digital environment and the importance of ensuring that you don’t just test your website on desktop.
  6. Browser Preferences: Chrome remains the most used browser among screen reader users (52.3%), which is consistent with broader web usage trends, although specific preferences for screen reader and browser combinations vary.
  7. JavaScript Enabled: Nearly all respondents (99.8%) had JavaScript enabled, showing that modern web technologies are widely used by screen reader users, contradicting the outdated notion that users with disabilities have limited technology capabilities.
  8. Reasons for Screen Reader Choice: The main reasons for choosing a primary screen reader are existing comfort/expertise (45.8%) and features (26.5%), indicating that familiarity and functionality are key factors in technology adoption among screen reader users.
  9. Satisfaction with Screen Readers: High satisfaction rates with primary screen readers were reported, especially among NVDA users (97.6%), suggesting that the quality and effectiveness of screen readers are generally meeting user needs.
  10. Perception of Web Accessibility: There’s a slight decrease in the perception of web accessibility improvement over the past year, with 34.6% of respondents feeling that web content has become more accessible. This highlights ongoing challenges in web accessibility, emphasizing the need for continuous improvement in making digital content accessible to all users.

Read the entire survey results at: https://webaim.org/projects/screenreadersurvey10

Related Blog Posts

Graphic overview of SPA detailing various touchpoints such as headline, guiding user through the page, focus on essentials, call to action, and responsive design.
Ensuring Accessibility in Single Page Applications: A Comprehensive Guide

Single Page Applications (SPAs) have become the go-to architecture for modern web development. By enabling dynamic content loading without refreshing the page, SPAs offer a smooth and seamless user experience that feels more like a native app. However, while SPAs provide impressive usability benefits, they also introduce unique accessibility challenges that developers need to address […]

Michael Beck - 03/07/2025

Stylized cartoon of a laptop with the acronyms HTML, CCS, and PHP floating around it.
How to Create Accessible Data Tables: Best Practices for Web Developers

Data tables are an essential component of many websites and applications, helping to display large sets of information in a structured, organized manner. Whether it’s a table showing product details, financial data, or a comparison chart, tables help users quickly access and analyze complex information. But for people with disabilities, particularly those relying on assistive […]

Michael Beck - 26/06/2025

Stylized cartoon of a woman with a light bulb overlaid on her head
Designing for Cognitive Disabilities: Best Practices for an Inclusive Web

In the world of web design and development, we often hear about accessibility in terms of physical disabilities—things like vision impairments or mobility challenges. But one area that doesn’t always get as much attention is designing for users with cognitive disabilities. These users, who may have conditions such as dyslexia, ADHD, autism, or cognitive impairments […]

Michael Beck - 19/06/2025

Two men sharing one set of earbuds while working on a laptop.
Top Tools for Testing Accessibility: A Guide for Developers and Webmasters

As web accessibility becomes a critical aspect of digital design, testing for accessibility is more important than ever. Whether you’re an experienced web developer or just getting started in the world of web development, it’s essential to ensure your website is accessible to all users, including those with disabilities. This not only promotes inclusivity but […]

Michael Beck - 12/06/2025

Overhead photo of a user working on a laptop with a notebook, pen, and glass of water nearby
How to Use ARIA Roles and Properties Effectively

Accessible Rich Internet Applications (ARIA) is one of the most powerful tools in a developer’s accessibility toolkit—but it’s also one of the most misunderstood. While ARIA can improve accessibility when used correctly, misuse can actually make things worse for users who rely on assistive technologies (AT), such as screen readers. So, how do you use […]

Michael Beck - 04/06/2025