PageSpeed Matters
    Speed Audit
    Let's Talk
    PageSpeed Matters
    Book a Call
    Data Study · Benchmarks

    49.1% of the Mobile Web Passes Core Web Vitals in 2026

    Matt SuffolettoWritten by Matt Suffoletto
    Published June 12, 2026 · Updated July 4, 2026 20 min read
    Share

    49.1% of the mobile web and 58.0% of the desktop web pass all three Core Web Vitals in May 2026.

    Analysis of 13.75M origins · CrUX, May 2026

    Part of our Core Web Vitals Statistics 2026 research.

    Key Findings

    1. 1.49.1% of the mobile web passes all three Core Web Vitals in May 2026.
    2. 2.58.0% of the desktop web passes, a 9-point device gap.
    3. 3.Mobile pass rates climbed from 28.6% in 2022 to 49.1% in 2026, a 20-point gain.
    4. 4.On mobile, LCP is the bottleneck at 64.4% good, the metric most likely to fail.
    5. 5.On desktop, CLS is the surprise weak point at 72.8% good, worse than mobile CLS.
    6. 6.Popularity forms a U-shape: top-1k sites hit 55.9% mobile pass; mid-market (10k–100k) bottoms out at 41.7%.
    7. 7.Country spread is nearly tenfold: Sweden 70.8% vs Nigeria 7.8% on mobile.

    How we measured it

    Core Web Vitals are three field metrics that Google collects from real Chrome users. Largest Contentful Paint (LCP) measures loading, specifically when the largest piece of content finishes rendering. Interaction to Next Paint (INP) measures responsiveness across every interaction in a session. Cumulative Layout Shift (CLS) measures visual stability.

    The "good" thresholds, defined by Google on web.dev, are 2,500 milliseconds or less for LCP, 200 milliseconds or less for INP, and 0.1 or less for CLS.

    A site does not pass by being good on average. It passes a metric when at least 75 percent of real visits clear the threshold, measured at the 75th percentile over a rolling 28-day window. It passes overall only when LCP, INP, and CLS all clear at the same time.

    CrUX publishes all of this monthly in BigQuery. We used the materialized.device_summary table, which holds one row per origin per device per month, and materialized.country_summary for the geographic cut. We graded only origins that had all three metrics present. That left 8,166,338 mobile origins and 5,586,936 desktop origins in the May 2026 release.

    One technical detail is worth stating plainly, because it is where a naive query goes wrong. The bucket columns in CrUX (the share of traffic that is fast, average, or slow for each metric) are stored jointly with device share. The value sitting in a phone row is the share of the origin's entire traffic that is both on a phone and in that performance bucket, not the share of phone traffic in that bucket.

    To get the pass rate for a device, you have to normalize each metric by that device's total density first, then apply the 75 percent test. Our first attempt skipped that step and produced a desktop pass rate near 9 percent, which is obviously wrong. After normalizing, the method reproduced the published desktop figure (roughly 56 percent, per the HTTP Archive Web Almanac) to within a point. Our mobile figure uses the stricter INP-consistent definition, so it reads a few points below older FID-era mobile reports and is compared only within our own series.

    INP replaced First Input Delay (FID) as an official Core Web Vital on March 12, 2024. FID measured only the delay before the first interaction, which was an easier bar than INP, which captures every interaction. For our five-year trend we applied the current INP-based definition to every year, so the numbers read a little lower than older reports that used FID for the early years, but they compare cleanly across time. We omitted 2021 because INP coverage that far back was too sparse to grade fairly.

    The headline: just under half the mobile web passes

    For the May 2026 dataset, the pass rate for all three Core Web Vitals was 58.0% on desktop and 49.1% on mobile. This rate is measured among origins that have complete Core Web Vitals field data, which is why it runs a few points above the stricter whole-web figure of about 40% that counts sites with no INP reading as failing. The nine-point mobile-to-desktop gap is the single most important piece of context for any pass-rate number you see quoted. For the full device breakdown, see our companion mobile vs desktop speed gap study.

    If you take one figure away from this study, make it this: on the device most of your customers use, slightly less than half of the web passes. Clearing the bar is not table stakes that everyone has already met.

    49.1%
    of the mobile web passes all three Core Web Vitals in May 2026, across 8.17M origins.
    58.0%
    of the desktop web passes, a 9-point lead over mobile across 5.59M desktop origins.
    Mobile vs desktop Core Web Vitals pass rate (May 2026)
    Mobile
    49.1%
    Desktop
    58%

    Source: Chrome UX Report, May 2026 release, via BigQuery.

    The five-year trend: steady, broad improvement

    The web is getting faster, and the improvement is consistent rather than lumpy. On our INP-consistent definition, the mobile pass rate climbed from 28.6 percent in 2022 to 49.1 percent in 2026, a gain of more than 20 points, and desktop rose from 42.6 percent to 58.0 percent over the same span.

    For the full year-by-year trend and the forces pushing these numbers up, see our companion has the web gotten faster study.

    +20 pts
    The mobile pass rate has climbed 20 points since 2022, roughly twice the desktop gain.
    Mobile Core Web Vitals pass rate, 2022–2026
    2022
    28.6%
    2023
    33.5%
    2024
    41.6%
    2025
    44.1%
    2026
    49.1%

    Source: Chrome UX Report, June releases (May for 2026), via BigQuery. INP-consistent trend.

    Desktop Core Web Vitals pass rate, 2022–2026
    2022
    42.6%
    2023
    46.9%
    2024
    53.2%
    2025
    55.3%
    2026
    58%

    Source: Chrome UX Report, June releases (May for 2026), via BigQuery.

    Which metric drags the web down

    Averages hide the most useful part of the story. When a site fails the overall assessment, it usually fails on one specific metric, and that metric is different on mobile than it is on desktop.

    Metric (percent good) Mobile Desktop
    LCP (loading) 64.4% 76.8%
    INP (responsiveness) 78.7% 97.3%
    CLS (visual stability) 80.9% 72.8%

    On mobile, loading is the bottleneck. Only 64.4% of mobile origins have good LCP, well below the 78.7% that have good INP and the 80.9% that have good CLS.

    If a mobile site is failing the overall assessment, LCP is the most likely culprit by a wide margin. The usual causes are heavy hero images, render-blocking resources, and slow server response, all of which hit hardest on a mid-range phone over a mobile network.

    Desktop tells a different story, and it runs against conventional wisdom. Desktop CLS sits at 72.8% good, which is actually lower than mobile's 80.9%. Desktop layouts shift more, not less. The likely reasons are wide hero areas, larger ad slots, and late-loading sidebars and embeds that push content around once it appears.

    Desktop responsiveness, meanwhile, is close to a solved problem at 97.3% good, because a laptop has the processing headroom to handle JavaScript that would choke a phone. So on desktop the weak link is visual stability, while on mobile it is loading.

    The mobile responsiveness number deserves a closer look too. INP good rate is 97.3% on desktop but only 78.7% on mobile, the widest device gap of any metric. That gap is a hardware story. Phones have weaker processors, and the JavaScript that a laptop shrugs off can leave a phone visibly slow to respond to a tap.

    By site popularity: a U-shaped curve

    Popularity buys performance, but not in a straight line. On mobile the pattern is a U-shape: the top 1,000 sites pass at 55.9%, the middle band from 10,000 to 100,000 bottoms out at 41.7%, and the long tail recovers to 49.7% because the smallest sites are often simple pages that load quickly almost by accident.

    For the full popularity-band breakdown and why desktop stays flat across every band, see our companion Core Web Vitals by popularity study.

    By country: a tenfold spread

    Geography may be the most underappreciated factor in Core Web Vitals. Across markets with at least 30,000 graded origins, the spread between the best and worst country was nearly tenfold, with Sweden at the top at 70.8% and Nigeria at the bottom at 7.8%.

    The full 40-country breakdown is in our companion website speed by country study, which owns the country data.

    The platform factor (published data)

    We did not compute pass rates by platform in this study, because that breakdown requires joining CrUX to a technology-detection dataset rather than the straightforward grading we did everywhere else. For context, the published HTTP Archive CMS technology report (November 2025) is worth citing.

    By that report, overall Core Web Vitals pass rates ranged from roughly 85 percent on Duda and 79 percent on Webflow down to about 46 percent on WordPress and 40 percent on Magento, with Shopify near 75 percent, Wix near 75 percent, Squarespace near 70 percent, Drupal near 63 percent, and Joomla near 57 percent.

    That is close to a 40-point spread, driven mostly by defaults: theme weight, image handling, render-blocking scripts, and whether edge caching ships out of the box.

    The WordPress figure is the one most people misread. An overall pass rate near 46 percent makes WordPress look slow across the board, but its INP good rate in that report is around 86 percent, comparable to Wix and Squarespace. WordPress is responsive. Where it falls short is loading, which lines up exactly with our finding that LCP is the web-wide mobile bottleneck.

    The platform sets the floor. The build decides the ceiling. A disciplined WordPress site with a light theme and clean image handling can pass comfortably, and a Shopify or Duda site stuffed with third-party apps can still fail.

    Field data is the only score that counts

    A recurring and expensive mistake sits underneath all of these numbers: comparing the wrong score.

    Google assesses Core Web Vitals for ranking from CrUX field data, which is real Chrome users measured at the 75th percentile over a 28-day window. That is exactly the data we queried for this study. Lighthouse, by contrast, runs a single simulated load on one machine in a controlled environment. It is a useful diagnostic for catching regressions before they ship, but it is not the score Google ranks on.

    A site can hold a perfect Lighthouse 100 while failing its CrUX assessment.

    Two consequences follow. First, judge a site by its field data, not its lab score, when the question is whether it passes for ranking.

    Second, remember that field data lags. CrUX reflects a fix roughly four weeks after it ships, as old sessions roll out of the 28-day window. A flat field score the day after a deploy is expected, not a failure, and the right move is to re-measure after the window has turned over rather than to conclude the fix did not work.

    What this means if you run a site

    Pull these threads together and a clear set of priorities falls out.

    Start by measuring the right thing. Pull your origin's field data from the CrUX dashboard or PageSpeed Insights, read it per device, and compare it to the benchmarks in this study. Above 58 percent puts you ahead of the desktop average. Below 49 percent puts you behind the mobile field.

    Then fix by metric and by device, because the data shows they differ. On mobile, look at LCP first, since loading is where 36 percent of mobile origins fail. On desktop, check CLS, since visual stability is the desktop weak point that most teams never think to inspect. Reducing and deferring JavaScript helps mobile responsiveness specifically, where the device gap is widest. For a full walk-through of the fixes that move each metric, see how to pass all three Core Web Vitals.

    Weigh your platform and your audience honestly. Your content platform sets a starting floor, and your users' countries set the difficulty. The mid-market sites in the 10,000 to 100,000 popularity band, which post the lowest mobile pass rates of any group, are exactly where focused optimization moves the number most.

    The business case for doing the work does not rest on the ranking question alone. Portent found conversion rates fall from 3.05% at a one-second load to 0.41% at five seconds. Google has reported roughly a 7% conversion loss for every additional second of delay. Deloitte found that a 100-millisecond improvement can lift conversions by about 1%.

    The number, in one line

    As of the May 2026 Chrome User Experience Report, 49.1% of the mobile web and 58.0% of the desktop web passed all three Core Web Vitals, computed across 13.75 million origins.

    Mobile is improving faster than desktop but still trails it by nine points. LCP is the metric that fails mobile sites, CLS is the surprise weak point on desktop, the mid-market struggles most on phones, and a site's country can swing its odds tenfold.

    Methodology and caveats

    Source and date. The public chrome-ux-report BigQuery dataset, May 2026 release (yyyymm 202605), the latest available at the time of writing. Every pass-rate figure in this study was computed by us against that dataset. The only third-party figures are the platform pass rates in the platform section (HTTP Archive CMS technology report, November 2025), the threshold definitions (web.dev), and the business-impact statistics in the closing section (Portent, Google, and Deloitte, as cited).

    Definition of pass. Origin-level field data. An origin passes when LCP, INP, and CLS are all good at the 75th percentile of real Chrome-user visits, per device, over CrUX's 28-day window. We restricted the analysis to CWV-eligible origins, meaning those with all three metrics present: 8,166,338 on mobile and 5,586,936 on desktop.

    The key computation. CrUX's device_summary table stores bucket densities jointly with device share, so we normalized each metric by its device total (for example, fast_lcp / (fast_lcp + avg_lcp + slow_lcp)) before applying the 75 percent test. We validated the method against a mid-2025 release, where it reproduced the published desktop pass rate to within about a point. Because our trend applies the stricter INP-consistent definition to every year, our mobile figures read below older FID-era mobile reports by design.

    INP-consistent trend. INP replaced FID as a Core Web Vital on March 12, 2024. Our trend applies the INP-based definition to every year, so the figures read lower than FID-era reports but compare cleanly across time. 2021 is omitted because INP coverage was too sparse to grade reliably.

    Refresh cadence. Re-run the queries against each new monthly release to keep the numbers current. For an annual headline, take a fixed month each year for a clean comparison.

    How to cite. PageSpeed Matters, "Core Web Vitals Pass Rates: What Percent of the Web Actually Passes in 2026," computed from the Chrome User Experience Report, May 2026 release.

    Sources

    1. Chrome User Experience Report (CrUX), BigQuery dataset, chrome-ux-report.materialized.device_summary and country_summary, May 2026 release. Primary source for all computed figures. https://developer.chrome.com/docs/crux/bigquery
    1. Google Chrome for Developers, Rank Magnitude in the CrUX Report. https://developer.chrome.com/blog/crux-rank-magnitude
    1. web.dev, How the Core Web Vitals thresholds were defined. https://web.dev/articles/defining-core-web-vitals-thresholds
    1. HTTP Archive, 2025 Web Almanac, Performance chapter (used to validate our method). https://almanac.httparchive.org/en/2025/performance
    1. HTTP Archive, CMS technology report (platform pass rates). https://httparchive.org/reports/techreport/category?category=CMS
    1. Portent, Site speed and conversion research. https://www.portent.com/blog/analytics/research-site-speed-hurting-everyones-revenue.htm
    1. Google Search Central, Core Web Vitals and page experience. https://developers.google.com/search/docs/appearance/core-web-vitals

    Embed this research

    Paste this on your site to embed the chart. It links back to the source automatically.

    <iframe id="psm-core-web-vitals-pass-rates" src="https://www.pagespeedmatters.com/embed/data-studies/core-web-vitals-pass-rates" width="100%" height="600" style="width:100%;border:1px solid #E2E3E1;border-radius:12px" loading="lazy" title="49.1% of the Mobile Web Passes Core Web Vitals in 2026 - PageSpeed Matters"></iframe>
    <script>window.addEventListener("message",function(e){if(e&&e.data&&e.data.psmEmbed==="core-web-vitals-pass-rates"&&e.data.height){var f=document.getElementById("psm-core-web-vitals-pass-rates");if(f){f.style.height=e.data.height+"px";}}});</script>
    <p style="font:14px/1.5 system-ui,sans-serif">Source: <a href="https://www.pagespeedmatters.com/resources/data-studies/core-web-vitals-pass-rates">49.1% of the Mobile Web Passes Core Web Vitals in 2026 - PageSpeed Matters</a></p>

    Cite this study

    APA

    Matt Suffoletto. (2026). 49.1% of the Mobile Web Passes Core Web Vitals in 2026. PageSpeed Matters. https://www.pagespeedmatters.com/resources/data-studies/core-web-vitals-pass-rates

    Plain link

    49.1% of the Mobile Web Passes Core Web Vitals in 2026 - PageSpeed Matters - https://www.pagespeedmatters.com/resources/data-studies/core-web-vitals-pass-rates

    Frequently asked questions

    49.1% of the Mobile Web Passes Core Web Vitals in 2026.

    Chrome User Experience Report (CrUX) via Google BigQuery, May 2026 release. 13.75 million origins graded across mobile and desktop.

    Related studies