DNS_PROBE_FINISHED_NO_INTERNET means Chrome's DNS probe completed but your device has no internet connection at all — not just a DNS problem, but a full connectivity failure. The DNS probe ran but couldn't reach anything.
First, check if your internet is working and what your current IP address is:
🔍 Check My IP Address →Unlike DNS_PROBE_FINISHED_NXDOMAIN (which means a specific domain doesn't exist), NO_INTERNET means your device can't reach any external servers. Causes include your router losing its WAN connection, your ISP having an outage, your Wi-Fi adapter failing, or your IP address not being assigned correctly via DHCP.
This is the fix in the majority of cases. Unplug your modem first, wait 30 seconds. Then unplug your router, wait 30 seconds. Plug the modem back in and wait for it to fully connect (solid lights). Then plug the router back in. Wait 60 seconds before testing.
Open Command Prompt as administrator on Windows. Run these commands in order:ipconfig /releaseipconfig /flushdnsipconfig /renew
This forces your device to request a fresh IP from your router's DHCP server. If DHCP assignment failed, this fixes it.
If you're on wired Ethernet: check that the cable is firmly plugged in at both ends. Try a different cable or a different port on your router. If you're on Wi-Fi: move closer to the router and check that the router's Wi-Fi is actually broadcasting (check from another device).
Open Command Prompt as administrator and run:netsh int ip resetnetsh winsock resetipconfig /flushdns
Restart your computer after. This resets Windows's core networking components to defaults.
Use your phone's mobile data to check your ISP's status page or social media. If your ISP is having a widespread outage, no router restart will help — you'll need to wait. You can also call your ISP's support line to report and confirm the outage.
✅ Fixed it? Visit tools.examineip.com to confirm your IP address and connection are working correctly.
← Back to the complete guide: Internet Errors Hub
Last updated: April 2, 2026 • Report an error