The DNS Server isn't Responding

Here we discuss everything about Computer Networking and Configuration.
Post Reply
amalan
Posts: 5
Joined: 08 Oct 2023, 10:53

The DNS Server isn't Responding

Post by amalan »

I have problems with Internet connectivity on my Windows 11 PC. Windows troubleshooter says-

Troubleshooting was unable to automatically fix all of the issues found. You can find more details below.

Problems found- The DNS server isn't responding.
alex
Standard User
Posts: 68
Joined: 05 Oct 2023, 17:42

Re: The DNS Server isn't Responding

Post by alex »

amalan wrote: 08 Oct 2023, 11:29
Problems found- The DNS server isn't responding.
We have a detailed guide on this error message. Let me publish that guide here.


Error Message - The DNS Server isn't Responding

As our readers know SysToSys is a platform to publish everyday technical issues faced by different network engineers.

Today, we present a new article about an error code -The DNS server isn't responding.

You might be wondering how did I get this error message. Let me narrate the incident.

After being unable to access the Internet on my Windows 11 laptop, I ran Windows Troubleshooter.
You can run Windows Troubleshooter by right-clicking the network adapter at the taskbar. Then click on Troubleshoot Problems to start Windows Troubleshooter.
Windows Troubleshooter ran a few tests and finally gave me the error report. The error report was:

Code: Select all

Network Adapter

Troubleshooting has completed

Troubleshooting was unable to automatically fix all of the issues found. You can find more details below.

Problems found

The DNS server isn't responding.                   Detected
You can see the screenshot of the problems found by the Windows Troubleshooter.


Image

Now let us check the meaning of the error code.
alex
Standard User
Posts: 68
Joined: 05 Oct 2023, 17:42

Re: The DNS Server isn't Responding

Post by alex »

Why Do I Get the Error- The DNS Server isn't Responding?

You might be wondering how did I get this error message.

You can understand from the screenshot that Windows Troubleshooter has no solution. So, it is up to me.

I fixed the problem by following manual troubleshooting. This tutorial will teach you how to fix the error the DNS server is not responding.
alex
Standard User
Posts: 68
Joined: 05 Oct 2023, 17:42

Re: The DNS Server isn't Responding

Post by alex »

How to Fix the Error- The DNS Server isn't Responding?

I explained the scientific troubleshooting for every DNS-related issue in my previous tutorial -Ping Request Could Not Find Host Please Check the Name and Try Again.

To resolve the DNS server isn't responding error, follow the steps below.
  1. Flush the DNS Cache and Re-register DNS names

    The first step to resolve the DNS Server isn't Responding is to flush the current DNS cache on your computer and re-register it.

    You can perform this task by executing two commands on DOS. Let us check how to do it on a Windows computer.
    • Start Windows Search by pressing Windows and Q keys together.
    • Type Command Prompt and right-click on it. Click Run as Administrator.

      Image
    • Type the following command on the DOS window and press the Enter key.

      Code: Select all

      ipconfig /flushdns
    • Type the following command and press the Enter key.

      ipconfig /registerdns
    • Restart your computer and check for the issue.
    If Windows still reports the error- the DNS Server isn't Responding, we need to power cycle the network.
  2. Power Cycle the Network

    The second step to fix the DNS Server isn't Responding error is to conduct a network Power Cycling. Let us check how to do it.
    • Power off the modem and disconnect the Ethernet cable.
    • Power off the router and disconnect the Ethernet cable.
    • Restart your computer.
    • Wait for two minutes and power on the router. Reconnect the Ethernet cable.
    • Wait for one minute and power on the modem. Reconnect the Ethernet cable.
    Now check whether you can access the Internet from your computer. If you can't access the Internet, run the Windows Troubleshooter ( right-click on the wireless icon at the system tray and click on Troubleshoot problems).


    If you still receive the error( the DNS Server isn't Responding), you must assign Google DNS to your computer to fix it.
  3. Assign Reliable DNS to Your Computer

    Why do we get the error the DNS server is not responding? It is because the current DNS server assigned is not reliable.

    We can fix it by assigning a more reliable and faster DNS. My recommendations are Google DNS and Open DNS.

    You can choose any one of them.

    OpenDNS
    208.67.222.222
    208.67.220.220


    Google Public DNS
    8.8.8.8
    8.8.4.4
    Let me show you how to assign Google DNS to a Windows computer to fix the error - The DNS Server isn't Responding.

    • Press Windows and X keys together. Click Settings from the menu.
    • Click Network & Internet
    • Click on Change adapter options

      Image
    • Right Click on the Active connection and click Properties
    • Select Internet Protocol Version 4 (TCP/IPv4) and click the Properties button

      Image
    • Select the radio button Use the following DNS server addresses

      Image
    • Type 8.8.8.8 as the preferred DNS server. Type 8.8.4.4 as the alternate DNS server address.
    • Click the OK button to save the changes. Reboot your computer.
I hope this guide will help you fix the error -The DNS server is not responding on a Windows computer.
Anagha Sivakumar
Standard User
Posts: 20
Joined: 09 Dec 2023, 14:34

How do I fix the DNS server isn't responding?

Post by Anagha Sivakumar »

Rebooting the modem fixed the problem for me.
Post Reply