Contents
What a router IP is
A router IP is the local address of the device that distributes the connection inside your network. Technically, it usually matches the default gateway, which is the point your devices use to reach the Internet.
When you type an address such as 192.168.1.1 into your browser, you are not opening a public website. You are trying to open the router's internal interface, the place where settings such as the Wi-Fi password, DHCP, or connected devices are managed.
Key idea: the router IP is usually a private IP, not your public IP visible on the Internet.
Most common router addresses
Not all routers use the same address, but these are the most common:
192.168.1.1
The classic one. Very common in home routers and small office setups.
192.168.0.1
Another very common address in consumer routers. Ideal for the next guide in this cluster.
10.0.0.1
Less universal, but widely used by certain routers, ISPs, and network setups.
192.168.1.254
Also appears in many devices, especially in some ISP configurations.
Just because one of these is common does not mean it is yours. The proper way to verify it is to check the real default gateway of your connection.
How to find the router IP in Windows
In Windows, the most reliable method is to use ipconfig and look for the Default Gateway line.
- Open CMD or Terminal.
- Type ipconfig and press Enter.
- Find your active adapter, usually Wi-Fi or Ethernet.
- Look for the Default Gateway line.
ipconfig
Wireless LAN adapter Wi-Fi:
IPv4 Address. . . . . . . . . . . . : 192.168.1.23
Subnet Mask . . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . . : 192.168.1.1
How to find the router IP on iPhone
On iPhone, you will usually see it inside the Wi-Fi network details.
- Go to Settings.
- Open Wi-Fi.
- Tap the i next to your connected network.
- Look for the Router field.
How to find the router IP on Android
On Android, labels may vary depending on the brand, but the logic is always similar.
- Open Settings.
- Go to Wi-Fi or Network & Internet.
- Open your current network.
- Look for Gateway or Router.
How to find the router IP on Mac
In macOS, you can also locate it from the network settings.
- Open System Settings.
- Go to Network.
- Select the active connection.
- Look for the Router value.
What to do if the router address does not load
If you type an address such as 192.168.1.1 and nothing useful happens, it does not always mean there is a serious problem. The most common situations are:
- You are not connected to the correct network.
- Your router uses a different local address.
- You typed the IP into Google instead of the browser address bar.
- The router is responding slowly or needs a reboot.
- Your default gateway does not match the address you are testing.
The definitive clue: check the default gateway of your device. That is usually the real router IP.
Router IP vs public IP
This is where many people mix up concepts. The router IP is usually a private IP inside your local network. Your public IP is the one visible to the Internet when you visit a website.
Put simply: the router IP is the internal doorway of your network. The public IP is your outward-facing address.
If you want to understand it better, see this guide: Local IP vs public IP.
Frequently asked questions
What is a router IP?
It is the local address that acts as the gateway of your network and usually gives access to the router admin panel.
How do I find my router IP?
The most reliable method is to check the default gateway on Windows, iPhone, Android, or Mac.
Is the router IP the same as my public IP?
No. The router IP is usually private and exists inside your local network. The public IP is the one visible on the Internet.
What are the most common router IPs?
The most common ones are 192.168.1.1, 192.168.0.1, 10.0.0.1, and in some cases 192.168.1.254.
What should I do if the router address does not open?
Make sure you are connected to the correct router and check your real default gateway before testing more addresses.