Core Web Vitals in 2026: The Numbers That Matter and How to Actually Hit Them
LCP, INP and CLS explained without the jargon — the real thresholds, why lab scores lie, the fixes that move field data, and how speed converts into revenue.
Written and reviewed by Artem Palamarchuk, Founder of BLEX STUDIO.
Three numbers decide whether your site feels fast
Core Web Vitals is Google's attempt to turn "this site feels slow" into something measurable. Three metrics carry the weight, and each maps to a distinct human complaint: the page took too long to show me anything, the page ignored my tap, and the page moved while I was reading it.
They matter for two separate reasons, and it helps to keep them apart. Google uses them as a ranking signal — a real but modest one, which mostly acts as a tiebreaker between pages of comparable relevance. Your customers use them as a patience test, and that one is not modest at all. A slow page loses revenue whether or not it loses a position.
The thresholds, stated plainly
Largest Contentful Paint (LCP) — when the main content becomes visible. Good: 2.5 seconds or less. Needs improvement up to 4 seconds; poor beyond that.
Interaction to Next Paint (INP) — how quickly the page responds to taps, clicks and key presses, across the whole visit. Good: 200 milliseconds or less. Needs improvement up to 500ms; poor beyond that.
Cumulative Layout Shift (CLS) — how much the layout jumps while loading. Good: 0.1 or less. Needs improvement up to 0.25; poor beyond that.
To "pass", the 75th percentile of real visits must meet the good threshold. That detail is routinely missed and it changes everything: you are not being measured on your average visitor. You are being measured on the visitor having a bad day — mid-range phone, weak signal, a browser with forty tabs open.
What are the current Core Web Vitals thresholds?
LCP 2.5 seconds or less, INP 200 milliseconds or less, CLS 0.1 or less — measured at the 75th percentile of real user visits over a rolling 28-day window.
How much do Core Web Vitals affect rankings?
They are a genuine but modest signal. Google has consistently described page experience as a tiebreaker between pages of similar relevance, not a substitute for it. The commercial case is conversion, not position.
My Lighthouse score is 95 but Search Console says I fail. Why?
Lighthouse is a simulated lab test on your machine; Search Console reports field data from real Chrome users at the 75th percentile. Your visitors have slower phones and worse connections than your laptop.
Is INP the same as FID?
No. INP replaced First Input Delay in March 2024 and is much stricter: FID only measured the delay before the first interaction, while INP measures responsiveness across every interaction in the visit.
How long until fixes show up in Search Console?
The field dataset is a rolling 28-day window, so expect three to four weeks before improvements are fully reflected. PageSpeed Insights lab data updates immediately, which is why people mistake it for progress.
Does a page builder make passing impossible?
Not impossible, but considerably harder. Page builders ship generic CSS and JavaScript for features you never use, and you rarely control the loading strategy. It is a recurring reason sites move to a custom build — see Wix vs custom.