How to Find Your Internet Address (Public IP, Local IP, and More)
Your "internet address" isn't a single thing â and that's where most of the confusion starts. Depending on what you actually need, you might be looking for your public IP address, your local (private) IP address, or even your IPv6 address. Each one lives in a different place and serves a different purpose.
Here's how to find all of them, and what they actually mean.
What Is an Internet Address?
An IP address (Internet Protocol address) is a numerical label assigned to a device on a network. It's how devices identify and communicate with each other â think of it like a mailing address for data.
There are two types that most people need to know about:
| Type | What It Is | Who Assigns It | Who Can See It |
|---|---|---|---|
| Public IP | Your address on the internet | Your ISP | Any website or server you connect to |
| Local (Private) IP | Your address on your home network | Your router | Only devices on your local network |
These are not the same number, and they're found in completely different ways.
How to Find Your Public IP Address đ
Your public IP address is what the internet sees. Every device on your home network shares the same public IP â it belongs to your router, assigned by your Internet Service Provider (ISP).
The fastest method: Open any browser and search:
"what is my IP address"
Google, Bing, and most search engines will display it immediately at the top of results. Sites like whatismyip.com or ipinfo.io work the same way.
This address typically looks like:
203.0.113.47(IPv4 format â four numbers separated by dots)2001:0db8:85a3::8a2e:0370:7334(IPv6 format â longer, with colons)
Important: Your public IP can change. Most residential ISPs assign dynamic IP addresses, which means your public IP may be different today than it was last month. Businesses or users who need a stable address can request a static IP from their ISP, usually at an additional cost.
How to Find Your Local IP Address
Your local IP address identifies your specific device within your home or office network. This matters when you're setting up printers, smart home devices, port forwarding, or network troubleshooting.
On Windows
- Open Command Prompt (search "cmd" in the Start menu)
- Type
ipconfigand press Enter - Look for IPv4 Address under your active connection (Wi-Fi or Ethernet)
Your local IP will typically start with 192.168.x.x or 10.x.x.x â these are private IP ranges reserved for internal networks.
On macOS
- Open System Settings (or System Preferences on older versions)
- Go to Network
- Select your active connection â the IP address is listed directly
Or open Terminal and type: ipconfig getifaddr en0 (Wi-Fi) or en1 (Ethernet).
On iPhone or iPad
- Go to Settings â Wi-Fi
- Tap the âšī¸ icon next to your connected network
- Your IP address appears under the IPv4 Address section
On Android
Steps vary by manufacturer, but generally:
- Go to Settings â Wi-Fi (or Connections)
- Tap your connected network
- Look for IP Address under network details â you may need to tap "Advanced"
On Linux
Open a terminal and run: hostname -I or ip addr show
IPv4 vs. IPv6 â Does It Matter?
Most home networks still use IPv4 addresses (the familiar four-number format). But IPv6 â a longer format designed to solve the address shortage â is increasingly supported by ISPs and devices.
When it matters:
- If you're troubleshooting connectivity, knowing which protocol your network prefers can be relevant
- Some services and devices behave differently over IPv6
- VPNs may expose an IPv6 address even when masking your IPv4 address â a potential IPv6 leak
For most everyday users, IPv4 is what comes up by default, and IPv6 stays invisible in the background unless you specifically look for it.
Why Your IP Address Might Look "Wrong"
A few situations that cause confusion:
- VPN or proxy active: Your public IP will show the VPN server's address, not your real one â that's intentional
- Mobile data vs. Wi-Fi: Switching networks gives your device a different public IP entirely
- Shared networks: On a workplace or public Wi-Fi, your public IP belongs to that network's router, not your device personally
- CGNAT: Some ISPs use Carrier-Grade NAT, meaning multiple customers share one public IP â you may not have a unique public address at all
What Your IP Address Reveals (and What It Doesn't)
Your public IP address can reveal your approximate geographic region â typically city-level accuracy at best. It does not reveal your precise street address, name, or personal identity in any direct way.
That said, your ISP can link your IP to your account, and websites log IP addresses as part of standard traffic data. If privacy is a concern â especially when traveling or using public networks â how much your IP address exposes depends heavily on your network setup, what services you use, and whether tools like a VPN are in the picture.
The right answer for your situation depends on exactly that: your setup, your use case, and what you're actually trying to protect or configure.