To find your router's IP address, look for a field named Default Gateway, Router, or Gateway on a device connected to that router. On Windows, run ipconfig and read Default Gateway. On a Mac, open System Settings, Network, your active connection, Details, and TCP/IP. Phones and Chromebooks show the same information in the connected Wi-Fi network details.
What Is a Router IP Address?
A home or office router normally has a private address on the local network. Connected devices use that address as their default route to other networks. Common examples include:
192.168.0.1192.168.1.110.0.0.1172.16.0.1
These are examples, not universal defaults. A network administrator, internet provider, mesh system, or router manufacturer can use another address. Reading the active device configuration is more reliable than guessing.
The router may also have a public address on its internet-facing connection. This guide focuses on the local gateway address used to open the router interface or identify the next hop. Use the ipdnslookup IP Lookup when you need the public address visible to websites.
Before You Start
- Connect the device to the Wi-Fi or Ethernet network whose router you want to find.
- Disconnect an unrelated VPN if it changes the default route and the ordinary local gateway is required.
- Check the active connection rather than an old saved network.
- Look for Default Gateway, Router, or Gateway, not DNS, subnet mask, or device IP.
- Do not change any network settings simply to view the address.
On school, hotel, business, and public Wi-Fi, the gateway may not provide a user-accessible administration page. Only open or manage equipment you own or are authorized to administer.
Method 1: Find the Router IP on Windows with ipconfig
The fastest Windows method uses a read-only command.
- Press Windows + R.
- Type
cmdand press Enter. - Run
ipconfig. - Find the active Wireless LAN adapter or Ethernet adapter.
- Read the value beside Default Gateway.
Microsoft's official ipconfig documentation confirms that the command displays IPv4, IPv6, subnet mask, and default gateway information. You do not need administrator permission for this read-only check.
Windows output example
Wireless LAN adapter Wi-Fi:
IPv4 Address. . . . . . . . . . . : 192.168.1.72
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 192.168.1.1
The router address in this example is 192.168.1.1. The 192.168.1.72 value belongs to the Windows computer.
Method 2: Find the Router IP in Windows Settings
- Open Settings.
- Select Network & internet.
- Open Wi-Fi or Ethernet, depending on the active connection.
- Open the connected network or its properties.
- Look for IPv4 default gateway or an IPv6 gateway entry.
This visual method is useful when you do not want to use Command Prompt. Windows can list virtual adapters, VPNs, and disconnected connections, so confirm that the network status says connected.
Method 3: Find the Router Address on a Mac
- Choose the Apple menu and open System Settings.
- Select Network in the sidebar.
- Choose the active Wi-Fi or Ethernet connection.
- Select Details.
- Open TCP/IP if needed.
- Read the value labeled Router.
Apple's Mac TCP/IP guide documents the Router field, while the official Wi-Fi settings guide explains that Details shows both IP and router addresses.
You can also open Terminal and run:
route -n get default | grep gateway
The graphical path is easier for most users. The command is helpful for support work, but a VPN can make its tunnel gateway the current default.
Method 4: Find the Router IP on iPhone or iPad
- Open Settings.
- Select Wi-Fi.
- Tap the Information button beside the connected network.
- Scroll to the IPv4 address section.
- Read the value labeled Router.
Do not copy the IP Address field, which belongs to the iPhone or iPad. Do not copy the Subnet Mask or DNS values either. Apple uses the same network information screen for connection-specific settings, including its Private Wi-Fi Address controls.
Method 5: Find the Gateway on Android
Android menu names differ between Google Pixel, Samsung Galaxy, and other manufacturers, but the general path is similar:
- Open Settings.
- Select Network & internet, Connections, or Wi-Fi.
- Open the connected Wi-Fi network or tap its settings icon.
- Expand Network details or Advanced when necessary.
- Read the field labeled Gateway or Router.
Google's Android Wi-Fi guide shows the path through Settings, Network & internet, and Internet to open a network. Some Android versions do not display the gateway clearly. If it is missing, use a connected Windows, Mac, Chromebook, or Linux computer instead.
Method 6: Find the Router IP on a Chromebook
- Select the time in the bottom-right corner.
- Open Settings.
- Select Network and then Wi-Fi.
- Choose the connected network.
- Open its Network details.
- Look for the Gateway field.
The quick Information panel is useful for finding the Chromebook's own IP, but full network settings provide more connection details. On a managed Chromebook, a school or company administrator may restrict what is visible.
Method 7: Find the Default Gateway on Linux
Open Terminal and run:
ip route show default
A typical result looks like:
default via 192.168.1.1 dev wlp2s0 proto dhcp metric 600
The value after via is the gateway. In this example it is 192.168.1.1, and wlp2s0 is the active Wi-Fi interface. The Linux ip-route manual documents default routes and gateway values.
On NetworkManager systems, you can also run:
nmcli device show | grep IP4.GATEWAY
Multiple results can appear when Ethernet, Wi-Fi, containers, and VPN tunnels are active. Use the gateway connected to the interface relevant to your task.
Router IP, Device IP, Public IP, and DNS Compared
- Router or default gateway: The local next-hop address used to reach other networks.
- Device IP: The address assigned to your phone or computer on that connection.
- Public IP: The internet-facing address observed after routing, NAT, proxies, or VPNs.
- DNS server: Resolves names such as example.com into addresses.
- Subnet mask or prefix: Defines which addresses belong to the local network.
- MAC address: Identifies a network interface at the local link layer.
One router can perform gateway, NAT, DHCP, DNS forwarding, firewall, Wi-Fi, and modem functions, but the related addresses still represent different roles.
Can the Router Use an IPv6 Address?
Yes. A device can have an IPv4 default gateway, an IPv6 default route, or both. IPv6 gateways may appear as link-local addresses beginning with fe80:. A zone or interface identifier may accompany a link-local value in command output.
Most consumer router administration instructions still use a private IPv4 address. Do not replace an IPv4 gateway with an IPv6 value unless the router documentation or administrator specifically requires it.
How to Open the Router Login Page Safely
- Confirm you own or are authorized to manage the router.
- Connect directly to its local network.
- Type the gateway address into the browser address bar, such as
http://192.168.1.1. - If the router uses HTTPS, follow its documented address and certificate instructions.
- Use the administrator credentials supplied by you, your administrator, or the internet provider.
The Wi-Fi password and router administrator password may be different. Do not try default credentials on equipment you do not own. Change factory administrator credentials on your own router and store the new password safely.
Why the Router Page Does Not Open
- Wrong value: You entered the device IP, DNS server, or public IP instead of the gateway.
- Wrong network: The device is using mobile data, another Wi-Fi network, or a guest network.
- VPN route: A VPN changed the displayed default gateway or blocked local access.
- Guest isolation: The guest network prevents access to router management.
- Managed equipment: An internet provider, school, hotel, or company controls the router.
- Different port or hostname: The manufacturer may use a secure URL, app, or custom management address.
- Mesh system: Administration may be available only through the vendor's mobile app.
Recheck the gateway through the active connection before resetting anything. A factory reset can erase the internet, Wi-Fi, phone, and provider settings, so it should not be used merely because a login page does not open.
What If There Are Multiple Default Gateways?
Multiple gateways can be normal on a computer with Wi-Fi, Ethernet, a VPN, virtual machines, or IPv4 and IPv6. Check the active interface and route metric. The operating system normally prefers a route based on its routing table and current network state.
If you need the physical home router, disconnect an unrelated VPN temporarily and check the Wi-Fi or Ethernet connection that leads to it. If the device belongs to a company, ask the network administrator rather than changing routing settings.
Frequently Asked Questions
Is 192.168.1.1 always the router address?
No. It is common, but routers can use many other private addresses.
Is the default gateway my router?
On a typical home network, yes. On larger or virtual networks, it can be another routing device.
Can an online website find my local router IP?
A normal website sees the public connection, not necessarily the local default gateway. Check device network settings instead.
Why does my phone show Router but Android shows Gateway?
The labels differ, but both usually describe the local next-hop routing address.
Does the router IP change?
It can, but home router LAN addresses usually remain stable unless the configuration, mesh system, or upstream network changes.
Is the router IP the same as the Wi-Fi password?
No. The address locates the router on the network, while the password authorizes Wi-Fi access.
Can I access a router from outside my home?
Only through an intentionally configured and secure remote management method. Do not expose the administration page directly without understanding the security risk.
Find and Verify the Correct Gateway
Use ipconfig on Windows, the Router field on Apple devices, Gateway in Android or ChromeOS network details, and ip route show default on Linux. Confirm the active interface and avoid guessing common addresses.
Use the Subnet Calculator to understand the local network, the IP Lookup for the public address, and the IPv4 Class Calculator for historical address classification. These ipdnslookup resources help separate the router, device, and internet-facing values.