Where to See Your IP Address: Every Method Explained
Your IP address is one of the most fundamental pieces of information about your internet connection — yet most people have no idea where to find it. Whether you're troubleshooting a network issue, setting up remote access, or just curious about how your connection looks to the outside world, knowing where to look (and which IP address you actually need) makes all the difference.
What Is an IP Address, and Why Does "Where" Matter?
An IP address (Internet Protocol address) is a numerical label assigned to any device connected to a network. It functions like a postal address — it tells other devices and servers where to send data.
The reason "where to see it" isn't a simple one-answer question is that there are actually two distinct IP addresses associated with most internet setups:
- Public IP address — The address your internet service provider (ISP) assigns to your router. This is what websites, apps, and external servers see when you connect to the internet.
- Private IP address — The address your router assigns to each device on your local network (laptop, phone, smart TV, etc.). This is only visible within your home or office network.
These two addresses serve different purposes, and finding one won't tell you the other.
How to Find Your Public IP Address 🌐
Your public IP is assigned by your ISP and sits at the edge of your network — on your router's WAN (Wide Area Network) side.
The fastest method: Open any browser and search for "what is my IP address" in Google, Bing, or DuckDuckGo. The search engine displays your public IP directly in the results.
Alternatively, dedicated lookup tools like ipinfo.io, whatismyip.com, or ipchicken.com display your public IP immediately when you visit them. These tools also typically show your approximate location, ISP name, and whether your address is IPv4 or IPv6.
From your router's admin panel: Log in to your router (typically via 192.168.1.1 or 192.168.0.1 in a browser), and look for a WAN, Internet, or Status section. Your public IP is listed there alongside connection details.
How to Find Your Private IP Address by Device
Windows
- Open Command Prompt (search for
cmd) - Type
ipconfigand press Enter - Look for IPv4 Address under your active network adapter (Ethernet or Wi-Fi)
Alternatively: Settings → Network & Internet → Wi-Fi or Ethernet → Properties — your IP address is listed under the connection details.
macOS
- Open System Settings (or System Preferences on older versions)
- Go to Network, select your active connection
- Your IP address appears on the right panel
Or open Terminal and type ifconfig | grep inet for a full breakdown.
iPhone / iOS
Settings → Wi-Fi → tap the (i) icon next to your connected network. Your private IP address is listed under the IPv4 Address section.
Android
The path varies slightly by manufacturer, but the general route is:
Settings → Network & Internet → Wi-Fi → tap your connected network → Advanced or tap the gear/pencil icon. Look for IP Address in the network details.
Linux
Open a terminal and run ip addr show or hostname -I for a quick readout of all assigned addresses.
Chromebook
Settings → Network → Wi-Fi → select your network → Network tab. Your IP address is listed in the connection details.
Reading the Results: What You're Actually Looking At
| Address Type | Looks Like | What It Means |
|---|---|---|
| IPv4 Private | 192.168.x.x / 10.x.x.x | Your device's address on your local network |
| IPv4 Public | Any other format | Your router's address as seen by the internet |
| IPv6 | Long alphanumeric (e.g., 2001:0db8::1) | Next-gen addressing, increasingly common |
| Loopback | 127.0.0.1 | Internal self-reference, not a real network address |
Dynamic vs. static is another important distinction. Most home users have a dynamic public IP — one that changes periodically as your ISP reassigns addresses. Businesses and servers often pay for static IPs that remain fixed. Your private IP can also be dynamic (assigned by DHCP each time you connect) or manually set as static within your router settings.
Variables That Affect What You See
Several factors shape which IP address you find and what it means for your use case:
- VPN usage — If you're connected to a VPN, tools that display your public IP will show the VPN server's address, not your ISP's assigned address. Your real public IP is masked by design.
- IPv4 vs. IPv6 — Some ISPs now issue IPv6 addresses primarily. You may have both an IPv4 and an IPv6 public address simultaneously, and not all tools display both.
- CGNAT (Carrier-Grade NAT) — Some ISPs place multiple customers behind a single public IP. If you're on CGNAT, the public IP you see may be shared with other users, which matters significantly for port forwarding or hosting services.
- Mobile networks — On cellular data, your IP is assigned by your carrier and changes frequently. It typically reflects the carrier's infrastructure, not your physical location.
- Multiple network adapters — Devices with both Wi-Fi and Ethernet active may have two different private IPs simultaneously.
🔍 Which IP Do You Actually Need?
This is where the "it depends" part becomes unavoidable. Someone configuring a home media server needs their private IP. Someone setting up remote desktop access from outside their network needs their public IP — and probably needs to understand whether it's dynamic or static. Someone checking for a VPN leak needs to compare what tools report against what their ISP assigned. And someone diagnosing a network conflict needs to see all private addresses across devices.
The method that's right for you depends on your OS, your network configuration, whether you're behind a VPN or CGNAT, and precisely what you're trying to accomplish with that address once you find it.