GrowthPedia

Lighthouse Score

A Lighthouse score is a 0–100 rating from Google's free tool that measures how well a webpage performs in a controlled test.

Level: IntermediateRead: 3 minUpdated: 27 Jul 2026By Vera Lindqvist

Key facts

  • Lighthouse is a free, open-source auditing tool built by Google.
  • It tests a page in a controlled lab environment rather than using real-user field data.
  • The score is usually reported on a 0 to 100 scale.
  • Lighthouse reports multiple categories, commonly Performance, Accessibility, Best Practices, SEO, and Progressive Web App (PWA).
  • The Performance score is a composite metric based on several lab measurements, not a single page speed number.

Also called

Lighthouse audit score, Google Lighthouse score, Lighthouse performance score

Use it for

Diagnosing page speed and technical issues in a lab environment

Applies to

Google Chrome DevTools (and other browsers via extensions)

How the Performance Score Is Calculated

The Performance score is a weighted composite of five lab metrics. Google uses First Contentful Paint (FCP), Speed Index (SI), Largest Contentful Paint (LCP), Total Blocking Time (TBT), and Cumulative Layout Shift (CLS). Each metric has a different weight. LCP and TBT carry the most weight, while FCP carries the least.

The score is not linear. A score of 50 does not mean half as good as 100. Google uses a log-normal distribution to map metric values to scores. The thresholds are based on HTTP Archive data and are updated periodically. A score of 90 or above is considered good, 50–89 needs improvement, and below 50 is poor.

Lighthouse measures Page Speed using these metrics. The tool is free and open-source, so you can run it as often as you like. For a clear explanation of what seo score means, see the linked entry.

  • LCP (Largest Contentful Paint) – loading performance, weight ~25%
  • TBT (Total Blocking Time) – interactivity, weight ~25%
  • CLS (Cumulative Layout Shift) – visual stability, weight ~15%
  • SI (Speed Index) – how quickly content is visually displayed, weight ~15%
  • FCP (First Contentful Paint) – first impression, weight ~10%

The Five Audit Categories in Lighthouse

Lighthouse audits a page across five categories. Performance is the most discussed, but Accessibility, Best Practices, SEO, and Progressive Web App (PWA) also receive separate scores. Each category has its own set of audits and a score from 0 to 100.

The SEO category checks for basic on-page issues like meta descriptions, crawlability, and link text. The Best Practices category looks for HTTPS, console errors, and image aspect ratios. Accessibility audits cover colour contrast, ARIA attributes, and keyboard navigation. The PWA category tests for service workers and manifest files.

For a deeper look at how these categories affect search, see SEO Performance.

  • Performance – speed and responsiveness
  • Accessibility – usability for people with disabilities
  • Best Practices – modern web standards
  • SEO – basic search engine visibility
  • Progressive Web App – offline and app-like features

Why Scores Vary Between Runs

Lighthouse runs in a controlled lab environment, but results still vary. Network throttling, CPU throttling, device emulation, and browser version all affect the score. Even the same page can get different scores on consecutive runs.

This variability means you should not treat a single score as definitive. Run Lighthouse multiple times and take the median. Or use the Lighthouse CI tool for consistent comparisons. Field metrics like core web vitals from real users give a more reliable picture of actual performance.

Common Mistakes When Using Lighthouse Scores

Many SEOs and developers misinterpret Lighthouse scores. Here are three common mistakes and their consequences.

  • Mistake: Treating the Lighthouse score as a direct Google ranking factor. Consequence: Misplaced optimisation priorities and ignoring actual search performance signals.
  • Mistake: Comparing scores without keeping test conditions consistent. Consequence: Unreliable results that can hide regressions.
  • Mistake: Focusing only on the overall score instead of the underlying audits. Consequence: Missing the specific bottleneck causing poor user experience.

How to Use Lighthouse Scores in SEO Work

Use Lighthouse as a diagnostic tool, not a ranking metric. It helps you find technical issues that affect speed and usability. Fix the audits that have the biggest impact on user experience.

Combine Lighthouse with field data from Chrome User Experience Report (CrUX) or Google Search Console. Lab scores show potential issues; field data shows real user impact. A high Lighthouse score does not guarantee good rankings, but it can prevent technical barriers.

Third-party metrics like authority score are vendor estimates, not Google's numbers. Similarly, what mozbar means is a Moz metric. For comparing SEO and PPC, see seo vs ppc statistics.

Lighthouse Audit Categories and What They Measure
CategoryWhat It MeasuresScore Range
PerformanceSpeed, responsiveness, visual stability0–100
AccessibilityUsability for people with disabilities0–100
Best PracticesHTTPS, console errors, modern standards0–100
SEOMeta tags, crawlability, link text0–100
Progressive Web AppService worker, manifest, offline support0–100

Common mistakes

  • Treating the Lighthouse score as a direct Google ranking factor Misplaced optimisation priorities and ignoring actual search performance signals
  • Comparing scores without keeping test conditions consistent Unreliable results that can hide regressions
  • Focusing only on the overall score instead of the underlying audits Missing the specific bottleneck causing poor user experience

Questions

what is lighthouse score

A Lighthouse score is a 0–100 rating from Google's free, open-source tool that measures how well a webpage performs in a controlled lab test. It covers performance, accessibility, best practices, SEO, and PWA readiness.

what is a good lighthouse score

A score of 90 or above is considered good, 50–89 needs improvement, and below 50 is poor. These thresholds are defined by Google based on HTTP Archive data and are updated over time.

is google lighthouse free

Yes, Lighthouse is completely free and open-source. You can run it in Chrome DevTools, from the command line, or via a web interface like PageSpeed Insights.

See also

Sources

  1. Google Chrome for Developers: Lighthouse developer.chrome.com
  2. Google Chrome for Developers: Lighthouse performance scoring developer.chrome.com
  3. Google Search Central: Core Web Vitals and page experience guidance developers.google.com
  4. Lighthouse documentation github.com

Outbound links are unpaid and nofollow. If one has gone stale, tell me.