What the Data Shows About UK SME Website Accessibility
Website accessibility is often treated as a niche concern — something for specialist consultants, not a core business issue. The data tells a different story. This article draws on the WebAIM Million 2025 study, ICO research, and regulatory context to show you what accessibility barriers exist on websites, what it means for UK SMEs, and what the law now requires.
The Baseline: What WebAIM Found
The WebAIM Million study is the largest automated accessibility audit conducted annually. In 2025, researchers tested 1 million website homepages using automated WCAG detection tools. Here’s what they found:
94.8% of homepages have at least one detectable WCAG failure. This is down from 96–97% in prior years — a slight improvement — but it means the overwhelming majority of websites have accessibility barriers.
The average homepage has 51 detectable errors. This is down 10.3% from 56.8 in 2024, suggesting that incremental fixes are happening, but the baseline is still high.
The top six error categories account for 96% of all failures:
-
Low contrast text (79.1% of pages): Text that’s too light or too dark to read reliably. Average 29.6 instances per page. This alone makes pages unusable for users with low vision or colour blindness.
-
Missing alt text on images (18.5% of pages, but 44% of linked images): Blind users and screen reader users can’t understand image content. This is especially damaging on image-heavy sites like e-commerce or portfolio sites.
-
Missing form labels (45.9% of pages): Screen reader users can’t tell what information a form is asking for. They see a text field but not what it’s for.
-
Empty links or buttons (49.7% of pages): Navigation buttons with no text content confuse screen reader users and keyboard users.
-
Missing page language declaration (15.8% of pages): Screen readers won’t use the correct language pronunciation.
-
ARIA misuse: Sites using ARIA (Accessible Rich Internet Applications) to add accessibility metadata had an average of 57 errors, compared to 27 for sites without ARIA. This suggests developers are trying to add accessibility but implementing it incorrectly, which often makes things worse.
Page complexity is increasing: The average homepage now has 1,257 elements, up 7.1% year-over-year. More complex pages have more opportunities for accessibility failures.
What This Means for UK SMEs
The WebAIM data is global, across all sectors and company sizes. But the pattern is consistent. If 94.8% of global homepages fail automated WCAG checks, and if the failure distribution holds across sectors, then statistically most UK SME websites have accessibility barriers.
The failures aren’t typically catastrophic oversights. They’re the accumulation of small gaps: a contact form without labels, product images without alt text, a navigation menu that only works with a mouse, text in a graphic without a textual alternative.
Legal Exposure: The Regulatory Shift
Accessibility has moved from “best practice” to “legal requirement.” Three regulatory frameworks now apply:
The UK Equality Act 2010
The Equality Act requires all service providers — regardless of size — to make reasonable adjustments for disabled people. There’s no exemption for small businesses. If your website is how you deliver a service to customers, it must be accessible to disabled people.
Unlike GDPR (which can result in administrative penalties), the Equality Act is enforced through civil claims. A disabled user who can’t access your website can bring a discrimination claim. Remedies include uncapped compensation, injunctions to fix the site, and recovery of legal costs.
The European Accessibility Act (EAA)
If you sell to EU customers, the EAA applies. It requires websites and apps to be accessible. Penalties go up to €3 million per member state. The first enforcement wave is expected in 2026–2027.
The Broader Context
The UK has 16 million people with disabilities — approximately 22% of the population. In the US in 2023, there were over 4,000 accessibility-related lawsuits, many targeting SMEs. These cases get press attention, and the trend is spreading internationally.
Why This Matters Beyond Regulation
An inaccessible site loses customers. Disabled users encounter a barrier and go to a competitor. Older users benefit from accessibility features like larger text and high contrast. Users on mobile phones in challenging conditions (bright sunlight, shaky hands) also benefit.
An accessible site is a better site — not just for disabled users, but for everyone. And it’s a competitive advantage: while most SMEs ignore accessibility, accessible SMEs reach customers that competitors can’t serve.
The Good News: Most Failures Are Fixable
The overwhelming majority of failures in the WebAIM data are fixable in under 20 hours of work:
- Colour contrast: 2–4 hours to audit and fix across a whole site
- Alt text: 1–3 hours depending on how many images
- Form labels: 1–2 hours for a typical contact form
- Heading structure: 2–4 hours for a 10–20 page site
- Focus indicators (keyboard navigation): 1–2 hours of CSS
The expensive path is building an inaccessible site from scratch and retrofitting later. The cheap path is fixing it now or building it right the first time.
Common Failure Patterns by Sector
Accessibility barriers vary by how websites are built and what they do:
E-commerce sites typically struggle with alt text (image-heavy product pages), colour contrast (on pricing and sale tags), and keyboard navigation (size selectors, quantity controls, checkout flows).
Professional services sites often have form labelling failures (contact forms), PDF accessibility issues (downloadable contracts and case studies aren’t accessible), and broken heading hierarchies (blog posts and articles).
Hospitality and retail sites frequently have missing focus visibility (CSS removes default focus outlines), mouse-only navigation (site menus and food menus), and colour-only information (red for sold out, green for available).
Healthcare sites often have complex forms with poor labelling, PDFs of patient information without accessibility remediation, and contrast issues (white backgrounds with light grey text).
SaaS and tech sites commonly have custom widgets without keyboard support (charts, tables, rich editors), complex navigation without keyboard accessibility, and ARIA misuse (aria-label on divs instead of fixing semantic HTML).
How to Get Your Baseline
If you’re unsure where your site stands:
Step 1: Run a free automated scan. Use WAVE, Lighthouse, or axe-core. It takes 10 minutes and gives you a baseline of detectable failures.
Step 2: Understand the limitations. Automated tools catch 30–50% of accessibility issues. They can’t catch:
- Semantic structure problems (whether headings and content hierarchy make sense)
- Navigation logic (whether keyboard users can navigate meaningfully)
- Custom widget usability (whether sliders, tabs, and other interactive elements work)
- Cognitive accessibility (whether language is clear, interactions are predictable)
- PDF accessibility
- Video captions and audio descriptions
Manual testing with assistive technology catches the remaining 50–70%.
Step 3: Fix the quick wins. Colour contrast, alt text, form labels, and heading structure account for most automated failures and are fast to address.
Step 4: Plan the longer fixes. Keyboard navigation, semantic HTML, and ARIA implementation take more time but are still achievable in phases.
Your Obligations Under UK Law
The Equality Act 2010 requires you to make “reasonable adjustments.” For a website, this means:
- Ensuring core functionality (navigation, forms, checkout) is keyboard accessible
- Providing text alternatives for images
- Ensuring text contrast is sufficient (minimum 4.5:1 for body text)
- Ensuring form fields are properly labelled
- Avoiding colour as the only way to convey information
The EAA and WCAG 2.2 Level AA provide more detailed guidance on what “reasonable” means.
What You Can Do Now
-
Run a free accessibility scan on your homepage using WAVE, Lighthouse, or axe-core.
-
List the top three issues that appear in the automated report.
-
Prioritise the quick wins: colour contrast, alt text, form labels. These account for most failures and are fast.
-
Assign a person or time. Set aside a few hours to address the quick wins. Many SMEs can do this in-house; others hire a freelancer (typically £500–2,000 for a small site).
-
Test with a keyboard. Spend 10 minutes navigating your site using only the keyboard (no mouse). This reveals keyboard accessibility barriers.
-
Make it part of your process. When you update your site, maintain accessibility. New features should be built accessibly from the start.
For More Information
The UK Equality Act 2010 guide explains your obligations and the enforcement landscape. The European Accessibility Act guide covers EU exposure.
For a detailed assessment of your site’s specific barriers, Bartram Web runs a full automated WCAG 2.2 Level AA screening and delivers a prioritised remediation plan. We identify which failures affect your site, how common each is, quick wins first, actionable steps to fix each one, and where manual testing is needed.
The Regulatory Timeline
The EAA’s first enforcement wave is expected in 2026–2027. If you have EU customers, that timeline is critical. But even domestic-only SMEs face Equality Act exposure — enforcement is already happening in the UK.
The question isn’t whether you’ll face scrutiny, but whether you’ll address accessibility proactively or reactively. The difference is significant: proactive fixes cost a few thousand pounds; reactive litigation and remediation after a claim costs far more.
What’s Next
The data is clear: most websites have accessibility barriers. The law is clear: you’re required to address them. The good news is clear: most barriers are fixable.
Getting ahead of enforcement, and getting ahead of competitors, starts with understanding where you stand.
Last updated: 2026-03-23