ERR_NAME_NOT_RESOLVED means Chrome could not resolve the domain name to an IP address. It is closely related to DNS_PROBE_FINISHED_NXDOMAIN and is caused by DNS failures, no internet connection, or a mistyped URL.
First, check if your internet is working and what your current IP address is:
🔍 Check My IP Address →This error is Chrome's generic DNS resolution failure message. When you type a URL, Chrome asks a DNS server to translate the domain name into an IP address. ERR_NAME_NOT_RESOLVED means that translation failed completely — the DNS server either could not be reached, did not know the domain, or returned an error. Common causes include: no internet connection, wrong DNS server configured, corrupted DNS cache, mistyped URL, or the domain genuinely does not exist.
Check you are connected to the internet before anything else.
google.com — if it works, your internet is fine and the problem is with the specific siteWindows: Open Command Prompt as Administrator and run ipconfig /flushdns
Mac: Open Terminal and run sudo dscacheutil -flushcache; sudo killall -HUP mDNSResponder
Restart your browser after flushing.
Set your DNS to a reliable public server.
8.8.8.8 and 8.8.4.48.8.8.8 and 1.1.1.1Chrome keeps its own internal DNS cache separate from the system cache.
chrome://net-internals/#dnschrome://net-internals/#socketsIf the site works on mobile data but not your home network, your ISP is blocking it. A VPN uses its own DNS and bypasses the block.
✅ Fixed it? Visit tools.examineip.com to confirm your IP address and connection are working correctly.
← Back to the complete guide: Internet Errors Hub
Last updated: March 30, 2026 • Report an error