Find Router IP Address
This guide will help you to find out the Router IP Address for Windows, macOS, Android, iOS & Linux.
Last updated: March 2026
How to Find Your Router's IP Address
Your router's IP address (also called the default gateway) is the address you type into a browser to open the router's admin panel. It's usually something like 192.168.1.1, 192.168.0.1, or 10.0.0.1 — but it depends on your network setup.
Below you'll find step-by-step instructions for Windows, macOS, Android, iOS, and Linux.
Windows
Open the Command Prompt (press Win + R, type cmd, and press Enter). Then type the following command and press Enter:
ipconfig /all
Look for the entry labeled Default Gateway — this is your router's IP address. It usually appears under your active network adapter (Wi-Fi or Ethernet).
Windows Command Prompt showing the Default Gateway (router IP address) in the ipconfig /all output
macOS
Open System Preferences (or System Settings on macOS Ventura and later) and go to Network. Select your active connection (Wi-Fi or Ethernet) and click Advanced → TCP/IP.
The Router field shows your router's IP address.
Alternatively, open Terminal and run: netstat -nr | grep default
macOS Network TCP/IP settings showing the Router IP address
Android
Open Settings → Wi-Fi (or Network & Internet → Wi-Fi). Tap on your connected network, then tap Advanced or the gear icon.
Look for the Gateway or Router field. This is your router's IP address.
On some Android versions, you may need to scroll down or tap "Network details" to see the gateway address.
iOS (iPhone / iPad)
Open Settings → Wi-Fi. Tap the info icon (ⓘ) next to your connected network.
Scroll down to the Router field — this is your router's IP address.
iOS Wi-Fi settings showing the Router IP address
Linux
Open a terminal and run one of the following commands:
ip route | grep default
or: route -n
The IP address shown next to "default via" is your router's gateway address.
Linux terminal showing ip route output with default gateway (router IP)
What to Do Next
Once you know your router's IP address, type it into your browser's address bar (e.g. http://192.168.1.1) while connected to the same network.
You'll be prompted to enter a username and password. If you haven't changed them, check the sticker on the back or bottom of your router, or look up the default credentials for your router brand on this website.
