DNS Server Not Responding
Windows 11 — 10 Fixes That Work
Internet connected but websites won't load? This one error is the most misunderstood Windows 11 problem — and the easiest to fix permanently.
Before fixing anything, figure out where the problem is. This saves you 10 minutes.
📋 Table of Contents
🔍 What Causes DNS Server Not Responding in Windows 11?
DNS translates website names (like google.com) into IP addresses. When this translation fails, you get this error — even though your internet connection itself is working perfectly.
Restart Router and Modem
Before anything else — restart your router. Most DNS errors are actually caused by the router’s DNS cache getting stuck, not Windows itself. A router restart clears it instantly.
- Unplug your router from power → wait 30 seconds (not 5 seconds — 30 seconds)
- Plug router back in → wait for all lights to stabilize (1-2 minutes)
- Also restart your Windows 11 PC
- Try opening a website
Change DNS to Google or Cloudflare — Best Permanent Fix
Your ISP’s DNS server is slow, unreliable, or temporarily down. Switching to Google DNS (8.8.8.8) or Cloudflare DNS (1.1.1.1) bypasses your ISP completely — this is the most effective permanent fix for DNS errors.
- Press
Win + R→ typencpa.cpl→ press Enter - Right-click your active network adapter (WiFi or Ethernet) → Properties
- Double-click Internet Protocol Version 4 (TCP/IPv4)
- Select “Use the following DNS server addresses”
- Enter one of these options:
8.8.8.8
8.8.4.4
1.1.1.1
1.0.0.1
208.67.222.222
208.67.220.220
- Click OK → OK → close window
- Open browser → test any website
2001:4860:4860::8888 (Google IPv6 DNS).Flush DNS Cache
Windows stores DNS records locally to speed up browsing. When these records get corrupted or outdated, DNS resolution fails entirely. Flushing removes all old records and forces fresh lookups.
- Search cmd in Start → right-click → Run as administrator
- Run these commands:
ipconfig /registerdns
ipconfig /release
ipconfig /renew
- You should see: Successfully flushed the DNS Resolver Cache
- Restart browser → test connection
Reset TCP/IP Stack & Winsock
Windows updates frequently corrupt the core networking stack. This complete reset restores TCP/IP and Winsock to factory defaults — fixing DNS errors that nothing else can solve.
- Open Command Prompt as administrator
- Run each command, pressing Enter after each:
netsh int ipv6 reset
netsh winsock reset
ipconfig /flushdns
ipconfig /release
ipconfig /renew
- Restart your PC — mandatory for changes to apply fully
Disable Antivirus & Firewall Temporarily
Third-party antivirus programs like Avast, AVG, McAfee, Kaspersky often intercept DNS requests and block them if they consider a domain suspicious. This can cause the DNS Server Not Responding error for every website.
- Temporarily disable your antivirus (right-click system tray icon → Disable / Pause protection)
- Also disable Windows Firewall:
Win + I→ Privacy & Security → Windows Security → Firewall - Test your internet connection
- If it works — your antivirus is the problem
- Re-enable everything after testing
Disable IPv6 on Network Adapter
IPv6 and IPv4 DNS queries sometimes conflict on Windows 11, causing DNS to fail silently. Disabling IPv6 forces all DNS traffic through IPv4 — which is fully supported by all public DNS servers.
- Press
Win + R→ typencpa.cpl→ Enter - Right-click your WiFi or Ethernet adapter → Properties
- Find Internet Protocol Version 6 (TCP/IPv6)
- Uncheck the checkbox → click OK
- Restart PC → test connection
Clear Browser DNS Cache (Chrome / Edge)
Browsers maintain their own separate DNS cache apart from Windows. If a website fails only in Chrome or Edge but works in another browser, the browser DNS cache is corrupted.
Google Chrome:
- Type in address bar:
chrome://net-internals/#dns - Click Clear host cache
- Also go to:
chrome://net-internals/#sockets→ click Flush socket pools
Microsoft Edge:
- Type:
edge://net-internals/#dns - Click Clear host cache
Update or Reinstall Network Adapter Driver
An outdated or corrupted network driver can cause DNS queries to fail silently. Reinstalling gives Windows a fresh driver that handles DNS correctly.
- Press
Win + X→ Device Manager - Expand Network Adapters
- Right-click your WiFi or Ethernet adapter → Update driver
- If no update found → right-click → Uninstall device
- Check “Delete the driver software” → Uninstall
- Restart PC — Windows reinstalls driver automatically
Disable Proxy Settings
If a proxy server is configured in Windows — all DNS traffic is routed through it. If the proxy is down or misconfigured, every DNS request fails with this error.
- Press
Win + I→ Network & Internet → Proxy - Under Manual proxy setup — turn OFF Use a proxy server
- Under Automatic proxy setup — turn OFF Automatically detect settings
- Test connection
Run SFC + DISM System File Repair
If nothing else works, corrupted Windows system files may be preventing DNS from working correctly. SFC and DISM repair these files automatically.
- Open Command Prompt as administrator
- Run SFC scan first:
- Wait 10 minutes for it to complete
- Then run DISM repair:
- Restart PC after both complete
| # | Fix | Level | Time | Best For |
|---|---|---|---|---|
| 1 | Restart Router | Easy | 2 min | All devices affected |
| 2 | Change DNS to Google / Cloudflare | Easy | 2 min | ISP DNS unreliable — best permanent fix |
| 3 | Flush DNS Cache | Easy | 1 min | Corrupted cache |
| 4 | Reset TCP/IP + Winsock | Medium | 3 min | After Windows update |
| 5 | Disable Antivirus | Easy | 2 min | Security software blocking DNS |
| 6 | Disable IPv6 | Easy | 2 min | IPv6 conflict |
| 7 | Clear Browser DNS Cache | Easy | 1 min | Chrome / Edge only |
| 8 | Reinstall Network Driver | Medium | 5 min | Driver corruption |
| 9 | Disable Proxy | Easy | 1 min | Proxy server issue |
| 10 | SFC + DISM Repair | Medium | 15 min | Deep system corruption |
❓ Frequently Asked Questions
What causes DNS Server Not Responding in Windows 11?
Is it my router or my PC causing this DNS error?
What is the best DNS server for Windows 11 in 2026?
Why does DNS Server Not Responding keep coming back after every restart?
How do I fix DNS Server Not Responding without any internet access?
ipconfig /flushdns, then netsh winsock reset, then netsh int ip reset. Restart your PC. These commands work completely offline and fix the most common DNS configuration issues without needing any internet connection.✅ Bottom Line
The DNS Server Not Responding error in Windows 11 sounds technical — but it almost always has a simple fix. Start with Fix 2 (Change DNS to 8.8.8.8) — it permanently solves the problem for most users in under 2 minutes. If that doesn’t work, Fix 3 (Flush DNS) and Fix 4 (TCP/IP Reset) handle the rest. You don’t need to reinstall Windows or call your ISP.
Pingback: Windows 11 VPN Not Connecting – 9 Fixes That Work (2026)
Pingback: Windows 11 WiFi Connected But Apps Not Working? Fix It in 3 Minutes - FixTechUSA