Networking Fundamentals

Default Router IP Address, Username & Password Finder

G Gurpreet Singh July 28, 2026 5 min read
A router showing gateway 192.168.1.1 beside a lookup table of router brands and their default addresses
1 Search for your router


Filters as you type

Popular:




BrandDefault IPUsernamePasswordLogin address

How to Find Your Router’s IP Address Yourself

The table covers common brands, but the most reliable answer always comes from your own device. Your router’s IP is whatever your computer calls the “default gateway”.

Windows

Open Command Prompt and run:

ipconfig

Look for Default Gateway under your active adapter. That address is your router.

macOS

Open Terminal and run:

netstat -nr | grep default

Or go to System Settings, then Network, select your connection, click Details and open the TCP/IP tab.

Linux

ip route | grep default

Android

Settings → Network & internet → Wi-Fi → tap your network → Advanced. The gateway is listed there. Some versions show it only when the IP setting is switched to Static.

iPhone or iPad

Settings → Wi-Fi → tap the (i) next to your network. The Router field is the address you need.

How to Access Your Router Admin Panel

  1. Connect to the router over Wi-Fi or an Ethernet cable. You cannot reach the admin page from outside the network.
  2. Type the IP address into your browser’s address bar, not the search box, or it will be treated as a search.
  3. Enter the username and password. Check the sticker on the base or back of the router first; modern routers ship with a unique password printed there rather than a generic default.
  4. If the browser warns about the connection not being private, that is normal for a local device using a self-signed certificate.
  5. Change the admin password immediately after logging in.

Common Default Router IP Addresses

  • 192.168.1.1, the most common; Netgear, ASUS, Linksys, Zyxel and many others
  • 192.168.0.1, TP-Link, D-Link, Arris, Cox, Sky, Virgin Media
  • 192.168.2.1, Belkin
  • 10.0.0.1, Xfinity and Comcast gateways
  • 192.168.100.1, cable modem diagnostics page on many devices
  • 192.168.1.254, AT&T, BT, Plusnet
  • 192.168.8.1, most 4G and 5G mobile hotspots
  • 192.168.88.1, MikroTik

When the Default Password Does Not Work

Generic defaults such as admin/admin have largely disappeared. Most routers made in the last several years ship with a unique password printed on the device label, precisely because default credentials were being exploited at scale. If the table’s password fails, check the label before assuming the router has been changed.

If the credentials really have been changed and forgotten, a factory reset is the only route back in. Hold the recessed reset button for 10 to 30 seconds until the lights cycle. Be aware this wipes everything, your Wi-Fi name, password, port forwarding rules and any ISP-specific settings. On an ISP-supplied router you may need to re-enter connection details afterwards, so note them down first.

Change These Settings Right After You Log In

  • Admin password. The single most important change. It is separate from your Wi-Fi password.
  • Wi-Fi password and encryption. Use WPA3 if available, WPA2-AES otherwise. Never leave WEP or an open network enabled.
  • Remote management. Turn it off unless you genuinely need it. It exposes the admin panel to the internet.
  • WPS. Disable it. The PIN method has known weaknesses.
  • Firmware updates. Enable automatic updates, or check manually every few months.
  • UPnP. Convenient for gaming consoles, but it lets any device on your LAN open ports without asking. Disable it if you do not need it.

Frequently Asked Questions

What is 192.168.1.1?

It is the most common default gateway address for home routers, a private IPv4 address reserved for internal networks under RFC 1918. Netgear, ASUS, Linksys and many others use it for the admin panel. It is not reachable from the internet, only from inside your own network.

What if my router IP is not in the table?

Check the label on the router, or use the ipconfig / ip route method above, it works on every network regardless of brand.

Why does the login page not open at all?

Usually one of four reasons: you are not connected to that network; you typed the address into a search box rather than the address bar; the router uses HTTPS and needs https:// in front; or the address has been changed from the default. Confirm the gateway with ipconfig before troubleshooting further.

Is it safe to access my router admin panel?

Yes, it is a local connection to a device on your own network. What is unsafe is leaving the default password in place afterwards, and leaving remote management enabled. See how to improve network security.

What is the difference between the router IP and my public IP?

The router IP is the private address your devices use to reach the router from inside the network. Your public IP is the address your ISP assigns to the router, which the rest of the internet sees. NAT translates between the two, see what NAT is.

Does resetting the router change its IP address?

A factory reset returns the router to its default IP, which is the one listed in the table. If someone had changed it to a custom address, that change is undone.

Related Guides and Tools

See our step-by-step guides for 192.168.1.1 router login and resetting a TP-Link router. Plan your own addressing with the subnet calculator and VLAN calculator, or read up on improving network security. Browse all our free networking tools.

GU
Written by

Gurpreet Singh

Hey! I"m Gurpreet Singh and I Have 7+ Years of experience in the Network & Security Domain as well as the Cloud Infra Domain. I am Certified with Cisco ( CCNA ), CheckPoint ( CCSA ), 1xAWS, 3xAZURE, and 3xNSE. So I love to share my tech knowledge with you.

Leave a Reply

Your email address will not be published. Required fields are marked *