How to See Your Internet Address: IP Addresses Explained
Every device that connects to the internet gets assigned an internet address — more formally called an IP address (Internet Protocol address). Whether you're troubleshooting a network issue, setting up a router, configuring remote access, or just curious, knowing how to find your internet address is a practical skill. The process varies depending on which type of address you need and what device you're using.
What Is an Internet Address?
An internet address is a numerical label assigned to a device on a network. It identifies where your device is — either on your local network or on the broader internet. There are two distinct types you'll encounter:
- Public IP address — The address your internet provider assigns to your connection. This is what websites, servers, and external services see when you browse online. Every household or business typically shares one public IP across all their devices.
- Private IP address — The address your router assigns to each individual device on your local network (your laptop, phone, smart TV, etc.). These addresses only exist within your home or office network and are invisible to the outside internet.
Understanding which type you need shapes how you go about finding it.
How to Find Your Public IP Address 🌐
Your public IP address is assigned by your ISP (Internet Service Provider) and is the same for every device on your network at any given moment.
The fastest way to find it:
- Search engines — Type "what is my IP address" into Google, Bing, or DuckDuckGo. The result appears at the top of the page immediately.
- IP lookup websites — Sites dedicated to this purpose display your public IP along with additional details like your general location and ISP name.
- Your router's admin panel — Log into your router (typically via a browser at 192.168.1.1 or 192.168.0.1) and look under a section labeled "WAN," "Internet," or "Status." Your public IP is usually displayed there.
Public IP addresses can be either dynamic (changing periodically, which is standard for most residential connections) or static (fixed, more common with business plans). If your IP changes and that matters for your use case — running a server, for example — that distinction is worth noting.
How to Find Your Private IP Address
Your private IP address is device-specific. Here's how to locate it across common platforms:
Windows
- Open Command Prompt (search for cmd)
- Type ipconfig and press Enter
- Look for IPv4 Address under your active network adapter
macOS
- Open System Settings (or System Preferences on older versions)
- Go to Network, select your active connection (Wi-Fi or Ethernet)
- Your IP address appears in the connection details
iPhone / iPad (iOS)
- Go to Settings → Wi-Fi
- Tap the ⓘ icon next to your connected network
- Your IP address is listed under the IPv4 Address section
Android
Steps vary by manufacturer, but generally:
- Go to Settings → Network & Internet → Wi-Fi
- Tap your connected network
- Look for IP address in the network details
Linux
Open a terminal and type:
or the older command ifconfig. Your private IP appears next to inet under your active interface.
IPv4 vs. IPv6: Two Formats You'll See
When looking at your internet address, you may encounter two formats:
| Format | Example | Notes |
|---|---|---|
| IPv4 | 192.168.1.45 | Four sets of numbers, most familiar format |
| IPv6 | 2001:0db8:85a3::8a2e:0370:7334 | Longer alphanumeric format, newer standard |
IPv4 has been the standard for decades but is running out of available addresses globally. IPv6 was developed to solve that shortage and supports a vastly larger number of unique addresses. Many modern networks run both simultaneously — a setup called dual-stack. You may see both listed when you check your network settings.
Factors That Affect What You See 🔍
Not everyone sees the same kind of result when looking up their internet address, and a few variables explain why:
- VPN usage — If you're connected to a VPN (Virtual Private Network), the public IP you see will belong to the VPN server, not your actual ISP connection.
- Mobile data vs. Wi-Fi — On cellular data, your public IP is assigned by your mobile carrier and changes frequently. On Wi-Fi, it's assigned by your ISP through your router.
- CGNAT (Carrier-Grade NAT) — Some ISPs — particularly mobile carriers and certain residential providers — place multiple customers behind a single public IP. In these cases, the IP you see may be shared with others, which matters if you're trying to set up port forwarding or host services.
- Router type — Some routers, particularly those provided by ISPs, display network information differently or restrict access to certain admin panel sections.
- Multiple network adapters — A computer with both Wi-Fi and an Ethernet connection active will have a separate private IP for each adapter.
When You Have Multiple Addresses
It's normal and expected for a single device to show several addresses at once: a private IPv4 address, possibly a private IPv6 address, a loopback address (127.0.0.1), and others depending on your network configuration. This isn't a problem — each serves a different purpose in how your device communicates on the network.
What any of that means for your specific setup — whether you need a static IP, how your router is configured, or what your ISP actually provides — depends on your connection type, your hardware, and what you're trying to accomplish.