Your Public IP: What It Is and Why It Matters
Your public IP address is the unique address assigned to your internet connection by your Internet Service Provider (ISP). It's the address that every website, server, and online service sees when you connect to them. You can check yours instantly using our free IP checker at the top of this page.
Think of your public IP like your home's street address. Just as the postal service needs your street address to deliver mail, the internet needs your public IP to deliver data — web pages, emails, videos, and everything else — back to your device. Without a public IP, two-way internet communication would be impossible.
Your public IP is distinct from your private IP, which is the internal address your router assigns to your devices (like 192.168.1.5). Your private IP stays hidden behind your router and is never seen by the outside internet. The public IP is the one that matters for anything involving internet communication.
Key facts about your public IP:
- Assigned by your ISP from their allocated address pool
- Shared by all devices in your home (they share one public IP via NAT)
- Visible to every website and service you connect to
- Linked to an approximate geographic location and your ISP
How to Find Your Public IP Address
The easiest way is to use our IP lookup tool — it detects and displays your public IP the moment the page loads, no input required.
For command-line users, several one-liners work on Mac and Linux:
# Using curl (fastest)
curl icanhazip.com
# Alternative
curl ifconfig.me
# Using dig (queries OpenDNS)
dig +short myip.opendns.com @resolver1.opendns.com
On Windows, the dig/curl methods require additional software. The easiest Windows approach remains visiting an IP-checking website. Alternatively, use PowerShell:
(Invoke-WebRequest -Uri "https://icanhazip.com").Content.Trim()
Note: Your public IP is not visible in your device's network settings. Your operating system only shows your private/local IP in Settings or via ipconfig/ip addr — to find your public IP you must query an external service or our tool.
Check Your Public IP Now
Instant, free IP detection — see your address, location, and ISP in seconds.
Hide My IP NowStatic vs Dynamic Public IP Addresses
Your public IP address can be either static (fixed, never changes) or dynamic (changes periodically). Understanding which type you have has practical implications:
Dynamic IP (most home users): Your ISP assigns your public IP from a pool and may change it when your router reboots, after a lease expiry period (often 24 hours to several days), or when you're disconnected for an extended time. Dynamic IPs are cheaper for ISPs to manage and provide a small privacy benefit since your online activity is harder to link across time.
Static IP (businesses, power users): A fixed IP that never changes. Required if you're hosting any publicly accessible service — a website, game server, VPN endpoint, or remote desktop. ISPs typically charge extra (often $10–30/month) for static IPs on residential connections. Business fiber or dedicated internet plans typically include static IPs by default.
To check if your IP has changed over time, run our IP checker at different times and compare the results. If it changes, you have a dynamic IP. You can also check your IP's registration type by running a WHOIS lookup — static IPs are sometimes registered directly to businesses.
What Information Your Public IP Exposes
Every time you connect to a website or online service, your public IP is logged. Here's what can be derived from it:
- ISP and organization: Lookup services can identify your internet provider (Comcast, AT&T, Deutsche Telekom, etc.) with high accuracy
- Geographic location: Country and region with near-certainty; city-level accuracy within 25–100 miles for most residential IPs
- Connection type: Residential, mobile, corporate, VPN, datacenter, or hosting provider
- ASN (Autonomous System Number): The network routing identifier for your ISP's IP block
- Whether you're using a VPN or proxy: Datacenter IPs and known VPN IP ranges are flagged by many databases
This level of detail means websites can fingerprint your connection even without cookies. For a full breakdown of what your IP reveals, use our detailed IP lookup tool. To protect this information, a VPN masks your public IP by replacing it with the VPN server's IP — but always run a DNS leak test afterward to ensure your real IP isn't leaking.

Frequently Asked Questions
Does my public IP address change when I restart my router?
It often does if you have a dynamic IP, but not always. Some ISPs maintain your IP assignment even through router reboots for the duration of the DHCP lease. To force an IP change, leave the router off for several hours (or overnight) to let the lease expire, then reconnect.
Is my public IP address the same on all my devices?
Yes. All devices on your home network share the same public IP address. Your router performs NAT to translate between your single public IP and the private IPs of each device. The website you visit has no way to distinguish which device in your house made the request.
Can websites track me with my IP address?
Yes — IP-based tracking is common. Ad networks and analytics platforms log IPs to identify repeat visitors, detect fraud, and roughly geolocate users. Combined with browser fingerprinting, IP logging enables persistent tracking even without cookies. A VPN or our <a href='/dns-leak-test'>DNS privacy test</a> can help assess your exposure.
My IP shows a location far from where I live — why?
IP geolocation uses ISP registration data, not GPS. Your ISP may register their IP address blocks under a headquarters city that's different from your actual location. This is completely normal and doesn't indicate a problem with your connection.
