Fix 'DNS Server Not Responding' Error
The DNS server not responding error prevents web pages from loading even when your connection looks fine. Here is what DNS is and exactly how to fix it.
On this page
DNS (Domain Name System) is the internet’s phonebook β it translates website names like “example.com” into the IP addresses computers use to connect. When DNS stops responding, websites appear broken even though your actual internet connection is working fine.
Step 1: Restart Your Router
Many DNS errors are temporary glitches in the router’s own DNS resolver. Unplug the router for 30 seconds, plug it back in, wait 60 seconds, and try again. This fixes the problem more often than any other step.
Step 2: Flush the DNS Cache
- Open Command Prompt as administrator (search for
cmd, right-click, choose Run as administrator). - Type the following and press Enter:
ipconfig /flushdnsYou should see a message saying the DNS Resolver Cache was flushed. Test your browser again.
Step 3: Switch to a Public DNS Server
Your ISP’s DNS servers can go down or get slow. Switching to a well-maintained public DNS server often solves the problem permanently.
- Press Win + R, type
ncpa.cpl, press Enter. - Right-click your active network adapter and choose Properties.
- Double-click Internet Protocol Version 4 (TCP/IPv4).
- Select Use the following DNS server addresses.
- Enter
1.1.1.1as the preferred server and8.8.8.8as the alternate. - Click OK and test your connection.
Step 4: Disable Any VPN or Proxy
VPNs and proxies route your DNS queries through different servers. If those servers are down or misconfigured, you’ll get DNS errors. Temporarily disable your VPN and test.
Step 5: Try a Different Browser or Safe Mode
Browser extensions (particularly ad-blockers or privacy tools) sometimes intercept DNS requests and break them. Test in a private/incognito window or a different browser. If that works, a browser extension is the culprit.
Step 6: Check for Malware
Some malware hijacks DNS settings. Run a scan with Windows Defender (Settings → Windows Security → Virus & threat protection → Quick scan). If it finds something, let it quarantine it, then reconfigure your DNS settings as above. If you’re still stuck, ask us.
Frequently asked questions
DNS server not responding error only happens on one website β is that DNS?
Probably not. If every other site loads fine, the problem is likely with that specific website (it may be down or have a DNS record issue on their end), not your DNS settings. Wait and try again later.
Can my ISP's DNS being slow affect my browsing speed?
Yes. DNS lookups happen every time you visit a new website, so slow DNS adds a small delay to every page load. Switching to a faster public DNS like 1.1.1.1 or 8.8.8.8 can noticeably reduce that initial page-load delay.
Comments & Questions (0)
No comments yet β be the first to ask. Comments appear after review.
Leave a comment
Your comment appears after our team approves it. Or sign in to post faster.