findbest.tools

Utility Tool

What Is My IP Address?

Instantly find your public and private IP addresses, geolocation, ISP, and proxy/VPN status. Full security analysis included.

Detecting your network identity...

The Definitive Guide to Finding Your IP Address in 2026

Every device connected to the internet has an IP address — a numerical label assigned by your ISP that identifies your connection. This tool shows your public IP, your approximate location, your ISP, and whether your connection appears to route through a proxy or VPN. It also attempts to detect your private (local network) IP via the browser WebRTC API.

The tool differentiates between your public IP (visible to websites) and your private IP (used only inside your local network), detects proxy and VPN routing, and checks for WebRTC leaks that can expose your real IP even when a VPN is active.

What Is My Public IP Address vs. What Is My Private IP?

To understand your network identity, you must first distinguish between two separate addressing layers. What is my public ip address refers to the globally routable address assigned to your router or modem by your Internet Service Provider. When you visit any website, this is the address that the web server logs. It is unique across the entire internet (or shared among a small pool in CGNAT scenarios) and is the primary mechanism used for geolocation, rate limiting, and access control.

Conversely, what is my private ip refers to the address assigned inside your local area network (LAN). These addresses are defined by RFC1918 and fall into three reserved ranges: 10.0.0.0/8, 172.16.0.0/12, and 192.168.0.0/16. Your laptop might be 192.168.1.45, your phone 192.168.1.102, and your smart thermostat 192.168.1.201 — all sharing a single public IP when communicating outward. Network Address Translation (NAT) handles the mapping between these private addresses and your public IP.

If you are asking "what is my ip address on my computer", you likely need the private IP to configure port forwarding, set up a local development server, or troubleshoot printer connectivity. If you are asking "what is my public ip," you likely need to whitelist remote access, verify a VPN connection, or provide access logs to a security team. Our tool displays both, with your public IP fetched from independent geo-IP databases and your private IP detected via WebRTC local candidate enumeration.

CharacteristicPublic IPPrivate IP
ScopeGlobal InternetLocal Network Only
Assigned ByISP or Proxy ProviderRouter (DHCP)
Example Format203.0.113.42192.168.1.105
Unique?Yes (globally unique)No (reused across LANs)
Visible to WebsitesYesNo (unless WebRTC leak)

What Is My IPv4 Address? Understanding the 32-Bit Standard

When users ask "what is my ipv4" or "what is my ipv4 address," they are referring to the fourth version of the Internet Protocol, which has powered the internet since 1981. An IPv4 address is a 32-bit number typically expressed in dot-decimal notation as four octets ranging from 0 to 255 (e.g., 192.0.2.146). This format provides approximately 4.3 billion unique addresses.

That number seemed infinite in the 1980s, but with the explosion of smartphones, IoT devices, and cloud servers, the world exhausted its supply of unallocated IPv4 addresses in 2011. Today, what is my ipv4 address is often a shared resource. ISPs use Carrier-Grade NAT (CGNAT) to map multiple customers to a single public IPv4, which is why your IP might change frequently or why port forwarding often fails on residential connections.

Despite IPv6 adoption accelerating, IPv4 remains the dominant protocol for consumer internet traffic in 2026. Most websites, APIs, and gaming servers still prioritize IPv4 connectivity. If you need to whitelist an IP, configure remote desktop access, or debug API rate limits, knowing your exact IPv4 is non-negotiable. Our tool explicitly labels whether your connection is IPv4 or IPv6 so you can provide the correct format to network administrators.

What Is My IP Address Location? How Accurate Is Geolocation?

What is my ip location and what is my ip address location are among the most common follow-up questions after finding an IP. Geolocation databases (such as those maintained by MaxMind, IP2Location, and IPinfo) map IP ranges to physical locations based on ISP registration data, routing infrastructure, and latency triangulation. When you look up your IP on this page, the city, region, and country displayed come from these aggregated datasets.

However, it is crucial to understand the limitations. IP geolocation is accurate to the city level at best and often misidentifies the specific neighborhood. If you live in a suburb, the database might return the nearest major city. If you use a mobile carrier, what is my ip address on my phone might show a location hundreds of miles away from your actual position because mobile IPs are dynamically assigned from regional pools.

For privacy-conscious users, this means your IP address reveals your general metropolitan area but not your home address. Law enforcement or copyright agencies can narrow the location further by subpoenaing your ISP, which maintains logs mapping IP assignments to subscriber accounts at specific times. For everyday users, the takeaway is simple: what is my ip address location is a rough estimate, not a GPS coordinate.

What Is My Proxy Server Address? Detecting VPNs and Anonymizers

If you are connected through a corporate firewall, VPN, Tor exit node, or residential proxy, the question "what is my proxy server address"becomes more relevant than your residential IP. A proxy server acts as an intermediary: your device sends requests to the proxy, and the proxy forwards them to the destination using its own IP. To the destination server, the proxy's IP is your identity.

Our tool analyzes the autonomous system number (ASN) and organization name associated with your IP. If the ISP field shows entities like "Cloudflare," "DigitalOcean," "M247," or "DataCamp," we flag a potential proxy or VPN detection. This is useful for verifying that your privacy tool is actually active. Many users think they are hidden behind a VPN when their DNS or WebRTC is leaking their true IP. The security analysis panel on this page cross-references your public IP against known data-center ASNs to give you a confidence score.

For system administrators, knowing what is my proxy server addressis essential for audit logs, geo-fencing, and compliance. If your team routes traffic through a specific egress node, you can verify that all outbound requests carry the expected IP rather than an employee's residential address, which could violate regulatory requirements.

What Is My IP Address on My Phone vs. My Computer?

The answer to "what is my ip address on my phone" depends entirely on your connection medium. When connected to Wi-Fi, your iPhone or Android device receives a private IP from the same router that serves your laptop. The public IP seen by websites will be identical across all devices on that network. However, when you switch to cellular data (5G, LTE, or 3G), your mobile carrier assigns you an IP, often behind carrier-grade NAT (CGNAT), meaning multiple users share one public IP.

Mobile carriers almost universally implement Carrier-Grade NAT (CGNAT) for IPv4. This means dozens or even hundreds of subscribers share a single public IPv4 address. If you are asking "what is my ip address on my phone" while on mobile data, do not be surprised if the location appears distant or if port forwarding is impossible. Some carriers offer static IPs for business accounts, but consumer plans rotate addresses dynamically to optimize network resources.

On your computer, what is my ip address on my computer can be found via system settings or command-line tools. Windows users can run ipconfig in Command Prompt; macOS and Linux users can run ifconfig or ip addr. These commands reveal your private IP. For your public IP, you need an external lookup service — which is exactly what this page provides, without requiring you to memorize terminal commands.

How to Use This IP Address Lookup Tool

  1. Automatic Detection: As soon as you load this page, our tool queries multiple geo-IP databases to determine what is my public ip, your ISP, and your approximate location.
  2. Review the Dashboard: Your public IP is displayed prominently at the top. Below it, you will find cards showing your city, region, country, postal code, coordinates, timezone, ISP, and ASN.
  3. Check Your Private IP: The tool attempts to enumerate your local IP addresses using WebRTC. If your browser blocks this for privacy, we provide OS-specific instructions to find your private IP manually.
  4. Analyze Security: Review the privacy panel for proxy detection and WebRTC leak status. If you are using a VPN, confirm that no leaks expose your real IP.
  5. Copy or Refresh: Use the copy button to grab your IP for whitelisting, and click refresh if you switch networks or activate a VPN.

Frequently Asked Questions About IP Addresses

What is my ip address and why does it matter?
Your IP address is your device's unique identifier on the internet. It matters because websites use it for geolocation, fraud prevention, content localization, and rate limiting. Knowing what is my ip address helps you troubleshoot networks, verify VPN functionality, and manage server access.
Can someone find my exact home address from my IP?
No. IP geolocation is only accurate to the city or postal code level. Finding a specific street address requires a legal subpoena to your ISP, which maintains the mapping between IP assignments and subscriber accounts. Regular websites and strangers cannot access this data.
What is the difference between what is my ipv4 and what is my ipv6?
What is my ipv4 refers to the older 32-bit address format (e.g., 192.168.1.1), while IPv6 uses a 128-bit format (e.g., 2001:db8::1). IPv6 provides vastly more addresses and includes built-in security features, but IPv4 remains dominant for backward compatibility.
Why does my IP address change?
Most residential ISPs assign dynamic IPs via DHCP. Your IP may change when you reboot your router, after a network outage, or on a scheduled ISP refresh. Business plans often offer static IPs for an additional fee. Mobile IPs change even more frequently as you move between cell towers.
What is my proxy server address if I am not using a VPN?
If you are not using a VPN, proxy, or Tor, then what is my proxy server address is effectively 'none.' The IP shown on this page is your direct residential or mobile IP assigned by your ISP. Corporate networks, however, often force all traffic through a transparent proxy without employees realizing it.
How do I find what is my ip address on my phone without an app?
Simply visit this page in your phone's browser. It works identically on iOS Safari and Android Chrome. For your private IP, go to Settings → Wi-Fi → tap your connected network. The 'Router' or 'IP Address' field shows your local private IP.

Related Security & Network Tools

About This Tool & Data Sources

Developer and Digital Marketer.

Public IP data is fetched from ipapi.co and GeoJS — both are publicly available geo-IP APIs. Private IP detection uses the browser WebRTC API (W3C standard). No IP addresses are logged or stored by this site.

Accuracy: IP geolocation is city-level at best (roughly 70–85% accurate depending on ISP and country). It is not a precise location. Proxy and VPN detection is heuristic — it checks ASN ownership against known data-centre ranges and is a useful indicator, not a forensic guarantee.

Last updated: May 2026. If your location or ISP data looks wrong, the geo-IP database may not have caught up with a recent IP reassignment — this is a known limitation of all IP geolocation services.

Explore more utility tools

High-performance tools to help you with utility calculations.

View all utility tools