Skip to main content
networking

How to Find Your Router IP Address on Any Device (2026 Guide)

Find your router IP address on Windows, Mac, iPhone, Android, or Linux. Includes default IPs and login credentials for every major brand.

Nandor Katai
Founder & IT Consultant
9 min read
How to Find Your Router IP Address on Any Device (2026 Guide)

Your router IP address (Default Gateway) is the numerical label assigned to your router that allows you to access its settings panel. For most home networks, this is 192.168.1.1 or 192.168.0.1.

You need this address to change your Wi-Fi password, set up port forwarding, or update firmware. Below are the specific commands to find your router's IP on Windows, macOS, and mobile devices.

Network Details showing Router IP

Affiliate Disclosure: This article contains affiliate links. If you make a purchase through these links, we may earn a small commission at no extra cost to you.


Quick Reference: Default Router IPs by Brand

Before running any commands, try the default IP address for your router brand. Open a browser, type the address into the URL bar, and press Enter.

BrandDefault IP Address
TP-Link192.168.0.1
Netgear192.168.1.1
ASUS192.168.1.1
Linksys192.168.1.1
D-Link192.168.0.1
Ubiquiti (UniFi)192.168.1.1
Google Nest / Wifi192.168.86.1
Eero192.168.4.1
Starlink192.168.100.1
Apple (AirPort)10.0.1.1

App-Only Routers & QR Code Login

Mesh systems like Eero, Google Nest WiFi, and Starlink do not use a traditional browser-based admin panel. Navigating to their default IP often redirects to a "Download the App" page.

Many newer routers (UniFi, Synology, TP-Link Omada) now print a QR code on the base or underside that logs you in automatically via the mobile app, bypassing IP lookup entirely. Check your hardware for a "Setup" or "Login" QR code.

If none of these work — or you don't know your router brand — use the method below for your specific device to find the exact address.


How do I find the router IP on Windows?

Run the ipconfig command in Command Prompt or PowerShell to reveal your Default Gateway address.

  1. Press Win + R, type cmd, and press Enter
  2. Type ipconfig and hit Enter
  3. Locate the Default Gateway line under your active adapter (Wi-Fi or Ethernet)

The IPv4 address listed (e.g., 192.168.1.1) is your router's login URL. Ignore any long alphanumeric strings (IPv6) starting with fe80.

Pro Tip: Copy to Clipboard

To copy the entire network configuration to your clipboard for troubleshooting, run ipconfig | clip instead. You can then paste the full output into a text editor or support ticket.


How do I find the router IP on macOS (Tahoe, Sequoia)?

Check the TCP/IP tab in System Settings or run a terminal command to view the router's gateway address.

Method 1: System Settings (Tahoe 26, Sequoia 15)

  1. Go to System Settings > Wi-Fi
  2. Click Details next to your connected network
  3. Select TCP/IP from the sidebar — the address is listed next to Router

Method 2: System Preferences (Ventura 13 and earlier)

  1. Open System Preferences > Network
  2. Select Wi-Fi > Advanced
  3. Click the TCP/IP tab and look for Router

Method 3: Terminal (Fastest)

Open Terminal and run this command to get only the IP:

ipconfig getifaddr en0

(Note: Use en1 if you are on Ethernet instead of Wi-Fi.)


Can I find my router IP on iPhone or Android?

Yes, both iOS and Android display the router's Gateway IP inside the details menu of the active Wi-Fi network.

iPhone / iPad

  1. Confirm you are connected to Wi-Fi, then go to Settings → Wi-Fi
  2. Tap the (i) icon next to your network
  3. Scroll to the IPV4 ADDRESS section to see Router

Android

  1. Confirm you are connected to Wi-Fi, then go to Settings → Network & internet → Wi-Fi (or Settings → Connections → Wi-Fi on Samsung)
  2. Tap the gear icon next to your connected network
  3. Tap Advanced or Manage Network — the address is under Gateway

(Users with Eero, Google Nest, or Starlink must use their respective mobile apps to manage router settings, as browser-based access is disabled on these systems.)

Can't Find It on Android?

If the default Settings app does not show the gateway, download WiFi Analyzer (free) from the Play Store. It displays your gateway IP, DNS servers, and channel information on the main screen.


How to Find Your Router IP on Linux and ChromeOS

Linux

Open a terminal and run:

ip route | grep default

The output will look like: default via 192.168.1.1 dev wlan0. The IP address after via is your router.

Alternatively, on older distributions:

route -n | grep UG

ChromeOS

  1. Click the clock in the bottom-right corner
  2. Click the Wi-Fi icon, then your network name
  3. Select the Network tab
  4. Your router IP is listed next to Gateway

Default Router Login Credentials

Once you have found your router's IP and opened it in a browser, you will need a username and password to log in. If no one has changed these from the factory defaults, the credentials below should work.

Check the Sticker First

ISP-provided gateways from AT&T, Comcast/Xfinity, Spectrum, and similar providers often print the default IP address and admin credentials on a sticker on the side or bottom of the unit. Checking the label is often faster than looking up the information digitally.

BrandDefault UsernameDefault Password
TP-Linkadminadmin
Netgearadminpassword
ASUSadminadmin
Linksysadminadmin
D-Linkadmin(blank — leave empty)
Ubiquiti (UniFi)ubntubnt
Google Nest(managed via Google Home app)
Eero(managed via Eero app)
Starlink(managed via Starlink app)

Change Default Credentials

If the factory defaults above still work on your router, the admin panel has not been secured. It is good practice to change the admin password after your first login — navigate to Administration or System settings and set a strong, unique password to ensure your network is secure. For help choosing one, see our password manager comparison.

If you have already changed the password and forgotten it, hold the router's reset button (usually a small pinhole on the back) for 10 seconds to restore factory defaults. This erases all custom settings, including your Wi-Fi name and password.

If logging into your router's settings panel makes you realize the hardware itself is outdated — limited features, slow performance, no app management — it may be time for an upgrade. The UniFi Dream Router 7 ($279) is a popular replacement that handles WiFi 7, VLANs, and cloud management in a single device.


Why You Need Your Router IP Address

Accessing the router admin panel gives you control over several important network functions:

  • Changing your Wi-Fi password — the most common reason people look this up
  • Updating firmware — manufacturers release patches for security vulnerabilities and stability improvements. Keeping firmware current is a straightforward way to maintain network security
  • Setting up port forwarding — required for remote desktop access, self-hosted services, or security camera systems
  • Configuring guest Wi-Fi — isolating visitor traffic from your business devices (see our UniFi VLAN setup guide)
  • Checking connected devices — reviewing which devices are on your network and identifying anything unfamiliar
  • Adjusting DNS settings — switching to faster or more private DNS servers like Cloudflare (1.1.1.1) or Google (8.8.8.8)

Router IP vs. Public IP vs. Localhost

  • Router IP (e.g., 192.168.1.1): Private, internal address for accessing your router's admin panel.
  • Public IP: The address the internet sees, assigned by your ISP. Find it at whatismyip.com.
  • Localhost (127.0.0.1): Points to your own computer, not the router. Typing this into a browser accesses services running on your device, not network hardware.

How to Detect Double NAT (Router Behind a Router)

If you log into your router and notice a WAN IP address that starts with 192.168.x.x, 10.x.x.x, or 172.16–31.x.x, your router is behind another router — typically the ISP's combo gateway. This configuration is called double NAT, and it can cause issues with VPNs, port forwarding, and remote access.

The standard fix is to set the ISP gateway to bridge mode so it functions as a modem only, letting your own router manage the network. Our double NAT detection and fix guide walks through the full process.


Best Router Upgrades for 2026

Modern routers from Ubiquiti and TP-Link now prioritize cloud-app management, eliminating the need for local IP login entirely.

UniFi Dream Router 7 ($279) — The 2026 standard for home offices. Features WiFi 7, a 10G SFP+ WAN port, and an integrated screen for real-time throughput stats. The UniFi mobile app replaces the browser-based admin panel entirely — manage VLANs, check connected devices, and update firmware from your phone. Read our full review.

TP-Link Omada ER707-M2 (~$120) — A multi-gig VPN router with dual-WAN failover, managed through the Omada cloud dashboard. Note: this is a wired router — you will need separate access points (APs) for Wi-Fi coverage. A solid option for businesses that need redundant internet connections without the enterprise price tag.

For help deciding between these and other options, our small business network setup guide covers the full planning process.


Why can't I access my router login page?

Browser security settings often block local HTTP connections, requiring you to manually bypass the warning or force the protocol.

"This site can't be reached"

Force HTTP: Browsers default to https://. Manually type http:// before the IP (e.g., http://192.168.1.1). Most consumer routers lack SSL certificates, so HTTPS connections will fail.

The Page Loads but Will Not Accept the Password

If you have changed the password before and forgotten it, a factory reset is the only option. Press and hold the small reset button (usually a pinhole on the back of the router) for 10 seconds. The router will reboot with factory defaults, including the original Wi-Fi name, password, and admin credentials from the table above.

I see two different IP addresses — which one is my router?

If you have an ISP-provided combo unit (modem + router gateway), you might see two separate admin panels:

  • ISP Gateway IP (often 192.168.0.1 or 192.168.100.1): Controls the modem/gateway from your internet provider.
  • Your Router IP (often 192.168.1.1 or 10.0.0.1): Controls your personal router if you added one.

If you see an unfamiliar panel, you are likely accessing the ISP's gateway instead of your router. Try both addresses — the one with your customized Wi-Fi name is your router.

The IP Address Does Not Respond at All

Confirm your device is connected to Wi-Fi rather than mobile data. If the connection is active and the page still does not load, the router may need a reboot. Unplug it for 30 seconds, reconnect power, and wait 2–3 minutes for it to finish starting up before trying again. If the router connects via ethernet, check that the cable between the modem and router is firmly seated.


Frequently Asked Questions

What is the most common router IP address?

192.168.1.1 is the most widely used default across manufacturers including Netgear, ASUS, Linksys, and Ubiquiti. TP-Link and D-Link default to 192.168.0.1. If neither works, use the ipconfig (Windows) or System Settings (Mac) method above to find your specific address.

Can I change my router's IP address?

Yes. Log into the admin panel, navigate to LAN settings, and change the router's IP to any valid private address (e.g., 10.0.0.1 or 192.168.50.1). After saving, all your devices will need to reconnect because the DHCP server address changes. There is rarely a practical reason to do this unless you are resolving a double NAT conflict.

Is my router IP address the same as my public IP?

No. Your router IP (like 192.168.1.1) is a private address used only within your local network. Your public IP is the address assigned by your ISP that the rest of the internet uses to reach you. They serve completely different purposes. To find your public IP, visit whatismyip.com.

Why does my WiFi keep disconnecting when I try to access the router?

If your Wi-Fi drops while you are trying to reach the admin panel, the issue is typically separate from the IP address itself. Common causes include overheating, firmware bugs, or the router being overloaded with too many connected devices. Our WiFi keeps disconnecting troubleshooting guide covers a systematic process for isolating the root cause.


Topics

networkingrouterip-addresstroubleshootinginfrastructure

Share this article

Nandor Katai

Founder & IT Consultant | iFeeltech · 20+ years in IT and cybersecurity

LinkedIn

Nandor founded iFeeltech in 2003 and has spent over two decades implementing network infrastructure, cybersecurity, and managed IT solutions for Miami businesses. He writes from direct field experience — every recommendation on this site reflects configurations and tools he has tested in real client environments. He is also the creator of Valydex, a free NIST CSF 2.0 cybersecurity assessment platform.