Copied!
Your connection

What Is My IP Address? Here it is, and where it points.

The public address your provider gave you, read straight from your connection. Websites see it; your router keeps the private one behind it.

Your IP address
United States flag Columbus, Ohio, United States 43215
IPv4… IPv6…
Full report on this IP
Provider
Amazon Web Services
Network
Organisation
Amazon Web Services Inc.
Coordinates
39.96138, -82.997749
IP version
IPv4

What to do with it

Everything below runs on the address above. Pick what you came for.

X Facebook

Your public IP address is 216.73.216.55. Your provider assigned it to your connection, and every request you send carries it so the server knows where to reply. The card above adds what we know about it: the provider, the network, the city it points to and whether it looks like a VPN.

My IP address and location

The map shows where your IP is registered, not where your phone's GPS says you are. Geolocation databases from MaxMind, IP2Location and the five Regional Internet Registries (ARIN, RIPE, APNIC, LACNIC, AFRINIC) map blocks of addresses to physical regions, and we cross-check them with operator geofeeds and our own reverse DNS work. City level is usually right. Mobile networks, satellite links and VPNs can put you hundreds of kilometres away, because the traffic leaves the network at a central hub rather than at your door.

IPv4 vs IPv6: what is the difference?

An IPv4 address is four numbers separated by dots, like 203.0.113.45, and there are about 4.3 billion of them. That pool ran out in 2011. IPv6 is longer and hexadecimal, like 2001:db8::8a2e:370:7334, with 340 undecillion addresses, enough for every device on the planet many times over. Most providers now run both at once (dual-stack), so your device may hold an IPv4 and an IPv6 address at the same time. The two tags in the card show which ones your browser can use right now.

The browser shows the public IP with its IPv4 and IPv6 forms and the VPN verdict

How to find my IP address on any device

For the public IP, this page is the fastest way: it is at the top the moment the page loads, nothing to install. For the private IP behind your router:

  • Windows: open Command Prompt and type ipconfig. Look for "IPv4 Address" under your active adapter.
  • Mac: System Settings, then Network, pick your connection and the IP is in the details pane.
  • iPhone: Settings, Wi-Fi, tap the network you are on and scroll to "IP Address".
  • Android: Settings, Network & Internet, Wi-Fi, tap the connected network and look for "IP address".
  • Linux: run ip addr or hostname -I in a terminal.

Those commands show the private address behind the router. The public one, the one websites see, is different, and only an outside service like this page can tell you what it is.

Public vs private IP address

The address on this page is public: every server you talk to sees it. Inside your home each device gets a private one (usually 192.168.x.x, 10.x.x.x or 172.16-31.x.x) that only works on your local network. Your router translates between the two (NAT, Network Address Translation), which is how twenty devices in one house share a single public address.

What can someone do with my IP address?

See your rough city, your provider and your connection type. That is about it. With your IP someone could scan your ports for open services, try to get you rate-limited or blocked on a website, or file a bogus abuse report. They cannot get into your computer, read your files, take your passwords or find your street address. Only your provider can tie an IP to a person, and it takes a court order.

Why does my IP change?

Most home connections get a dynamic address through DHCP. Your provider hands you one from a pool, and it can change after a router restart, when the lease runs out or after an outage. That is normal; it is how providers stretch the scarce IPv4 space across millions of customers. If you need a fixed address for a server, a camera or remote access, ask your provider for a static IP. It usually costs a small monthly fee.

Check my IP for VPN leaks

On a VPN, the address at the top should belong to the VPN company, not your provider. If it is still your real one, the VPN dropped or something is leaking: DNS, WebRTC or IPv6. Run the DNS Leak Test and the IP Leak Test to confirm everything goes through the tunnel. A working VPN replaces your IP in all outgoing traffic, so websites cannot see your real location.

How to hide my IP address

A VPN (Virtual Private Network) is the most effective way. It encrypts your traffic and sends it through a server in another country, so websites see that server's address instead of yours. A proxy is faster but does not encrypt. The Tor network gives the strongest anonymity but is very slow. We compare all three in the Hide My IP guide.

Questions we get a lot

What is my public IP address right now?
It is the address at the top of this page. It comes from the connection you are using at this moment, so on a VPN you see the VPN server, not your own line.
Is my IP address static or dynamic?
Most home connections are dynamic: the address changes now and then. Static addresses stay the same and are mostly used for servers and business lines. Note your IP, restart the router and compare. If it changed, it is dynamic.
Why does my IP show a different city?
Your provider may route traffic through a hub in another city. Mobile networks and CGNAT, where thousands of people share one public IP, do this a lot. The database maps the address to where the provider registered it, not to your chair.
Can my IP address be traced to my home?
Not by a website or a stranger. An IP gives a rough area, usually the city, and the name of your provider. Only the provider knows which customer had it, and they need a court order to say.
What is the difference between IPv4 and IPv6?
IPv4 addresses are 32 bits long (192.0.2.1) and there are about 4.3 billion of them. IPv6 addresses are 128 bits (2001:db8::1), about 340 undecillion, which ends the shortage. Most networks run both at the same time.
Does a VPN hide my IP completely?
A properly set up VPN replaces your IP in everything you send. DNS, WebRTC and IPv6 leaks can still give your real address away if the app does not block them. Check with this page and a leak test after you connect.
What can someone do with my IP address?
See your rough city and your provider, scan your ports, or try to get you blocked on a website. They cannot get into your computer, take your data or find your home address. For most people the risk is small.
How do I find my IP address on my computer?
For the public IP, open this page. For the private one: type ipconfig in Command Prompt on Windows, open System Settings then Network on a Mac, or run ip addr in a terminal on Linux.

Related on Blog

Related questions from the rest of the site

Short answers, each with a link to the page that explains it in full.

How do I find my IP address?
Public IP: use our tool or Google "what is my ip". Local IP: run ipconfig (Windows) or ifconfig (Mac/Linux). From the terminal you can also run curl ipwhois.net/ip to get your public IP as plain text. Read more
What is a DNS leak?
When DNS queries bypass your VPN and go through your ISP, exposing which sites you visit. Read more
What is an IP address?
A unique numerical label assigned to every device on a network. IPv4 uses 32-bit addresses (e.g. 192.168.1.1), IPv6 uses 128-bit. Read more
What is a private IP address?
Reserved ranges (10.x, 172.16-31.x, 192.168.x) used inside local networks. Not routable on the public internet. Read more
What is a VPN?
Encrypts your traffic and routes it through another server, hiding your real IP and preventing ISP tracking. Read more