Troubleshooting

ERR_ADDRESS_UNREACHABLE - 5 Causes and How to Fix Each One

ERR_ADDRESS_UNREACHABLE - 5 Causes and How to Fix Each One

Your browser can't reach the address you typed. That's what ERR_ADDRESS_UNREACHABLE means. There's no timeout, no redirect. The address simply doesn't exist from where your device is sitting right now.

If you're trying to open a router login page, the fix is almost always the same: check your WiFi connection. Your device needs to be on that router's network.

Quick answer: You're either on the wrong network, your browser is forcing HTTPS, or you typed the wrong IP. Connect to the correct WiFi, type http:// (not https) before the address, and make sure the IP matches your router. Work through the 5 causes below in order.

The 5 Causes (Work Through Them in Order)

1. Wrong Network

Your device is on a different WiFi network, a mobile hotspot, or mobile data. Router admin pages are local. They only respond when you're connected to that specific router.

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

2. Browser Forces HTTPS

Chrome and other browsers love adding `https://` on their own. Router admin pages run on plain `http://`. When the browser tries `https://192.168.1.1` and the router doesn't support SSL, the connection fails completely.

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

3. Wrong IP Address

You're typing an address that doesn't match what your router actually uses. Not all routers sit at 192.168.1.1. Some use 192.168.0.1, 192.168.100.1, or 192.168.178.1.

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

I've seen people spend 20 minutes troubleshooting when the answer was just a different IP address all along.

4. Router Is Off or Restarting

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

Fix: Check the router's LED lights. If they're off or blinking in an unusual pattern, 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 sends all your traffic through a remote server, bypassing the local network entirely. Some antivirus and firewall tools also block 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 check out and the error won't go away, clear your browser cache (`Ctrl + Shift + Delete`) and try again. On Windows, you can also flush DNS by running `ipconfig /flushdns` in Command Prompt.

ERR_ADDRESS_UNREACHABLE on Normal Websites

For regular websites, it's a different story. Either the page is offline, the domain doesn't exist, or your internet connection is down. Here's a quick test: try opening a well-known website like google.com. If that works, the problem is with the specific site. If nothing loads at all, your internet connection is the issue.

Frequently Asked Questions

What does ERR_ADDRESS_UNREACHABLE mean?

Your browser can't reach the IP address you typed. For router login pages, this is almost always a network connection problem.

How do I fix ERR_ADDRESS_UNREACHABLE on a router page?

Connect to the right network, type `http://` at the start, verify the IP address, 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. They also need `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 covers Windows, Mac, iPhone, and Android.

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