How to Fix The “DNS_Probe_Finished_NXDomain” Error

When it comes to internet browsers, one of the most common errors you will see are DNS or Domain Name System errors. These types of messages pop up when there is a problem connecting to a specific IP address, network, or the internet itself. For a lot of individuals who use Google Chrome, the DNS_Probe_Finished_NXDomain error pops up a lot, which is what we are going to cover today.

What does the DNS_Probe_Finished_NXDomain error mean?

You get this error when the website URL you punched into your internet browser cannot be found within the Domain Name System. It is often accompanied by messages like “this site can’t be reached”, “this website is not available”, “server IP address could not be found”, or “Hmm, we’re having trouble finding this site”.

DNS_PROBE_FINISHED_NXDOMAIN error message on Google Chrome

The NX in the error code means that the website is “non-existent”.

What causes this error?

In some cases, a simple typo in the website address is enough to cause the problem. In other cases, the cause is a mismatch between the IP address you are searching for and a redirect failure from the Domain Name System. When a DNS cache fails to load when you visit a website, your browser cannot connect to the host server and therefore, cannot access the website you are trying to reach.

9 methods to fix the DNS_Probe_Finished_NXDomain Error

While there are several methods you can use to fix the issue, it is important to close down your internet browser, restart your computer, and try again with secured, connected internet. If you have double checked that you’ve typed the website URL into the address bar correctly and are still getting the DNS_Probe_Finished_NXDomain error, then try out our solutions below.

1. Clear Your Browser’s Cache & Browsing Data.

If there is an issue with your web browser’s cache, then you’ll get a DNS probe error code. To clear out your Google Chrome’s cache, do the following:

  1. Open a new tab in Google Chrome.
  2. Click on the hamburger menu and choose settings from the list.
  3. Click on clear browsing history.
  4. In the time range drop down menu, choose “all time”.
  5. Checkmark “cached images and files” only.
  6. Hit clear data.
  7. Restart chrome and try again.
How to Clear Browsing History & Data

You can clear your cache on all web browsers. It will be in the setting options.

2. Reset Google Chrome to Default.

Regardless of what web browser you are using, it has the responsibility to transfer the necessary data across the internet so that you can connect to various parts of the network. This data is held in a cache and if the cache becomes stagnant, it can cause the DNS_Probe_Finished_NXDomain error. If clearing the cache in the step above did not fix the issue, then you may have experimental features that are conflicting with the cache. You can reset your cache in Google Chrome by doing the following:

  1. Open a new tab in Google Chrome.
  2. Type in: chrome://flags/.
  3. Hit the “Reset All” button in the top right-hand corner.
  4. Restart Google Chrome and see if the issue persists.
How to Reset Chrome with Flags.

3. Remove Malicious Looking Browser Extensions.

If you have a lot of browser extensions installed, try uninstalling them one by one to see if they are the cause of the problem. In Google Chrome:

How to access extensions in Google Chrome.
  1. Open a new tab & click on the hamburger menu.
  2. Mouse over “more tools” and choose extensions.
  3. Remove the installed extensions and restart Chrome.
  4. See if the issue persists.
How to remove extensions in Google Chrome.

If you have tried the above 3 methods and are still getting the DNS_Probe_Finished_NXDomain error, then it is likely that your computer’s DNS is the source of the problem and not your web browser’s.

4. Restart the DNS Client Service.

Your computer has a built in system called the DNS Client Service which resolves and caches DNS domain service names automatically. When there is a problem with the Domain Name Service, a simple restart on your computer may solve the problem. Here is how to restart the DNS client service.

  1. Right-click your Windows Start Menu and choose “Run”.
  2. Type in services.msc
  3. In the Services List, scroll down until you find the DNS Client.
  4. Right-click on it and hit restart.
How to restart DNS Client Service.

5. Flush the DNS and Release & Renew Your IP Address.

When trying to reach previously visited websites, the IP address gets stored in your computer’s DNS cache. This reduces how long it takes for a website to be pulled up on your end. However, if the cache is outdated or has become corrupted, you can get the DNS_Probe_Finished_NXDomain error. You can flush the DNS of all data and then release and renew your IP address with the following steps.

  1. In your computer’s search menu, type in CMD or Command Prompt.
  2. Right-click on the Command Prompt App and Run as Administrator.
  3. In the dark window that pops open, type in: ipconfig /flushdns [enter].
  4. If the error persists, then release and renew your IP address.
  5. Type in the following commands one at a time:
    • Ipconfig /release
    • Ipconfig /all
    • Ipconfig /flushdns
    • Ipconfig /renew
    • Netsh int ip set dns
    • Netsh winsock reset
How to Flush DNS - Command in CMD

Wait until each step is done before moving on to the next command. After resetting and renewing the IP, if the issue still persists, move on to the next solution below.

6. Change the DNS Server Address to Google’s Public Option.

If you are still struggling with the DNS_Probe_Finished_NXDomain error, you can try setting your DNS to a public one like Google’s. Here is how to do this.

  1. In your computer’s search bar, type in settings.
  2. Go to Network and Internet.
  3. Under your network connection, find related settings.
  4. Click on “change adapter options”.
  5. Right-click on the connection you are using and choose properties.
  6. Find Internet Protocol Version 4 (TCP/IPv4) in the list.
  7. Highlight it and click on properties.
  8. In the bottom area of the new window, choose “use the following DNS server addresses” and type in the following: 8.8.8.8 in the Preferred Box, and 8.8.4.4 in the Alternate Box.
  9. Hit okay and see if the issue persists.
How to change DNS to Google's Public DNS

This changes your computer’s DNS to Google’s public Domain Name Service.

7. Check Computer’s HOSTS File for Restricted Domains.

The HOSTS file on your computer is critical to the mapping of domains to IP addresses. If the website is recorded improperly within this file or this file becomes corrupted, then it can cause the DNS_Probe_Finished_NXDomain error. You can check the file by doing the following.

  1. Open up File Explorer. It should be on your toolbar but you can also find it by searching for it in your computer’s search menu.
  2. If you have two hard drives, find the one that has your operating system installed on it. For most individuals, this is the C: drive.
  3. Find the Windows Folder and then System32.
  4. In System32, click on Drivers and then ETC.
  5. Open the “hosts” file in Notepad.
  6. Find the website you are trying to reach and delete it with the IP tackle and save the file.
How to access HOSTS file on a Windows Machine.

This will force your computer to remap the domain to the website’s IP address and restore it in the HOSTS file. This should eliminate the DNS error. If it doesn’t, there are 2 other solutions that may help if you are running a VPN or a third-party antivirus. Read on below.

8. Disable Any VPNs Temporarily.

If you are running a virtual private network for privacy or security purposes, it can cause the DNS probe error if it’s DNS is having a problem. Temporarily disable the VPN and retry loading the page you are trying to reach. If it works, it means that your ethernet or WIFI’s DNS is working correctly and that the issue was the VPN all along. If it doesn’t work, move on to any of the other solutions in this list.

9. Disable Your Antivirus Temporarily.

If you are running third-party antivirus software, this can sometimes block your Domain Name Server completely. This typically happens due to misconfigured settings. So, disable the antivirus temporarily and see if the problem resolves. However, when the antivirus is disabled, be careful about which websites you visit as you are not protected while the antivirus is disabled. If you get a proper redirect, you know it was your antivirus software blocking. If this is the case, you will need to delve deeper into the antivirus settings to see what the problem is or do a fresh install with only recommended settings enabled.

While the DNS_Probe_Finished_NXDomain error code can be irritating when you are trying to reach a website quickly, it is relatively easy to solve and there’s more than one way to fix it. If you are encountering this error, make sure to double check that the resolution also solves it for your mobile devices as well.

Leave a Comment