by Tommy N. Updated Apr 24, 2026
Ever typed 192.168.1.1 into your browser and been met with a blank error page? The complete default router IP addresses list is shorter than most people expect — and knowing which address matches your router brand means the difference between instant admin access and an hour of frustrating trial and error. The pattern is consistent across manufacturers, and once you see it mapped out, you'll never have to guess again.
Every router on your home or office network sits at a specific private IP address — its default gateway. That address is how your devices reach the outside internet, and it's also the front door to your router's admin panel. Manufacturers assign these addresses during production from three private IP ranges defined by RFC 1918: the 10.x.x.x block, the 172.16.x.x block, and the widely-used 192.168.x.x block. While you can change the gateway IP after logging in, most people never do — which means the factory default usually holds.
The router login guides on RouterHax cover specific devices in depth, but this post covers the full landscape. You'll find the most common addresses by brand, learn how to confirm your exact IP in seconds, and pick up troubleshooting steps for when the default address doesn't respond. Whether you've never touched an admin panel or you're configuring advanced network settings, the map starts here.
Contents
It sounds trivial, but trying the wrong IP address can spiral into a surprisingly long troubleshooting session. You try 192.168.1.1 — nothing. You try 192.168.0.1 — timeout. You search online, land on a forum post from years ago, try three more addresses, and eventually one works. That's twenty minutes gone on a task that should take under sixty seconds.
The problem compounds when you're helping someone else remotely. Without knowing the correct default gateway, basic tasks like changing a WiFi password or enabling port forwarding become genuinely difficult. Having the right address confirmed before you start cuts every one of those steps out entirely.
There's a related issue worth naming directly. Once you locate the correct IP and log in for the first time, most routers still have the same factory-set username and password they shipped with. Leaving those defaults in place is a real security risk — anyone on your network who knows the default IP and credentials can access your router settings without restriction. Changing the admin password is the first thing you should do after successfully logging in, regardless of what brought you to the admin panel.
You could browse a brand list and make an educated guess, but your operating system already knows your router's exact IP. Here's how to pull it up on any device in under a minute.
Open the Command Prompt and type ipconfig, then press Enter. Look for the section that matches your active connection — it'll be labeled something like "Ethernet adapter" or "Wireless LAN adapter." The value next to Default Gateway is your router's IP address. On most home networks it reads 192.168.1.1 or 192.168.0.1, but it could be anything depending on your router brand or whether a previous user changed it.
On a Mac, open Terminal and run netstat -nr | grep default, or go to System Preferences → Network → Advanced → TCP/IP and look for the "Router" field. On Linux, ip route show default gives you the gateway in a single line. On an iPhone or Android phone, tap the connected WiFi network name in Settings and scroll down — the gateway or router IP appears under the network details. All three methods surface the exact address your device is currently using. No guessing required.
The majority of consumer routers use an address from the 192.168.x.x range. The table below covers the brands you're most likely to encounter and the addresses they ship with. Note that ISP-supplied routers sometimes use a different address than the retail version of the same hardware — always confirm with your OS gateway lookup if you're not certain.
| Brand | Default IP Address | Default Username | Default Password |
|---|---|---|---|
| Netgear | 192.168.0.1 or 192.168.1.1 | admin | password |
| TP-Link | 192.168.0.1 or 192.168.1.1 | admin | admin |
| ASUS | 192.168.1.1 | admin | admin |
| Linksys | 192.168.1.1 | admin | admin |
| D-Link | 192.168.0.1 | admin | (blank) |
| Belkin | 192.168.2.1 | admin | (blank) |
| Cisco (home) | 192.168.1.1 | admin | admin |
| Xfinity / Comcast | 10.0.0.1 | admin | password |
| Google WiFi | 192.168.86.1 | — | App-managed |
| Apple AirPort | 10.1.1.1 | — | App-managed |
| AT&T (BGW) | 192.168.1.254 | admin | Printed on label |
| Verizon FiOS | 192.168.1.1 | admin | password1 |
Business-grade and enterprise hardware often draws from the 172.16.x.x range. If you're working with a commercial Cisco device or a managed switch, 172.16.0.1 is the first address worth trying. Older ISP-supplied modems from certain markets occasionally used addresses like 10.0.0.2, particularly where the ISP pre-configured the hardware before delivery. The Google Nest WiFi lineup uses 192.168.68.1 as its gateway — distinct from the standard Google WiFi address at 192.168.86.1 — which surprises users upgrading between the two product lines.
The chart above shows the relative frequency of the most common default IP addresses across consumer hardware. Notice that 192.168.1.1 and 192.168.0.1 together account for the large majority of deployments. If you're troubleshooting an unknown router, those two are always worth trying before digging further into the full default router IP addresses list.
One of the most repeated pieces of advice online is "just try 192.168.1.1." It works on a large percentage of routers, so the advice has a basis in reality. But treating it as a universal rule sets you up for confusion. Belkin ships with 192.168.2.1. Google WiFi uses 192.168.86.1. Xfinity gateways default to 10.0.0.1. Apple AirPorts have historically used 10.1.1.1. There is no single address that covers every device, and assuming otherwise means you'll eventually waste time on a router where your usual shortcut doesn't apply. A quick ipconfig check takes ten seconds and is always accurate.
Most routers do print the default IP, username, and password on a sticker on the bottom or back of the unit. That information is accurate — at the time of manufacture. The problem is that previous owners, ISPs, or even you may have changed the gateway IP at some point. If you've recently factory-reset a router and the label address no longer opens the admin panel, a firmware update may have shifted the default, or a network administrator changed it before you took ownership. When the label doesn't match reality, your operating system's gateway lookup is always the more reliable source.
If typing the IP into your browser produces an error, work through this sequence before assuming something is seriously wrong. First, confirm you're connected to the network you're trying to manage — either via Ethernet cable or the correct WiFi network. A laptop connected to the wrong network won't reach a different router's admin panel. Second, type the address with http:// at the start, not https:// — most router admin panels don't use SSL and will reject an HTTPS connection outright. Third, try a different browser. Some browsers cache old redirects that silently block access.
If the simple checks don't resolve it, a factory reset brings everything — including the IP address — back to the manufacturer's defaults. Locate the reset pinhole on the back of your router, hold it for ten seconds with the device powered on, and wait for it to reboot fully. After the reset, the address from the brand table above will work. Be aware that a factory reset erases all custom settings: WiFi passwords, port forwarding rules, DHCP reservations, and any firewall configurations. It's a last resort, not a first step.
For a complete step-by-step walkthrough of specific addresses, the dedicated login guides for 10.0.0.1 and 192.168.0.1 cover each process with detailed screenshots and common error fixes.
For the majority of people who find their way to a router admin panel, the goal is one of three things: changing the WiFi network name, updating the WiFi password, or remotely rebooting the router. All three are available on the first or second screen after logging in. You don't need to understand subnets, DHCP pools, or NAT rules to accomplish any of them. Find the wireless settings section, make your change, and save — the router handles the rest automatically.
If you want to go further, the same admin panel that handles WiFi passwords also gives you control over DHCP reservation (assigning a fixed IP to a specific device), port forwarding, parental controls, DNS server selection, and in many cases a built-in VPN server. Users managing a small office network or running a home lab will find that most routers offer considerably more than the basic setup wizard suggests.
For users on less common gateway addresses — such as 172.16.0.1 — the admin panel layout follows the same general structure as any other brand. The IP you use to reach it is different, but the settings categories are familiar. Once you're comfortable navigating one router's interface, you can orient yourself on most others. The default router IP addresses list is really just the front door — what's inside follows a consistent pattern regardless of the address you used to get there.
192.168.1.1 is the most widely used default gateway address across consumer routers. Brands including ASUS, Linksys, Cisco, and Netgear (on many models) all ship with this address. If you're unsure of your router's IP, it's the first one worth trying — though 192.168.0.1 is a close second and covers a large number of TP-Link and D-Link devices.
Run ipconfig in Windows Command Prompt and look for the "Default Gateway" value under your active network adapter. On a Mac, check System Preferences → Network → Advanced → TCP/IP and look for the "Router" field. On Linux, run ip route show default. On a smartphone, tap the connected WiFi network in Settings and look for the gateway IP in the connection details.
No — two devices cannot share the same IP address on the same network without causing a conflict that breaks connectivity for both. If you connect a second router in a cascaded or access point setup, you need to assign it a different IP. A common approach is to set the secondary router's IP to something like 192.168.1.2 while the primary stays at 192.168.1.1.
ISP-supplied gateways from Xfinity and several other cable providers default to the 10.x.x.x range rather than 192.168.x.x. Both are valid private IP ranges under RFC 1918 — the choice reflects ISP and manufacturer preference, not any technical limitation. You access the admin panel the same way regardless of which private range your router uses.
Change the default admin password immediately — it's the single most important step for basic network security. After that, check whether a firmware update is available under the Administration or Advanced tab, set a strong unique WiFi password if you haven't already, and disable remote management if it's enabled by default. Those four steps establish a solid security baseline for any home router.
ipconfig on Windows, ip route show default on Linux) always shows your router's actual current IP — no guesswork needed.http:// instead of https://, and try a different browser before reaching for the factory reset button.![]() |
![]() |
![]() |
![]() |
About Tommy N.
Tommy is the founder of RouterHax and a network engineer with over ten years of experience in home and enterprise networking. He has configured and troubleshot networks ranging from simple home setups to multi-site enterprise deployments, with deep hands-on experience in router configuration, WiFi optimization, and network security. At RouterHax, he oversees editorial direction and covers home networking guides, mesh WiFi system reviews, and practical troubleshooting resources for everyday users.
Promotion for FREE Gifts. Moreover, Free Items here. Disable Ad Blocker to get them all.
Once done, hit any button as below
![]() |
![]() |
![]() |
![]() |