Why Search Console data is two days behind

Updated 2026-08-04

Search Console's reporting lag, why the most recent days keep changing, and what the freshest data you can request actually is.

Performance data in Search Console runs roughly two days behind, occasionally three. This is normal and not a fault in whatever you are viewing it with.

What causes it

Search logs are processed in batches at enormous scale, then filtered — bot traffic removed, rare queries anonymised, duplicates reconciled across dimensions. The result is published once it settles.

Why recent days keep changing

The most recent day or two are partial. Look at yesterday this morning and again tonight and the number will have grown. This is not a correction; the day is still being assembled. Any comparison involving the last two days is comparing a complete period against an incomplete one.

The two data states

The API exposes a dataState parameter with two values:

Neither is more correct. final is right for reporting; all is right for "is anything on fire today".

Practical rules

Searchlight requests dataState: all, so the freshest partial days are visible rather than hidden.

See how Searchlight shows it