How to Find Your Router's IP Address (Every OS)
Your router's IP address is the gateway address your devices use to reach the internet — and the URL you type into a browser to access the router's admin panel. The most common defaults are 192.168.1.1 and 192.168.0.1, but different brands and ISPs use different defaults. Here's how to find the real one for your network on any device.
Most Common Default Router IPs
If you don't want to look it up, try these in your browser in this order:
| IP Address | Common Brands / ISPs |
|---|---|
| 192.168.1.1 | Linksys, Asus, most Netgear, default for many |
| 192.168.0.1 | TP-Link, D-Link, some Netgear |
| 10.0.0.1 | Xfinity (Comcast), Apple AirPort, some Netgear |
| 192.168.1.254 | AT&T, some BT and TalkTalk routers |
| 192.168.2.1 | Belkin, some SMC |
| 192.168.50.1 | Asus mesh systems (AiMesh) |
| 192.168.100.1 | Many cable modems' diagnostic page |
| fios.verizon.net or 192.168.1.1 | Verizon Fios routers |
Type the IP into your browser's address bar (no http:// needed) and hit Enter. If it loads a router login page, that's your router's IP. If you get a "site can't be reached" error, try the next IP on the list.
Find the Router IP on Each Device
Windows 10 / 11
- Press Win + R, type
cmd, press Enter. - In Command Prompt, type
ipconfigand press Enter. - Find your active connection (WiFi or Ethernet adapter).
- Look for the Default Gateway line. The IP shown there is your router's IP address.
Faster method: right-click the WiFi/Ethernet icon in the system tray > Open Network & Internet settings > Properties for your connection > scroll to "Properties" section > "IPv4 default gateway" shows the router IP.
macOS
System Settings:
- Open System Settings (or System Preferences on older macOS).
- Click Network.
- Select your active connection (WiFi or Ethernet).
- Click Details (or Advanced) > TCP/IP.
- The Router field shows your router's IP.
Terminal (faster): Open Terminal and type netstat -nr | grep default. The IP next to "default" is your router's IP.
iPhone / iPad
- Settings > Wi-Fi.
- Tap the (i) icon next to your connected network.
- Scroll to the Router field. That's the IP.
Android
- Settings > Network & Internet > Internet (or WiFi).
- Tap the connected WiFi network.
- Tap Network details or Advanced.
- Look for Gateway or Router.
Some Android phones hide this info — install a WiFi scanner app (e.g., Network Analyzer Lite) which displays gateway and DNS for the active connection.
Linux
Open a terminal and type one of:
ip route | grep default(modern distros)route -n | grep ^0.0.0.0nmcli device show | grep IP4.GATEWAY(NetworkManager-based)
The output line includes the gateway IP — that's your router.
Chromebook
- Click the network icon in the bottom-right.
- Click your WiFi network name to expand details.
- Click the gear icon > Network.
- The Gateway field shows the router IP.
Smart TV / Streaming devices
Most show an IP in their network status page (Settings > Network > Status), but the value shown is the device's own IP, not the gateway. To find the gateway from a streaming device, log into your router's admin panel from a phone or laptop and look at the connected devices list.
What to Do With Your Router's IP
Once you have it, the IP is the URL for accessing the router admin panel:
- Open a browser (Chrome, Safari, Firefox, etc.).
- Type the IP into the address bar (e.g.,
192.168.1.1) and press Enter. - You'll see a login page. Default credentials are usually on a sticker on the router itself.
From the admin panel you can:
- Change the WiFi name and password (see our change WiFi password guide)
- Update router firmware (see our firmware update guide)
- Set up port forwarding for gaming or remote access (port forwarding guide)
- Change the default admin password (admin password guide)
- See a list of every device connected to your network
Why Different Routers Use Different IPs
Router manufacturers each pick their own default. ISPs that ship combo gateways often pick a different default to differentiate from retail equipment. The IP itself doesn't matter — any address in the private ranges (192.168.0.0/16, 10.0.0.0/8, 172.16.0.0/12) works.
If your router is provided by an ISP, the IP is whatever the ISP configured. Retail routers usually default to 192.168.1.1 (or 192.168.0.1 for TP-Link / D-Link).
Can I Change My Router's IP?
Yes — log into the admin panel and look for "LAN settings" or "DHCP settings." You can change the router IP to anything in a private range (e.g., 192.168.5.1). Reasons you might want to:
- Avoid conflicts with a VPN that uses the same subnet (e.g., your office VPN uses 192.168.1.0/24)
- Match a specific firmware or third-party tool that expects a different IP
- Prevent casual visitors from guessing the admin URL
Most users never need to change it.
Frequently Asked Questions
What is my router's IP address?
On most home networks, the router's IP address (also called the 'default gateway') is 192.168.1.1, 192.168.0.1, or 10.0.0.1. The exact address depends on your router brand and ISP — Xfinity gateways often use 10.0.0.1, AT&T uses 192.168.1.254, while most Asus, TP-Link, and Netgear routers default to 192.168.1.1 or 192.168.0.1.
How do I find my router IP on Windows 10/11?
Open Command Prompt and type 'ipconfig'. Look for the 'Default Gateway' value under your active connection (WiFi or Ethernet). That IP — often 192.168.1.1 — is your router's address. Type it into your browser to access the router admin panel.
How do I find my router IP on Mac?
System Settings > Network > select your active connection > Details > TCP/IP. The 'Router' field shows your router's IP address. Or open Terminal and type 'netstat -nr | grep default' — the IP next to 'default' is your router's address.
Why can't I access my router with the IP I found?
Three common reasons: you're entering it as 'http://192.168.1.1' but need 'https://' (or vice versa); the IP is correct but the browser is auto-completing the wrong URL; or you're on a guest network that's isolated from the router admin. Try entering the IP exactly as shown, and use the main WiFi network, not guest.
What's the default router admin password?
Varies by brand. Common defaults: admin/admin, admin/password, or admin/blank. The actual default is on a sticker on the router. After first login, always change the default password — see our change router admin password guide.
Related Guides
192.168.1.1 Router Login
Step-by-step login for the most common router IP.
192.168.0.1 Router Login
TP-Link, D-Link, and other routers using this IP.
10.0.0.1 Router Login
Xfinity, Apple AirPort, and other 10.0.0.1 routers.
Find Your IP Address
Find your public and local IP on any device.
Change Router Admin Password
Secure the admin login on your router.
More From This Section
All Networking Guides
Routers, port forwarding, DNS, VPN, IP addresses, and packet loss.
10.0.0.1 — Router Admin Login
How to open the 10.0.0.1 router admin page, fix 'site can't be reached' errors, and log in on any device.
192.168.0.1 — Router Admin Login
How to open the 192.168.0.1 router admin page, fix 'site can't be reached' errors, and log in on any device.
Run a Speed Test
Measure download, upload, ping, and jitter in your browser.