Detecting your IP address…

What Is My IP Address?

Instantly discover your public IPv4 & IPv6 address, ISP, geolocation, and network details — all in one place.

IPv4 + IPv6
Detection
Real-Time
Live Data
100% Free
No Registration
Private
No Storage

Your Network Information

Real-time data retrieved from a third-party geolocation API. Results are approximate.

Detecting…
Public IPv4 Address IPv4
Loading…
Detecting
Public IPv6 Address IPv6
Loading…
Detecting
ISP / Organization
City
Region / State
Country
Continent
Timezone
Latitude
Longitude
Proxy / VPN
Mobile Network
Hosting / Datacenter
Currency

Privacy notice: To display your network information, this page makes requests to third-party geolocation APIs (ipapi.co, with ipwho.is and geojs.io as automatic fallbacks) and to api64.ipify.org for IPv6 detection. These services necessarily receive your IP address as part of the lookup request. No IP address or personal data is stored on our servers. See our Privacy Policy for full details.

IP Geolocation Map

Your IP address has been approximately mapped to the location below. This is not your exact physical address.

Approximate IP Location — Not Exact Address

Complementary Network Diagnostic Tools

Useful tools to help you understand and diagnose your network connection.

IP Address Lookup

Look up detailed geolocation and ISP information for any IPv4 or IPv6 address. Useful for identifying where a connection originates.

Active — This Page
Speed Test

Measure your internet download and upload speed and ping latency. Use an established tool like Speedtest.net for accurate results.

Open Speedtest
DNS Lookup

Query DNS records for any domain. Check A, AAAA, MX, TXT, NS, and other record types using MXToolbox or Google's DNS checker.

Open DNS Checker
Data Breach Scanner

Check if your email address has appeared in known data breaches using the trusted Have I Been Pwned database by security researcher Troy Hunt.

Check Breaches

The Complete Guide to IP Addresses, Networking & Online Privacy

Everything you need to know about how IP addresses work, what they reveal, and how to protect your privacy online.

What Is an IP Address?

Picture a large apartment building. The building itself has a street address so mail carriers know where to deliver packages, and every apartment inside has its own unit number so the mail actually reaches the right door. An IP address works the same way for your device: it's the number that lets the rest of the internet find you and lets your replies find their way back.

Technically, an IP address (short for Internet Protocol address) is a numeric label that every device on a network carries so it can be located and reached. It does two jobs at once — it says "this is who I am" on the network, and it says "this is where to send data meant for me." Strip that system away and nothing on the internet works: no page would load, no message would arrive, no video would stream.

Nobody hands these numbers out at random. The Internet Assigned Numbers Authority (IANA) sits at the top of the chain, splitting the global address pool among five regional registries. Those registries allocate blocks to ISPs and large organizations, and your ISP is the one that finally hands an address to your connection — the one this page just detected for you.

Worth remembering: nearly everything you own that connects to Wi-Fi has its own address — your phone, your laptop, the smart TV, even the fridge if it's "smart" too. But usually only your router's address is visible from outside your home.

Public vs. Private Addresses — Two Very Different Things

People often assume they have "one IP address." In reality you're carrying at least two at any given moment, and they serve completely different purposes.

Your Public Address

This is the one your ISP hands to your home connection, and it's the one every website you visit actually sees. When you load a page, that server doesn't know or care what device inside your house made the request — all it sees is the public address your router presented on your behalf. The number displayed at the top of this page is exactly that: your public-facing identity on the internet right now.

Your Private Address

Inside your own four walls, things work differently. Your router hands out a separate, private address to every device connected to it — laptop, phone, smart speaker, all of them. These addresses are reserved specifically for internal use under RFC 1918, and they fall into three blocks:

  • 10.0.0.0 – 10.255.255.255 — common in larger or corporate networks
  • 172.16.0.0 – 172.31.255.255 — a mid-sized block, less common at home
  • 192.168.0.0 – 192.168.255.255 — the one you've almost certainly seen on your router's login screen

Here's the interesting part: private addresses get reused endlessly across the planet. Your laptop at home might sit on 192.168.1.5, and so might a laptop in a flat in Tokyo, at the exact same time. That's fine — private networks are sealed off from each other, so there's zero conflict.

Which one does this page show? Your public address — the one assigned by your ISP. Your router's internal addressing (things like 192.168.x.x) never leaves your home network, so no website ever sees it.

IPv4 and IPv6 — Why Two Systems Exist

Your dashboard above almost certainly showed an IPv4 address, and maybe an IPv6 one too. They're not competing standards so much as an old system and its long-overdue replacement, both still running side by side today.

IPv4 — the veteran

  • 32 bits per address
  • ~4.3 billion possible addresses
  • Written as dots: 203.0.113.45
  • Rolled out back in 1983
  • Effectively out of fresh addresses
  • Still what most of the internet runs on

IPv6 — the successor

  • 128 bits per address
  • 340 undecillion possible addresses
  • Written in hex, separated by colons
  • Standardized back in 1998
  • Built to make IPv4 unnecessary
  • Adoption climbing every year

What actually forced the switch

When IPv4 launched, 4.3 billion addresses sounded inexhaustible. Then smartphones happened, then IoT devices, smart speakers, connected cars — and the math stopped working. By around 2011 the last fresh blocks had been handed out, and registries have been rationing what's left ever since.

IPv6's 128-bit space isn't just bigger, it's absurdly bigger — enough addresses, as the usual comparison goes, to give every grain of sand on the planet its own IP several times over. Beyond solving scarcity, it also routes more efficiently, mostly does away with the need for NAT tricks, and bakes in IPsec support from the start.

If your IPv6 field says "Not Available"

That's normal, not broken. Even decades after IPv6 became a standard, plenty of ISPs — especially in certain regions — still haven't switched their infrastructure over. If this page can't find an IPv6 address for you, it almost always just means your provider hasn't turned it on for your line yet, or your router isn't configured to pass it through.

Getting a Packet from You to a Server and Back

Type a URL and hit enter, and your computer wraps that request in a packet stamped with two addresses — yours as the sender, the server's as the destination. From there it's handed off to router after router, each one just checking "where does this need to go next" and passing it along, hop by hop, until it lands.

The protocol quietly running this whole relay is BGP (Border Gateway Protocol). It's how the large networks that make up the internet — ISPs, cloud providers, universities — tell each other "I can reach this range of addresses," which is how a packet figures out its route without anyone manually drawing a map.

How your whole household shares one address

NAT (Network Address Translation) is the trick that lets every device in your house go online through a single public address. Your router keeps an internal table: when your laptop sends a request, the router swaps the laptop's private address for its own public one before the packet leaves the building. When the reply comes back, the router checks that table and routes it to the right device — your laptop, not your neighbor's smart fridge.

NAT bought IPv4 a lot of extra years by letting entire households run on one public address instead of needing dozens. The trade-off is real, though: it adds a layer of complexity, occasionally breaks peer-to-peer connections, and was always meant as a stopgap — one more reason the industry keeps pushing IPv6 forward.

Why Your Address Sometimes Changes on Its Own

Your ISP is the one issuing whatever address showed up on your dashboard above, and for most home connections that address is dynamic — it's on loan, not owned. Restart your router, wait out a lease renewal, or just let enough time pass, and the ISP might quietly hand you a different number.

Static addresses are the opposite: fixed, permanent, and usually something you pay extra for. Businesses running their own mail server, hosting a website from their office, or maintaining a VPN endpoint tend to want one, since inbound connections need a stable target to aim at.

So does unplugging your router actually change anything?

Sometimes. A restart releases your current DHCP lease and requests a fresh one — whether you get a different address depends entirely on what your ISP's pool has available at that moment. Plenty of providers use "sticky" leasing, quietly reassigning the same address to the same router each time, so in practice your "dynamic" IP might barely ever move.

What a Website Actually Sees When You Visit

There's no way around it: any HTTP or HTTPS request you send carries your IP address as part of the basic plumbing. The server on the other end needs it just to know where to route its reply — that's not optional, it's how the connection works at all.

Once a site has that address, it often keeps it around for practical reasons — spotting abuse, catching fraud, feeding analytics dashboards, satisfying legal record-keeping, or throttling requests from anyone hitting the server too hard. CDNs and firewalls lean on the same data to filter out obviously malicious traffic before it reaches the actual application.

From that one number, a site can reasonably guess your rough region, name your ISP, and flag whether the address looks like a VPN, proxy, or datacenter. What it genuinely can't do is turn that into your street address or your name — an IP number alone just doesn't carry that kind of detail.

How Accurate Is That Dot on the Map, Really?

The marker you saw on the map earlier didn't come from GPS or anything that precise — it came from a database that tries to guess where an IP address "lives" using WHOIS registration records, routing patterns, and a lot of crowdsourced correction data submitted over the years.

How good that guess is depends entirely on how zoomed-in you're asking it to be:

  • Country: usually solid, around 95–99% reliable
  • Region or state: noticeably shakier, roughly 55–80%
  • City: a coin-flip in places, typically 50–75%
  • Exact street address: not something IP data can honestly give you

Worth being blunt about: the pin on the map is a best guess, not a GPS fix. It can be off by dozens of miles, and in some cases by hundreds — especially outside major cities or when your traffic bounces through a distant server before reaching you.

A few things reliably throw the guess off: ISPs that register whole address blocks under a head-office address far from where customers actually sit; mobile carriers that funnel traffic through one central gateway regardless of where you're standing; CDNs and cloud infrastructure sitting in the middle; and, deliberately, anyone routing through a VPN or proxy.

What VPNs and Proxies Actually Change

VPNs

Turn on a VPN and your traffic gets wrapped in an encrypted tunnel that ends at a server run by the VPN company, not at the site you're actually visiting. Everything downstream — the website, your ISP watching the wire — only sees the VPN's address, not yours. That buys you three things at once: your real IP stays hidden from the sites you visit, your ISP loses visibility into which sites you're loading, and you can appear to be browsing from wherever that server happens to sit.

None of that makes a VPN a magic cloak, though. The provider itself sits right in the middle of your traffic and can see exactly what you're doing — which is the whole reason a genuinely audited no-logs policy matters more than marketing copy. And leaks happen: a misconfigured client can let your real IP slip out through DNS requests, WebRTC, or IPv6, even while the VPN thinks it's fully engaged.

Proxies

A proxy does something similar on paper — it relays your traffic through its own address — but usually skips the encryption entirely. HTTP/HTTPS proxies typically only cover your browser's traffic, not your whole device, while SOCKS proxies work lower in the stack and can carry more than just web traffic.

One caution worth repeating: free public proxies are frequently run by people with an interest in your unencrypted traffic, not by anyone doing you a favor. Treat them accordingly.

Does a new IP actually make you private?

Partly. Swapping your visible IP — through a VPN, a proxy, or just asking your ISP for a new lease — does cut down on IP-based tracking. But it's one thread in a much bigger web: cookies, browser fingerprinting, and logged-in sessions all keep tracking you regardless of which IP you're showing up with. A new address is a piece of the privacy puzzle, not the whole picture.

DNS: The Step Most People Never Think About

You remember domain names, your computer only understands numbers — that gap is exactly what DNS bridges. Type example.com and somewhere behind the scenes a lookup translates that name into the actual IP address your browser needs to connect to.

That lookup goes to a resolver — usually your ISP's by default, though nothing stops you from pointing your device at Google's 8.8.8.8 or Cloudflare's 1.1.1.1 instead. Whichever resolver answers, it hands back the matching IP and your browser takes it from there.

Here's the privacy catch: whoever runs that resolver sees the name of every site you look up, encryption or not, because the lookup happens before the encrypted connection even starts. Switching to a resolver that supports DNS over HTTPS or DNS over TLS closes that particular window, keeping your lookups hidden from your ISP and anyone else sharing your network.

Where IP Addresses Show Up in Security

Firewalls lean on IP addresses as one of their most basic filters — deciding what to let through, what to slam shut, and what to log for someone to review later. A few patterns come up again and again:

  • Allowlists: only a specific set of trusted addresses gets through, everyone else is refused
  • Blocklists: known bad actors get refused outright, everyone else passes
  • Rate limiting: caps how many requests one address can fire in a given window, choking off abuse
  • Geo-blocking: access decided by the country a request appears to come from
  • Intrusion detection: traffic patterns get watched for anything that looks off, tied back to the source address

The good news for the average home user: just knowing your IP doesn't hand an attacker much. Your router's NAT and firewall quietly reject most unsolicited traffic before it ever reaches your devices. What actually moves the needle on your exposure is boring but effective — keep your router's firmware current, turn off remote management you don't use, and don't run your Wi-Fi on a password you set five years ago.

Where Your IP Fits Into the Privacy Picture

Plenty of legal systems treat an IP address as personal data, and for good reason — combined with ISP records, it can be traced back to a specific account. That's exactly the mechanism copyright holders use: collect the IP addresses tied to alleged infringement, then subpoena the ISP for the name behind the address.

Regulations like the EU's GDPR and California's CCPA reflect that reality by folding IP addresses into their definitions of personal data, which means sites logging your IP generally have to say so in their privacy policy, and in some jurisdictions need your consent to do it.

If you want to tighten things up on your end, the usual toolkit still applies: a VPN you actually trust, DNS over HTTPS turned on in your browser, privacy-minded extensions, some caution logging into accounts over open Wi-Fi, and the occasional look through the privacy settings of the services you actually use.

A Few Myths Worth Putting to Rest

  • "Someone can pull up my house from my IP." Not really — geolocation gets you a general area at best. Only your ISP can tie an address to an actual account, and they don't hand that over without a legal order.
  • "My IP identifies me personally." It identifies a connection, not a person. Everyone under your roof shares it, and at a busy café dozens of strangers might be sharing the exact same address right now.
  • "A VPN makes me invisible online." It hides your IP from the sites you visit — full stop. It does nothing against cookies, fingerprinting, or the fact that you're logged into your own accounts, and the VPN provider itself still sees everything.
  • "Changing my IP protects me from hackers." Most attacks don't start with "let's find their IP first." Updated software and decent passwords do far more heavy lifting than rotating addresses ever will.
  • "IPv6 exposes my MAC address to everyone." That was true of very early implementations. Modern systems use RFC 4941 privacy extensions that rotate temporary, randomized addresses specifically to prevent that kind of tracking.

Frequently Asked Questions

Answers to the most common questions about IP addresses, privacy, and networking.

It's the number your ISP assigns to your internet connection — think of it as the return address on every packet you send out. Servers need it to know where to send their response back to.

This page detects it live, right when you load it, by asking a geolocation service what address your request is coming from. What you see in the dashboard above is exactly what every site you visit sees too.

No, and this is worth being clear about: geolocation from an IP can point to a region, a city, sometimes an ISP — but it has no reliable way of getting down to your actual street.

How close it lands varies a lot. Sometimes it's within a few miles, sometimes it's off by hundreds — rural areas, mobile connections, and ISPs that route through distant data centers all make the guess worse. Treat the pin on the map above as a rough estimate, not a location fix.

IPv4 is the older, 32-bit format you're probably used to seeing — four numbers separated by dots, like 203.0.113.45. Its pool tops out around 4.3 billion addresses, and that pool is basically spoken for at this point.

IPv6 is the 128-bit replacement, written in hex with colons — something like 2001:0db8:85a3::8a2e:0370:7334. Its address space is so vast (340 undecillion, roughly) that running out again isn't a realistic concern, and it brings better routing and built-in security along with it.

If your address is dynamic (the default for most home connections), restarting your router and waiting on a fresh DHCP lease will sometimes get you a new one. No guarantees, though — some ISPs use sticky leasing and will just hand you back the same address.

For something more reliable, a VPN or proxy will consistently show a different address to the outside world. If you're on a static IP, you'd need to call your ISP to change it. Either way, a new IP alone won't make you anonymous — plenty of other tracking methods don't care what your IP is.

It depends. A restart releases your current lease and requests a new one from your ISP, but whether that actually lands you a different address comes down to how your provider's DHCP is configured.

Many ISPs quietly reassign the same address to the same router every time (a "sticky" lease), so a quick restart often changes nothing. If you genuinely need a new address, leaving the router unplugged for several hours — overnight, ideally — gives the old lease time to actually expire on the ISP's side.

Yes, every single time, no exceptions — it's baked into how a connection works. The server has to know your address just to send its response back. The only way around it is to route through something else first, like a VPN or proxy, so the site sees that intermediary's address instead of yours.

Most sites that log your IP do it for fairly mundane reasons — fraud checks, security monitoring, analytics, legal compliance. Under rules like GDPR, they're supposed to disclose that logging in their privacy policy, which is worth a skim if you're curious what a site does with it.

It does — from the outside world's perspective, at least. Once your traffic is routed through a VPN server, every site and service downstream sees that server's address instead of yours.

The VPN provider itself, though, sits right in the middle and does see your real IP — which is exactly why a genuinely audited no-logs policy matters more than the marketing page's promises. Leaks are also a real risk: DNS, WebRTC, or IPv6 leaks can expose your actual address even with the VPN switched on, unless the client has proper leak protection. And no VPN touches cookies, login sessions, or fingerprinting — those keep working regardless.

In a lot of places, yes. The European Court of Justice has held that an IP address counts as personal data under EU law, on the reasoning that it can potentially be tied back to a person via ISP records — which pulls IP handling squarely under GDPR for anyone serving EU users.

In the US it's less uniform and varies state by state. California's CCPA, for instance, explicitly counts an IP address as personal information when it can be linked to a specific consumer or household.

NAT (Network Address Translation) is the trick your router uses to let every device in your house share one public IP address. It keeps a running translation table between your devices' private addresses (things like 192.168.1.x) and the single public address your ISP gave you.

It matters because it single-handedly kept IPv4 viable years longer than it otherwise would have — without it, every device everywhere would've needed its own public address, and the pool would've run dry much sooner. As a side effect, it also acts like an informal firewall: your devices can reach out to the internet freely, but nothing on the outside can just walk in uninvited.

IPv6 needs three things lined up at once: your ISP's network has to support it, your router has to support it, and your operating system has to support it. Miss any one of those and you'll only ever see an IPv4 address. In a lot of regions, it's simply the ISP side that hasn't caught up yet.

Worth checking with your provider directly if you're curious whether IPv6 is on their roadmap for your line. If it is available but not showing up, it may just need enabling in your router's settings — most modern OSes (Windows 10+, macOS, Android, iOS, Linux) already support it natively.

For the average home setup, realistically no. Your router's NAT already blocks most unsolicited connections from reaching your devices — an attacker armed with nothing but your IP doesn't get very far without also finding an actual vulnerability to exploit, usually in the router's own firmware or in something you've deliberately exposed to the internet.

The more realistic risks: outdated router firmware with known holes, or remote management left switched on when it doesn't need to be. Someone with your IP could also try a DDoS to knock your connection offline temporarily, which is annoying but not a breach. Keeping firmware updated, disabling UPnP if you don't use it, setting a real admin password, and turning off remote management covers most of the practical risk here.