"DNS Server Not Responding" means your device cannot contact the DNS server configured in your network settings. Without DNS, domain names cannot be translated to IP addresses and no websites load.
First, check if your internet is working and what your current IP address is:
🔍 Check My IP Address →This message appears in Windows Network Diagnostics and browser error pages. Your device is trying to reach its configured DNS server (usually your ISP's DNS or your router) but getting no response. Causes include: your router is offline, your ISP's DNS servers are down, your configured DNS address is wrong, your router's DNS relay is not working, a firewall is blocking UDP port 53 (DNS), or your network adapter has a problem.
Bypass your ISP's DNS with a reliable public server.
8.8.8.8 / 8.8.4.48.8.8.8Windows: Open Command Prompt as Administrator → ipconfig /flushdns
Mac: Terminal → sudo dscacheutil -flushcache; sudo killall -HUP mDNSResponder
IPv6 DNS issues sometimes cause this error even when IPv4 DNS works.
chrome://settings/reset✅ Fixed it? Visit tools.examineip.com to confirm your IP address and connection are working correctly.
nslookup google.com 8.8.8.8. If this returns an IP address, Google's DNS is working. If it fails, you have a broader connectivity issue.← Back to the complete guide: Internet Errors Hub
Last updated: March 30, 2026 • Report an error