If you have a WordPress site, there are a lot of errors that you can face like the White screen of death. But there is a universal solution to every problem because WordPress is pretty easy to use and handle. DNS errors are also a part of the game when you are running a WordPress website. It is a possibility that it is only for your site or you may not be able to browse any website at all. Don’t worry, and it is quite easy to solve the DNS issue.
- What is DNS_PROBE_FINISHED_NXDOMAIN?
- How does it look like?
- Why does DNS_PROBE_FINISHED_NXDOMAIN Error Happen?
- How to solve DNS_PROBE_FINISHED_NXDOMAIN Error?
DNS_PROBE_FINISHED_NXDOMAIN is the error that you can see, and it is one of the most common DNS errors. Just follow the guide below, and you surely will fix this issue by yourself.
Quick tricks to solve DNS_PROBE_FINISHED_NXDOMAIN includes,
- Flush DNS and Renew your IP address.
- Restart the DNS client.
- Change DNS servers.
- Reset Chrome Flags.
- Disable Antivirus and VPN.
- Restart your router and computer.
If you can apply the above methods without any guidance, then ask that, or you can read the guide below to get the complete details about using these methods to solve the DNS_PROBE_FINISHED_NXDOMAIN error.
What is DNS_PROBE_FINISHED_NXDOMAIN?
To understand the meaning of this error, you should know, what is DNS and how it works. Don’t worry; I will not start a lecture here. DNS stands for Domain network system, which helps the traffic to connect with the actual server. In short, it converts the domain name to a valid IP address. And if there comes an error in the way, then you can see the errors like DNS_PROBE_FINISHED_NXDOMAIN.
How does it look like?
DNS_PROBE_FINISHED_NXDOMAIN error looks different in every browser, so to make sure if you are dealing with the same problem, see the screenshots below of popular browsers, this is how they show this DNS error. However, any issue related to DNS can be solved using this guide.
In Google Chrome
If you are browsing on Google Chrome, you can see an error like
DNS_PROBE_FINISHED_NXDOMAIN
This site can’t be reached, or This webpage is not available.
In Mozilla Firefox.
If you are using Firefox, you can see an error like,
Hmm. We’re having trouble finding that site.
In Safari.
If you are using a Mac, or just the Safari browser, you can see an error like:
Safari Can’t Find the Server
In Microsoft Edge.
I doubt you use Microsoft edge, but if you do, you can see an error like
Hmmm… can’t reach this page
Why DNS_PROBE_FINISHED_NXDOMAIN error happen?
As mentioned above, DNS_PROBE_FINISHED_NXDOMAIN is a DNS related problem, and it occurs when DNS is having issues. When you browse the site, DNS sends a request to the online database and look for the valid IP address for that domain. If it fails to find that, it ends up showing you the DNS_PROBE_FINISHED_NXDOMAIN error.
How to solve DNS_PROBE_FINISHED_NXDOMAIN Error?
Most of the people get tangled and frustrated while looking at this error, but it is relatively easy to fix. Here are some testified methods to solve DNS_PROBE_FINISHED_NXDOMAIN error.
- Renew Your IP Address
- Restart the DNS Client
- Change DNS Servers
- Reset Chrome Flags
- Disable Antivirus
- Disable VPN
DNS_PROBE_FINISHED_NXDOMAIN error fixes at a glance
1. Renew Your IP Address
This issue is most probably with your internet connection. So, before contacting your hosting provider, you should check your internet connection and some other things associated with it.
So first thing first, release your old IP address and get a new one. This is not a tech-savvy process, restart your internet connection, and you are done. But the main thing that you have to do is Flushing your DNS. That is deleting the DNS cache. So, it may solve the problem, if the issue is because of DNS cache.
Here is how you can do that on different platforms like Windows, Mac, and Ubunto.
For Windows:
Open the Command Prompt app in windows. You can open that using Cortana search bar, or you can use the shortcut Ctrl+R and then type CMD. Open that as an Administrator.
Now you can see the CMD windows. Type in ipconfig /release
Before hitting enter, you should save any work that you are doing on the internet, as this will disconnect your internet and you have to connect again.
When you hit enter, you will see something like that.
This shows that the old IP address is now released. Now to get a new IP address, type the following command and hit Enter.
ipconfig /renew
Once done, you can close the CMD window. You can also refresh your IP address by rebooting your Internet Router device.
For Mac
It is not difficult to refresh your IP address on a Mac. Just follow the steps.
- Go to the System Preferences as shown in the image below.
- Now Go to the Network by clicking on the network icon. Here you can see the following screen.
- Now click on the Advanced button and in the next window under the TCP/IP tab, click on Renew DHCP.
- Now it’s time to refresh the DNS. In Mac, it is done in Terminal. So to access the Terminal, click on the Go, and open Utilities.
- Here you can see the Terminal, open that. Enter the following command and hit enter.
dscacheutil -flushcache
This will flush the DNS cache.
2. Restart the DNS Client
It is a background process that keeps on running and can get corrupted, thus causing the DNS issues as we know that many of the problems with Windows get solved by just restarting the processes or windows. So, let’s start the DNS client.
- You can find the DNS client in the background services. So, type
services.msc
in the CMD. Make sure to open CMD as an Administrator. Now hit enter. - A new window will open, and you can see a lot of background processes there. Scroll to search for DNS Client.
- Now, right-click on DNS client option, and then click on restart. If the restart option is not available for you, then you can use the CMD trick. That is quite easy and quick.
- Open a command prompt using the shortcut and type the following commands.
net stop dnscache
net start dnscache
After typing the above commands, hit enter.
3. Change DNS Servers
If using the above two methods, your issue is not solved. Next, you can try changing the DNS servers. You don’t have to contact anyone to change that. You can change them in a few minutes.
Your ISP allows your current DNS, but you can change that quickly. The preferred DNS that you can use is of Google default DNS or Cloudflare.
- Google: DNS 8.8.8.8 with 8.8.4.4
- Cloud Flare: DNS 1.1.1.1 and 1.0.0.1
For windows, you can use the following method to change the DNS address.
- First of all, open the control panel and click on Change Adaptor Settings.
- Now you will see a list of networks, select the Network you are connected to, it can be an ethernet connection or a wireless connection.
- Right-click on that and go to Properties.
- Now click on the IPv4 and click on properties.
- On the next page, click on “use following DNS server addresses.”
- Now you can enter your favorite DNS address below that as shown in the picture below.
- Click, Ok, and you are done.
4. Reset Chrome Flags
If you have recently played with chrome settings, or you have had installed new chrome extensions, then there is a chance that they have messed up with your chrome. You can reset the Chrome settings to solve the issue.
To reset the chrome flags,
- Type
chrome://flags
in the URL bar of chrome and hit enter. - Once the following page is open, click on reset all to defaults.
- Restart the browser
5. Disable Antivirus
Antivirus sometimes causes problems in connectivity because of a false positive alert. So, to solve this issue, disable the antivirus for a while. And check if the problem is gone or not.
6. Disable VPN
If you are using a VPN software or extension, that can also cause the DNS_PROBE_FINISHED_NXDOMAIN error. Now restart the PC and look if the error is gone or not. You can always turn the VPN back on if that does not solve the issue.
After applying any of the above methods, restart your computer.
Conclusion
You can apply the above solutions one by one if you face DNS_PROBE_FINISHED_NXDOMAIN error with your website. Most of the time this is the issue with the DNS cache if not with your internet connection, and by flushing the DNS, most probably the problem can be solved. Errors like DNS_PROBE_FINISHED_NXDOMAIN are related to DNS, so if you see any error related to DNS and it looks like this, you can solve that by using the methods.
Here are steps to resolve DNS_PROBE_FINISHED_NXDOMAIN error!Click To TweetWordPress Updates
Security Checks
Daily Cloud Backups
Speed Optimization
Premium Plugins
Developer Consultation