How to Find Your Router IP
Find the IP address of your router on Windows, macOS, Linux, Android and iOS — in under a minute.
On Windows: open Command Prompt → type ipconfig → look at Default Gateway. On macOS/Linux: run netstat -nr | grep default. On Android/iOS: open WiFi settings → tap your network → look for Gateway or Router. Or just use our auto-detect tool.
Your router's IP address is the gateway your devices use to talk to the internet. You need it to log into the admin panel, set up port forwarding, change WiFi credentials, or troubleshoot connection problems. The most common addresses are 192.168.1.1, 192.168.0.1, and 10.0.0.1, but every device picks its own — so it's worth checking instead of guessing.
Step-by-step by operating system
🪟 Windows 10 & Windows 11
- Press Win + R, type
cmd, and press Enter. - In the black window, type
ipconfigand press Enter. - Locate your active adapter (usually "Wi-Fi" or "Ethernet").
- The value next to Default Gateway is your router IP.
Faster way: Right-click the network icon in the system tray → Open Network & Internet settings → Properties → scroll to IPv4 default gateway.
🍎 macOS (Ventura, Sonoma & later)
- Open System Settings → Network.
- Click your active connection (Wi-Fi or Ethernet) → Details…
- Select the TCP/IP tab.
- The Router field shows your gateway IP.
Terminal alternative: open Terminal.app and run netstat -nr | grep default — the address after "default" is your router.
🐧 Linux (Ubuntu, Fedora, Debian, Arch…)
- Open a terminal.
- Run
ip route | grep default— the IP after "default via" is your router. - On older systems, try
route -nornetstat -nr.
GUI users on GNOME: Settings → Network → ⚙️ next to your connection → IPv4.
🤖 Android (10, 11, 12, 13, 14)
- Open Settings → Wi-Fi (or Network & internet → Internet).
- Tap the gear icon next to your connected network.
- Expand Advanced if shown.
- Look for Gateway — that's your router IP.
On Samsung One UI, the field is sometimes labelled Router under the IP settings.
📱 iOS & iPadOS
- Open Settings → Wi-Fi.
- Tap the (i) icon to the right of your network name.
- Scroll to IPV4 Address; the value next to Router is your gateway.
🎮 Other devices (PS5, Xbox, Smart TV, Chromebook)
Almost every connected device exposes the gateway in its network status screen — usually under Connection Status, IP Settings, or Network Diagnostics. Look for Default Gateway, Router, or Gateway.
Easiest method: auto-detect it in your browser
Skip the menus entirely — our What Is My IP tool runs in your browser, asks WebRTC for your local network info, and identifies your gateway in less than a second. Works on every OS, no install required.
Troubleshooting
10.x.x.x, 172.16.x.x) that aren't your real router.169.254) — that's an APIPA address, meaning your device couldn't get one from the router. Restart the router and your device.Frequently asked questions
What's the difference between my router's IP and my public IP?
Why does my router IP keep changing?
Can I change my router's IP address?
The IP I find doesn't load the admin page — what now?
https:// instead of http://, clear your browser cache, disable VPN/proxy, and confirm you're on the right Wi-Fi network. If that fails, run our IP detection tool to verify the correct gateway.