How to Find the IP Address in Your Router

Whether you're troubleshooting a network issue, setting up port forwarding, or just curious about how your home network is organized, knowing how to find IP addresses stored in or assigned by your router is a genuinely useful skill. The process isn't complicated — but it does vary depending on what you're looking for and how you're approaching it.

There are actually two different IP addresses most people mean when they ask this question, and they're found in different ways.

The Two IP Addresses Worth Knowing

Your Router's Local (Gateway) IP Address

This is the address your router uses on your local network — the internal address that devices like your laptop, phone, and smart TV use to communicate with the router. It's typically something like 192.168.1.1 or 192.168.0.1, though some routers use 10.0.0.1 or other private ranges.

This is the address you type into a browser to access your router's admin panel.

Your Public (WAN) IP Address

This is the address your internet service provider (ISP) assigns to your router, making it visible to the outside internet. It changes periodically unless you've paid for a static IP. Every device on your home network shares this single outward-facing address.

Both are "IP addresses in your router" — but they serve completely different purposes and are found differently.

How to Find Your Router's Local IP Address

From a Windows PC

  1. Open Command Prompt (search for cmd)
  2. Type ipconfig and press Enter
  3. Look for Default Gateway under your active network adapter

That value — usually 192.168.x.x or 10.x.x.x — is your router's local IP address.

From a Mac

  1. Open System Settings (or System Preferences on older macOS)
  2. Go to Network, then select your active connection (Wi-Fi or Ethernet)
  3. Click Details (or Advanced on older versions)
  4. Look under the TCP/IP tab for the Router field

From an iPhone or iPad

  1. Open Settings → Wi-Fi
  2. Tap the ⓘ icon next to your connected network
  3. Scroll to find the Router field

From an Android Device

Steps vary slightly by manufacturer, but generally:

  1. Go to Settings → Network & Internet → Wi-Fi
  2. Tap your connected network
  3. Look for Gateway or Router in the network details (you may need to expand "Advanced")

From the Router's Label

Many routers have a sticker on the bottom or back that lists the default gateway IP, admin username, and password. If the IP hasn't been changed from factory settings, this is the fastest method.

How to Access Your Router's Admin Panel

Once you have the local IP address, type it directly into a web browser (e.g., http://192.168.1.1). You'll be prompted for a username and password. Default credentials are often printed on the router label or available in the manual — though you should change these if you haven't already.

Inside the admin panel, you can typically find:

  • The public/WAN IP address (often listed on the status or overview page)
  • A list of connected devices and their assigned IP addresses
  • DHCP lease table showing which local IPs have been handed out to which devices
  • DNS server settings, subnet masks, and other network configuration details

🔍 The exact layout varies significantly between router brands and firmware versions (ASUS, TP-Link, Netgear, and others all use different interfaces).

How to Find Your Public IP Address

If you specifically need the IP address your router presents to the internet, the easiest method is to search "what is my IP" in any browser — the result appears at the top of the page and reflects your current public IP.

Alternatively, inside your router's admin panel, the WAN IP or Internet IP is usually displayed on the main status page.

MethodFindsBest For
ipconfig / Network SettingsLocal gateway IPAccessing admin panel
Router labelDefault gateway IPQuick reference
Router admin panelWAN IP + all device IPsFull network overview
Browser searchPublic IPExternal visibility check

Why the IP Address Might Not Be What You Expect

A few factors can complicate things:

  • Mesh network systems (like Eero, Google Nest, or Orbi) may have multiple nodes, and the "main" router IP isn't always obvious from connected devices
  • ISP-provided modem-router combos sometimes place the router behind a second NAT layer, meaning what looks like a "public" IP in the admin panel is actually another private address
  • VPNs can change what your devices report as the gateway or mask the public IP entirely
  • IPv6 adds a second set of addresses — many routers now assign both IPv4 and IPv6 addresses simultaneously, which can appear confusing in network settings

What You Can Do With This Information

Finding your router's IP is usually a first step toward something else: accessing admin settings, diagnosing connectivity issues, setting up a static IP for a device, configuring a VPN, or checking which devices are on your network.

The method that works best — and what you do once you have the address — depends heavily on your router model, your operating system, and what you're actually trying to accomplish from there. 🖥️