Google Search Console Not Showing Data: 8 Causes and Fixes
Logging into Google Search Console and seeing blank reports, zero impressions, or no data is a frustrating experience — but it almost always has a specific, fixable cause. The problem could be as simple as normal data delay, a wrong property URL, or as serious as a lost verification or a site that's been blocked from crawling. This guide walks through every common cause in order of likelihood.
Cause 1: Normal Data Delay (Wait 2-4 Days)
Google Search Console data has a standard delay of 2–3 days, and sometimes up to 4–5 days. If you just added your property or if data appears to have stopped updating, check whether the data is simply pending. The Performance report shows "Data is not up to date" with a timestamp when there's a processing delay on Google's end. This is normal and not a signal of a problem. If the last data point is more than a week old and the notice appears, wait another day or two before taking diagnostic action.
Cause 2: Wrong Property Selected or Added
A very common issue is adding the wrong URL as your property. If your site serves on https://www.example.com but you added http://example.com as your URL-prefix property, you'll see no data because all traffic comes from the HTTPS/www version. Use the property selector in the top-left to check which properties you have and verify the URLs match your live site exactly. If you're not sure, use a Domain property instead of URL prefix — it covers all variants automatically and is verified via DNS.
Cause 3: Verification Lapsed
If verification was working previously but data has now stopped, your verification may have lapsed. This happens when an HTML meta tag is removed during a site update, an HTML verification file is deleted during a deployment, or a Google Analytics property was unlinked. Check Settings > Ownership verification in Search Console to see the status of your verification methods. A yellow or red status means verification has failed. Re-add the verification method and click Verify to restore access and data collection.
Cause 4: Site Is Blocking Googlebot
If your robots.txt file disallows Googlebot from crawling your entire site, or if your server returns 403 or 500 errors to Googlebot, your site won't rank and won't accumulate impressions. Check your robots.txt at yourdomain.com/robots.txt for a "Disallow: /" under User-agent: Googlebot. Also check the Coverage report in Search Console for "Blocked by robots.txt" or server error warnings. A staging environment accidentally deployed to production with a noindex directive is a common culprit for a sudden drop to zero data.
Cause 5: New Site With No Indexed Pages Yet
Brand-new sites typically take 1–4 weeks before they begin appearing in Google Search results. During this period, impressions will be zero because the pages aren't yet indexed. To speed up indexing, submit your XML sitemap via Search Console, use the URL Inspection tool to request indexing for your most important pages, and ensure you have at least one external link pointing to your site so Googlebot can discover it. Don't expect Performance data to populate until at least a few pages are confirmed indexed.
Cause 6: Noindex Tags on All Pages
If every page on your site has a noindex meta tag or X-Robots-Tag header, Google will crawl your pages but not index them, resulting in zero impressions. Check your CMS settings — many platforms have a "Discourage search engines from indexing this site" checkbox that adds noindex sitewide. In WordPress, this is found under Settings > Reading. In Webflow, check SEO settings. Use Google's URL Inspection tool on a key page to check the indexing status and see exactly which directive is preventing indexing.
Cause 7: Filters Applied in the Performance Report
Search Console remembers filter settings between sessions. If a previous session added a query filter like "contains: brandname" or a page filter that doesn't match your current page URLs, the report will show no data. Look for blue filter chips at the top of the Performance report and remove all active filters. Switch the date range to the maximum available (16 months) to confirm whether any data exists at all. This quick check rules out filter issues before you dive into deeper technical diagnosis.
Cause 8: Google Manual Action or Algorithm Penalty
If your site received a manual action from Google's spam team, it may be partially or fully removed from search results, causing impressions to drop dramatically. Check Security & Manual Actions > Manual actions in Search Console for any notifications. Manual actions are rare but serious and require submitting a reconsideration request after fixing the underlying issue. Algorithm-driven ranking drops are more common — these show as impression declines correlated with known Google algorithm update dates, and recovery requires improving content quality and removing manipulative link patterns.