CLS distribution
How CLS is distributed across real-user data, plus pass-rate breakdown.
At a glance the headline numbers for CLS distribution
How CLS is distributed across real-user data, plus pass-rate breakdown.
88.8% of sites pass CLS. The typical site's CLS is 0.00. The worst 10% are above 0.12.
The CLS distribution site count at each CLS, from good to poor
The tallest bar is between 0 and 0.025. 77% of sites are in that one range, 0.075 under Google's 0.1 limit. Half of all sites report a CLS of 0. The tail is long. The worst 10% are above 0.12 and the worst 1% above 0.73.
The CLS pass rate the share of sites that are good, needs improvement and poor
88.8% of sites pass CLS. 6.4% are in the needs improvement band, between 0.1 and 0.25. 4.8% are poor, above 0.25. Misses split about evenly between the two.
Why this matters for the Core Web Vitals, and where to start fixing it
Cumulative Layout Shift measures how much the page moves around while it loads. A button jumps just as someone goes to tap it, an ad pushes the article down, the text reflows when a late font arrives. Every one of those is a layout shift, and they add up into a score that reflects how stable the page feels. Unlike the other vitals, CLS is rarely about speed and almost always about reserving space.
Start by giving everything that loads late a place to land. Set width and height on images and video so the browser reserves the box before the file arrives. Reserve space for ads, embeds and banners instead of letting them push content. Load fonts so the fallback and the web font take the same room, and keep animations on transform rather than properties that trigger layout.
How are sites doing on CLS?
88.8% of sites have a good CLS. The typical site sits at 0.02 at the 75th percentile; the worst 1% reach 0.73.
Chrome field data from 189,915 sites, representing millions of real page loads. How we measured.