Troubleshooting

ERR_ADDRESS_UNREACHABLE - 5 Causes and How to Fix Each One

ERR_ADDRESS_UNREACHABLE - 5 Causes and How to Fix Each One

ERR_ADDRESS_UNREACHABLE appears when your browser sends a request to an IP address and receives no response at all. There is no timeout, no redirect, nothing - the address is simply not reachable from where your device currently sits.

For router login pages, this almost always means one thing: your device is not connected to that router's network. Check your WiFi connection before anything else.

The 5 Causes - Work Through Them in Order

1. Wrong Network

Your device is connected to a different WiFi network, a mobile hotspot or mobile data. The router's admin IP only works when you are on that specific router's network.

Fix: Open your WiFi settings and connect to the correct network. For Piso WiFi machines, connect to the machine's broadcast. For home routers, connect to your home WiFi or plug in a LAN cable.

2. Browser Forces HTTPS

Chrome and other browsers increasingly add `https://` automatically. Router admin pages run on plain `http://`. When the browser tries `https://192.168.1.1` and the router does not support HTTPS, the connection fails completely.

Fix: Type the full address with the protocol: `http://192.168.1.1`. The `http://` prefix forces plain HTTP and bypasses the automatic HTTPS upgrade.

3. Wrong IP Address

You are typing an address that does not match what your router actually uses. Not all routers use 192.168.1.1 - some use 192.168.0.1, 192.168.100.1 or 192.168.178.1.

Fix: Find your router's actual IP. On Windows: open Command Prompt, type `ipconfig`, look for Default Gateway. On Mac: System Settings > Network > your connection > Details > TCP/IP. On mobile: tap your connected WiFi network and look for Gateway or Router.

4. Router Is Off or Restarting

If the router is powered off, mid-reboot or has crashed, it cannot accept connections.

Fix: Check the router's LED lights. If they are off or blinking unusually, wait 60 seconds after a reboot before trying again. Unplug and replug the power cable if needed.

5. VPN or Security Software Blocking Local Access

An active VPN routes all traffic through a remote server, bypassing your local network. Some antivirus and firewall software also blocks connections to local IP ranges.

Fix: Disconnect your VPN and try again. If you use firewall software, check whether local network access is allowed.

Quick Checklist

  1. Connected to the right WiFi network or LAN cable?
  2. Typed `http://` at the start - not `https://`?
  3. Correct IP address for your router?
  4. Router powered on and fully started?
  5. VPN and firewall disabled?
If all five pass and the error persists, clear your browser cache (`Ctrl + Shift + Delete`) and try again. On Windows you can also flush DNS with `ipconfig /flushdns` in Command Prompt.

ERR_ADDRESS_UNREACHABLE on Normal Websites

For regular websites the cause is different. The page is offline, the domain does not exist, or your internet connection is not working. To diagnose: try opening a different well-known website. If that works, the problem is with the specific site. If nothing loads, your internet connection is down.

Frequently Asked Questions

What does ERR_ADDRESS_UNREACHABLE mean?

Your browser cannot reach the IP address you typed. For router login pages this is almost always a network connection issue.

How do I fix ERR_ADDRESS_UNREACHABLE on a router page?

Connect to the right network, type `http://` at the start, verify the IP and make sure the router is on.

Why does it only happen on the router page?

Router admin pages only work from within the local network and require http:// not https://.

Does this mean my router is broken?

Usually not. Check the five causes above before assuming hardware failure.

See the full guide: 192.168.1.1 Router Login for complete step-by-step access instructions.

Not sure which IP your router uses? How to find your router IP address - Windows, Mac, iPhone and Android.

If the page loads but nothing works, see Router Not Responding - 7 Fixes.