At a glance the headline numbers for Largest single shift
The single largest layout-shift score captured.
The largest single layout shift on the typical site scores 0.
Distribution & median INP site count and median INP at each level of largest single shift
Passing INP by largest single shift which level passes the INP most often
Largest single shift 0.0. p75 0.1. p99 1.0. At the low end (0): INP 85ms. At the high end (>p98): INP 89ms. computed
Why this matters for the Core Web Vitals, and where to start fixing it
A layout shift score multiplies how much of the viewport moved by how far it moved. One full-width block jumping down can fail the CLS threshold on its own. The largest single shift tells you whether a site has that one dominant event or death by a thousand small ones.
If the largest shift carries most of the total, the work is finding one element. The usual suspects: a hero image without dimensions, a banner injected above the content, a font swap that reflows the page. Reserve the space that element needs and the problem is gone.
How does this affect the Core Web Vitals?
Largest shift is part of the CLS itself, so this is arithmetic, not correlation. Where the largest shift is low, 94% of sites pass the CLS. Where it is high, 59% do. The decline is gradual. There is no point where sites suddenly start failing.
Chrome field data from 94,910 sites, representing millions of real page loads. How we measured.