Lighthouse Category Score Calculator
Enter your Lighthouse category scores (0-100) to calculate a weighted combined score. By default, this calculator uses a common weighting model: Performance 5, Accessibility 1, Best Practices 1, SEO 1.
Tip: This is a planning and benchmarking tool. Exact Lighthouse results can vary by device, network conditions, and audit run timing.
What is a Lighthouse scoring calculator?
A Lighthouse scoring calculator helps you estimate your overall quality signal from individual Lighthouse categories. Since teams often track multiple categories at once, a calculator gives you one practical number for prioritization, reporting, and sprint planning.
While Lighthouse itself reports category scores independently, product managers and engineers often want a single weighted score to track trends over time. That is exactly what this calculator does.
How weighted Lighthouse scoring works
The calculator applies a weighted average formula:
Combined Score = (score × weight for each category) ÷ (sum of weights)
Default weighting in this tool:
- Performance: 5
- Accessibility: 1
- Best Practices: 1
- SEO: 1
That setup means Performance has the largest influence on the combined score, which reflects how many teams evaluate user-perceived quality and speed impact.
Performance score vs overall category score
Remember: Lighthouse has a separate Performance category score that is itself computed from lab metrics such as Largest Contentful Paint (LCP), Total Blocking Time (TBT), and Cumulative Layout Shift (CLS). This page calculator does not recompute those raw metric formulas. Instead, it combines your existing category scores into one weighted total.
How to use this calculator effectively
- Run Lighthouse several times and average your category scores.
- Use the default weights for fast executive reporting.
- Switch to custom weights if your organization prioritizes accessibility or SEO more heavily.
- Track week-over-week trend lines rather than one-off audits.
Improvement playbook by category
1) Performance
- Compress and properly size images (WebP/AVIF where possible).
- Reduce JavaScript execution and remove unused bundles.
- Use caching, CDN edge delivery, and server-side compression.
- Prioritize above-the-fold rendering and critical CSS.
2) Accessibility
- Ensure sufficient color contrast for text and UI components.
- Use semantic HTML landmarks and heading structure.
- Add clear labels for form controls.
- Validate keyboard navigation and focus visibility.
3) Best Practices
- Serve assets securely and avoid deprecated APIs.
- Fix console errors and mixed-content issues.
- Keep third-party scripts limited and updated.
- Use modern image formats and safe browser features.
4) SEO
- Provide unique title tags and meta descriptions.
- Use crawlable links and valid robots directives.
- Add structured data where it makes sense.
- Ensure mobile friendliness and fast loading experience.
Interpreting your result
Use this simple interpretation model:
- 90-100: Excellent – strong technical foundation.
- 75-89: Good – solid baseline with clear optimization opportunities.
- 50-74: Needs improvement – prioritize fixes in weakest category.
- Below 50: Poor – address critical technical debt immediately.
The fastest way to improve your combined score is usually to raise your lowest category while preserving gains in Performance.
Final thought
A Lighthouse scoring calculator is most valuable when used consistently. Define your weighting model, audit on a schedule, and compare trends over time. That process turns isolated test results into a practical roadmap for better user experience, technical quality, and discoverability.