How to Fix DNS_PROBE_FINISHED_NO_INTERNET in Chrome
The Problem
Chrome (or Edge) refuses to load any website and shows the error DNS_PROBE_FINISHED_NO_INTERNET — even though your Wi-Fi says connected, and sometimes other apps like Spotify or games still work fine.
DNS is the system that turns a website name (google.com) into a server address. This error means your browser asked your DNS server to look up a name and got no answer. The cause is almost always on your side: a stale DNS cache, a broken DNS server setting, a misbehaving router, or a VPN/antivirus interfering with lookups. That means you can usually fix it in a few minutes.
Quick Checks Before You Start
- Try another device on the same Wi-Fi. If everything fails there too, restart your router first (unplug 30 seconds, plug back in).
- Using a VPN or proxy? Disconnect it and test — VPNs that crash leave DNS pointing at a dead server.
- Try another browser. If Firefox works but Chrome doesn't, clear Chrome's own cache: see clear browser cache and cookies.
Step 1: Flush the DNS Cache
Windows caches DNS answers, and a corrupted cache keeps serving dead results.
- Right-click the Start button and choose Terminal (Admin).
- Run these commands one at a time:
ipconfig /flushdns ipconfig /release ipconfig /renew - Also clear Chrome's internal DNS cache: paste
chrome://net-internals/#dnsinto the address bar and click Clear host cache. - Reload the page.
Step 2: Change Your DNS Server
If your ISP's DNS server is down or unreliable, switch to a public one — this is the single most effective fix.
- Open Settings (
Win + I) > Network & internet. - Click your active connection (Wi-Fi > your network properties, or Ethernet).
- Next to DNS server assignment, click Edit.
- Choose Manual, turn on IPv4, and enter:
- Preferred DNS:
1.1.1.1(Cloudflare) or8.8.8.8(Google) - Alternate DNS:
1.0.0.1or8.8.4.4
- Preferred DNS:
- Click Save and reload the page.
Step 3: Restart the DNS Client Service
- Press
Win + R, typeservices.msc, press Enter. - Find DNS Client in the list.
- If its Restart option is greyed out (normal on Windows 11), reboot the PC instead — that restarts it.
Step 4: Reset the Network Stack
Deeper corruption in Windows networking components causes persistent DNS failures.
- In Terminal (Admin), run:
netsh winsock reset netsh int ip reset - Restart your PC.
- Still broken? Use the full reset: Settings > Network & internet > Advanced network settings > Network reset > Reset now. This reinstalls all network adapters — you'll need to re-enter Wi-Fi passwords.
Step 5: Rule Out Antivirus and Router Problems
- Temporarily disable third-party antivirus/firewall and test. If pages load, the security suite's web-protection module is intercepting DNS — update it or adjust its settings. Related: fix Windows Firewall blocking apps.
- Update router firmware and, if the error hits every device, log into the router's admin page and set its DNS servers to
1.1.1.1/8.8.8.8as well.
Getting "DNS server not responding" from the Windows troubleshooter instead? Same family of problem, slightly different fix order: fix DNS server not responding. Connected but no internet at all (not just browsing)? See fix "No Internet, Secured" Wi-Fi. Pages load but painfully slowly? That's slow internet troubleshooting.
Related guides
How to Fix Mobile Hotspot Not Working in Windows 11
Can't turn on mobile hotspot, or devices won't connect? Fix adapter sharing, metered data, firewall, and driver issues for Windows 11 hotspot.
How to Fix Ethernet Not Working in Windows 11
Wired internet dead but Wi-Fi works? Check the cable and link lights, reset the adapter, reinstall Ethernet drivers, and fix DHCP on Windows 11.
How to Fix Windows 11 Can't Connect to This Network Error
Wi-Fi password is right but Windows says can't connect to this network? Forget the profile, reset the adapter, and fix driver and security mismatches.
How to Fix DNS Server Not Responding in Windows 11
Browser says DNS server isn't responding? Flush the cache, switch to public DNS, and reset Winsock when Windows 11 can't resolve website names.
How to Fix Wi-Fi Keeps Disconnecting in Windows 11
Wi-Fi drops every few minutes on a laptop or desktop? Fix power management, drivers, and router settings that cause random disconnects in Windows 11.