The DNS server not responding message in Windows 11 usually means your PC could not get a usable answer from the service that translates website names into IP addresses. The problem may be a stale local cache, an unavailable DNS resolver, a VPN or proxy conflict, incorrect manual settings, a router fault, or a wider internet outage.
Do not change DNS immediately just because the troubleshooter mentions it. First determine whether every device is affected, whether only one website fails, and whether Windows can reach its configured DNS server. That short diagnosis prevents unnecessary driver removals, router resets, and permanent changes to a work or school network.
This guide applies to Windows 11 Home and Pro on Wi-Fi or Ethernet. Menu wording can vary by Windows release, device manufacturer, and organization policy. The instructions and official sources were reviewed on August 20, 2026.
Quick Answer
Test another website and another device first. Restart the affected browser and PC, then restart the modem and router if multiple devices fail. Run nslookup microsoft.com to check DNS directly. If only the PC is affected, run the Windows 11 Network and Internet troubleshooter, disconnect an optional VPN, check the proxy, and use ipconfig /flushdns. Restore DNS to Automatic (DHCP) before testing one complete public DNS pair. Save Network reset for last.
Key Takeaways
- DNS translates names such as microsoft.com into numeric addresses; it does not create the internet connection itself.
- If every device on the same network fails, focus on the router, modem, ISP, or DNS service—not only Windows.
nslookuptests DNS without relying on the Windows DNS client cache, making it more useful than guessing from a browser error.ipconfig /flushdnsremoves cached DNS entries; it does not change your DNS provider.- Use either the complete Cloudflare pair or the complete Google pair for a test—do not mix providers.
- Do not override company, school, parental-control, filtering, or VPN DNS settings without approval.
- Network reset removes and reinstalls network adapters and resets their settings, so it belongs at the end.
What “DNS Server Not Responding” Actually Means
When you enter a website name, Windows asks a DNS resolver for the corresponding IP address. Home networks normally receive DNS server addresses automatically from the router through DHCP. A VPN, browser, security product, workplace policy, or manual Windows setting can use a different resolver.
The error means a DNS request did not produce a usable response in time. It does not prove that the DNS server itself is broken. The PC may have no valid IP address, the router may be offline, a VPN may be blocking traffic, a firewall may be filtering DNS, or the requested domain may simply be unavailable.
| What you observe | Likely area | Best first action |
|---|---|---|
| Only one Windows 11 PC fails | PC cache, VPN, proxy, DNS setting, or adapter | Run nslookup, then follow the PC fixes |
| Every device on the network fails | Router, modem, ISP, or upstream DNS | Restart network equipment and check the ISP |
| Only one website fails | Website, domain record, browser, or filtering | Test unrelated sites and another device |
nslookup succeeds but the browser fails |
Browser Secure DNS, extension, proxy, VPN, or app | Test another browser and inspect app-specific settings |
| Public sites work but internal names fail | Work/school VPN, DNS suffix, or internal resolver | Reconnect the required VPN and contact IT |
IP address starts with 169.254 |
No valid DHCP lease | Fix the IP/router connection before changing DNS |
Diagnose DNS in Three Minutes
1. Check the scope
Open two unrelated websites and test another app. Then temporarily turn off cellular data on a phone and test that phone on the same Wi-Fi. If the phone and PC both fail, the problem is less likely to be a Windows-only DNS cache.
2. Check the active network configuration
Open Command Prompt and run:
ipconfig /all
Find the active Wi-Fi or Ethernet adapter. Confirm that it has an IPv4 address, a Default Gateway, and one or more DNS Servers. Ignore disconnected Bluetooth, virtual-machine, and VPN adapters. An IPv4 address beginning with 169.254 usually means the PC did not receive a valid DHCP lease, so repair the network connection before treating the symptom as DNS-only.
3. Query DNS directly
Run:
nslookup microsoft.com
A successful result normally shows the DNS server used and one or more addresses for the domain. A timeout or “server failed” result points toward the configured resolver, the path to it, or filtering. An NXDOMAIN or “non-existent domain” result for only one name may indicate that the name is wrong, its record is missing, or a filter is blocking it.
nslookup does not depend on the Windows DNS client cache. If it succeeds while one browser still fails, avoid resetting the whole network first; investigate that browser, its Secure DNS setting, extensions, proxy, VPN, or security filter.Fix 1: Restart the Affected App, Network Connection, and PC
Begin with the lowest-risk refresh. It clears temporary browser and adapter states without deleting saved networks or changing DNS providers.
- Close every browser window and the app showing the error.
- Turn Wi-Fi off from Quick Settings, wait about 10 seconds, and turn it back on. For Ethernet, disconnect and reconnect the cable if it is safe to do so.
- Test two unrelated websites.
- If the error remains, save your work and choose Start → Power → Restart.
- After Windows starts, run
nslookup microsoft.comagain.
Use Restart rather than only shutting the lid or putting the PC to sleep. If the problem affects one browser only, test a private window and a second browser before changing Windows networking.
Fix 2: Restart the Modem and Router and Check the ISP
Use this step early when several devices fail or when the configured DNS server is the router's local address, such as 192.168.1.1. The router may be forwarding DNS requests to an unavailable ISP resolver.
- Unplug the router from power.
- Unplug the modem. If you have one combined gateway, unplug that single device.
- Wait at least 30 seconds. Do not press the Reset pinhole.
- Reconnect the modem first and wait for its normal connection lights.
- Reconnect the router and wait a few minutes.
- Reconnect the PC and phone, then test again.
If all devices remain offline, use cellular data to check the ISP's official outage page or app. A line outage, failed modem, suspended account, or damaged router cannot be fixed by repeatedly flushing the Windows DNS cache.
Fix 3: Run the Windows 11 Network and Internet Troubleshooter
Microsoft recommends starting with the automated Network and Internet troubleshooter in the Get Help app on Windows 11. It can identify common adapter, gateway, IP, and DNS configuration problems.
- Open Start and search for Get Help.
- Open the app and search for network troubleshooter or DNS server not responding.
- Choose the symptom that matches your connection and allow the diagnostics to run.
- Apply only changes you understand.
- Restart if requested, then retest with
nslookupand a browser.
You may also see troubleshooting options under Settings → System → Troubleshoot → Other troubleshooters, depending on the Windows release. A managed PC may report an organization-controlled setting that only IT can change.
Fix 4: Forget and Reconnect to Wi-Fi
A damaged or outdated Wi-Fi profile can preserve old network information. This step affects only the selected wireless network; skip it on Ethernet.
- Make sure you know the current Wi-Fi password.
- Open Settings → Network & internet → Wi-Fi → Manage known networks.
- Select the affected network and choose Forget.
- Return to the Wi-Fi list, select the network, and enter its password.
- Run
ipconfig /allandnslookup microsoft.comagain.
If the PC shows Connected, no internet after reconnecting, use our separate Windows 11 Wi-Fi connected but no internet guide for DHCP, gateway, captive portal, and driver checks beyond DNS.
Fix 5: Test Without an Optional VPN, Manual Proxy, or Browser Secure DNS
A VPN can supply its own DNS resolver and block normal traffic if its tunnel or kill switch fails. A manual proxy or browser-level encrypted DNS setting can also make one app fail while Windows itself resolves names correctly.
Temporarily disconnect an optional VPN
- Open Settings → Network & internet → VPN.
- Disconnect the active VPN for a short test; do not delete its profile.
- Run
nslookup microsoft.comand test the browser. - If DNS works only without the VPN, update or repair the VPN through its official provider.
Check the Windows proxy
- Open Settings → Network & internet → Proxy.
- For a normal home connection, leave Automatically detect settings enabled.
- If Use a proxy server is enabled and you did not configure it, record its details and turn it off temporarily.
- Test again.
Check browser Secure DNS only if the browser alone fails
Browsers may call the option Secure DNS, DNS over HTTPS, or Use secure DNS. Set it back to its default or current-provider mode for a test rather than selecting random providers. Browser menu names change frequently, so use that browser's official help page for the current path.
Fix 6: Flush the Windows DNS Cache
The Windows DNS client cache can contain an expired or negative entry. Microsoft documents ipconfig /flushdns specifically for discarding dynamically added and negative cache records during name-resolution troubleshooting.
- Open Start and type Command Prompt.
- Select Run as administrator and approve the prompt.
- Run:
ipconfig /flushdns
- Look for a message confirming that the DNS Resolver Cache was flushed.
- Close and reopen the affected browser or app.
- Run
nslookup microsoft.comand test the failed name again.
Flushing the cache does not erase browser history, passwords, bookmarks, personal files, or the configured DNS server. It also does not repair an offline router or unavailable resolver.
Fix 7: Renew DHCP and Reset Winsock and TCP/IP
Use these Microsoft-recommended commands when the PC has an invalid lease, DNS servers were supplied incorrectly by DHCP, or the Windows network stack is damaged. Save online work first: releasing the address temporarily disconnects DHCP-configured adapters.
- Open Command Prompt as administrator.
- Run each command in this order:
netsh winsock reset
netsh int ip reset
ipconfig /release
ipconfig /renew
ipconfig /flushdns
- Read the output for errors instead of closing the window immediately.
- Restart Windows.
- Run
ipconfig /alland confirm the active adapter has a valid address, gateway, and DNS server. - Test DNS again.
ipconfig /renew applies to adapters configured to obtain an address automatically. If it cannot contact a DHCP server, focus on the router, cable, Wi-Fi connection, or organization network. Do not invent a static IP address to work around the failure.
Fix 8: Restore DNS Server Assignment to Automatic
An old manual DNS address may belong to a resolver that is offline, blocked, or no longer appropriate for the current network. Returning to Automatic allows DHCP to obtain DNS settings from the router or access point.
- Open Settings → Network & internet.
- Select the active Wi-Fi connection or Ethernet.
- Find DNS server assignment and select Edit.
- Record any existing manual addresses before changing them.
- Choose Automatic (DHCP) and select Save.
- Disconnect and reconnect, or restart the PC.
- Run
ipconfig /allto confirm the assigned DNS servers, then test.
Some Windows builds place related controls under the network's hardware properties or IP assignment. Microsoft recommends DHCP for normal networks because it supplies compatible IP and DNS settings automatically.
Fix 9: Test One Known Public DNS Pair
If the PC has a valid IP and gateway but the automatically assigned resolver keeps timing out, a temporary public DNS test can isolate the problem. Record the current setting first so you can restore it.
| Provider | Preferred IPv4 DNS | Alternate IPv4 DNS |
|---|---|---|
| Cloudflare 1.1.1.1 | 1.1.1.1 |
1.0.0.1 |
| Google Public DNS | 8.8.8.8 |
8.8.4.4 |
- Open Settings → Network & internet and select the active adapter.
- Next to DNS server assignment, select Edit.
- Choose Manual and turn on IPv4.
- Enter one complete pair from the table. Do not use one Cloudflare address and one Google address.
- If Windows offers DNS over HTTPS and recognizes the provider, use the automatic template if you want encrypted DNS. Do not invent a template URL.
- Select Save, reconnect, and run
ipconfig /flushdns. - Test
nslookup microsoft.comand several unrelated sites. - If there is no improvement, restore Automatic (DHCP).
Changing DNS transfers name queries to the selected provider. It is not a guaranteed speed boost, does not fix a dead modem or weak Wi-Fi, and may bypass router-based parental controls or local-device names. Review the provider's privacy terms before leaving the change in place.
Fix 10: Restart and Repair the Network Adapter
If DNS fails only on this PC across several trusted networks, restart the active adapter and inspect its driver. Do not disable every item under Network adapters.
- Right-click Start and open Device Manager.
- Expand Network adapters.
- Identify the active Wi-Fi or Ethernet adapter. Avoid Bluetooth, VPN, Hyper-V, and other virtual adapters.
- Right-click the active adapter and choose Disable device.
- Wait about 10 seconds, right-click it again, and choose Enable device.
- Restart the PC and test.
If the problem followed a driver update
- Open the adapter's Properties → Driver tab.
- If Roll Back Driver is available and the timing matches, use it and restart.
If you need a new driver
Download the Windows 11 network driver for the exact PC model from the computer manufacturer's official support page. Save the installer before uninstalling the current driver, especially if the PC may lose all connectivity. Avoid generic third-party driver-updater programs.
Fix 11: Check the Router's DNS and Firmware
If every device receives the same DNS errors, or devices work only after manually selecting a public resolver, the router may be advertising an unavailable DNS server or failing to forward queries.
- Open the router's official manual or ISP support instructions.
- Sign in only through the router's known local address or official management app.
- Record the current Internet, DHCP, and DNS values before changing anything.
- Confirm that DHCP is enabled for a normal home network and that DNS addresses are valid.
- Check the router manufacturer's official site for firmware for the exact model and hardware revision.
- If the router is ISP-managed, contact the ISP rather than forcing unsupported firmware or DNS values.
Do not follow a random screenshot for another router model. Incorrect WAN, VLAN, PPPoE, DHCP, or DNS settings can disconnect the entire home. Do not expose remote router administration to the internet just to troubleshoot DNS.
Fix 12: Use Network Reset as the Last Resort
Microsoft says Network reset should be one of the last steps. It removes installed network adapters and their settings, restarts the PC, reinstalls the adapters, and returns networking settings to defaults.
- Open Settings → Network & internet → Advanced network settings.
- Select Network reset.
- Read the warning, then select Reset now → Yes.
- Allow Windows to restart.
- Reconnect to the correct network and choose the appropriate network profile.
- Reinstall only trusted networking software that you actually need.
- Run
ipconfig /allandnslookup microsoft.comagain.
Network reset does not delete personal documents, but it can disrupt remote work and specialized network configurations. Do not use it on a managed computer without IT approval.
If Only One Website or App Still Fails
If nslookup microsoft.com and other unrelated names work, the entire DNS system is probably not down. Narrow the problem before changing more settings.
- Check the spelling of the domain.
- Test the site in another browser and on another network.
- Check the service's official status page.
- Temporarily disable only the extension suspected of filtering that site.
- Confirm that the PC's date, time, and time zone are correct.
- If a work or school name fails, reconnect the required VPN and contact IT.
- If the domain returns
NXDOMAINeverywhere, its DNS record may be missing or expired; Windows resets cannot recreate it.
Do not disable Microsoft Defender Firewall or antivirus protection permanently to reach one site. If browser pages display fake infection warnings or demand a download, follow our guide to removing fake virus pop-ups safely instead of installing the advertised “DNS repair” tool.
What Not to Do
- Do not assume every connection failure is DNS just because a troubleshooter mentions it.
- Do not mix primary and alternate addresses from different public DNS providers.
- Do not disable IPv6 as a generic fix; modern networks and services may depend on it.
- Do not edit the Registry, Hosts file, DNS Client service, or firewall rules without a specific diagnosis and rollback plan.
- Do not install DNS boosters, registry cleaners, driver packs, or downloaded repair scripts.
- Do not factory-reset the router before saving its ISP and Wi-Fi configuration.
- Do not override workplace, school, VPN, parental-control, or filtered DNS policies.
- Do not run Network reset repeatedly; one reset is enough to test default settings.
When to Contact the ISP, Router Maker, or IT
| Contact | Contact them when | Useful details |
|---|---|---|
| Internet service provider | All devices fail, modem lights show a fault, or ISP DNS repeatedly times out | Outage start time, modem lights, DNS server shown by ipconfig /all, and multi-device tests |
| Router manufacturer | The router advertises invalid DNS, changes do not persist, or firmware is unavailable | Exact model, hardware revision, firmware version, and saved configuration |
| PC manufacturer | The adapter fails on several networks, disappears, or reports a Device Manager error | PC model, Windows build, adapter name, driver version, and error code |
| Work or school IT | Internal names, required VPN, proxy, certificate, or managed DNS fails | Exact failed name, time, network, VPN state, and nslookup result |
For more safety-first repair articles, browse the ACSNETWORLD Windows guides.
Frequently Asked Questions
Why does Windows 11 say the DNS server is not responding?
Windows did not receive a usable DNS answer in time. The cause can be an unavailable resolver, stale cache, incorrect manual setting, VPN or proxy conflict, router fault, missing internet connection, or filtering. Test another device and run nslookup before changing providers.
What command fixes DNS in Windows 11?
ipconfig /flushdns clears the Windows DNS client cache and is useful for stale or negative cached entries. It is not a universal repair: it cannot restore an offline router, failed ISP, invalid DHCP lease, blocked VPN, or unavailable DNS server.
How do I know whether DNS is the real problem?
Run ipconfig /all to inspect the active adapter and nslookup microsoft.com to query DNS directly. Compare another website, app, device, and network. If only one site fails or nslookup succeeds, a full Windows DNS failure is less likely.
Should DNS be automatic or manual in Windows 11?
Automatic (DHCP) is the normal recommended choice because the router or network provides compatible IP and DNS settings. Manual DNS is appropriate when a trusted network administrator specifies it or when you intentionally test a known provider and understand how to restore the previous setting.
Is 1.1.1.1 or 8.8.8.8 better?
Both are established public DNS services, operated by Cloudflare and Google respectively. Neither is guaranteed to be fastest or best on every network. Test one complete pair, consider the provider's privacy terms and network policies, and return to Automatic if it does not solve the diagnosed problem.
Can a VPN cause DNS server not responding?
Yes. A failed VPN tunnel, kill switch, virtual adapter, or assigned DNS resolver can block queries. Disconnect an optional VPN temporarily to test, then update or repair it through the official provider. Do not remove a required work or school VPN without IT approval.
Does flushing DNS delete passwords or browser history?
No. ipconfig /flushdns clears the Windows DNS client resolver cache. It does not delete documents, Wi-Fi passwords, browser bookmarks, saved website passwords, or browsing history.
Will Network reset delete my files?
Network reset does not delete personal documents, but it removes and reinstalls network adapters and returns their settings to defaults. You may need to reconnect to Wi-Fi and reinstall or reconfigure VPN clients, virtual switches, and other networking software.
Official Sources
- Microsoft Support — Fix Wi-Fi connection issues in Windows
- Microsoft Support — Essential network settings and tasks in Windows
- Microsoft Support — Use a proxy server in Windows
- Microsoft Learn — ipconfig command reference
- Microsoft Learn — Troubleshooting DNS clients
- Cloudflare Documentation — Set up 1.1.1.1 on Windows
- Google for Developers — Configure Google Public DNS
Comments
Comments
Post a Comment