IPExposed
Privacy Guide

What Is an IP Address and What Does It Reveal?

6 min read · Updated April 2026

Every time you load a webpage, stream a video, or send a message online, your device announces itself with a number. That number is your Internet Protocol (IP) address — and understanding what it reveals is the first step toward knowing how private your internet use actually is.

What Is an IP Address, Exactly?

An Internet Protocol address is a numerical label assigned to every device on a network. "Internet Protocol" is the set of rules that governs how data travels from one computer to another across the internet. Think of it as the postal system for the web: without an address, nobody knows where to deliver the data you requested.

IP addresses come in two formats. The older format, Internet Protocol version 4 (IPv4), looks like four numbers separated by dots — for example, 71.23.45.67. The newer format, Internet Protocol version 6 (IPv6), looks like eight groups of four hexadecimal characters separated by colons — for example, 2001:0db8:85a3:0000:0000:8a2e:0370:7334. The Internet Assigned Numbers Authority (IANA) oversees the global allocation of IP address space, and the technical specification for IPv6 is defined in RFC 8200 published by the Internet Engineering Task Force.

IPv4 can accommodate about 4.3 billion unique addresses. The world ran out of available IPv4 addresses years ago — which is why most households now share a single public IP address across all their devices, a process explained in the next section.

Why Do You Have Two IP Addresses?

Most people are surprised to learn they have at least two IP addresses at any given moment: a public IP address and a private IP address.

Your private IP address is assigned by your home router to each device on your local network. Your laptop might be 192.168.1.42, your phone 192.168.1.55, and your smart TV 192.168.1.70. These addresses are invisible to the outside internet — they only exist inside your home network.

Your public IP address is what websites actually see. It is a single address assigned to your home router by your Internet Service Provider (ISP) — the company you pay for internet access, such as Comcast, AT&T, or BT. When you visit a website, the request goes from your device to your router, which then forwards it to the internet using the public IP address.

The technology that makes this work is called Network Address Translation (NAT). Your router translates between the many private addresses inside your home and the single public address that represents your entire household to the outside world. Cloudflare's Learning Center explains NAT in detail if you want to go deeper.

In practice: your laptop is 192.168.1.42 at home, but every website you visit sees it as 71.23.45.67 — the public address shared by every device in your household.

What Can Websites Learn From Your IP Address?

Your public IP address reveals more than most people expect — but less than many fear.

What websites can see:

  • Your approximate city. IP geolocation databases map IP addresses to physical locations. This is accurate to the city level in roughly 80% of cases. It is almost never accurate to the street or neighborhood.
  • Your Internet Service Provider. The ISP that owns the IP address block is publicly registered with IANA and visible to any website.
  • Your approximate time zone. IP addresses are assigned regionally, so time zone is usually derivable from location.
  • Your general region or country. Country-level accuracy approaches 99% in most commercial databases.

What websites cannot determine from your IP address alone:

  • Your name, email address, or phone number
  • Your street address or exact building
  • Which device in your household made the request (because of NAT)
  • Your browsing history on other sites

You can see what your IP reveals right now in plain English — including your apparent city, ISP, and whether your connection looks like it belongs to a Virtual Private Network (VPN).

Is My IP Address Personal Information?

In the European Union, the answer is clearly yes. Under the General Data Protection Regulation (GDPR), IP addresses are classified as personal data because they can be used — especially in combination with other data — to identify an individual. The EUR-Lex definition of personal data in Article 4 of the GDPR explicitly cites online identifiers, which include IP addresses.

This means any EU-based website that logs your IP address is processing personal data and must comply with GDPR — including having a legal basis for that processing and retaining the data no longer than necessary.

In the United States, the picture is murkier. There is no comprehensive federal privacy law equivalent to GDPR. A handful of state laws (California's CCPA being the most notable) extend some protections, but in most US states your IP address has limited legal protection against collection and use by third parties.

So What Does This Mean for You?

Here is the practical reality most people overlook:

Every website logs your IP address. This is not optional or hidden — it is how the internet works. Your IP is recorded in server logs alongside the pages you visited, the time of each request, and what browser you used. Those logs can be stored for months or years, shared with advertising networks, and in some jurisdictions sold to data brokers.

Your ISP logs every connection you make. Your Internet Service Provider sees every domain you contact — even over encrypted HTTPS connections — because the initial connection must go through their network. They see "this customer visited facebook.com at 9:14 PM for 23 minutes." In the US, ISPs are legally permitted to sell aggregated browsing data; in the EU, GDPR restricts this practice significantly.

Advertisers use IP addresses for profile matching. When you visit a website with third-party trackers, your IP address is one of several signals used to link your activity across sites and build an advertising profile.

A Virtual Private Network (VPN) changes this equation. Instead of connecting directly to websites, you connect to a VPN server first. The websites you visit see the VPN server's IP address — not yours. Your ISP sees that you connected to a VPN, but not which sites you then visited through it.

Frequently Asked Questions

How do I find my IP address?

The fastest way is to check it at ipexposed.com — we show your public IP address, its apparent location, and your ISP. You can also search "what is my IP" in Google, which displays it directly in the search results. To find your private IP address (the one your router assigned to your device), check your operating system's network settings: on Windows, run ipconfig in the command prompt; on macOS or Linux, run ifconfig or ip addr in the terminal. Your router's admin page (usually 192.168.1.1 or 192.168.0.1) lists every connected device and its private IP.

Can I hide my IP address?

Yes — there are three main approaches. A Virtual Private Network (VPN) routes your traffic through a server in a location of your choosing; websites see the VPN server's IP instead of yours. A proxy server works similarly but typically offers no encryption. The Tor network routes your traffic through three volunteer-run relay nodes around the world, making attribution extremely difficult but also significantly slowing your connection. Each approach involves trade-offs in speed, cost, and the trustworthiness of the intermediary.

Is my IP address always the same?

Usually not. Most residential ISPs assign dynamic IP addresses that change periodically — sometimes daily, sometimes whenever your router restarts. If your IP address is the same today as it was six months ago, you likely have a static IP address, which is typically a paid business feature. Mobile networks often rotate IP addresses even more frequently, and mobile IP geolocation is generally less accurate than residential because carrier networks pool many users behind shared addresses.

Sources