DNS_PROBE_FINISHED_NXDOMAIN [RESOLVED]

DNS_PROBE_FINISHED_NXDOMAIN Error is not that frequent error in Google Chrome. This mostly arises due to weak Internet Connection or improper DNS settings. This error simply means that “This site can’t be reached,” along with an error code saying “DNS PROBE FINISHED NXDOMAIN.” This error can be troubling if you are working on an important project or if you are surfing any website. But, there are solutions to all problems and so for this error.

Contents

What is DNS_PROBE_FINISHED_NXDOMAIN?

DNS_PROBE_FINISHED_NXDOMAIN or DNS PROBE FINISHED NXDOMAIN is the user-friendly error in your Google Chrome mostly occurs along with the optimal solutions. DNS settings may get corrupted, or some issues occur with Internet Network. Unfortunately, If DNS fails to look for the IP address, you may receive DNS errors like DNS_PROBE_FINISHED_NXDOMAIN.

Google Chrome

In the Chrome browser, the error shows as DNS_PROBE_FINISHED_NXDOMAIN, and the DNS address could not be found. This site can’t be reached, or This webpage is not available.

DNS_PROBE_FINISHED_NXDOMAIN Error in Chrome

Mozilla Firefox

While in Mozilla Firefox, it shows Hmm. We’re having trouble finding that site. We can’t connect to the server at domain.com.

Microsoft Edge

The error Microsoft Edge shows saying Hmmm… can’t reach this page. Make sure you’ve got the right web address: domain.com.

Safari

The same error in Safari says as Safari Can’t Find the Server. Safari can’t open the page “domain.com” because Safari can’t find the server “domain.com”.

How to Fix DNS_PROBE_FINISHED_NXDOMAIN Error

DNS_PROBE_FINISHED_NXDOMAINis the quick fix that can be done by using the below methods and steps. Choose the steps according to your problem.

Method 1 – Release and Renew IP Address

If you are able to open webpages everywhere but not on your computer, then it is a client-side DNS error and not a server-side DNS error. So it is better if you release and renew IP addresses. This includes flushing the local DNS cache, and then it will renew your new IP address.

For Windows

Step 1: Firstly, press Windows key + R to open the Run prompt.

Step 2: To open the command prompt, type cmd in the search box.

Step 3: Type the following commands in the command prompt and hit enter after each command.

ipconfig /release

ipconfig /flushdns

ipconfig /renew

netsh int ip set dns

netsh winsock reset

Step 4: Restart your computer when you have successfully completed executing all the commands.

For MAC

Step 1: Navigate to System Preferences.

Step 2: Network icon is present click on it, then at the bottom, you will see an advanced button click on that.

Step 3: TCP/IP tab hit on it and now go to the “Renew DHCP” button and click on it.

Step 4: You need to clear the local DNS cache, so go to the Utilities and open the MAC terminal.

Step 5: When the terminal is opened, type the command below:

dscacheutil -flushcache

Step 6: You can restart your computer, and your DNS_PROBE_FINISHED_NXDOMAIN error will be solved.

Method 2 – Restart DNS Client Service

To get rid of the DNS_PROBE_FINISHED_NXDOMAIN error, Windows users can try restarting the DNS client service. Restart DNS client service, and it will help you to resolve and cache DNS domain names. The domain you are trying to use has shifted to a new hosting provider; then, you are encountering the DNS_PROBE_FINISHED_NXDOMAIN error in Google Chrome because of a DNS caching error.

Step 1: Open Command prompt by pressing Windows key + R.

Step 2: Type “services.msc” in the search box and press, OK.

Step 3: Services window will open up. Look for a DNS client, and when you find it right-click on it and select the Restart option.

If the restart option is not available or greyed out, you must use the command prompt.

Step 4: Open Command prompt by pressing Windows key + R.

Step 5: Type “cmd” in the search box and press, OK.

Step 6: Type the following commands in the command prompt and hit enter after each command:

net stop dnscache
net start dnscache

You might encounter an error because of the different versions of Windows you are trying.

“The requested pause, continue, or stop is not valid for this service”.

Then you have to run CMD as a network service for the commands to work.

Method 3 – Change DNS Servers

ISP is responsible for setting your DNS servers to default. You can try changing or updating your DNS servers by replacing it with your network’s default DNS servers.

For Windows

Step 1: Open Command prompt by pressing Windows key + R.

Step 2: Type “Control Panel” in the search box and press OK.

Step 3: Network and Internet option is there; click on it. And then open the Network and Sharing Center.

Step 4: At the left side of the panel, you will see Change adapter settings, click on it.

Step 5: Go to your current network, choose, and right-click on it. Properties option will be present in the dropdown; click on it.

Step 6: Based on the DNS values, you have to choose Internet Protocol Version 4 (TCP/IPv4) or Internet Protocol Version 6 (TCP/IPv6)

Step 7: Then click on Properties.

Step 8: Option “Use the following DNS server addresses” click on that. Enter the following IP address and click OK.

For IPv4: 1.1.1.1 and 1.0.0.1

For IPv6: 2606:4700:4700::1111 and 2606:4700:4700::1001

Step 9: You can restart your browser now.

For MAC

Step 1: On the top-left corner of Macbook or iMac, click the Apple icon to navigate for System Preferences.

Step 2: Network icon is present click on it, then at the bottom, you will see an advanced button click on that.

Step 3: Hit the DNS tab and then add Cloudflare’s DNS server addresses and hit OK.

For IPv4: 1.1.1.1 and 1.0.0.1

For IPv6: 2606:4700:4700::1111 and 2606:4700:4700::1001

Step 4: Lastly, restart your MAC now. Open the webpage, and it will work just fine now.

Method 4 – Reset Chrome Flags

Sometimes the error occurs due to some of the corrupted settings, hence resetting your browser settings to default will solve your problem. Follow the below-given steps to solve this site can’t be reached error by resetting Chrome Flag settings.

Step 1: Firstly, open your Google Chrome browser.

Step 2: Type chrome://flags in the above address bar.

Step 3: Click on Reset all to default situated beside the search box.

Step 4: Now, restart your system. This DNS_PROBE_FINISHED_NXDOMAIN (site can’t be reached) error will be fixed now.

Method 5 – Disable VPN and Antivirus Temporarily

VPNs and Antivirus software sometimes block some of the networks or applications to run. It might also include DNS servers. Disabling VPNs and Antivirus software temporarily will solve your problem. Open the website, and you can access the website without any encounter.

Method 6 – Check Your Local Hosts File

For Windows

Step 1: Firstly, go and click on the Start Menu.

Step 2: Search for any text editor you have in your system. It can be Notepad, Notepad++, Atom or sublime, etc.

Step 3: Next, right-click on the text editor and select the “Run as administrator” option.

Step 4: In the text editor, go and click on File, then Open and navigate to the following location.

C:\Windows\System32\drivers\etc\

Step 5: Open hosts file.

Step 6: When you open it, make sure your website isn’t listed in that. If you see your website on the list, remove it.

For MAC

Step 1: On the top-left corner of Macbook or iMac, click on the Go and select Utilities.

Step 2: Open the terminal now.

Step 3: Type the following commands in the terminal and hit Enter.

sudo nano /private/etc/hosts

Lastly, if you see your website on the list, remove it.

Method 7 – Check DNS of Your Domain

Not necessary that the problem will be at the client-side only. It is possible that the problem can be on the domain side. Even after checking your host’s file, if you are still facing the error, then you need to check DNS settings on the domain name. It might also happen if there is a DNS caching error that occurs when you migrate from one domain host to another domain host.

Method 8 – Restart Your Computer

If none of the above methods work out for you, then just give this a last try. Restart your computer and restart your router too. Restarting your computer will definitely fix all your errors and clear temporary cache, if any.

Conclusion

Hence, those were some of the best methods and steps for Windows and MAC to Fix the DNS_PROBE_FINISHED_NXDOMAIN (site can’t be reached) error on your system. Go through the methods and steps carefully, and your error will be solved in no time. Just pick the proper method to solve your problem, and you can again enjoy your website without any error. I hope this was useful for your problems. Stay tuned until next time!