How to Fix DNS_PROBE_STARTED and DNS_PROBE_FINISHED_NXDOMAIN Errors?
Last Updated : 25 Mar, 2025
Comments
Improve
Suggest changes
Like Article
Like
Report
The DNS_PROBE_STARTED error in Google Chrome appears when the browser begins querying the DNS server for domain name resolution but has not yet received a response. It indicates that the DNS probing process has started but not completed. On the other hand, DNS_PROBE_FINISHED_NXDOMAIN is a Chrome-specific error that occurs when the DNS query fails. It means that the domain name cannot be resolved to an IP address either because the domain does not exist, the DNS server is misconfigured, or there are network-related issues preventing proper resolution.
How to Fix DNS_PROBE_STARTED and DNS_PROBE_FINISHED_NXDOMAIN Errors
Follow these steps to resolve these DNS-related errors in Google Chrome:
1. Flush Chrome’s DNS Cache
Clearing Chrome’s internal DNS cache can fix temporary resolution issues.
1. Open Google Chrome.
2. In the address bar, type chrome://net-internals/#dns and press Enter.
Net Internals
3. Click on Clear host cache.
Clear Chrome's DNS Cache
4. Restart Chrome and check if the issue persists.
Sometimes, a simple restart can resolve DNS issues.
Turn off your Wi-Fi router or modem.
Wait for 1-2 minutes.
Turn it back on and reconnect.
3. Change Your DNS Server
Switching to a public DNS server (like Google DNS or Cloudflare) can often fix DNS resolution errors.
For Windows:
1. Open Control Panel → Network and Internet → Network and Sharing Center.
Network and Internet
2. Click on Change adapter settings on the left.
Adapter Settings
3. Right-click on your active network and select Properties, then select Internet Protocol Version 4 (TCP/IPv4) and click Properties.
Select properties
4. Enter both numerical sequences for either Cloudflare or Google (for example, Google's DNS servers are 8.8.8.8 and 8.8.4.4) in the ‘Preferred DNS server’ and ‘Alternate DNSserver boxes, then click OK
Preferred and Alternate DNS Server
For macOS:
1. Go to System Settings → Network.
Networks in System Settings
2. Select your active network connection then select Details.
Open Details
3. Select DNS from the left-most list.
Select DNS tab
4. Click + and add Enter the new DNS server address (for example, Google's DNS servers are 8.8.8.8 and 8.8.4.4). If you want to remove old DNS servers, select the address and click the - button.
Enter DNS Server address
5. After adding or removing DNS servers, click OK to save your changes. You may be prompted to enter your administrator username and password to apply the changes. Enter the required credentials and click OK.
If you're using a VPN, proxy, or firewall temporarily disable it and check if the issue is resolved. Some security software blocks DNS queries causing errors like DNS_PROBE_FINISHED_NXDOMAIN.
6. Reset Chrome Flags
If you have modified Chrome’s experimental features, they might interfere with DNS resolution.
1. Open Chrome and type chrome://flags/ and press enter.
We use cookies to ensure you have the best browsing experience on our website. By using our site, you
acknowledge that you have read and understood our
Cookie Policy &
Privacy Policy
Improvement
Suggest Changes
Help us improve. Share your suggestions to enhance the article. Contribute your expertise and make a difference in the GeeksforGeeks portal.
Create Improvement
Enhance the article with your expertise. Contribute to the GeeksforGeeks community and help create better learning resources for all.