DNS_PROBE_FINISHED_NXDOMAIN Error: Causes and ways to resolve it

If your browser reports DNS_PROBE_FINISHED_NXDOMAIN, it means that it cannot determine the IP address of the requested site. This can happen for a variety of reasons:
- The domain name is not present in DNS servers or its registration has expired.
- The server responsible for the domain zone is unavailable.
- DNS is configured incorrectly on the device.
- Interference from a VPN, antivirus, or firewall.
- Issues with the internet service provider.
The accompanying error message may look slightly different in different browsers:
- Google Chrome: «This site can’t be reached».
- Mozilla Firefox: «Hmm. We’re having trouble finding that site».
- Microsoft Edge: «Hmm… can’t reach this page».
- Safari: «Safari Can’t Find the Server».
How to identify the cause of the error?
1. Check the domain status
First, make sure the entered address is correct. If everything is correct, check the domain registration using ICANN Lookup. Enter the URL and see if the domain is active.
2. Check availability via proxy
Try accessing the site using a proxy, VPN, or another network (for example, your mobile provider). If the site opens in this scenario, then the issue is most likely related to the settings on your device or network.
How to fix DNS_PROBE_FINISHED_NXDOMAIN
Clearing the DNS cache
Sometimes the browser or system saves outdated DNS records. Clearing the cache helps refresh them.
- Windows:
- Open Command Prompt as administrator: Start → type cmd in the search bar and press Enter.
- Run the command:
ipconfig /flushdns
- Restart your browser.
- macOS:
- Open Terminal: on the keyboard, press cmd + space, type Terminal, and press Enter.
- Enter:
sudo dscacheutil -flushcache; sudo killall -HUP mDNSResponder
- Press Enter.
- Google Chrome:
- In the browser’s address bar, enter:
chrome://net-internals/#dns
- Click Clear host cache.