Blog · Basics

What is a public IP address?

Direct answer: A public IP address is the address your internet provider (or mobile carrier) exposes to the rest of the internet so servers can send data back to you. Tools like What Is My IP Address IP show that address in your browser.

How it differs from a “local” IP

Devices on your home network often use private ranges (for example 192.168.0.x). Those are not globally unique. Your public IP is what the wider web associates with your connection at that moment.

Does it change?

It can. Many residential connections use dynamic public IPs that rotate. Business lines or special plans may have static IPs. VPNs replace the visible public IP with the VPN exit node’s address.

Open What Is My IP Address IP to read your current IPv4 and IPv6 when available.

Who can see your public IP?

Any server you connect to on the internet needs a return path, so it normally learns your public IP for that session. That includes websites, games, and APIs. They do not automatically receive your name or exact address from the number alone—those come from accounts, forms, or legal process—but geolocation databases map many IPs to a coarse area and an ISP or carrier name. Treat your public IP as network metadata, not a secret password.

One public IP, many devices at home

Your router typically receives one public address from the ISP and shares it with every phone and laptop on Wi‑Fi using NAT. The rest of the world sees that single address for outbound traffic unless a device uses a VPN. For how that sharing works, read NAT and your public IP and same Wi‑Fi, same public IP?

IPv4, IPv6, and what checkers list

You might see only IPv4, only IPv6, or both. Some networks are IPv4-only; others run dual-stack. If IPv6 is missing, your path or router may not expose it yet—see why IPv6 might not show. Either way, the idea is the same: a public address is globally routable on that protocol; a private address (like 192.168.1.x) is not.

When the number changes

Consumer plans often use dynamic pools, so your public IP can rotate when the lease ends or you reboot the modem. VPNs replace it with the provider’s exit IP until you disconnect. For timelines and causes, see why does my public IP change?

People also ask

Is my IP personal data? Under some privacy laws, IP addresses can be personal data in certain contexts. This article is technical, not legal advice—consult policies relevant to you.

Do I share an IP with neighbors? Not on typical fiber/cable—each home gets its own public address on the WAN side. Mobile CGNAT can share more aggressively.

Why care about IPv6 if IPv4 works? Long-term growth and simpler routing; many networks run both.

Extended guide: mental model

Your public IP is the internet-facing return label for your current connection path. It can change when the path changes. It is not a username and not a device serial—just a routable endpoint for a given moment.

Applications use DNS names for convenience; underneath, connections still target IPs. “What is my IP” questions are about your side of that relationship, not about a website’s server IP.

When learning networking, practice reading traceroute outputs alongside IP checks to see how paths differ by destination—advanced, but it builds intuition.

Keep calm when numbers look unfamiliar after travel—verify VPN state before assuming compromise.

How this fits into everyday troubleshooting

Support tickets often ask for your public IP to correlate firewall logs on their side. You are not “revealing a secret”—you are giving engineers a key that already appears in their connection records. The same applies to many online games: the server already saw your address to send game packets.

Privacy-sensitive users sometimes use VPNs; then the public IP belongs to the VPN exit, not the ISP. That is expected—just label which mode you were in when pasting numbers.

IPv4 scarcity means some subscribers never receive a unique public address; CGNAT may place you behind a shared IPv4 while IPv6 remains unique. Both states are “public” in different senses—see our CGNAT and IPv6 articles when behavior gets confusing.

Teaching kids? Emphasize that IP addresses are network coordinates, not personality traits—helps reduce unnecessary fear while still encouraging safe online habits.

Summary checklist

Public = internet-routable for your session. Private = inside LAN. VPN = borrowed exit. Refresh after changes. Teach others with three bullet points max.

Related guides