by Marcus Reed Updated Apr 24, 2026
Your router's IP address is the gateway to its admin panel—the control center where you can change your WiFi password, update firmware, configure security settings, and troubleshoot network issues. Every device on your network knows this address, and finding it takes less than 30 seconds on any operating system.
This guide shows you how to find your router's IP address (also called the default gateway) on Windows, Mac, iPhone, Android, Linux, and Chromebook.
Before running commands, try these common addresses. Open a browser and type each one in the address bar:
| IP Address | Common Brands |
|---|---|
| 192.168.1.1 | Netgear, ASUS, Linksys, Cisco, most routers |
| 192.168.0.1 | TP-Link, D-Link, Tenda, Motorola |
| 10.0.0.1 | Xfinity, Apple, some Netgear |
| 192.168.1.254 | AT&T gateways |
| 192.168.86.1 | Google/Nest WiFi |
| 192.168.2.1 | Belkin, SMC |
| 192.168.88.1 | MikroTik |
| 192.168.12.1 | T-Mobile Home Internet |
Open Command Prompt (press Win + R, type cmd, press Enter) and run:
ipconfig
Look for the section labeled Wireless LAN adapter WiFi (or Ethernet adapter if wired). The Default Gateway line shows your router's IP address.
Example output:
Wireless LAN adapter Wi-Fi:
Connection-specific DNS Suffix . : home
IPv4 Address. . . . . . . . . . . : 192.168.1.105
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 192.168.1.1
In this example, the router's IP address is 192.168.1.1.
netstat -nr | grep default
Or:
route get default | grep gateway
On Samsung Galaxy: Settings → Connections → WiFi → tap your network → View more → Gateway.
ip route show default
Output example:
default via 192.168.1.1 dev wlan0 proto dhcp metric 600
The IP after via is your router's address.
Once you know the IP address, type it into your browser's address bar and press Enter. You will see the router's login page where you can:
If you do not know the admin login credentials, check our default router passwords list.
| Feature | Router IP (Private) | Public IP |
|---|---|---|
| Example | 192.168.1.1 | 73.210.45.189 |
| Who assigns it | Router (DHCP) | ISP |
| Visible to websites | No | Yes |
| Used for | Local network management | Internet communication |
| Changes | Rarely | Can change (dynamic) or stay fixed (static) |
Pro Tip: Many routers also have a hostname you can type instead of the IP address. Try typingrouterlogin.net(Netgear),tplinkwifi.net(TP-Link),router.asus.com(ASUS), ormyrouter.local(Linksys) in your browser.
No. While 192.168.1.1 is the most common default, many routers use different addresses. TP-Link uses 192.168.0.1, Xfinity uses 10.0.0.1, AT&T uses 192.168.1.254, and Google WiFi uses 192.168.86.1. Use the methods above to find your specific router's address.
Not using the private IP address (192.168.x.x). To access your router remotely, you need to enable remote management in the router settings and use your public IP address. However, this is a security risk and not recommended unless you use a VPN.
Common causes: you are not connected to the router's network, the router is still booting up, or the router's IP has been changed from the default. Try connecting via Ethernet instead of WiFi, and if that does not work, a factory reset will restore the default IP.
Not on the same network. If you have two routers (e.g., a modem/router from your ISP plus your own router), one must use a different subnet. For example, ISP gateway at 192.168.1.1 and your router at 192.168.2.1.
This means your device did not receive DHCP configuration from the router. Your WiFi connection might be established at the radio level but not at the network level. Try disconnecting and reconnecting, or restarting the router.
If you have a separate modem and router, they have different IP addresses (the modem usually uses 192.168.100.1). If you have a combined modem/router gateway (common with ISPs), there is only one device and one IP address.
![]() |
![]() |
![]() |
![]() |
About Marcus Reed
Marcus Reed is a network technician and technical writer who has configured and troubleshot routers and modems across thousands of home and small business installations for major ISPs including Comcast, AT&T, and Spectrum. That field experience across different hardware, firmware versions, and ISP environments gives him a practical command of what goes wrong and why. At RouterHax, he covers brand-specific router setup guides, ISP modem compatibility, and step-by-step troubleshooting tutorials.
Promotion for FREE Gifts. Moreover, Free Items here. Disable Ad Blocker to get them all.
Once done, hit any button as below
![]() |
![]() |
![]() |
![]() |