Skip to content

How to Fix "This Site Can't Be Reached" Browser Errors

Applies toWindows 11Windows 10Google ChromeMicrosoft Edge
5 min fix Updated 26 Jul 2026Leaves the usual settings screens
Quick Answer

Flush your DNS cache by running ipconfig /flushdns in Command Prompt, verify your Wi-Fi/VPN connection, and clear your browser cache.

Checked against Microsoft Learn - Windows release health and Microsoft Learn - end of support and retirement between 5 Aug 2026 and 12 Sep 2026. Nothing published in that period has been linked to this guide.

Estimated Time to Fix: 5 minutes

Summary

The "This site can't be reached" error (often accompanied by ERR_NAME_NOT_RESOLVED, ERR_CONNECTION_REFUSED, or DNS_PROBE_FINISHED_NXDOMAIN) appears when your web browser cannot establish a connection to a web server. This guide provides step-by-step instructions to clear network caches and restore your browsing connection.

Symptoms

  • Seeing a grey blank page with the message "This site can't be reached" or "Server IP address could not be found".
  • Error codes ERR_NAME_NOT_RESOLVED, ERR_CONNECTION_TIMED_OUT, or DNS_PROBE_FINISHED_NXDOMAIN.
  • Web pages fail to load in Chrome or Edge, while other apps or smartphones connected to the same Wi-Fi work normally.

Before You Start

None required.

Instructions

1. Verify Internet and Network Status

Before troubleshooting system settings, verify whether the connection issue is global or specific to one website.

  1. Open a new browser tab and visit google.com or bing.com.
  2. If no websites load, check your computer's Wi-Fi or Ethernet icon in the bottom-right system tray.
  3. If connected to Wi-Fi, disconnect and reconnect to your network.
  4. If you are trying to access a work-related website (such as an internal intranet or payroll portal), connect to your company's VPN first.

2. Flush the Windows DNS Cache

Windows stores DNS lookups in a temporary cache. If a server IP address changes or the cache becomes corrupted, your browser fails to locate the site.

  1. Press the Windows Key, type cmd, right-click Command Prompt, and select Run as administrator.
  2. Type the following command and press Enter:
    cmd
    ipconfig /flushdns
  3. You will see the confirmation message: Successfully flushed the DNS Resolver Cache.
  4. Type the following command to reset network sockets and press Enter:
    cmd
    netsh winsock reset
  5. Close the Command Prompt window and refresh your browser tab.

3. Reset Your Corporate VPN or Proxy Connection

If your company uses a VPN or web proxy filter, an unstable proxy socket can block web traffic.

  1. Open your VPN software (such as Cisco AnyConnect or GlobalProtect).
  2. Click Disconnect, wait 5 seconds, and click Connect.
  3. Press Windows + I to open Settings.
  4. Click Network & internet > Proxy.
  5. Ensure Automatically detect settings is toggled On.
  6. If Use a proxy server is enabled under Manual proxy setup, toggle it Off (unless explicitly required by your IT department).

4. Clear Browser Cache and Restart Your Browser

Stale browser cookies or cached redirect loops can trigger connection errors.

  1. In Microsoft Edge or Google Chrome, press Ctrl + Shift + Delete to open the clear browsing data window.
  2. Set Time range to All time (or Past 7 days).
  3. Check the box for Cached images and files.
  4. Click Clear data (or Clear now).
  5. Close all browser windows completely, reopen your browser, and navigate to the website.

Troubleshooting

WARNING

If ipconfig /flushdns does not resolve the issue and all websites fail to load across all devices, restart your home Wi-Fi router by unplugging its power cord for 30 seconds.

Symptom / ErrorPotential CauseSolution
ERR_NAME_NOT_RESOLVEDDNS server lookup failureRun ipconfig /flushdns in Command Prompt
ERR_CONNECTION_REFUSEDFirewall, proxy, or server offlineDisconnect VPN or disable manual proxy in Windows Settings
Only internal work sites failMissing corporate network connectionConnect to your company VPN client
DNS_PROBE_FINISHED_NXDOMAINInvalid URL or bad DNS serverCheck for typos in the domain name or change DNS to 8.8.8.8

Last updated:

Frequently asked questions

What causes the "This site can't be reached" error?
This error occurs when your browser cannot locate the website's server IP address, often due to DNS lookup failures, a dropped Wi-Fi/VPN connection, or bad browser cache.
Will flushing DNS delete any personal files?
No. Flushing DNS only clears stored IP address lookup records on your computer so it can fetch fresh, up-to-date server locations.
Why does this error happen only on work or internal websites?
Internal corporate sites require you to be connected to your company's network or VPN to access internal DNS servers.