Gate46
  1. All tools
  2. Address line

IP lookup

Find out who runs an address and roughly where it is. Useful for a login alert, a line in a server log, or an address someone sent you.

IPv4 or IPv6. A hostname is resolved first, and its first address is looked up.
Enter an address to see who runs it and roughly where it is.

You will get the provider, network number (ASN), organisation, hostname, an approximate location on a map, and the local time there. Private and reserved addresses get an explanation instead of a location. Try one of these:

What an IP lookup can tell you

Every public IP address sits in a block that is registered to a network operator. A lookup reads those public records, plus a location database, and reports what they hold for one address.

  • The network behind it. The provider, its network number (ASN), and the organisation the block is registered to.
  • A rough location. Country, and usually a region and city, with the timezone and local time that go with them.
  • A hostname, if the operator has published a reverse DNS record for the address.

The lookup runs from your browser. The address you enter is sent to a third-party geolocation service, and its hostname is requested from a public DNS-over-HTTPS resolver. Nothing is sent to the address itself.

What it cannot tell you

An IP address identifies a connection, not a person. A lookup cannot give you a name, a street address, a phone number or a particular device. One address often serves a whole household or office, and on mobile and carrier-grade NAT networks many customers share it at the same time. Only the provider can link an address to an account at a given moment, and in most countries they release that only under a legal order.

Why the location is approximate

Location databases are built from registry records, routing data and measurements. They map blocks of addresses to a place, not individual lines, and the place is often where the provider keeps its equipment or has its registered office. The country is usually right. The city is a best guess and can be off by tens of kilometres, more on mobile and satellite connections.

The coordinates point to the middle of that guessed area. That is why they are shown to two decimals and marked approximate, and why the map uses a coarse marker rather than a street pin.

What an ASN is

The internet is a network of networks. Each independently run network, such as an internet provider, a cloud company or a university, is called an autonomous system and has a number written like AS64500. Routers use these numbers to tell each other which address blocks each network carries. The ASN in a result names the network that announces the address to the rest of the internet, and it is usually the most dependable fact in the lookup.

Provider and organisation

Provider is the network that carries the address: the internet provider or hosting company behind the ASN. Organisation is the name registered for the specific block. For a home connection the two are usually the same. When they differ, the organisation is typically a customer of the provider, such as a business with its own block that buys its connectivity from a larger network. To see the registration record itself, run a WHOIS lookup on the address.

VPN, proxy and hosting addresses

If the provider is a cloud or hosting company rather than a consumer internet provider, the address belongs to a server. A person who reaches you from it is using a VPN, a proxy or a relay service, and the location shown is the data centre, not the person. The same check works on your own VPN: switch it on, open My IP, press Check again, and look up the address it shows. The provider should be the VPN's host, not your own internet provider.

Addresses with no public location

Some ranges are never routed on the internet. The tool recognises them, explains the range, and does not send them to the location service.

RangeNameWhere you meet it
10.0.0.0/8
172.16.0.0/12
192.168.0.0/16
PrivateDevices behind a home or office router
127.0.0.0/8
::1
LoopbackA device talking to itself, also known as localhost
169.254.0.0/16
fe80::/10
Link-localTraffic that stays on one network segment. In IPv4 it is a sign that DHCP failed.
100.64.0.0/10Carrier-grade NATThe WAN side of a router whose provider shares public addresses
fc00::/7Unique localInternal IPv6 networks
192.0.2.0/24
198.51.100.0/24
203.0.113.0/24
2001:db8::/32
DocumentationExamples in manuals and guides

Common questions

Can someone find my home from my IP address?

No. A lookup shows your provider and an estimated city, which is often the provider's nearest hub rather than your town. It does not reveal a street, a building or a name. Only your provider holds the link between an address and a customer.

The location is wrong. Can it be fixed?

The address is still correct, and a wrong city does not affect how the connection works. Location data comes from third-party databases. Most of their publishers accept correction requests, and providers can publish their own location feed, but changes take weeks to spread to every site that uses the data.

Does looking up an address notify its owner?

No. Your browser never contacts the address. The lookup reads a location database and asks a public DNS resolver for the reverse DNS record, and neither step tells the owner who was asking.

Why is there no hostname?

Reverse DNS is optional. The operator of the block has to publish a PTR record for each address, and many do not, especially for IPv6. A missing hostname is not a fault. The reverse DNS tool shows the exact query and answer.