Skip to content

Glossary Field data (Chrome UX Report)

Field data and the Chrome UX Report (CrUX)

Definition

Field data are the performance measurements collected in the browsers of real users visiting a page, and the Chrome UX Report is Google's public dataset that aggregates those measurements per page and per domain for the Core Web Vitals metrics.

On this page 5
  1. What measuring in the field means
  2. How the value is calculated
  3. Why it matters
  4. Good practice
  5. Common mistakes
In brief

Field data measure what real users of a website experience, and the Chrome UX Report is the public dataset where Google aggregates them for the Core Web Vitals metrics.

What measuring in the field means

When web performance comes up, two ways of measuring exist side by side. One runs in a controlled environment, with a fixed device, a simulated network and a single page load; that is what a lab audit produces. The other records what happens in the browsers of the people who actually reach the site, with their phone, their connection and their cache.

The Chrome UX Report, known by the acronym CrUX, is the public dataset where Google publishes that second measurement. It does not collect just anybody's experience: only Chrome users who have usage statistics reporting enabled, who sync their browser history and who have not set a sync passphrase are included. Chrome on iOS, the web views embedded in Android apps and the remaining Chromium browsers are left out, along with Safari and Firefox.

The page has to meet conditions as well. It must be publicly discoverable, under the same indexability criteria a search engine applies, and it must receive a minimum number of visitors so that the distribution is statistically sound. Google does not publish that threshold.

How the value is calculated

The value you see does not come from one particular load but from a rolling window of 28 days. Every update recalculates the dataset with the data of the previous 28 days, so an improvement published today takes weeks to show up in full.

Inside that window there is no single number, there is a distribution of experiences. To summarise it, the 75th percentile of visits is taken: the value that 75 % of loads match or beat. The criterion ignores the quarter of visits with the worst experience, so a page can pass while a noticeable minority is still waiting. Measurement is also split between mobile and desktop, and each segment is assessed on its own.

There are several doors into the same data. The Core Web Vitals report in Search Console updates daily, keeps three months of history and groups similar URLs when a single one does not gather enough samples. The public speed analysis tools show the 28-day average of the queried URL and of its domain, without history. The API returns daily data at page and domain level; the history API delivers 40 weekly collection periods. The dataset hosted in BigQuery is monthly, is released on the second Tuesday after the collection period, goes back to 2017 and offers the domain level only.

Why it matters

The question that reaches any SEO team is always the same: why does the lab audit come out green while the Search Console report stays red? Because they measure different things. The lab runs one load from one machine, with a simulated network and an empty cache, and it cannot know when the user will tap. For the interactivity metric, in fact, the lab tool reports a stand-in instead of the real metric.

The field captures what the lab does not see: mid-range phones, real mobile networks, repeat visits with a warm cache, restorations from history that appear instantly, consent banners, ads and personalised content. A high lab score indicates that the page has technical headroom, not that your visitors experience it that way.

For search, the field is what counts. The report Google uses to classify each URL as good or poor is fed by measurements from real users, and the lab audit works as a diagnosis: it lists likely causes and good practices drawn from one predefined load. It helps you find where to act, it does not declare the problem solved.

Good practice

  • Make the decision with the field report and use the lab audit only to pin down the technical cause.
  • Add your own measurement on the site if your traffic does not reach the public dataset's threshold or if you need to segment by template, country or device.
  • Look at the page level when it exists and fall back to the domain level only when that URL does not gather enough samples.
  • Account for the 28-day window when planning, and let at least a full month pass before judging a deployment.
  • Review mobile and desktop separately, because the aggregated result hides the segment that fails.
  • Look up the specific thresholds of each metric in its own entry before setting an internal target.

Common mistakes

  • Treating a page as fine because the lab audit shows 100, and never looking at the field report again.
  • Reading missing data as a performance problem when it usually means the URL does not have enough visitors or is not indexable.
  • Concluding that the public dataset is wrong because one spot check gives a different number, when the difference comes from the 28-day window.
  • Optimising the lab tool's overall score instead of the metrics assessed in the field.
  • Leaving pages you want to measure on noindex or serving them with a status other than 200, which excludes them under the discoverability criterion.
Manuel Riveiro Rodriguez CEO & Digital Strategist

A technical audit covers this and everything else in one pass.

Request an audit

Frequently asked

Why does my page have no field data?

Because it does not reach the minimum number of visitors the dataset requires, or because it fails the discoverability criteria: it answers with a status other than 200, carries a noindex directive or sits behind restricted access. When the page level is missing, the domain level usually exists, aggregating all the URLs of the site.

How long does an improvement take to show up?

The dataset is calculated over a rolling window of 28 days and updated daily, so the effect appears gradually. The first days mix visits from before and after the change. To judge a deployment it is worth waiting at least four full weeks from the moment it reached production.

Are Safari or Firefox users included?

No. The dataset collects experiences only from Chrome on Windows, macOS, ChromeOS and Linux desktops, and from Chrome on Android. Chrome on iOS, the web views embedded in Android apps and the remaining Chromium browsers are left out. If your audience mostly uses Safari, you need your own measurement.

Which one wins if lab and field disagree?

The field. The lab audit is a diagnosis of a predefined load, and its overall score rarely correlates with what users record. Use it to find the bottleneck, then check in the field report whether the fix has actually moved the distribution.

Can I reach the data without opening Search Console?

Yes. There is an API that returns the daily value per page and per domain, another that delivers the weekly history, and a dataset in BigQuery with monthly figures from 2017 at domain level. The public speed analysis tools show the same source in their real user section.

Sources

  1. Official documentation with the criteria a user, a domain and a page must meet to enter the dataset.
  2. Comparison of the access routes, with the collection period and update cadence of each one.
  3. Explanation of why a lab measurement and a field measurement can give different results for the same page.
  4. Tools guide that separates field tools from lab tools and warns that the audit does not replace the real figure.
  5. Help page for the Core Web Vitals report, with the origin of the data and the handling of URLs without enough samples.