Google Search stuck on loading? Here's the real fix

Mobile – Android Beginner 👁 13 views 📅 May 25, 2026

Google Search page hangs or doesn't redirect after a few seconds. Common fix: clear the Google app cache and check for dodgy DNS settings.

Yeah, that's maddening. You tap a search result, the page loads halfway, and then it just sits there spinning for five, ten, fifteen seconds before it finally moves. Or sometimes it never does. I've had clients throw their phones across the room over this. But the fix is usually stupid simple.

The quick fix: clear the Google app cache

Nine times out of ten, this is just a corrupted cache in the Google app. Here's how to nuke it:

  1. Open Settings on your Android phone.
  2. Go to Apps (or App Manager on older versions).
  3. Scroll down to Google (not Chrome, not Google Play Services — the plain "Google" app).
  4. Tap Storage & cache.
  5. Hit Clear cache. Don't touch "Clear storage" yet unless you're okay resetting your Google app preferences.

That's it. Try searching again. On a Pixel 7 I fixed last week, this cleared the redirect delay instantly. If it's still hanging, move to step two.

Why this works

The Google app caches search results, suggested pages, and redirect URLs locally. Sometimes that cache gets stale or corrupt — especially after an Android update or an app update. The app tries to load a redirect from a cached URL that no longer exists or that conflicts with the current network state. Clearing the cache forces it to fetch everything fresh from Google's servers. No more waiting for a phantom redirect.

If that didn't fix it: check your DNS

Had a client with a Samsung Galaxy S22 who'd swear the Google app was broken. Cleared cache, same problem. His company had installed a custom DNS blocker that was throttling Google's redirect servers. Here's what to check:

  1. Go to Settings -> Network & internet -> Private DNS.
  2. If it's set to something other than Automatic or Off, switch it to one of those.
  3. If you're using a third-party DNS app (like AdGuard or NextDNS), try disabling it temporarily.

Google Search uses a bunch of different URLs for redirects — some are ad trackers, some are analytics servers. Aggressive DNS filters can block those URLs, making the page hang while it waits for a response that never comes. I've seen this with corporate MDM profiles too.

Less common variations

The "Chrome redirect loop"

Sometimes the issue isn't in the Google app, but in Chrome itself. You search in the Google app, it opens Chrome, and then Chrome just sits there. Fix: go to Chrome settings -> Privacy and security -> Clear browsing data. Check Cached images and files and Site data. Hit clear.

The "VPN killer"

If you're using a VPN app (especially free ones), they sometimes mess with redirect headers. I had a client whose NordVPN configuration was lagging on the redirect handshake. Disconnecting the VPN fixed it instantly. If you need the VPN, try switching to a different server or turning off the ad-blocking feature.

The "beta app blues"

You opted into the Google app beta? Congratulations, you're now a QA tester. Beta versions often have bugs around page transitions. Leave the beta program in the Play Store, uninstall updates, and reinstall the stable version.

Prevention: stop this from coming back

None of this is permanent, but you can cut the odds. Do these three things:

  • Update both the Google app and Chrome regularly. Most redirect bugs get patched within a version or two.
  • Don't mess with DNS unless you know what you're doing. If you need ad-blocking, use a browser with built-in blocking (like Brave) instead of a system-level DNS filter.
  • Reboot your phone weekly. Yeah, it's basic, but it clears temp caches that build up over time. I tell every client to do a full power-off restart every Sunday night.

Had a guy last month with a OnePlus 12 who was clearing the cache every two days. Turned out his finance app was writing a bad cookie that kept corrupting the redirect. A monthly app cache clear for that one app fixed it. Point is: if the issue keeps coming back, look at the apps you installed right before it started.

That's it. Try the cache clear first, then DNS, then the variations. You'll be back to searching in ten seconds flat.

Was this solution helpful?