ERR_ADDRESS_UNREACHABLE means Chrome cannot reach the IP address of the website at all. No route exists between your device and the server — the request never even gets there.
First, check if your internet is working and what your current IP address is:
🔍 Check My IP Address →This error occurs at the routing level — lower than DNS errors. Chrome resolved the domain name to an IP address, but when it tried to send packets to that IP, no network route existed. This happens when: the server is completely offline, your ISP has no route to that server's IP, a local firewall is blocking the connection, you are trying to reach a local address (like 192.168.x.x) that does not exist on your network, or your default gateway (router) is misconfigured.
F5 — sometimes this resolves temporary routing issuesWindows Command Prompt (Administrator):
ipconfig /flushdnsnetsh int ip resetnetsh winsock resetIf the URL is a local IP (192.168.x.x, 10.x.x.x) make sure:
ping 192.168.1.xIf your ISP has a broken route to a specific server, a VPN uses a different network path.
✅ 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