How to Find Your Router IP Address on Any Device (2026)

Your router’s IP address, also called the default gateway, is the address you type into a browser to reach its settings. It is where you change the Wi-Fi password, forward a port, or see who is connected. Every operating system shows it in a slightly different place. Here is where to look on each, followed by the defaults for every major brand and what to do when the address will not open.

The fast way on each platform

Windows 10 and 11

  1. Press Windows + R, type cmd, press Enter.
  2. Type ipconfig and press Enter.
  3. Under your active adapter, Wi-Fi or Ethernet, read the line labelled Default Gateway.

Microsoft documents every ipconfig switch at learn.microsoft.com. Without the command line: Settings → Network & internet → Wi-Fi → your network properties → scroll to IPv4 default gateway.

macOS

  1. Open System Settings, choose Wi-Fi.
  2. Click Details next to your network.
  3. Choose TCP/IP in the sidebar; the Router field is the address.

On macOS Monterey and earlier: System Preferences → Network → Advanced → TCP/IP. In Terminal, netstat -nr | grep default also works.

iPhone and iPad

  1. Open Settings → Wi-Fi.
  2. Tap the (i) next to the connected network.
  3. Scroll to the IPv4 Address section and read Router.

Android

  1. Open Settings → Network & internet → Internet, or Connections → Wi-Fi on Samsung.
  2. Tap the gear or the network name.
  3. Look for Gateway, sometimes under Advanced or View more. On Samsung it is under Manage router.

Linux

Open a terminal and run ip route | grep default. The address after via is the router. Desktop environments also show it in the network connection details.

Chromebook

Click the clock, then the Wi-Fi network, then the gear icon. Expand Network and read Gateway.

192.168.1.1is the single most common router address, used by TP-Link, Netgear, Linksys, ASUS and many ISP gateways; 192.168.0.1 and 10.0.0.1 follow. The private ranges themselves are defined in RFC 1918.Source: IETF RFC 1918

Default router addresses by brand

If you would rather try the likely address directly, these are the factory defaults. Each links to a page with that address’s login details.

Brand or ISPDefault gatewayLogin page
TP-Link, Netgear, Linksys, ASUS (older)192.168.1.1192.168.1.1 login
D-Link, Tenda, TP-Link (many)192.168.0.1192.168.0.1 login
Xfinity, Comcast, Arris10.0.0.110.0.0.1 login
BT Hub, Technicolor192.168.1.254192.168.1.254 login
ASUS (2019 onwards)192.168.50.1192.168.50.1 login
Huawei mobile Wi-Fi192.168.8.1192.168.8.1 login
AVM FRITZ!Box192.168.178.1192.168.178.1 login
Telstra, TPG (Australia)10.1.1.110.1.1.1 login
PLDT, Globe (Philippines)192.168.254.254192.168.254.254 login
MikroTik192.168.88.1192.168.88.1 login

The complete list, with usernames and passwords for each brand, is on the router login page.

Router address versus public IP

The gateway is a private address from the ranges reserved for home and office networks. It is reused in millions of homes and cannot be reached from the internet. Your public IP is the single address your provider assigns to your connection and is what every website sees. The What Is My IP tool on the homepage shows the public one; the steps above show the private one. Our guide to public versus private IP addresses explains how the two work together.

When the address will not open

  • You are on the wrong network. Mobile data, a VPN, or a neighbour’s Wi-Fi will not reach your router. Connect to the router directly.
  • You typed it into a search box. Use the address bar at the top, and put http:// in front.
  • The address is the modem, not the router. A gateway of 192.168.100.1 on cable usually belongs to the modem; the router is on another address.
  • Two routers. If your ISP box and your own router are both running, each has its own address. The one your device reports is the one it is connected to.
  • 169.254.x.x. Your device never got an address from the router. Restart both and check the cable.
Once you are in, the first thing to do is change the admin password from the factory default. The router login page lists the defaults for every brand, which is exactly why they should not be left in place.

Frequently asked questions

What is a router IP address?
It is the private address the router uses on your home network, also called the default gateway. Devices send everything destined for the internet to it, and typing it into a browser opens the router’s admin page.
Is the router IP the same as my public IP?
No. The router IP is private, usually 192.168.x.x or 10.x.x.x, and only exists inside your network. Your public IP is assigned by your provider and is what websites see. The tool on our homepage shows the public one.
Why is my router IP not 192.168.1.1?
Manufacturers choose different defaults: 192.168.0.1 for D-Link and many TP-Link, 10.0.0.1 for Xfinity, 192.168.1.254 for BT, 192.168.50.1 for newer ASUS. Installers and previous owners can also change it.
Can I find the router IP without connecting to it?
No. The private address is only meaningful on the router’s own network. Connect by Wi-Fi or cable, then read the gateway from the device.
What if the gateway shows 192.168.100.1?
On cable connections that is often the modem’s diagnostic page rather than the router. Your router is likely on 192.168.0.1 or 192.168.1.1; check the label.
Scroll to Top