What Is My IP Address? How to Find and Understand It
What Is an IP Address?
An IP (Internet Protocol) address is a unique numerical label assigned to every device connected to a network. It serves two purposes: identification (identifying the device) and location addressing (providing a path for data to reach the device). Think of it as the postal address for your computer on the internet.
IPv4 vs IPv6
IPv4
The original and still most common format. An IPv4 address consists of four numbers (0–255) separated by dots:
192.168.1.1
IPv4 supports approximately 4.3 billion unique addresses. That sounds like a lot, but with billions of internet-connected devices, we have essentially run out of IPv4 addresses.
IPv6
The newer format designed to solve the address shortage. An IPv6 address consists of eight groups of four hexadecimal digits:
2001:0db8:85a3:0000:0000:8a2e:0370:7334
IPv6 supports approximately 340 undecillion (3.4 × 1038) addresses — enough for every grain of sand on Earth to have trillions of addresses.
Public vs Private IP Addresses
Public IP
Your public IP address is the address visible to the internet. It is assigned by your Internet Service Provider (ISP) and identifies your network to the outside world. Websites see this address when you visit them.
Private IP
Your private IP address is used within your local network (home or office). Common private ranges include:
192.168.0.0–192.168.255.255(most home routers)10.0.0.0–10.255.255.255(corporate networks)172.16.0.0–172.31.255.255
Your router uses Network Address Translation (NAT) to map your private IP to your public IP, allowing multiple devices to share a single public address.
Try It Now
Use our free IP lookup tool to instantly see your public IP address, location, and ISP details.
What Is My IP →How to Find Your IP Address
Public IP
- Fastest method: visit an IP lookup tool like ours or search "what is my ip" in Google.
- Command line:
curl ifconfig.meon Linux/Mac, ornslookup myip.opendns.com resolver1.opendns.comon Windows.
Private IP (Local Network)
- Windows: open Command Prompt and type
ipconfig. Look for "IPv4 Address." - Mac: go to System Settings > Network, or type
ifconfigin Terminal. - Linux: type
ip addr showorhostname -Iin Terminal.
Static vs Dynamic IP
A static IP never changes. It is typically used for servers, printers, and devices that need a consistent address. A dynamic IP is assigned by a DHCP server and can change each time you connect. Most home internet connections use dynamic IPs.
Privacy Considerations
Your public IP address can reveal your approximate geographic location (city level), your ISP, and can be used to track your online activity. To protect your privacy:
- Use a VPN (Virtual Private Network) to mask your real IP behind the VPN server's IP.
- Use the Tor browser for anonymous browsing.
- Be aware that websites, advertisers, and analytics services log IP addresses routinely.
Conclusion
Your IP address is your digital identity on the internet. Understanding the difference between public and private IPs, IPv4 and IPv6, and static and dynamic addressing helps you troubleshoot network issues and protect your privacy. Check your current IP instantly with our What Is My IP tool.