"This site can't be reached" is Chrome's umbrella error message for any failed connection. It is always accompanied by a more specific error code like DNS_PROBE_FINISHED_NXDOMAIN or ERR_CONNECTION_TIMED_OUT that tells you the actual cause.
First, check if your internet is working and what your current IP address is:
🔍 Check My IP Address →This is not a single specific error but Chrome's user-friendly wrapper around any connection failure. Chrome shows "This site can't be reached" followed by a technical error code in smaller text. The cause depends on that sub-code. Common sub-errors include: DNS lookup failure (DNS_PROBE_FINISHED_NXDOMAIN), connection timeout (ERR_CONNECTION_TIMED_OUT), connection refused (ERR_CONNECTION_REFUSED), or name not resolved (ERR_NAME_NOT_RESOLVED). Each has different causes and fixes.
Look at the smaller text below "This site can't be reached." You will see a specific error code. Use that to find the exact fix:
google.com — if it works, your internet is fine and the problem is with the specific siteThis fixes the majority of "This site can't be reached" errors.
ipconfig /flushdns8.8.8.8 (Google) or 1.1.1.1 (Cloudflare)Ctrl+Shift+Deletechrome://net-internals/#dns → Clear host cacheIf the site works on mobile data but not your home connection, your ISP is blocking it. A VPN routes around 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