Change language
English
Menu
Pricing
Proxies
Solutions
Resources
FREE TOOLS
COMPAREAll comparisons

What is my IP address?

This is the address every site you visit sees, and what a site can work out from it: roughly where you are, which provider you connect through, and which browser you use.

Your public IP address IPv4

216.73.216.198

Columbus, Ohio, United States

The dot is the approximate location of your IP address, not of your device.
Internet provider
Anthropic, PBC
Network (ASN)
AS16509
Hostname
Time zone
America/New_York
Postal code
43215
Browser
Operating system
Browser language
HTTP version
HTTP/2
TLS version
TLS 1.3

What a site can notice

  • Your browser's preferred language names the same country your IP address is in.Your browser's preferred language names a different country from the one your IP address is in. Sites that compare the two can see the mismatch — it happens with a VPN or a proxy, and when you travel.Your browser's preferred language does not name a country, so there is nothing to compare it with.
  • Your request carries none of the headers proxies add (X-Forwarded-For, Via, Forwarded), so nothing in it says it passed through one.Your request carries a header that proxies add — X-Forwarded-For, Via or Forwarded. A site can read it, and it can include the address you had before the proxy.
Headers your browser sent

Sent with the request for this page. Headers our network adds on the way in are left out.

User-Agent
Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
Accept
*/*
Accept-Encoding
gzip, deflate, br

Nothing on this card is saved. It is filled in for this one request, and the hostname comes from a reverse DNS lookup of your address.

In short: The address above is the public IP address every site you visit receives, filled in for this request and not saved. Its location and provider are an estimate for the address, not a reading of your device.

Your IP address is the number that identifies your connection on the internet. Every website, app and server you connect to receives it with each request, because it is the address the reply has to go back to. The one shown above is your public IP address: the one your internet provider gives your router or your phone’s connection. It is not the private address your router gives each device at home, which usually starts with 192.168 or 10 — ranges RFC 1918 sets aside for private networks.

From a public IP address a site can look up roughly where you are — usually a city, sometimes only a country — and which provider or company owns the network. It cannot find your street address from the IP address alone.

Where the card’s values come from

  • Location, time zone, postal code and the map dot are the geolocation that Cloudflare, the network serving this page, attaches to your request. Cloudflare calls IP geolocation an estimate.
  • Internet provider and Network (ASN) name the autonomous system your address belongs to: a numbered network, run by one organisation, that tells the rest of the internet how to reach its addresses. Who holds an address block is public record, readable through RDAP services such as ARIN’s; it names the holder, not where a device is.
  • Hostname is the reverse DNS name published for your address, asked of Cloudflare’s 1.1.1.1 resolver by the server rather than by your browser. A slow or empty answer leaves a dash.
  • Browser and operating system come from Client Hints in Chromium-based browsers and from the User-Agent string otherwise; a version that string has frozen, such as macOS’s, is left out rather than guessed.
  • HTTP and TLS version are the protocol versions your browser’s connection to Cloudflare uses, such as HTTP/2 and TLS 1.3.
  • Proxy headers. X-Forwarded-For is a convention rather than a standard; Forwarded is the standard form, defined in RFC 7239. The network in front of this page adds neither, nor Via, so one that appears on the card came from your side. A missing one proves nothing: anonymous proxies leave them out.

Who can see your IP address

Every site and app you use

Each request carries your address, because it is where the reply has to go. The site, the company hosting it and any analytics or advertising scripts on the page all receive it.

Your internet provider

It assigned the address, so it knows which subscriber holds it, and it can see which servers you connect to even when the content of the connection is encrypted.

Other people, in some apps

Peer-to-peer apps, torrent clients and some games connect players and users to each other directly, and each side of a direct connection sees the other's address.

Who reads this page

Anyone checking their own address

See what your address tells a site: roughly where you are, and which provider or company owns the network.

Anyone checking a proxy or a VPN

Confirm that a proxy or a VPN has really changed the address sites see, by reloading this page with it on.

Checking a proxy with this page

  1. Note the address, provider and country

    Take them from the card while the proxy is off.

  2. Set the proxy in your browser

    Or switch it on in a proxy extension.

  3. Reload this page

    Confirm all three are now the proxy’s.

  4. Read both hints

    They are what a site on the other end can notice.

  5. Check apps with their own proxy settings separately

    This page sees only the browser that loaded it, and runs no DNS or WebRTC leak test.

What each way of changing it changes

None of the three changes what your browser itself sends, such as its preferred language, so the hints on the card still apply.
ProxyVPNReconnecting
Address sites seeThe proxy'sThe VPN server'sA new one, only if your provider assigns addresses dynamically
Location and provider sites seeThe proxy'sThe VPN server'sUsually the same country and provider; a new range can place you in another city
Traffic it coversThe browser or app you set it inUsually everything on the deviceEverything on that connection

How to change the IP address sites see

Use a proxy

A proxy forwards your traffic, so sites see its address and its location instead of yours. You can set one for a browser or a single app, and a static ISP proxy keeps the same residential address for as long as you use it.

Use a VPN

A VPN sends everything your device does through its server, and sites see the server's address. A site that looks that address up also sees which network it belongs to, so it can tell a hosting company's address from a home provider's.

Reconnect

Many home and mobile connections are given a new address when they reconnect to the provider. It changes the IP address, but not the country or the provider a site sees.

Take a different address with you

Questions about IP addresses

Can someone find my home address from my IP address?

No. Locating an IP address works from databases that map ranges of addresses to places, and the result is an estimate for the whole range: a city or a region, sometimes only a country, and a postal code that covers an area rather than a building. Which subscriber held an address at a given time is known to your internet provider, which does not publish it, though it can be required by law to disclose it.

Why does my IP address show the wrong city?

The location belongs to the range your address is in, not to your device, and a geolocation database places a whole range at one point. A provider can serve a wide area from one range, so the city shown may be a place nearby rather than yours. With a VPN or a proxy turned on, the location is the server's.

What is the difference between IPv4 and IPv6?

They are two formats of address. IPv4 looks like 203.0.113.42, an address reserved for examples, and there are too few of them, so one is usually shared by every device on a home network. IPv6 is longer, written in hexadecimal with colons, and has enough addresses for each device. A connection can have both; this page shows the one your browser used to load it.

Does incognito or private browsing hide my IP address?

No. Private browsing stops your browser from keeping history and cookies once you close the window. Every site you visit still receives your IP address, exactly as it does in a normal window.

Can a site tell that I am using a proxy?

Sometimes from the headers alone. A transparent proxy adds X-Forwarded-For, Via or Forwarded to every request, and X-Forwarded-For usually carries the address you had before the proxy, so a site sees both. An anonymous proxy leaves those headers out. The card above says whether your request carried one and shows which. Sites can also look the address itself up in IP-reputation and proxy-detection databases, and no header setting changes what those say.

How can I check that my proxy is working?

Set the proxy in your browser and reload this page. If the IP address, location and provider change to the proxy's, your browser's traffic is going through it. This page sees only your browser, so an app set up with a proxy separately needs a check of its own.

What is a hostname?

It is the name the owner of your address range has published for it in reverse DNS, and it often contains the provider's domain. Not every address has one, and then the card shows a dash.

Do you keep the IP address shown on this page?

No. The card is filled in for your request and nothing on it is saved. To show the hostname, the address's reverse DNS name is looked up with Cloudflare's public resolver. The site's analytics are a separate matter, and they load only if you accept cookies.

Which way to change it depends on how much should move: a proxy moves one browser or app, a VPN usually the whole device, and reconnecting gives at most a new address from the same provider. The comparison above sets them side by side.

Sources