How to Find Your Router's IP Address on Any Device

Step-by-step instructions for Windows, Mac, Linux, iPhone, and Android — plus what to do once you have it

What Is the Router IP Address?

Your router has two IP addresses: a public IP (the address visible to the internet, assigned by your ISP) and a private/gateway IP (the address it uses within your local network). When people talk about "finding the router's IP address," they almost always mean the private gateway IP — the address you type into a browser to access the router's admin interface.

The most common default gateway IPs are:

Knowing your router's IP is essential for changing Wi-Fi passwords, setting up port forwarding, configuring parental controls, or troubleshooting network issues. Your public IP — what the internet sees — is always visible via our IP checker tool.

Finding Router IP on Windows

Windows makes it straightforward to find your default gateway (router IP) using several methods:

Method 1 — Command Prompt (fastest):

  1. Press Win + R, type cmd, press Enter
  2. Type ipconfig and press Enter
  3. Look for your active adapter (Ethernet or Wi-Fi) and find the Default Gateway line

Example output:

Wireless LAN adapter Wi-Fi:
   IPv4 Address. . . . . : 192.168.1.25
   Subnet Mask . . . . . : 255.255.255.0
   Default Gateway . . . : 192.168.1.1

The Default Gateway (192.168.1.1) is your router's IP address.

Method 2 — Settings GUI:

  1. Go to Settings → Network & Internet → Wi-Fi (or Ethernet)
  2. Click your connected network name
  3. Scroll down to find "IPv4 DNS servers" — just above it is the Gateway

Finding Router IP on Mac and Linux

Mac — Terminal method:

  1. Open Terminal (Applications → Utilities → Terminal)
  2. Run: netstat -nr | grep default
  3. The IP in the "Gateway" column is your router's address

Or use the more readable: route -n get default | grep gateway

Mac — System Settings method:

  1. Open System Settings → Network
  2. Select your active connection (Wi-Fi or Ethernet)
  3. Click "Details..." then the "TCP/IP" tab
  4. The Router field shows your router's IP

Linux (any distribution):

ip route show default

Output example: default via 192.168.1.1 dev eth0 — the IP after "via" is your router. Alternatively: route -n and look for the 0.0.0.0 destination row.

🛡️

Check Your Public IP Address

See your public-facing IP, ISP, and geolocation instantly — free and no login required.

Hide My IP Now

Finding Router IP on iPhone and Android

iPhone / iPad:

  1. Open Settings → Wi-Fi
  2. Tap the (i) icon next to your connected network
  3. Scroll down to the Router field — this is your router's IP

Note: This only works when connected to Wi-Fi. When on mobile data, you're on your carrier's network and don't have direct router access.

Android:

Steps vary slightly by manufacturer (Samsung, Google, OnePlus, etc.), but the general path is:

  1. Settings → Wi-Fi (or Connections)
  2. Tap and hold your connected network, then tap "Manage network settings" or tap the gear icon
  3. Look for "Gateway" or expand "Advanced" to see IP settings

On stock Android (Google Pixel): Settings → Network & Internet → Wi-Fi → tap your network → pencil/edit icon → Advanced options → change to "Static" temporarily to view the Gateway field.

Accessing Your Router Admin Panel

Once you have the router's IP, you can access its admin panel by typing it directly into any web browser's address bar:

http://192.168.1.1

You'll be prompted for a username and password. The defaults are printed on a sticker on most routers (often underneath or on the back). Common defaults include:

Security warning: If you've never changed your router's admin password, do so immediately. Anyone on your local network can access the admin panel with default credentials. Change DNS settings, open ports, or intercept traffic.

From the admin panel you can: change Wi-Fi credentials, set up guest networks, configure port forwarding, update firmware, and view connected devices. For checking what ports are externally visible on your connection, use our port checker tool.

Special Offer

Frequently Asked Questions

What if the default gateway doesn't work in my browser?

Try the other common addresses: 192.168.0.1, 192.168.1.1, or 10.0.0.1. Also check your router's manual or look up your router model online. Some routers use domain names like http://routerlogin.net instead of IP addresses. Make sure you're using HTTP, not HTTPS.

Why does my router show two different IP addresses?

Your router has a WAN IP (assigned by your ISP — your public internet IP) and a LAN IP (its private address on your home network, typically 192.168.x.1). The admin panel is accessed via the LAN IP. Your public WAN IP is what websites see — check it at our <a href='/'>homepage</a>.

Can I change my router's IP address?

Yes. Log into the admin panel and look for LAN settings or network settings. You can change the router's private IP to any valid private address. This also changes the DHCP range your router uses for connected devices.

My device shows 169.254.x.x as the gateway — what's wrong?

A 169.254.x.x address means your device failed to get an IP from your router via DHCP (this is called an APIPA address). Check that your router is on and your device is properly connected. Try disconnecting and reconnecting to Wi-Fi, or run 'ipconfig /release' then 'ipconfig /renew' on Windows.

Special Offer×