INP officially replaced FID as a Core Web Vital on March 12, 2024

Claim: Interaction to Next Paint (INP) officially replaced First Input Delay (FID) as a Core Web Vital on March 12, 2024.

Source: web.dev / Google, confirmed in Addy Osmani's "History of Core Web Vitals" — https://addyosmani.com/blog/core-web-vitals/

Confidence: Verified.

Current thresholds (at p75 of real-user data): LCP ≤ 2.5s, INP ≤ 200ms, CLS ≤ 0.1.

Pass rates (2025 Web Almanac / CrUX): 48% of mobile origins pass all three; 62% pass LCP; 77% pass INP; 81% pass CLS. INP is the easiest single CWV to pass; LCP is the hardest. Candid sites should aim for green on all three — the easy wins are INP (good defaults) and CLS (reserve dimensions on images); LCP is the discipline (image weight, font loading, render-blocking JS).