9sBlog

Chrome Pages Not Loading? How to Fix It

When Chrome pages won't load, the fix is usually local. Rule out your network, hard-refresh, disable extensions, and clear the cache to get back online.

A computer beside a cup of coffee

When Chrome won’t load pages but your connection seems fine, the cause is almost always local — a stale cache, a bad extension, or a DNS hiccup. Work through the checks below, fastest first. If Chrome names the failure — ERR_NAME_NOT_RESOLVED, ERR_CONNECTION_TIMED_OUT, or ERR_CONNECTION_REFUSED — that exact code tells you whether to look at DNS, the network, or a blocker before you change anything.

Rule out the network, then hard-refresh

Confirm it’s Chrome, not your connection: open another internet app, like email or a second browser. If nothing connects, the problem is your network or router. If only Chrome fails, hard-refresh the page: press Ctrl+F5 on Windows or Cmd+Shift+R on a Mac to bypass the cached copy. Then open an Incognito window (Ctrl+Shift+N, or Cmd+Shift+N on Mac) and try the same address. Incognito runs without extensions, so if the page loads there, the cause is an add-on or stored data.

Disable extensions and clear stored data

Extensions that touch your connection — VPNs, ad blockers, proxy tools — can block or reroute requests. Open chrome://extensions, toggle them off one by one, reloading after each; Chrome extensions not working digs in further. If pages still stall, clear the cache at chrome://settings/clearBrowserData — check Cached images and files, and clear. For a site that won’t log you in, clear its cookies too — how to clear cookies in Chrome shows where. Stale DNS entries cause the same symptoms; clearing the DNS cache in Chrome flushes Chrome’s internal host cache, but clearing your OS resolver is a separate step (run ipconfig /flushdns on Windows).

Match the error code to a fix

Chrome usually names the failure, and the code points you at the fix.

Error codeLikely causeFirst thing to try
ERR_NAME_NOT_RESOLVEDDNS can’t find the siteFlush the DNS cache, change DNS server
ERR_CONNECTION_TIMED_OUTRequest never got a replyCheck firewall, proxy, and network
ERR_CONNECTION_REFUSEDServer or a blocker rejected itTurn off VPN/proxy add-ons, try Incognito
ERR_INTERNET_DISCONNECTEDNo network path at allReconnect Wi-Fi, restart the router

Check the clock, proxy, and security software

A wrong system clock breaks secure connections. If a page fails with a certificate warning, set the clock to update automatically. A leftover proxy is another cause: open your computer’s proxy settings from Chrome’s System settings and turn off any you didn’t set. If one site won’t resolve, switch off Secure DNS under Settings > Privacy and security > Security, then retry. A firewall or antivirus can also block Chrome, so make sure it’s allowed through.

Stop at the first step that works. If pages load but crawl, the trouble is speed, not connectivity — our notes on why Chrome runs so slow help more than another cache flush.

Common questions

What does ERR_NAME_NOT_RESOLVED mean?

Chrome could not turn the site’s name into an IP address, which points at DNS. Flushing the DNS cache and switching to a public resolver, such as one run by Google or Cloudflare, usually clears it; a typo in the address produces the same error.

Why do pages load in Incognito but not in a normal window?

Incognito runs without extensions and with a clean cache, so if a page loads there the cause is an add-on or stored data. Disable extensions one at a time and clear cached images and files in your normal window.

How do I fix Chrome not loading when other apps work fine?

When only Chrome fails, the trouble is local. Hard-refresh with Ctrl+F5, clear the cache, switch off connection-touching extensions such as VPNs and ad blockers, and turn off any leftover proxy in your system settings.

Can a wrong system clock stop pages from loading?

Yes. A clock that is off breaks the certificate check on secure sites, so the page fails with a certificate warning instead of loading. Setting the clock to update automatically fixes it.

Discussion

    Leave a comment