How to Find the IP Address of Your Router (Simple Guide)

Finding your router’s IP address is one of those small technical tasks that suddenly matters a lot when you want to change Wi‑Fi settings, open a port, or check who’s on your network. The good news: every device on your network already knows your router’s IP — you just need to ask it in the right way.

This guide explains what a router IP address is, why it matters, and how to find it on Windows, macOS, Android, iPhone/iPad, and popular router brands. Along the way, you’ll see where things can differ depending on your setup, so you can match the instructions to your own situation.


What Is a Router IP Address, Exactly?

Your router has at least one IP address on your local network, usually called the default gateway. Think of it as:

The “door” every device uses to reach the internet from your home network.

A few key points:

  • Internal vs external IP

    • Internal (private) IP: Used inside your home network. Common values:
      • 192.168.0.1
      • 192.168.1.1
      • 10.0.0.1
    • External (public) IP: The address your internet provider gives your router to talk to the wider internet.
  • Why you care about the internal IP

    • It’s the address you type into your browser to open the router admin page.
    • You need it to:
      • Change Wi‑Fi name and password
      • Set up parental controls
      • Forward ports for games, servers, or remote access
      • Check connected devices and basic network status

When people say “find my router IP address,” they almost always mean this internal/local IP.


Quick Reference: How to Find Your Router IP on Popular Systems

Here’s the high-level view. Detailed steps follow in the next sections.

Device / OSWhere to LookKey Term to Find
Windows 10/11Command Prompt → ipconfigDefault Gateway
macOSNetwork settings → Advanced → TCP/IPRouter
AndroidWi‑Fi details / network infoGateway
iPhone / iPadWi‑Fi info (ⓘ icon)Router
LinuxTerminal → ip route or ip rdefault via …
Router labelSticker on router bottom/backOften marked Gateway or Router IP

How to Find Your Router IP on Different Devices

On Windows 10 and Windows 11

Method 1: Using Command Prompt

  1. Press Win + R, type cmd, and press Enter.
  2. In the black window, type:
    ipconfig 
  3. Press Enter.
  4. Look for your active connection:
    • For wired: Ethernet adapter
    • For Wi‑Fi: Wireless LAN adapter Wi-Fi
  5. Find the line labeled Default Gateway — the number next to it (e.g. 192.168.1.1) is your router’s IP address.

Method 2: Using Settings (no commands)

  1. Open SettingsNetwork & Internet.
  2. Choose Wi‑Fi (or Ethernet if wired).
  3. Click your active network.
  4. Scroll to Properties or Hardware properties.
  5. Look for Default gateway — that’s your router IP.

On macOS (MacBook, iMac, Mac mini)

Method 1: From System Settings / Preferences

The exact menu names vary slightly by macOS version, but the path is similar:

  1. Click the Apple menuSystem Settings (or System Preferences on older versions).
  2. Go to Network.
  3. Select your active connection on the left (e.g. Wi‑Fi or Ethernet).
  4. On newer macOS:
    • Click Details… or Advanced…
    • Go to the TCP/IP tab.
  5. Look for Router — that IP is your router’s address.

Method 2: Using Terminal

  1. Open Terminal (in Applications → Utilities).
  2. For Wi‑Fi, type:
    netstat -nr | grep default 

    or on newer versions:

    route -n get default 
  3. The IP shown after default or next to gateway is your router IP.

On Android Phones and Tablets

Android can look a bit different depending on the manufacturer (Samsung, Google, Xiaomi, etc.), but the idea is the same.

  1. Open Settings.
  2. Tap Wi‑Fi (or Network & InternetInternet/Wi‑Fi).
  3. Tap the gear icon or details icon next to your connected Wi‑Fi network.
  4. Look for options like:
    • Advanced
    • Additional settings
    • IP settings / Network details
  5. Find Gateway — that number is your router’s IP address.

On some Android versions, you might see it under IP address section or a View more / Advanced dropdown.


On iPhone and iPad (iOS / iPadOS)

  1. Open the Settings app.
  2. Tap Wi‑Fi.
  3. Make sure you’re connected to your network.
  4. Tap the ⓘ (info) icon next to your connected Wi‑Fi name.
  5. In the IPV4 ADDRESS section, look for Router.
  6. The IP listed there is your router’s internal IP address.

On Linux (Ubuntu, Debian, Fedora and similar)

If you’re using a graphical interface, you can often find it via the network icon, but the terminal works consistently across most distributions.

Terminal method:

  1. Open a terminal.
  2. Run:
    ip route 
  3. Look for a line starting with:
    default via 192.168.x.x 
  4. The IP after via (e.g. 192.168.0.1) is your router’s IP.

When You’re Connected Directly to the Router

If you’re sitting near the router, you may be able to get the IP directly from the device:

  • Check the sticker/label on the back or bottom:
    • Look for terms like:
      • Default Gateway
      • Router IP
      • Access IP address
      • Login address
    • Common examples:
      • http://192.168.0.1
      • http://192.168.1.1
      • http://192.168.1.254
  • Some routers also print the username and password for the admin page there.

If the sticker shows something like routerlogin.net or another name, that’s a web address that redirects to the router IP when you’re on that network.


Why Router IPs Aren’t the Same for Everyone

Not every network uses 192.168.1.1. Which IP your router uses depends on several variables:

1. Router Brand and Default Settings

Different brands and ISPs pick different defaults:

  • Many consumer routers: 192.168.0.1 or 192.168.1.1
  • Some ISP-supplied routers: 192.168.1.254, 10.0.0.1, or other ranges
  • Mesh systems: Sometimes use slightly different subnets, but still private IPs

If someone changed the settings during setup, the default might no longer apply.

2. Network Type and Complexity

Your setup might be:

  • Simple home network
    One router doing everything: Wi‑Fi, DHCP, and internet access. The router IP is usually the “default gateway” for all devices.

  • Router behind another router / modem-router combo
    Sometimes an ISP modem includes a router, and you’ve added your own router behind it. Then:

    • Devices on your own router use its IP as the gateway
    • Your own router uses the ISP device as its gateway
  • Business or advanced home setups
    With multiple subnets, VLANs, or managed switches, each network segment can have its own gateway IP.

3. Manual Changes by Users or Installers

A tech-savvy user or installer might:

  • Change the LAN subnet (for example, to avoid conflicts with a work VPN)
  • Set a different gateway like 192.168.10.1 or 10.10.0.1
  • Disable the router function on an ISP modem and use a separate main router

In all of these cases, guessing “192.168.1.1” may fail, but your device’s Default Gateway or Router field will still be correct.


Common Issues When Trying to Find Your Router IP

Even when you know where to look, a few things can complicate the process:

You’re Not Actually Connected to the Right Network

  • If your laptop is:
    • Offline
    • Connected to a phone hotspot
    • On a guest Wi‑Fi network
  • …then your gateway may not be the router you’re trying to manage.

Being on the correct Wi‑Fi name (SSID) or wired port is essential.

You’re Using a VPN

A VPN can provide its own virtual gateway, which may show up instead of your physical router.

  • If Default Gateway looks unusual (e.g. 10.8.0.1 via a VPN app):
    • Disconnect the VPN
    • Check the gateway again

You’re in a Corporate or Managed Network

At work, school, or in some apartment buildings:

  • Your device may not be connected to a simple home-style router.
  • The “gateway” may be a managed firewall or central router deep in the building’s network.
  • Access to any router admin page may be blocked for regular users.

In that case, the IP you see is still the gateway, but it may not be a device you can log into.


Different User Profiles, Different Router IP Situations

Because of all these variables, the experience of “finding my router IP” can feel very different depending on who you are and where you’re doing it.

Typical Home User

  • Setup: One ISP modem-router or one basic Wi‑Fi router
  • Experience:
    • Uses Windows, macOS, Android, or iOS method
    • Sees a familiar gateway like 192.168.0.1
    • Types it into a browser and reaches a login page

For most home users, this is straightforward once you know where to look.

Gamer or Power User

  • Setup: Maybe uses their own router behind an ISP box
  • Experience:
    • Their PC shows a gateway that belongs to their personal router (good for gaming tweaks and port forwarding)
    • The ISP box might sit “in front” on another IP like 192.168.100.1
    • Sometimes needs to dig deeper to find and access both devices

They might also intentionally run multiple subnets, which means multiple possible gateway IPs depending on which network they’re on.

Remote Worker or Student

  • Setup: Uses home internet but often runs a VPN or company software
  • Experience:
    • Might see a VPN gateway instead of their physical router IP
    • Needs to disable VPN temporarily to see the home router address
    • May also run into conflicts if home and office networks use similar IP ranges

Shared Housing or Apartment Networks

  • Setup: Central router or gateway provided by the building
  • Experience:
    • Devices show a gateway IP, but:
      • The web interface might be blocked
      • Admin access is restricted
    • The visible gateway may represent building-wide infrastructure rather than a private home router

Where Your Own Situation Fits In

All of these methods work because every device needs to know which IP address to send traffic to by default — the default gateway. That value is the router IP you’re looking for.

The route you take to find it depends on:

  • Device type you’re using (Windows, Mac, phone, tablet, Linux)
  • How you’re connected (Wi‑Fi, Ethernet, hotspot, VPN)
  • Network complexity (single home router vs multiple routers, ISP combo devices, business networks)
  • Whether defaults were changed (custom subnets, renamed devices, advanced setups)

Once you match the instructions to your device and understand what kind of network you’re on, the “Default Gateway” or “Router” field your device shows you will point to the right IP — and from there, what you do with that address depends entirely on how you want to manage or customize your own network.