This page answers the question "what is my location" using two methods at once. It requests GPS access from your browser to pinpoint your position within a few metres, and simultaneously runs an IP address location lookup to estimate where you are based on your internet connection. The result is a live map showing your current location, your address with ZIP code, coordinates, local weather, timezone and more. No app to install, works on any phone or computer.
My Location: Find Where I Am Right Now
Your position from the GPS in your device and from your IP address, side by side, with address, coordinates, weather and local time.
My current location on a live map
The interactive map above shows your location right now. If you allowed GPS access it marks the exact spot your device reported. If GPS is unavailable or denied, it falls back to your IP location, which is less precise but still shows your approximate city and country. You can zoom in, pan around and switch between map and satellite view. The marker updates if you move and refresh the page.
My location address and ZIP code
Below the map you will find your current location address including street, city, region and ZIP code. This is determined through reverse geocoding, which converts your GPS coordinates into a human-readable postal address. If you landed here searching for "zip code of my location" or "my location zip code", the answer is displayed in the Location Details card after you grant GPS permission. The ZIP code comes from OpenStreetMap data matched against your exact coordinates.
Weather at my location
Once your position is known, the tool fetches live weather data for your coordinates from Open-Meteo, a free weather API. You will see the current temperature, conditions, humidity and wind speed. This works whether you searched for "weather today at my location" or just want to know what to wear before stepping outside. The data refreshes each time you load the page.
My IP location vs GPS location
Your IP address location and your GPS location often point to different places. IP geolocation maps your public IP address to the city where your Internet Service Provider registered that address block. If your ISP routes traffic through a hub in another city, or if you are on a mobile carrier using CGNAT (Carrier-Grade NAT), the IP location can be off by 50 to 200 kilometres. GPS reads satellite signals directly from your device and is accurate to 3 to 15 metres outdoors. That is why this tool shows both: the IP-based estimate that requires no permission, and the GPS position that needs your approval but is far more precise.
How GPS positioning works in your browser
Modern smartphones and laptops have built-in satellite receivers that listen to GPS (US), GLONASS (Russia), Galileo (EU) and BeiDou (China) simultaneously. By comparing signal arrival times from at least four satellites, the device calculates latitude, longitude and altitude through trilateration. Indoors or in dense urban areas where satellite signals are weak, devices fall back to Wi-Fi positioning and cell tower triangulation. Assisted GPS (A-GPS) speeds up the process by downloading satellite orbit data over the internet, cutting the time to get a fix from 30 seconds down to about 2 seconds.
GPS accuracy: what the numbers mean
The accuracy figure shown next to your coordinates is the 68% confidence radius. Outdoors with clear sky a typical smartphone achieves 3 to 5 metre accuracy. In cities with tall buildings, multipath interference (signals bouncing off surfaces) degrades it to 15 to 50 metres. Indoors, accuracy depends on nearby Wi-Fi access points and can range from 15 to 100 metres. If your accuracy shows a large number, try moving to a window or stepping outside.
Emergency numbers by country
When GPS detects your country, this tool displays the local emergency numbers automatically. In the US and Canada, 911 connects to all services. Across the EU, 112 is the universal emergency number. In the UK both 999 and 112 work. We source these from the ITU (International Telecommunication Union) and verify them against official government publications. If you are travelling abroad, knowing the right number before an emergency happens can make a real difference.
Privacy and your location data
Your GPS coordinates never leave your browser except to OpenStreetMap (for reverse geocoding) and Open-Meteo (for weather). We do not store, log or transmit your position to any other server. Your IP address is used only during the current visit for the geolocation lookup and is not saved. You can revoke GPS permission at any time through your browser settings.
Questions we get a lot
What is my current location right now?
Why does the page ask for location permission?
Why is my IP location in a different city?
What is my ZIP code at my current location?
How accurate is my IP address location?
Can websites see my location without asking?
What are my latitude and longitude?
Does this work on my phone?
Can I improve GPS accuracy?
Related on Blog
Related questions from the rest of the site
Short answers, each with a link to the page that explains it in full.
What is a VPN?
What is a DNS leak?
What is an IP address?
What is the difference between IPv4 and IPv6?
How do I find my IP address?
ipconfig (Windows) or ifconfig (Mac/Linux). From the terminal you can also run curl ipwhois.net/ip to get your public IP as plain text. Read more