Fix DNS_PROBE_FINISHED_NXDOMAIN

Category : General

DNS_PROBE_FINISHED_NXDOMAIN is an error that appears when the browser is not able to find an IP for the domain in the DNS records of the domain. This error usually occurs on the Google Chrome browser. In this guide, we are going to go over some of the methods to fix this error.

Methods to Fix DNS_PROBE_FINISHED_NXDOMAIN:

Flush DNS :

Flushing DNS on the device is an effective solution if you are facing DNS_PROBE_FINISHED_NXDOMAIN error.

You can refer to our DNS flushing guide for various Operating systems – here

Use Google DNS :

  1. Open Run prompt  and type : ncpa.cpl and press Ok . This command launches the Network Connections panel. Alternatively, you can Open Control Panel > Network and Sharing Centre > Choose change adapter settings. Select the adapter which connects you to the Internet and right-click on it. Click on the Properties option.
  2. A dialogue box will appear. Select Internet Protocol Version 4 (TCP/IPv4) and click on Properties as shown below.
    Fix DNS_PROBE_FINISHED_NXDOMAIN
  3. Another dialogue box will appear. Select Use the following DNS server addresses and add the following values and click ok
     Preferred DNS server: 8.8.8.8
     Alternate DNS server: 8.8.4.4
    Add the values as shown in the screenshot below.
    Fix DNS_PROBE_FINISHED_NXDOMAIN

Restart DNS service:

  1. Open windows search by pressing the Windows key, search for Servicesand press enter.
  2. A new window will open. Scroll down to find DNS Client as shown in the following screenshot.
    Fix DNS_PROBE_FINISHED_NXDOMAIN
  3. Right-click on the DNS client, press restart. If it is greyed out for you then follow the CMD method below.

Restart DNS service from CMD prompt:

  1. Open windows search by pressing the Windows key, search for Command Prompt right-click on it and select Run as Administrator. Select Yes on the next screen.
  2. Enter the following commands one by one.
    net stop dnscache
    net start dnscache

Release/Renew IP address:

  1. Open windows search by pressing the Windows key, search for Command Prompt
  2. Release the  IP configuration by using the following command.
    ipconfig/release
  3. Renew the  IP configuration by using the following command.
    ipconfig/renew
  4. Use the following command to reset IP settings and reinstate the Winsock catalogue.
    netsh int ip set dns
    netsh winsock reset

If these solutions don’t work for you then you can try restarting your internet connection and if the issue still persists then you can contact your Internet service provider and check if there is any issues on their end.