Fix: DNS_PROBE_FINISHED_NO_INTERNET Error: A Complete Networking Guide

Encountering the DNS_PROBE_FINISHED_NO_INTERNET error in Google Chrome can be incredibly frustrating. This common networking issue occurs when your browser cannot establish a connection to the internet because the Domain Name System (DNS) fails to resolve the web address. Whether it is a configuration glitch on your PC or a hiccup with your router, this guide will walk you through the most effective solutions to get you back online.

Step 1: Flush DNS and Reset TCP/IP Stack

The most common cause of this error is a corrupted DNS cache or misconfigured network protocols. You can fix this using the Windows Command Prompt.

  • Press the Windows Key, type cmd, right-click it, and select Run as Administrator.
  • Type the following commands one by one, pressing Enter after each:
  • ipconfig /release
  • ipconfig /flushdns
  • ipconfig /renew
  • netsh int ip set dns
  • netsh winsock reset
  • Restart your computer to apply the changes.

Step 2: Change Your DNS Server Addresses

Sometimes, your ISP's default DNS servers are unstable. Switching to a reliable provider like Google Public DNS or Cloudflare often resolves the 'No Internet' issue immediately.

  • Open the Control Panel and go to Network and Sharing Center.
  • Click on Change adapter settings in the left sidebar.
  • Right-click your active connection (Wi-Fi or Ethernet) and select Properties.
  • Select Internet Protocol Version 4 (TCP/IPv4) and click Properties.
  • Check Use the following DNS server addresses and enter:
  • Preferred DNS server: 8.8.8.8
  • Alternate DNS server: 8.8.4.4
  • Click OK and restart your browser.

Step 3: Clear Chrome's Internal DNS Cache

Even if you flush the Windows DNS, Google Chrome maintains its own internal DNS database which might be storing outdated information.

  • Open Google Chrome and type chrome://net-internals/#dns into the address bar and press Enter.
  • Click the Clear host cache button.
  • Next, go to chrome://settings/privacy, select Clear browsing data, choose Advanced, and clear 'Cached images and files'.

Step 4: Power Cycle Your Router and Modem

If the error persists across multiple devices, the problem lies with your hardware. A power cycle clears the router's temporary memory and re-establishes a fresh connection with your ISP.

  • Unplug the power cable from your router and modem.
  • Wait for at least 30 to 60 seconds.
  • Plug the modem back in first and wait for the lights to stabilize.
  • Plug the router back in and wait for the Internet/WAN light to turn green or solid.

Step 5: Disable VPN and Proxy Settings

Active VPNs or Proxy servers can interfere with DNS resolution, leading to the DNS_PROBE_FINISHED_NO_INTERNET message.

  • Press Windows + I to open Settings and go to Network & Internet.
  • Click on Proxy in the sidebar.
  • Ensure that Automatically detect settings is ON and Use a proxy server is OFF.
  • If you are using a VPN app, disconnect it temporarily to see if the connection returns.

Step 6: Update Your Network Adapter Drivers

Outdated or corrupt network drivers can prevent your OS from communicating with the web effectively.

  • Right-click the Start button and select Device Manager.
  • Expand the Network adapters section.
  • Right-click your Wi-Fi or Ethernet controller and select Update driver.
  • Choose Search automatically for drivers and follow the prompts.

💡 Pro Tip: Keep your software updated to avoid these issues in the future.


Category: #Internet