See your public IP address along with approximate geolocation, ISP and timezone — useful for debugging and curiosity.
This tool runs entirely in your browser — no data is sent to our servers. If JavaScript is disabled, the fully interactive version will not run; enable JavaScript to compute results.
Your public IP address is the unique identifier your home network presents to the internet. Websites you visit see this IP (not your computer's internal address); it is also what services use to estimate your location for content licensing, fraud detection, abuse blocking and analytics. Knowing your own IP is useful for opening firewall rules to a remote server, allowing yourself into a restricted system, troubleshooting connectivity problems with your ISP, confirming a VPN is working, and simply checking what an external site sees when you connect.
There are two address families. IPv4 uses 32 bits, written as four decimal numbers from 0 to 255 separated by dots (203.0.113.42). The total space is about 4.3 billion addresses, which sounded enormous in the 1980s and ran out in the 2010s as smartphones, IoT devices and cloud servers multiplied. IPv6 uses 128 bits, written as eight groups of four hexadecimal digits separated by colons (2001:db8:85a3::8a2e:370:7334), giving an effectively unlimited supply — enough to assign trillions of addresses to every grain of sand on Earth. IPv6 adoption has been creeping upward for two decades; as of the mid-2020s roughly 40–45% of global traffic is IPv6, varying widely by country (India and France are well above average; many African and Eastern European networks are still mostly IPv4).
Public IPs live on the open internet; private IPs only exist inside a local network. RFC 1918 reserves three ranges for private use: 10.0.0.0/8, 172.16.0.0/12 and 192.168.0.0/16. These addresses are never routable on the internet, which is why every home network can use 192.168.1.x without conflict — your router does Network Address Translation (NAT) so all the devices on the inside share the single public IP on the outside. Mobile carriers and increasingly some fixed-line ISPs run Carrier-Grade NAT (CGNAT), where hundreds of customers share one public IPv4 address. That is why your phone's IP-based location can be entirely wrong, and why some services (gaming, port forwarding, peer-to-peer apps) misbehave on mobile or budget broadband.
IP geolocation is approximate by nature. The lookup uses a free public geolocation database, which maps IP ranges to physical locations based on registration records and ISP-supplied data. Accuracy depends on the database and the connection type: for fixed-line broadband in a major city you can expect 50–100 km of precision (often the location of an ISP routing hub rather than your home), and for mobile networks, satellite links, business connections and rural lines it can be hundreds of kilometres off — or simply land on the country capital because no finer data is available. CDN routing makes things stranger still: if you connect to a service via a CDN edge node, your IP can appear to be in the city where the CDN terminates the connection, not where you actually are.
If you use a VPN, the IP shown is your VPN provider's exit node, not your real IP. The geolocation reflects the VPN exit location, which is exactly the point — VPNs work by tunnelling your traffic to a remote server which then makes the request on your behalf, so the website only ever sees the VPN's IP. This page is one of the simplest ways to confirm a VPN connection is actually working: load it before connecting, note the IP, connect to the VPN, reload, and check the IP has changed. Tor works similarly but uses multiple hops; the exit node IP is what every visited site sees. From an IP alone a website can learn your rough country, region and ISP, but not your name, address or device — those come from cookies, logins, browser fingerprinting and account history, not the IP itself.
For fixed-line broadband in a city, usually accurate to within 50–100 km. For mobile networks, rural connections or business circuits, accuracy drops to "right country, possibly right region" — sometimes the lookup lands on the ISP's registered address (often the capital city) rather than anywhere near you.
Modern home routers block unsolicited incoming connections by default through NAT and the built-in firewall. Your IP being visible is normal — every device connected to the internet has one. The actual risk is from inbound services you deliberately expose (open ports, remote desktop, self-hosted servers) and from outbound attacks (phishing, malware) that do not need to know your IP at all.
Yes — they see every IP you connect to and the timing of the connection. HTTPS encrypts the page content and form data, but the destination domain (via SNI or DNS) is usually visible. A VPN moves that visibility from your ISP to the VPN provider, which is why the VPN's logging policy matters.
IPv4 has 32-bit addresses (4.3 billion total) and is running out. IPv6 has 128-bit addresses, plenty for the foreseeable future. Most devices and operating systems support both; the network will use IPv6 if available and fall back to IPv4 otherwise. About 40–45% of global traffic is now IPv6, with adoption highest in India, France, Germany and the US, and lowest in many parts of Africa and Eastern Europe.
A few reasons. CGNAT shares one IP across many subscribers in different neighbourhoods. CDN routing terminates the connection at the nearest edge node. ISPs sometimes register a whole block of IPs to the central office address rather than the subscriber location. Geolocation databases lag behind real-world IP reassignments. None of these are a sign that something is wrong — they are just how the system works.
No. Public IPs are globally unique and routable on the internet; private IPs (the RFC 1918 ranges 10.0.0.0/8, 172.16.0.0/12 and 192.168.0.0/16) only exist inside a single local network. Your laptop has one of each at the same time: a private IP for the home network and a shared public IP that the router uses on its behalf.
The IP Address Lookup lives alongside Weather & Air Quality on the Network & Web page. That landing page collects every network & web tool Dailiyo publishes, plus the editorial notes on formula sources, review cadence and how each result should (and should not) be interpreted. If a related network & web calculation isn't yet in the collection and you'd like to see it, drop a line via the contact page — the editorial team reviews every request and prioritises tools that come up most often in reader questions.