How-To

Find Your Router's IP — Windows, Mac, Android, iOS

meine-ip.info Editorial · · 3 min read · Updated May 2026
router IP-address home-network how-to Windows macOS Android iOS
NordVPN
Recommended
Ad
  • 5,000+ Servers
  • No Logging
  • Up to 10 Devices
Protect your IP with NordVPN →

What is the router IP?

The router IP (a.k.a. default gateway) is the address your computer or smartphone uses to talk to the internet. It lives in a private range (192.168.x.x, 10.x.x.x, or 172.16.x.x) and is different from your public IP, which you can check on the meine-ip.info homepage.

You need the router IP to reach the admin interface — to change Wi-Fi passwords, set up port forwarding, switch DNS servers, or block devices.

Default IPs by brand

Brand / Model Default IP Default login
FRITZ!Box (AVM) 192.168.178.1 or fritz.box (chosen at setup)
Speedport (Deutsche Telekom) 192.168.2.1 or speedport.ip admin / device password
TP-Link 192.168.0.1 or 192.168.1.1 admin / admin
Netgear 192.168.1.1 or routerlogin.net admin / password
ASUS 192.168.50.1 or 192.168.1.1 admin / admin
Linksys 192.168.1.1 admin / admin
D-Link 192.168.0.1 admin / empty
Vodafone Easybox / Station 192.168.0.1 or 192.168.2.1 see sticker
Apple AirPort 10.0.1.1 via AirPort Utility
UniFi (Ubiquiti) 192.168.1.1 usually own cloud login

If the address isn't on the sticker, keep reading.

Find the router IP on Windows 10 / 11

Fastest — command prompt:

  1. Windows + R
  2. Type cmd and hit Enter
  3. Type ipconfig
  4. The value next to "Default Gateway" is your router IP

Example output:

IPv4 Address. . . . . . . . . . . : 192.168.178.42
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 192.168.178.1

Settings (GUI): Settings → Network & Internet → Wi-Fi (or Ethernet) → connection properties → "IPv4 default gateway" shows the address.

Find the router IP on macOS

  1. Apple menu → System SettingsNetwork
  2. Pick the active adapter (Wi-Fi or Ethernet)
  3. Details…TCP/IP tab
  4. "Router" shows the IP

Terminal: netstat -nr | grep default prints the default gateway.

Find the router IP on Android

  1. SettingsConnectionsWi-Fi
  2. Tap the active network
  3. "Gateway" or "Router" is listed under IP settings

On newer Android versions, expand "Advanced""IP settings". Apps like Network Analyzer or Fing show the router IP too.

Find the router IP on iPhone / iPad

  1. SettingsWi-Fi
  2. Tap the blue "i" next to the active network
  3. The IP appears under "Router"

Find the router IP on Linux

ip route show default
# or
ip route | grep default
# or
nmcli device show | grep IP4.GATEWAY

Sample: default via 192.168.178.1 dev wlan0 proto dhcp

What if the login fails?

  • Change the default password — don't keep admin/admin, otherwise your router is attackable
  • Many routers ship with a factory-set initial password printed on the underside sticker
  • Lost the password? Hold the reset button for 10–20 seconds — all settings will be wiped

Three IP addresses people confuse

Address What is it? Where to find it
Public IP Your line's address on the internet meine-ip.info homepage
Device IP Your computer/phone's local IP ipconfig / Wi-Fi details
Router IP Default gateway = exit to the internet see above

While you're in the router admin

Three quick wins:

  1. Enable WPA3 (or at least WPA2-AES, never WPA-TKIP/WEP)
  2. Disable WPS — well-known vulnerability
  3. Check for firmware updates — many routers don't auto-update

Related

NordVPN
Recommended
Ad
  • 5,000+ Servers
  • No Logging
  • Up to 10 Devices
Protect your IP with NordVPN →