What is the DNS_PROBE_FINISHED_NXDOMAIN, and How to Resolve it?

May 22, 2024 / Domain Name

When you experience the DNS_PROBE_FINISHED_NXDOMAIN error, you will see a message that states that the web browser cannot discover the server IP address. This article will guide you through the process of resolving this common issue. 

What is the “DNS_Probe_Finished NXDOMAIN” error?  

The Internet relies on the Domain Name System (DNS) to translate website names (like “https://www.temp.com/“) into numerical IP addresses that computers can understand. When you encounter the error “DNS_Probe_Finished NXDOMAIN,” the DNS lookup failed because the domain name could not be resolved to an IP address. 

There can be the following error variations, as per the browsers:

This site can’t be reached (Google Chrome).

sites-reached

Unable to connect, an error occurred during a connection (Mozilla Firefox).

unable-to-connect

Hmm… can’t reach this page (Microsoft Edge).

cant-reach-page

How to Fix the DNS_PROBE_FINISHED_NXDOMAIN Error:

  1. Check the URL: A simple spelling error in the website address can lead to this error. So always double-check the domain name you entered in the address bar for any typos or misspellings, then correct any errors and try again.
  2. Clear the DNS cache: Clear your DNS cache to delete any corrupted data. Open the Command Prompt (Windows) or Terminal (macOS/Linux) and enter the command:ipconfig /flushdns and then press Enter, and you will get the command of successful completion.

    cmd

  3. Clear Your Browser Cache: The Google Chrome browser also collects the DNS cache for the websites visited. Try clearing Chrome’s DNS cache, and cookies may fix the dns_probe_finished_nxdomain error on Chrome.
    1. Open the browser and add the below text to the address bar:chrome://net-internals/#dns

      DNS-lookup

    2. The browser will be directed to the Internal Network Settings page of Chrome, then click on the “Clear host cache” button.
  4. Renew your computer’s IP address:
    1. First, you must release your computer’s IP to renew it. After that, renewing your IP will initiate a request to a DHCP server, which will provide you with a new IP address.
    2. On a Windows PC, in the search bar, type “cmd,” then choose “Run as administrator.”command-prompt
      Once the command prompt screen pops up, type the command ipconfig/release and press Enter.

      CMD-release
      Once the current IP is released, you can ask for a new IP using the command:
      ipconfig /renew.

      CMD-renew

  5. Restart the DNS client service:
    1. Restarting the DNS client service can resolve the issue.
    2. To restart this service on a Windows PC, you may click the Windows button + “R” key, and when the command line window comes up, type “services.msc.”service-misc
    3. All the services will be visible on a page, go down and right-click on “DNS client” and choose the “Restart” option.services
  6. Change Your DNS Servers: Another option is to try using a public DNS server like Google DNS or OpenDNS.
    1. Open the “Control Panel” in Windows.control-panel
    2. Select “Network and Internet” and click “Network and Sharing Centre,” then choose “Change adapter settings,” right-click on Wi-Fi, and click on Properties.properties
    3. Select “Internet Protocol Version 4 (TCP/IPv4).” Another window will load and then add a DNS server IP for Google.wifi-properties
    4. Choose “Use the following DNS server address” after the next window pop up and type in the two IPs for Google’s public DNS server.
      Note: Save any existing DNS settings for backup if you need them.dns-servers
    5. Restart your browser after completing the process, and check if the website you are trying to reach is available.
  7. Restart Your Devices: Sometimes a simple restart of your computer, router, or modem can refresh the connection and resolve temporary DNS issues.
  8. Disable VPN and antivirus: Sometimes the VPN or antivirus software may be the reason for your network and DNS settings. So, try deactivating them temporarily and checking for the DNS probe error in the browser.

By following these steps, you should be able to resolve the “DNS_Probe_Finished NXDOMAIN” error and get back to browsing smoothly. If you continue to face issues, contact our support team, and we’ll be happy to help you further.

Leave a Reply

Your email address will not be published. Required fields are marked *