What Is an IP Address? A Practical Guide

Public vs private, IPv4 vs IPv6, static vs dynamic — and how to change or hide yours.

Your current public IP is shown above. If you're here to understand what that number actually is — the difference between the address your router shows the world and the one your laptop uses on your home network, or why your IP keeps changing — this guide walks through it in plain English.

Detecting your public IP address, geolocation, ISP, and VPN/proxy status…

Public vs. private IP addresses

Most homes and offices have two kinds of IP address in play at once. The public IP — the one shown at the top of this page — is what your router presents to the wider internet, and it's shared by every device on your network. Private IPs (the familiar 192.168.x.x or 10.x.x.x addresses) are handed out by your router to each device behind it: your phone, your laptop, the smart TV.

Your router bridges the two using NAT (Network Address Translation), rewriting the "from" address on outgoing traffic so replies find their way back to the right device. That's why every device in your house appears to the outside world under a single public IP, and why a site can't tell your phone apart from your laptop by IP alone. This tool only ever sees the public address — it has no way to reach the private ones behind your router.

IPv4 vs. IPv6

IPv4 is the original format you'll recognise: four numbers from 0–255 separated by dots, like 203.0.113.42. It allows about 4.3 billion unique addresses — a number that sounded limitless in the 1980s and ran out years ago. To cope, providers lean heavily on NAT and address sharing, which is part of why so many people sit behind the same public IP.

IPv6 is the long-term fix: much longer addresses written in hexadecimal (like 2001:db8:85a3::8a2e:370:7334), with enough room to give every device its own address many times over. Adoption is well underway, and many connections now run "dual-stack" — IPv4 and IPv6 at the same time. This tool reports the IPv4 address your connection presents, which is still what the majority of sites log.

Dynamic vs. static IP addresses

Most home connections use a dynamic IP: your ISP leases you an address from a pool and can change it, typically when you reboot your router, when the lease expires, or during maintenance. That's normal and usually invisible — the address just quietly changes. It's also why the IP you see today may differ from the one you saw last week.

A static IP never changes and is usually something you pay extra for. Businesses want them for hosting servers, running mail, or whitelisting access to internal systems; most home users have no need for one. If you're not sure which you have, check the same IP over a few days — if it moves, it's dynamic. Note that some ISPs also use carrier-grade NAT (CGNAT), where even your "public" IP is shared with other customers, which can complicate hosting anything from home.

How to find, change, or hide your IP

Finding it is the easy part — it's at the top of this page. Changing it depends on your setup: on a dynamic connection, rebooting your router (or leaving it off for a while) often pulls a new address; if you need a specific change, your ISP can usually help. Static addresses only change if your provider reassigns them.

Hiding your IP is a different goal, and the tools differ by trade-off. A VPN routes your traffic through a server and presents that server's IP to the sites you visit — fast and convenient, and the most common choice. Tor bounces your traffic through several volunteer relays for much stronger anonymity, at a real cost to speed. Public proxies exist too, but free ones are often slow, unreliable, and untrustworthy for anything sensitive. Whichever you use, the VPN checker on this site is a quick way to confirm the address you're now presenting isn't your home one.

Why your detected IP or location can look off

A few things routinely surprise people. If your location is wrong by a city or more, it's almost always the geolocation database being coarse or stale for your address block, not a fault in the lookup. If you're on mobile data, your IP often resolves to your carrier's regional hub rather than where you're standing. If you have a VPN running that you forgot about, the tool will faithfully show the VPN's IP and location. And on some ISPs, CGNAT means the public IP you see is shared, so it may not behave the way a dedicated address would.

How this lookup works & where the data comes from

Your public IP is read from your connection at request time and looked up in real time — it is not logged or stored on this site. Geolocation, ISP, ASN, and the VPN/proxy and datacenter flags are returned by ip-api.com, whose database maps IP ranges to locations and known networks. IP geolocation is an estimate, typically accurate to the city or region — not your street address — and can be coarse for mobile and shared connections.

Sources & references

  • ip-api.com — real-time IP geolocation, ISP/ASN, and proxy/hosting detection used by this tool
  • RFC 791 (IPv4) & RFC 8200 (IPv6) — the internet standards that define IP addressing
  • RFC 1918 — the private address ranges (10.x, 172.16–31.x, 192.168.x) used behind your router

For information only. iplocator.dev is a free diagnostic tool. Detection results depend on third-party databases and can produce false positives or negatives; a "not detected" result is not a guarantee of anonymity. Nothing here is security or legal advice. Questions or a wrong result? Read more about the site or get in touch.

Frequently Asked Questions

What is the difference between IPv4 and IPv6?
IPv4 is the traditional format (e.g., 192.168.1.1) — four numbers between 0–255 separated by dots, allowing about 4.3 billion addresses. IPv6 is the newer format (e.g., 2001:db8::1) with vastly more addresses. Most traffic still uses IPv4, but IPv6 adoption is growing and many connections run both at once. This tool shows your IPv4 address.
What is the difference between a public and a private IP?
Your public IP is the single address your router presents to the internet, shared by every device on your network — that's the one shown here. Private IPs (like 192.168.x.x) are assigned by your router to each device behind it and aren't visible to outside websites. Your router translates between the two using NAT.
Can my IP address change?
Yes. Most home connections use a dynamic IP, meaning your ISP can assign a new address at any time — usually when you restart your router or when the address lease expires. Some ISPs change IPs more often than others. Businesses and power users can pay for a static IP that never changes.
Is my IP the same on mobile data and Wi-Fi?
No. When you switch from Wi-Fi to mobile data, your device gets a different public IP assigned by your mobile carrier. The location and ISP shown will also differ — mobile IPs often resolve to the carrier's regional hub rather than your exact location.
How do I hide my IP address?
The most common way is a VPN, which routes your traffic through a server and presents that server's IP instead of yours. Tor offers stronger anonymity at the cost of speed by relaying your traffic through several nodes. Proxies also exist, but free public proxies should be avoided for anything sensitive.