What is my IP
See your public IP address instantly.
IPv4
Loading…
IPv6
Loading…
Two requests go out — one over IPv4 to ipv4.toolpage.dev,
one over IPv6 to ipv6.toolpage.dev. Each server echoes
back the source of the connection it received. If your network has
no IPv6 path, the second request fails — which is itself a useful
answer on most UK home broadband.
About this tool
Your public IP is how the internet identifies your connection. It's the address every server you talk to sees — the one that determines which country a streaming service thinks you're in, whether your VPN is actually routing your traffic, and which firewall rules apply when you SSH into your own server from a café.
This tool shows both your IPv4 and IPv6 addresses, read straight from the HTTP request your browser makes to our server. There's no third-party lookup, no geolocation enrichment, and no tracking scripts running on the checker itself. If you're behind a VPN, you'll see the VPN's exit IP; if you're not, you'll see the one your ISP gave your router today.
"No IPv6 detected" is a valid answer and a useful one — most UK home broadband in 2026 is still IPv4-only. Dual-stack (both IPv4 and IPv6 present) is a good sign that your network is modern. Both values are one-click copyable for tickets, firewall rules, or pasting into a DNS record.
How to use this tool
-
Open the page
Your IPv4 and IPv6 addresses appear instantly — there's no button to press, no "check now" step. The IP is already in the request your browser made to load the page.
-
Copy the value
Tap the copy icon next to either address. Useful for support tickets, firewall allow-list rules, DNS A or AAAA records, or telling a colleague which IP a service should be expecting traffic from.
-
Check IPv6 status
"Not detected" under IPv6 is a normal answer on most UK home broadband in 2026. Seeing values under both IPv4 and IPv6 (dual-stack) is a sign of modern provisioning — useful for gaming latency and self-hosting, otherwise not something to worry about.
Frequently asked questions
What's the difference between a public and private IP?
Your public IP is the address the internet sees — it's shared by every device behind your router. Your private IP (usually 192.168.x.x or 10.x.x.x) is only visible inside your local network. This tool shows the public one.
Why does my IPv6 say "Not detected"?
Your connection doesn't have a working IPv6 path to the internet. Most UK home broadband in 2026 is still IPv4-only. BT, Sky, and most mobile networks offer IPv6; Virgin Media and a lot of smaller ISPs don't yet. If you're on a VPN, check whether it supports IPv6 — many tunnel only IPv4 and silently drop v6 traffic.
Why does my IP sometimes change?
Most home ISPs hand out dynamic IPs from a pool, so yours can change when your router reconnects. If you're on mobile data or a VPN, it'll change frequently. Static IPs exist but are usually a paid add-on.
Does this tool record my IP?
No. Your IP appears in standard web server logs (as for any site) for a short period for debugging and security, but we don't store or share it beyond that. No lookup or geolocation enrichment runs on this page.
What's the difference between IPv4 and IPv6?
IPv4 addresses look like 203.0.113.42 — four numbers separated by dots, 32 bits total. The world has run out of fresh IPv4 space, which is why ISPs share addresses between customers using NAT. IPv6 addresses look like 2001:db8::1 — eight hex groups, 128 bits total, essentially unlimited supply. Most modern services support both. A dual-stack connection (both IPv4 and IPv6 present) is a good sign your network is up to date.
How do I check if my VPN is working?
Load this page without your VPN on and note the IP. Turn the VPN on, reload, and check again: the IP should change and should match your VPN provider's region rather than your home ISP. If it still shows your real IP, the VPN isn't routing traffic correctly — often a DNS leak, a misconfigured client, or a captive-portal interference. Some VPNs tunnel only IPv4, so a v6 leak can reveal your real address even while the v4 path is hidden.
How do I find my private (local) IP?
This tool only shows your public IP — the address the internet sees. Your private IP (e.g. 192.168.1.42) lives inside your local network and isn't visible to us. On Windows, run ipconfig in Command Prompt; on macOS or Linux, run ifconfig or ip addr in a terminal; on phones, it's usually under Wi-Fi settings → the current network's details.
Can someone find my location from my IP?
Roughly, yes — typically to city level, sometimes worse. Commercial IP-geolocation databases map IP ranges to approximate regions based on ISP records. They can't pinpoint a street address. If you're worried, a VPN or Tor hides your real IP; closing the tab does nothing because any site you visit already has it.
Is my IP address considered personal data under GDPR?
Yes. The European Court of Justice ruled in 2016 (Breyer v Germany) that even dynamic IP addresses can be personal data, since they can be linked back to a person via ISP records. Site operators handling IPs are subject to GDPR.
How is this different from third-party IP-lookup services?
Most IP-lookup services read your IP, then call out to a geolocation database to enrich it (country, city, ISP) and log the request. This tool only reads the IP from the connection your browser already made. No geolocation, no logging, no third-party request.
Troubleshooting
- Why does my IP keep changing?
Residential ISPs hand out IPs via DHCP with short leases — restart your modem and you usually get a new address. Static IPs cost extra in most markets, and mobile connections rotate even faster as you move between cell towers.
- I'm on a VPN but the IP looks normal — what's wrong?
Two common causes: the VPN may have disconnected silently (apps sometimes drop the tunnel without warning), or the page may be served from your browser cache and showing a stale value. Confirm the VPN status in its app and reload with cache disabled (
Ctrl+Shift+Ron Windows / Linux,Cmd+Shift+Ron macOS).- Why is my IPv6 a long string of letters?
IPv6 addresses are 128 bits, written as eight groups of four hex digits — roughly four times the length of IPv4. "Long" is normal. Compressed forms like
::1are abbreviations: consecutive groups of zeroes collapse to::.