Chrome DevTools Accessibility & Performance Auditor
Free, comprehensive auditing for accessibility, performance, SEO, and best practices
Lighthouse is an open-source automated tool developed by Google that audits web pages for performance, accessibility, SEO, best practices, and Progressive Web App (PWA) features. It's built directly into Chrome DevTools, making it easily accessible to all developers.
While Lighthouse audits multiple aspects of web quality, its accessibility auditing capabilities are comprehensive and based on WCAG 2.1 Level A and AA success criteria. It provides detailed reports with specific recommendations for improving accessibility, making it an essential tool for developers and accessibility professionals.
Lighthouse can be run from Chrome DevTools, as a Chrome extension, from the command line, or as part of CI/CD pipelines. It generates detailed reports with scores (0-100) for each category, specific issues found, and actionable recommendations for improvement.
The accessibility audit in Lighthouse tests for common issues like missing alt text, insufficient color contrast, missing ARIA labels, improper heading hierarchy, and keyboard accessibility problems. It's particularly useful for getting a quick accessibility overview and identifying common violations.
Using Lighthouse is straightforward, especially through Chrome DevTools:
Lighthouse accessibility audit checks for many WCAG violations:
Note: Lighthouse provides a good accessibility overview but doesn't catch all issues. Combine with manual testing and other tools like axe DevTools for comprehensive coverage.
Lighthouse provides scores from 0-100 for each category:
Aim for 90+ accessibility score. However, remember that automated tools can't catch all accessibility issues - manual testing is still essential.
Lighthouse can also be run from the command line for CI/CD integration:
Command line usage is ideal for automated testing in CI/CD pipelines and batch testing multiple pages.
Looking for accessibility jobs that require Lighthouse? Browse our latest opportunities.
Last Updated: January 2025