How IP geolocation works (and why the pin is not your house)

City, region, country, and ISP are a database guess, useful for IP lookup, not GPS.

Article · 0 clicks

How IP geolocation works (and why the pin is not your house)

City, region, country, and ISP are a database guess, useful for IP lookup, not GPS.

IP geolocation estimates a city, region, and country from a public IP address. It is not GPS. It is not a warrant. It is a database guess used by CDNs, fraud filters, streaming catalogs, and IP lookup pages like this one. Understanding the limits keeps you from treating an IP tracker like a home address.

How an IP location is stored

Regional internet registries assign blocks of IPv4 and IPv6 to ISPs. Those ISPs announce the blocks from certain networks. Geolocation vendors buy, scrape, and correct maps of “this prefix is usually in this city.” When you look up an IP, the tool matches the number to a prefix and returns city, ISP, latitude, and longitude.

The coordinates are often the center of a metro area or a POP (point of presence), not the building where the laptop sits. Two neighbors can share a public IP through one router and look identical. Two people on the same mobile tower can appear in different cities after a CGNAT hop.

Why the city is sometimes wrong

Business VPNs, cloud hosts, and mobile carriers throw the map off. A “Dallas” IP might be a data center that serves half the country. A VPN server in Singapore will make every site think you are in Singapore. That is the point of changing your IP location.

Stale data is common. ISPs reassign blocks. If an IP lookup and a second geolocation API disagree, believe the overlap (country, ISP), not the street level pin.

What companies use IP geolocation for

  • Show the right language and currency.
  • Enforce geo blocked content and sports licenses.
  • Flag a bank login from a country you never visit.
  • Route you to a nearby CDN node.

None of that requires your name. Combined with cookies and an account, it becomes a profile. Clearing cookies does not reset the IP. A VPN does, if it actually changes the address a what is my IP check shows.

How to read a lookup on this site

Check your public IP, then the city, region, country, and ISP. If you are at home and the city is a few towns off, that is normal. If the country is wrong, you may already be on a VPN, proxy, or corporate gateway.

For a stranger’s IP, IP lookup can show the ISP and a region. It cannot legally prove who sat at the keyboard. Treat geolocation as a hint for IT and privacy, not as a tracking superpower.

Back to Learn