Finding your router’s IP address doesn’t have to be complicated. Whether you’re on Windows, macOS, Linux, Android, or iOS, this guide will help you quickly locate it.
Your router’s IP address is the gateway to your network settings. You’ll need it to:
- Access the router admin panel.
- Change your Wi-Fi password.
- Reconfigure your network after a reset.
- Troubleshoot internet connection issues.
Common Router IP Addresses
Most routers use one of these default IPs:
- 192.168.0.1
- 192.168.1.1
- 10.0.0.1
If none of these work, follow the steps below based on your device.
Before You Start:
- Make sure your device is connected to the router via Wi-Fi or Ethernet. You won’t see the router’s IP address unless you’re on the same network.
Android
- Open Settings.
- Go to Network & Internet → Wi-Fi.
- Tap your connected Wi-Fi network or tap (gear icon).
- Scroll or tap view more to find Gateway or IP settings — that’s your router’s IP.
iPhone & iPad (iOS)
- Open Settings → Wi-Fi.
- Tap the (i) next to your connected network.
- Scroll down to router — this is your router’s IP.
Windows
Using Command Prompt:
- Press Win + R, type cmd, then press Enter.
- In the Command Prompt, type:
ipconfig - Press Enter.
- Now look for Default Gateway — this is your router’s IP.
macOS
Method 1: Using System Preferences:
- Click the Apple menu → go to System Preferences → Network.
- Select your active connection (Wi-Fi or Ethernet).
- Click Advanced → go to the TCP/IP tab.
- Look for the Router field. The IP address listed here is your router’s IP address (default gateway).
Method 2: Using Terminal:
- Open Terminal:
- You can find it in Applications > Utilities > Terminal.
- Alternatively, press Command + Space, type
Terminal
, and press Enter. - Type this command and press Enter:
netstat -nr | grep default - Or type: route -n get default | grep gateway
- The IP next to “default” is your router’s address.
Linux
Using Terminal:
- Open Terminal.
- Go to Applications > System Tools > Terminal.
- Run this command:
ip route | grep default - Or type: ifconfig
- The router’s IP will appear next to the default.
Alternatively, you can type:
ip r
route -n
Final Tips
If you still can’t find your router’s IP:
- Restart your router and try again.
- Use another device on the same network.
- Refer to the router’s label (usually at the back or bottom).