What is a router IP address?
In a typical home network, the router has a private address that acts as the default gateway for connected devices. Phones and computers send traffic to this gateway when the destination is outside the local network. The same address often opens the router administration page.
Common examples include 192.168.1.1, 192.168.0.1, 10.0.0.1, 192.168.178.1 and 192.168.100.1. These examples are useful, but checking the active gateway is more accurate than trying a list.
Private router IP versus public IP
The router's local address is not the same as the public IP used on the internet. A private address works only inside the local network and can be reused by many unrelated homes. The public address is assigned to the internet-facing connection and may be shared, dynamic or hidden behind carrier-grade NAT.
To open the router settings, use the local gateway. Entering the public IP in a browser is unnecessary and may expose a remote-management page only when someone has deliberately enabled it. Remote administration should remain disabled unless it is specifically required and secured.
Find the router IP on Windows
Method 1: Command Prompt
- Connect the computer to the router by Wi-Fi or Ethernet.
- Press Windows + R.
- Type
cmdand press Enter. - Run
ipconfig. - Find the active Wi-Fi or Ethernet adapter.
- Read the value beside Default Gateway.
Ignore disconnected adapters, VPN interfaces and virtual machines. The gateway under the adapter currently carrying network traffic is normally the router address.
Method 2: Windows Settings
Open Settings, choose Network & Internet, select the active Wi-Fi or Ethernet connection and view its hardware or network properties. Look for IPv4 default gateway. Menu wording can differ slightly between Windows releases.
Method 3: PowerShell
Open PowerShell and run Get-NetRoute -DestinationPrefix 0.0.0.0/0. When several routes appear, the active route normally has the most appropriate interface and metric. This method is helpful on computers with multiple adapters.
Find the router IP on macOS
Using System Settings
- Open System Settings.
- Select Network.
- Choose the active Wi-Fi or Ethernet service.
- Open Details and locate TCP/IP information.
- Read the address beside Router.
Using Terminal
Run route -n get default and read the gateway line. Another option is netstat -rn, but the first command is easier when several routes exist.
Find the router IP on iPhone or iPad
- Open Settings and choose Wi-Fi.
- Tap the information button beside the connected network.
- Find the IPv4 section.
- Read the value labelled Router.
Do this while connected to the main network. A guest network may report the same gateway but still block the administration page.
Find the router IP on Android
Open Wi-Fi settings, select the connected network and view its details. The address may appear under Gateway, Router or Network Details. On some Android versions, expand Advanced settings or switch the IP display from a simplified summary.
Manufacturer menus differ. Do not use the phone's mobile-network gateway; make sure Wi-Fi is connected and mobile data is not the active route while testing the router page.
Find the router IP on Linux
Open a terminal and run:
ip route
Look for a line beginning with default via. The address following via is the gateway for that route. On systems using NetworkManager, the graphical connection details can show the same information.
Find the router IP on ChromeOS
Open Quick Settings, select the connected Wi-Fi network and view network details. Expand the Network section and locate Gateway. ChromeOS menu labels can change, but the connected-network details remain the correct place to look.
Find the gateway on a game console or television
Open the device's network status or advanced connection information. The gateway is often listed with the local IP, subnet mask and DNS servers. Consoles and televisions are useful for confirmation but are less convenient for opening a full administration interface.
Use the router label and documentation
The label on the back or underside may list a default IP, local hostname, QR code, Wi-Fi password and administrator password. This information describes the factory configuration. It may no longer be correct after someone changes the LAN address or places the router in access-point mode.
Use the label when the device is new or recently reset, and use the active gateway for a configured network.
Why the default gateway is blank
A blank gateway usually means the device has not received a valid network configuration. It may be disconnected, connected to an isolated link, using an incorrect static address or failing to obtain DHCP information.
- Reconnect to Wi-Fi or reseat the Ethernet cable.
- Renew the network connection or restart the client.
- Return the client to automatic DHCP unless the network requires static settings.
- Check whether the router's DHCP server is enabled.
- Try another client to separate a router problem from a device problem.
Why you see more than one gateway
Computers with Ethernet, Wi-Fi, VPN, virtual-machine and mobile-tethering adapters can show several routes. Select the gateway associated with the adapter actually connected to the router. A VPN may install a default route that hides the local path, so pause it while identifying the router.
IPv6 can also provide a default gateway. Many router admin pages still use an IPv4 address or local hostname, but some devices support IPv6 management. Follow the model documentation when no ordinary IPv4 gateway is shown.
Modem, router and mesh addresses
A network can contain more than one management address:
- ISP modem or ONT: may use an address such as 192.168.100.1.
- Main router: appears as the default gateway for household devices.
- Mesh nodes: usually receive addresses from the main router and are managed through the controller.
- Access points and repeaters: can have separate addresses assigned by DHCP.
- Managed switches or controllers: use their own local addresses but are not the internet gateway.
The default gateway normally opens the main routing device. To find a secondary device, review the main router's connected-client or DHCP list.
What changes in access-point or bridge mode?
In router mode, the device normally owns a predictable LAN address and provides DHCP. In access-point mode, an upstream router can assign its management address. In bridge mode, the modem or ONT may stop acting as the gateway while a separate router receives the internet connection.
This is why a factory address can stop opening even though the device still works. Do not reset it immediately; first inspect the upstream router's client list.
Open the router page after finding the IP
- Stay connected to the same local network.
- Enter the address directly, such as
http://192.168.1.1. - Try HTTPS only when the device documentation or redirect indicates it.
- Use the administrator credentials for the router.
- Do not enter credentials on an unrelated public website.
If the page still fails, continue with the router login troubleshooting guide.
Common mistakes when identifying a router IP
- Using the device's own local IP instead of the gateway.
- Reading the DNS server and assuming it is the router.
- Checking a disconnected adapter.
- Searching for the address instead of entering it directly.
- Trying the public IP from inside the network.
- Assuming the brand always uses one factory address.
- Forgetting that an upstream router controls an access point.
Common router IPs by network type
Addresses can suggest a likely use but do not prove the brand or model. 192.168.8.1 is often seen on mobile broadband equipment, 192.168.178.1 is common in FRITZ!Box networks, and 192.168.31.1 is associated with many Xiaomi routers. Always verify the gateway locally.
Security and authorisation
A private gateway is not secret, but the administrator credentials and configuration are sensitive. Access only networks you own or are authorised to manage. Do not expose the management interface to the public internet merely to make login more convenient.