ToolGrid — Product & Engineering
Leads product strategy, technical architecture, and implementation of the core platform that powers ToolGrid calculators.
AI Credits & Points are in development.
Learn moreLoading...
Preparing your workspace
Display your current public IP address (IPv4 and IPv6), geolocation (country, region, city, coordinates), Internet Service Provider (ISP) details, connection type (residential/datacenter), proxy/VPN detection, and anonymity status with privacy recommendations.
Note: AI can make mistakes, so please double-check it.
Detecting IP address...
Common questions about this tool
Display your current public IP address (IPv4 and IPv6), geolocation (country, region, city, coordinates), Internet Service Provider (ISP) details, connection type (residential/datacenter), proxy/VPN detection, and anonymity status with privacy recommendations.
Display your current public IP address (IPv4 and IPv6), geolocation (country, region, city, coordinates), Internet Service Provider (ISP) details, connection type (residential/datacenter), proxy/VPN detection, and anonymity status with privacy recommendations.
Yes, My Ip Address is available as a free online tool. You can use it without registration or payment to accomplish your tasks quickly and efficiently.
Yes, My Ip Address works on all devices including smartphones and tablets. The tool is responsive and optimized for mobile browsers, allowing you to use it anywhere.
No installation required. My Ip Address is a web-based tool that runs directly in your browser. Simply access it online and start using it immediately without any downloads or setup.
Open the tool and it automatically calls `fetchIPv4` and `fetchIPv6` in the browser to detect your current public addresses, showing whichever one is available as the Primary Address. You can see separate cards for IPv4 and IPv6, and copy any detected value directly to your clipboard using the copy buttons without entering any data.
After detecting your primary IP, the tool passes it to `fetchGeoData`, which queries a geolocation service and populates a `GeoLocationData` object with city, region, country, ASN, ISP name, and timezone. Those fields are displayed in the Service Provider, City / Region, Autonomous System, and Timezone cards, giving you an approximate network location based on ISP data rather than precise GPS coordinates.
This tool only uses your IP address to request standard geolocation information and to compute a `NetworkContext` explanation; everything runs inside your current browser tab and there is no login or persistent account. You can clear the detected data at any time by refreshing or navigating away, and any temporary error messages automatically dismiss after a few seconds.
Click the copy icon next to the Primary Address or the dedicated IPv4/IPv6 cards; the handler invokes `navigator.clipboard.writeText` with the selected value and briefly shows a checkmark state to confirm success. This lets you paste your exact current public IP into emails, chat, or remote‑support tools without retyping or screenshotting.
Yes. When geolocation data is available, the AI analyst panel sends selected fields from `GeoLocationData` (IP, ISP, ASN, city, and country) to a backend `my-ip-address` AI service via `generateSecurityReport`, which returns a `summary`, `securityRisk` level, and a list of recommendations. The UI renders this as a Security Report to highlight potential VPN, proxy, CGNAT, or data center characteristics, but it never performs active network scans or exposes your IP beyond that structured analysis call.
Verified content & sources
This tool's content and its supporting explanations have been created and reviewed by subject-matter experts. Calculations and logic are based on established research sources.
Scope: interactive tool, explanatory content, and related articles.
ToolGrid — Product & Engineering
Leads product strategy, technical architecture, and implementation of the core platform that powers ToolGrid calculators.
ToolGrid — Research & Content
Conducts research, designs calculation methodologies, and produces explanatory content to ensure accurate, practical, and trustworthy tool outputs.
Based on 1 research source:
Learn what this tool does, when to use it, and how it fits into your workflow.
This tool is an online “what is my IP address” checker that shows the public IP address that websites see when you visit them. It loads when you open the page and displays your IPv4 and IPv6 if available, plus location and network details, so you can quickly check your public IP address online without running terminal commands.
Your device has a local IP on your network, but when you go online your router uses a public IP that sites and services actually see. Many people search for a simple tool to check my public IP address online, see what is my IPv4 and what is my IPv6, or run a basic IP address lookup with location and ISP details, and this page does that lookup for you and shows the result in one place.
It is for anyone who needs to know their public IP: developers whitelisting an address, support staff helping users, or people checking their connection who want to see my IP address and location in one view. You do not need to type anything; just open the page and wait for the result, then copy your public IPv4 or IPv6 address from a simple what is my IP tool that works entirely in your browser.
An IP address is a number that identifies your device on the internet. IPv4 uses four groups of numbers (e.g. 192.0.2.1). IPv6 uses longer addresses with letters and numbers. Your internet provider or network gives you a public IP; it can change when you reconnect or after a while. A related operation involves looking up IP addresses as part of a similar workflow.
Websites and apps often see your public IP to know where requests come from. Some services use it for security, geolocation, or access rules. When you need to whitelist an IP, debug connectivity, or check what the internet sees, you need to know that address.
The tool does not ask you to type an IP. It sends a request to an external service from your browser. That service sees your public IP and returns it. The tool then looks up location and provider data for that IP and shows everything together. So you get your IP and basic context (city, region, provider, timezone) without leaving the page.
Whitelisting. A service or firewall asks for your IP so it can allow your connection. Open the tool, copy your public IP, and paste it into the allow list. For adjacent tasks, testing responsive layouts addresses a complementary step.
Debugging. A site or app behaves differently by location or IP. You want to confirm which IP and location the server sees. Open the tool and check the primary IP and city or region.
VPN or proxy check. You use a VPN or proxy and want to see the exit IP and location. Open the tool; it shows the IP that the lookup service sees and may label it as VPN or proxy if the provider name matches common keywords.
Support. A user reports a connection or access issue. You ask them to open the tool and share the primary IP or provider so you can check rules or logs. When working with related formats, checking reverse DNS records can be a useful part of the process.
Learning. You want to see the difference between IPv4 and IPv6 or how location is inferred from an IP. Open the tool and compare the two addresses and the location fields.
The tool does not compute your IP locally. It asks external services for it.
When the page loads, it sends two requests in parallel: one to a service that returns IPv4, and one to a service that returns IPv6 (or IPv4 if IPv6 is not available). The responses are checked to ensure the value looks like a valid IP. The primary address is the first one that was returned (IPv4 or IPv6). Then the tool sends a second request to a location service with that IP. The location service returns data such as city, region, country, organization name, ASN, timezone, and coordinates. The tool displays the fields it needs (e.g. city, region, org, ASN, timezone). It then runs a simple check on the IP and the organization and ASN text: if the text contains words like "vpn," "proxy," "hosting," "cloud," or similar, it sets a flag and shows an explanation (e.g. VPN or data center). Otherwise it may show that the IP looks like a normal home or office connection. This is a heuristic from text, not a cryptographic or definitive check. The result is shown on the page; no secret or key is used. If any request fails or times out, an error is shown and you can refresh to try again. In some workflows, calculating CIDR ranges is a relevant follow-up operation.
No input required. You do not type an IP. The tool detects it by loading the page. If you are behind a corporate proxy or VPN, the tool shows the exit IP that the external services see.
VPN and proxy detection is a guess. The tool only looks at provider and ASN names. It does not have a list of all VPN or proxy IPs. So it can miss some VPNs or wrongly flag some providers. Use it as a hint, not as proof.
Location is approximate. Location comes from a database that maps IPs to regions. It can be wrong or outdated. Do not use it for strict security or legal decisions. For related processing needs, converting IPv4 to IPv6 handles a complementary task.
Privacy. When you open the page, your browser sends requests to external services. Those services see your public IP and may log it. If you use the optional security analysis, your IP and location data may be sent again. Do not use the tool or the analysis if you do not want to expose that data.
Errors and refresh. If the network is slow or a service is down, the tool may show an error or "Not detected." Tap Refresh to try again. Some networks block the lookup services; in that case the tool may not work.
IPv6. Many home connections still use only IPv4. If IPv6 is "Not detected," it often means your provider or router does not give you an IPv6 address for this request. The tool still shows IPv4.
Articles and guides to get more from this tool
1. What Is My IP Address? My IP address is a tool that shows you the unique number assigned to your device when it connects to the internet.…
Read full article1. Introduction: The Invisible ID Card Every time you connect to the internet—whether to check email, watch a video, or read this article—yo…
Read full articleSummary: Display your current public IP address (IPv4 and IPv6), geolocation (country, region, city, coordinates), Internet Service Provider (ISP) details, connection type (residential/datacenter), proxy/VPN detection, and anonymity status with privacy recommendations.