RUM = Real User Monitoring (browser performance software). Sadly, this site does not cover the alcoholic spirit.
RUMCost.com
Editorial · Core Web Vitals

Core Web Vitals Monitoring 2026

The three Core Web Vitals, Largest Contentful Paint (LCP), Interaction to Next Paint (INP), Cumulative Layout Shift (CLS), have unchanged 'good' thresholds in 2026. Every RUM tool captures them. Cost depends entirely on what else you need alongside.

Direct answer
What are the 2026 Core Web Vitals thresholds?
LCP under 2.5 seconds is 'good', 2.5-4.0s is 'needs improvement', above 4.0s is 'poor'. INP under 200ms is 'good', 200-500ms is 'needs improvement', above 500ms is 'poor'. CLS under 0.1 is 'good', 0.1-0.25 is 'needs improvement', above 0.25 is 'poor'. These thresholds have been unchanged since INP went stable in March 2024.

The three metrics defined

Tools that capture all three

Every vendor in our matrix captures LCP, INP, and CLS. The differentiator is how:

The 75th-percentile rule

Google evaluates Core Web Vitals at the 75th percentile of real user experiences. A page passes “good LCP” if 75% of users experience LCP under 2.5 seconds. This matters for tool selection: synthetic monitoring measures a single scripted scenario, RUM measures the actual user distribution. Only RUM data tells you whether 75% of users are within threshold.

INP is the newest and hardest to optimise

INP became a Core Web Vital in March 2024, replacing FID. Where FID only measured the first interaction's latency, INP measures all interactions and reports the worst (or 98th percentile). This is much stricter, pages that passed FID often fail INP, particularly heavy React/Angular applications with synchronous render work blocking the main thread.

For INP-specific monitoring detail, see INP monitoring cost.

What Google uses CWV for

When CWV is the only thing you need

For sites that only care about Core Web Vitals (e.g., for SEO signal validation), Cloudflare Web Analytics is free and sufficient. For sites that want CWV plus errors plus replay, you need a commercial RUM vendor. The cheapest viable commercial option for CWV + errors is Raygun Basic at $80/year.

Last verified June 2026