192.168.1.1: default router address
192.168.1.1 is the address most consumer routers give themselves on the local network. It is private under RFC 1918, so millions of homes use it at the same time, and the one you reach is always your own. Typing it into a browser opens your router's admin page.
Operated by Private address, assigned by your own router (RFC 1918).
Live data
- Classification
- private (RFC 1918)
Private network. Used inside homes and offices, never routed on the internet. There is no registry entry, no reverse DNS and no reputation to look up for a reserved address, so this page shows the classification only.
Registry data from RDAP. Reverse DNS and blocklist checks over DNS-over-HTTPS. Run a full lookup on 192.168.1.1.
192.168.1.1 is the address most consumer routers give themselves on the local network. It is private under RFC 1918, so millions of homes use it at the same time, and the one you reach is always your own. Typing it into a browser opens your router’s admin page.
The full walkthrough, including login steps and troubleshooting, is in the 192.168.1.1 guide. This page covers who uses the address and what is specific to it.
Which vendors default to it
| Vendor | Default LAN address | Hostname alias |
|---|---|---|
| Linksys | 192.168.1.1 | myrouter.local |
| ASUS | 192.168.1.1 | router.asus.com |
| TP-Link (many models) | 192.168.1.1 or 192.168.0.1 | tplinkwifi.net |
| Netgear | 192.168.1.1 | routerlogin.net |
| Zyxel, Tenda, Huawei | 192.168.1.1 | varies |
| D-Link | 192.168.0.1 | dlinkrouter.local |
| AVM FRITZ!Box | 192.168.178.1 | fritz.box |
| Google Nest Wifi | 192.168.86.1 | app only, no web interface |
The hostname aliases are worth knowing, because they keep working when a vendor changes the numeric default between firmware versions. They resolve through the router’s own DNS server, so they only work while you are connected to that network.
The .1 convention, and the .254 alternative
Keeping the first usable address for the gateway is a convention, not a rule. Some vendors and most European ISPs use the last usable address instead, so a network on 192.168.1.0/24 has its gateway on 192.168.1.254. BT, Sky, and several other carriers ship routers configured that way, which is why a household that switched ISP finds the old address stops working.
Both conventions leave the DHCP pool in the middle of the range. Neither is more correct, and moving the gateway is possible on most firmware, though it breaks any device with a hardcoded static configuration.
When you see it
- In
ipconfigoutput on Windows, next to “Default Gateway”. - In
ip route show defaulton Linux, ornetstat -nr | grep defaulton macOS. - In a phone’s Wi-Fi details, under Router or Gateway.
- On the sticker underneath the router, next to the default SSID and password.
- In port forwarding rules, DHCP reservation tables, and static IP configuration screens.
- In
tracerouteoutput as the first hop out of your network.
Getting in, and what to change first
- Connect to the network by Wi-Fi or cable. The admin page is not reachable from outside.
- Open
http://192.168.1.1in a browser. If it redirects to HTTPS with a certificate warning, that is normal for a device with no public hostname. - Sign in with the credentials on the label, not with admin/admin, which most recent firmware no longer accepts.
- Change the admin password if it is still the factory default, then check for a firmware update.
- Confirm that remote or WAN management is off unless you deliberately need it. Test from outside with /port-check.
What it is not
192.168.1.1 is not your public IP address, and it is not a website. It is not unique to you, so nobody can find your network from it. It is also not 127.0.0.1, which is your own computer, and not a modem diagnostic page, which usually lives at 192.168.100.1 on cable connections. If the address does not load, the answer is almost always that your router uses a different one.
Questions people ask
- 192.168.1.1 will not load. What now?
- Your router probably uses a different address. Read the default gateway from your own device rather than guessing: ipconfig on Windows, ip route on Linux, or the Wi-Fi details screen on a phone.
- What is the default username and password?
- It varies by vendor and is usually printed on a label underneath the router. Many recent models print a unique password per unit rather than using admin/admin.
- Is 192.168.1.1 my IP address?
- No. It is your router's address on the internal network. Your public IP is the one this site shows, and it belongs to the whole household.
- Can someone reach my 192.168.1.1 from the internet?
- Not by routing to it, because the address is private and non-routable. Remote management, if you enabled it, exposes the admin interface on your public address instead.
Related
Last reviewed 2026-09-04. editorial