Last updated
- Your router WAN IP address is the IPv4 address your ISP assigns to the internet-facing port of your router — not the
192.168.x.xaddress of the admin page. - The most reliable way to find it is to log into your router’s admin interface and look for a WAN, Internet, or Status section.
- Different router brands use different labels — the table below covers the most common ones.
- If your WAN IP starts with
100.64through100.127, your ISP is using carrier-grade NAT (CGNAT) and you do not have a unique public IP. - When your WAN IP and your visible public IP match, you have a direct internet connection and port forwarding works.
Your router’s WAN IP address is the address that faces the internet. It is what your ISP assigns to the outside of your router, not the private address used inside your home network. Most people never need it.
If you are setting up port forwarding, detecting CGNAT, or configuring remote access, it is exactly what you need. The tricky part: routers display several IP addresses, and it is easy to grab the wrong one. This guide shows you where to find the WAN IP, what labels to look for across router brands, and what to do when the admin page is unreachable.
What is a router WAN IP address?
A router WAN IP address is the IPv4 address your ISP assigns to the internet-facing side of your router. It is the address the internet sees when your network sends outbound traffic. It is distinct from the private IP addresses assigned to devices on your local network.
Every router has two distinct sides. The LAN side connects to your home devices — laptops, phones, printers. It assigns them private addresses in ranges like 192.168.x.x, 10.x.x.x, or 172.16.x.x through 172.31.x.x. The WAN side connects to your ISP’s network and receives a public (or semi-public) IP address. For a full breakdown of how those two address types relate, see our guide on public vs. private IP addresses.
Three addresses are easy to confuse here:
- Your device’s private IP — something like
192.168.1.10. Only meaningful inside your network. - Your router’s LAN/admin IP — typically
192.168.1.1or192.168.0.1. This is the Default Gateway address your devices use to reach the router. It is also the address you type into a browser to open the admin page. It is not the WAN IP. - Your router’s WAN IP — the address assigned by your ISP. This is what external servers see.
The WAN IP is what you want. Everything else is local.
How to find your router’s WAN IP address
Log into your router’s admin interface, navigate to the WAN or Internet status section, and read the address listed under the WAN IPv4 or Internet IP field. That address is assigned by your ISP and identifies your network on the open internet.
The admin page is the most direct method. Follow these steps:
-
Find your router’s admin page address.
This is your Default Gateway address — not the WAN IP, but the address that gets you to the admin interface where the WAN IP is shown.
Windows: Open Command Prompt and run:
ipconfigLook for the Default Gateway line under your active network adapter.
macOS: Go to System Settings → Network → your active connection → Details → TCP/IP. The Router field shows the address.
Linux: Open a terminal and run:
ip routeRead the IP address after
default via. -
Open the admin page in a browser.
Type the Default Gateway address into your browser’s address bar and press Enter. Common addresses are
192.168.1.1,192.168.0.1, and10.0.0.1. -
Log in with your router credentials.
Default usernames and passwords are printed on a sticker on the router, usually on the bottom or back panel. If the credentials were changed and you no longer know them, a factory reset restores the defaults — but it also erases your Wi-Fi settings and any custom configuration.
-
Navigate to the WAN or Internet status section.
Different manufacturers organize this differently. Look for a page or tab labeled WAN, Internet, Status, Connection, or Broadband. On some routers it appears on the main dashboard. On others it is one level deeper.
-
Read the WAN IP address.
The WAN IP appears in a field labeled WAN IPv4 Address, Internet IP Address, External IP, or a similar name. It should not start with
192.168,10., or172.16–172.31. Those ranges are private. If you see one, your ISP is likely using CGNAT — covered in the section below.
Label variations by router brand
Router manufacturers use different names for the WAN IP. Common labels include WAN IPv4 Address, Internet IP Address, External IP Address, WAN IP, and ISP IP Address. The field is almost always on the main status page or the first page of the Internet or WAN settings section.
Use the table below to find the right label for your hardware. Click any column header to sort.
| Brand | Where to look | WAN IP label |
|---|---|---|
| Asus | Network Map → main dashboard | WAN IP Address |
| Netgear | Advanced → Router Information | Internet Port / WAN IP |
| TP-Link (Archer) | Status page (home screen) | Internet IP Address |
| TP-Link (Deco mesh) | Deco app → More → Advanced | WAN IP |
| Linksys | Status → Internet | Internet IP Address |
| Ubiquiti (UniFi) | UniFi Network → Dashboard → WAN | WAN IP Address |
| Eero | Eero app → network settings | ISP IP Address |
| Google Nest Wifi | Google Home app → Wifi settings | WAN IP |
| ISP-provided modem/gateway | Varies — look for Connection or Broadband Status | External IP / Broadband IP / Public IP |
ISP-supplied modem/router combos — common from Xfinity, AT&T, Verizon, and similar carriers — sometimes hide the WAN section or lock down the admin interface. If the WAN IP is not visible, check your ISP’s mobile app or customer portal instead.
What to do when the admin page won’t open
If the admin page is unreachable, first confirm you have the correct Default Gateway address using ipconfig or your OS network settings. A page that won’t open doesn’t turn your Gateway address into the WAN IP — those are still two different things.
A few situations prevent admin page access:
Hold the reset button on the router (usually a pinhole, held for 10–15 seconds) to restore factory defaults. Default credentials appear on the router’s sticker. Be aware this wipes any customized settings.
Mobile hotspots do not expose a browser-based admin page. Your phone acts as the router. Check your phone’s hotspot settings under its network configuration — iOS and Android both show the assigned IP there, though it may be a CGNAT address from your carrier.
Some ISPs disable or hide the WAN section on their hardware. In this case, your ISP’s customer portal or mobile app is the only way to see the WAN IP without calling support.
You have no access to the router on networks you do not control. A public IP lookup shows the address that external servers see, which may be sufficient depending on what you are trying to accomplish.
When your WAN IP and public IP are different
Your router’s WAN IP and your visible public IP are normally identical. When they differ, your ISP is running carrier-grade NAT (CGNAT). This adds an extra NAT layer that places many customers behind one shared public IP. It is now standard on mobile carriers, fixed wireless, and satellite ISPs.
To check for CGNAT, compare two addresses:
- Your router’s WAN IP (from the admin page, as described above)
- Your visible public IP from our IP address tool
If those two addresses are different, CGNAT is in play. A second giveaway is the WAN IP itself: addresses in the 100.64.0.0–100.127.255.255 range are reserved specifically for CGNAT use under RFC 6598.
Port forwarding does not work behind CGNAT. Rules set on your router only control traffic arriving at your WAN IP. When CGNAT is active, your WAN IP is not the address the internet reaches — the ISP’s shared IP is. Traffic from outside never makes it to your router’s WAN port.
For a deeper look at how NAT operates at both layers, see our explainer on how NAT works. If you need inbound access and your ISP uses CGNAT, options include requesting a static public IP from your ISP (available on some business plans), using a VPN service with port forwarding support, or switching providers.
Why the WAN IP matters for common tasks
The WAN IP is the address external systems use to reach your network. Port forwarding rules, remote access configurations, server allow-lists, and email PTR records all reference this address. Getting the wrong IP here means a rule or connection that simply does not work.
Port forwarding. Rules in your router map incoming traffic on a specific port to a device on your LAN. Those rules operate at the WAN IP. When someone connects from outside, they connect to your WAN IP. If your WAN IP changes frequently, a dynamic DNS (DDNS) service maps a stable hostname to your current WAN IP automatically.
Remote access to home servers or NAS devices. Whether you run a Plex server, a Home Assistant instance, or a NAS device, external access requires knowing the WAN IP. This ties directly into port forwarding — our port forwarding guide covers the full setup process.
Firewall allow-lists. Cloud services, VPNs, and SSH configurations often restrict access by IP. When you add your home network to an allow-list, you enter the WAN IP. Entering the LAN or admin IP produces an allow-list entry that never matches any real traffic.
Email server PTR records. If you run a mail server at home, your WAN IP needs a matching PTR (reverse DNS) record. Mail servers on the receiving end check this. A missing or mismatched PTR record causes messages to land in spam or get rejected outright. If you need to verify your PTR record, a reverse DNS lookup shows what hostname is mapped to your WAN IP.
Troubleshooting connectivity. When diagnosing network issues with your ISP, knowing your WAN IP gives their support team a starting point. It also lets you check whether your IP appears on any blocklists, which can affect email delivery and access to some services. Our network connectivity troubleshooting guide walks through a systematic diagnostic process.
Frequently asked questions
What is the difference between my router’s WAN IP and my public IP?
In most home setups they are the same address. Your ISP assigns a public IPv4 to your router’s WAN port, and web servers see that address when you connect. The two differ only when your ISP uses carrier-grade NAT. In that case, your router’s WAN IP is an intermediate address in the 100.64.0.0/10 range, and the actual public IP is shared across many subscribers.
What does it mean if my WAN IP starts with 100.64?
An address in the 100.64.0.0 to 100.127.255.255 range means your ISP is running carrier-grade NAT. Your router holds a shared intermediate address, not a unique public IP. Port forwarding will not function, and any service requiring inbound connections — game servers, NAS remote access, self-hosted sites — will not be reachable from outside your network.
Can I find my WAN IP without logging into the router?
You can approximate it by running a public IP check. If your ISP is not using CGNAT, the result equals your WAN IP. The router admin page is the only way to see the WAN address directly when CGNAT is a possibility. Some ISPs also expose the WAN IP inside their mobile app or customer portal.
Why does my router’s WAN IP change?
Most ISPs assign dynamic addresses via DHCP. The lease has a time limit, typically 24 hours to several days. When the lease expires or the router reconnects, the ISP may assign a different address from its pool. Restarting the router often triggers a new lease. Business plans and some residential plans offer static IP addresses that do not change.
What is the WAN IP used for in port forwarding?
Port forwarding rules operate on the WAN side of your router. When traffic arrives at a specific port on your WAN IP, the router sends it to a device on your local network. To reach a forwarded port from the internet, the remote system connects to your WAN IP, not a local address. If your WAN IP changes, a dynamic DNS service maps a stable hostname to whatever address your router currently holds.
References
- RFC 6598: IANA-Reserved IPv4 Prefix for Shared Address Space — The specification defining the 100.64.0.0/10 range reserved for CGNAT deployments.
- RFC 1918: Address Allocation for Private Internets — Defines the private IPv4 ranges used on local networks (10.x, 172.16.x, 192.168.x).
- IANA IPv4 Special-Purpose Address Registry — Authoritative list of reserved IPv4 ranges and their designated uses.