What does my IP address really tell apps about me?

Ahmed Anwar
7 min read

Most of what people believe their IP address “reveals” about them is wrong. It does not contain your name. It does not contain your street. It does not let a stranger on a forum find your house. It is closer to a return address on a parcel than to a passport. The interesting question is what an IP doesactually give away, because the answer is more mundane than the fears and more interesting than the dismissals.

An IP is a return label, nothing more

Your IP is a number your internet provider hands you so that traffic from the rest of the network can find its way back. On a home connection it looks like 203.0.113.42. On a mobile or newer setup it might be IPv6, something like 2001:db8::1. Either way, the moment your browser opens a connection, the server on the other end logs the IP because the reply has to go somewhere.

A lot of people picture the IP as a fingerprint — some unique signature that ties them personally to every site they visit. It isn’t. Every device on your home router shares the same public IP. On mobile networks, thousands of subscribers can share a single IP at once because the carrier is using a scheme called CGNAT to stretch the limited IPv4 pool. Two people in different cities on the same carrier can show the same address.

What actually comes back from a lookup

Paste any IP into a public geolocation lookup and the response is smaller than people expect:

Notice the absence of the dramatic stuff: your name, your street, your phone number, your device model, your email. None of that lives in the public databases. The films and TV shows that dramatise an IP lookup as a magic identifier are wrong about this in roughly the same way they’re wrong about “enhance, zoom in” pixel magic.

Why the city is wrong so often

Mobile carriers route traffic from huge regions through a small number of gateways before it touches the public internet. If you’re on the east coast of India on Reliance Jio, your IP might land in Mumbai no matter which city you’re actually sitting in. The lookup says Mumbai because that’s where the carrier’s public-facing IP lives, not where you are.

I see the same effect on my own home connection in Karachi. On Wi-Fi the IP usually places me a few suburbs over — close enough to be the right city but never the right neighbourhood. The moment I switch to mobile data, the city jumps somewhere else entirely. Nothing about my physical location changed; the route the packets took did.

The same logic applies behind corporate VPNs. The IP the world sees is the company’s exit point, which might be in a different country to your laptop. This is also why VPN providers can credibly sell you a “virtual location”: as far as any IP-based service can tell, you really are wherever the exit node is sitting.

What a long-running session can infer

A single IP lookup is a snapshot. A site that watches the same IP across many sessions can infer a lot more without ever knowing your name. Times you’re online, the rough places you visit from (home Wi-Fi, office Wi-Fi, your favourite café), and the device fingerprint they can derive from your browser headers all combine into a profile.

This is the part regulators care about, and it’s the part most articles about IP privacy get wrong by focusing on the IP itself. The IP is rarely the limiting factor; the long-running cookie that ties multiple sessions to the same person is. If you only worry about one thing, worry about that one.

When somebody actually needs your real identity

Linking an IP address to a specific human requires the cooperation of the ISP, and the ISP will not hand that over without a legal request. Police can ask. Civil plaintiffs can subpoena. Advertisers cannot — they have to make do with whatever the public databases say. If you ever read a news story about somebody being identified from their IP, there is almost always a court order somewhere in the middle of the story.

Practical takeaways

Try it on your own connection

The cheapest experiment is to open the IP Location tool and click Lookup my IP twice in a row — once on Wi-Fi and once after switching to mobile data. The city often changes. Nothing about you changed; the carrier’s routing decision did. That’s the whole story of IP geolocation in a single tab.

← Back to all posts