WebmasterID logoWebmasterID
Analytics metrics

Interaction to Next Paint (INP)

Interaction to Next Paint (INP) measures a page's responsiveness by observing the latency of every click, tap, and key press during a visit and reporting a representative high value — close to the worst. Latency spans from the input to the next frame the browser paints. INP became a Core Web Vital in March 2024, replacing First Input Delay, because it captures the full processing-plus-render cost across all interactions, not just the delay of the first one.

Verified against primary sources

What this means

INP observes the latency of all qualifying interactions during a page visit and reports a single value near the worst (discarding a few outliers on pages with many interactions). Each interaction's latency runs from when the user acts to when the browser paints the next frame reflecting the result.

Why it replaced FID

First Input Delay only measured the input delay of the first interaction and stopped before event processing and rendering. INP, which became a stable Core Web Vital in March 2024, measures the entire input-to-paint duration across every interaction, giving a fuller picture of how responsive the page feels throughout the visit.

Why it misleads

INP reflects only pages that were interacted with, so a page with no interactions has no INP. A single slow interaction can dominate, and the value depends on device speed — slow phones expose blocking tasks that fast laptops hide. Read it in the field across real devices.

How it appears in analytics and logs

A high INP means at least one common interaction was slow to produce a visible change — usually long JavaScript tasks blocking the main thread between input and paint.

Diagnostic use case

Use INP to find pages that feel sluggish to use after they load, since it surfaces the interactions where long tasks blocked the main thread and delayed the visible response.

What WebmasterID can help detect

WebmasterID can record interaction-timing events first-party so INP is read against human-classified sessions rather than scripted automation.

Common mistakes

Privacy and accuracy notes

INP is an interaction-latency measurement from the browser, not personal data. This is educational, not legal advice.

Related pages

Sources and verification notes

Last reviewed 2026-06-24. Facts are checked against primary/official sources where available; uncertain specifics are marked “Data not yet verified” rather than guessed.