You’re standing in front of a plot of land and the surveyor you hired wants the coordinates so he can pull the right cadastral record. Or you’re at a campsite that doesn’t have an address and you want to save the exact spot for next year. Or a friend is lost in a city you both don’t know and the only useful thing to send is two numbers.
The fastest way is to open GetMyLocations in any browser, allow the prompt, and read the numbers off the dashboard. Total time, including granting the permission: about two seconds. But if you’d rather use what’s already on your phone, every common device has a built-in way too. Here are the methods, ranked by how quickly each one actually gets you to a coordinate.
A 30-second mental model of what you’re reading
GPS coordinates pinpoint any spot on Earth with two numbers: latitude (how far north or south of the equator you are) and longitude (how far east or west of the prime meridian). Modern devices report them as WGS-84 decimal degrees — for example, 40.712776, -74.005974 points to lower Manhattan, and 24.860422, 67.001137 points to a street in Karachi where I’m sitting as I write this.
The decimals matter more than people expect. Six decimal places gets you to within about 11 cm. Three decimals widens the uncertainty to about 110 meters. For a hiking spot, use at least five. For a delivery address, three is probably fine.
In any browser (the fastest path)
The browser’s Geolocation API combines GPS (if available), Wi-Fi triangulation, and IP signals to estimate your position in seconds. No installs, no signup.
- Open GetMyLocations in Chrome, Safari, Firefox, or Edge.
- Click Allow on the permission prompt.
- Read your latitude, longitude, accuracy radius, city, and country off the dashboard.
- Click Copy Coordinates to put them on your clipboard.
Tip from testing: the accuracy improves dramatically near a window or outdoors, because more Wi-Fi access points are visible and more satellites have line-of-sight.
On an iPhone or iPad
iOS doesn’t put coordinates in the Maps app’s main UI, which annoys me, but the Compass app does.
- Make sure Location Services is on. Settings → Privacy & Security → Location Services, then scroll down and enable Compass.
- Open the Compass app (pre-installed on every iPhone).
- Latitude, longitude, and elevation appear at the bottom of the screen.
Alternative path: in Apple Maps, drop a pin on your current location, scroll up on the pin’s card, and the coordinates appear under the address. More taps, but useful if Compass is unavailable for some reason.
On Android
Android is the cleanest of the three. Google Maps exposes coordinates in two clicks.
- Open Google Maps.
- Tap and hold the blue dot showing your current location.
- A red pin drops and the coordinates appear in the search bar at the top.
- Tap the coordinates to copy.
On a Mac
A Mac without GPS hardware falls back to Wi-Fi triangulation — usually accurate to 30–50 meters in urban areas, much worse in rural ones. The browser route is still the fastest:
- Open GetMyLocations in Safari or Chrome.
- Approve the permission prompt.
- Coordinates display instantly.
On Windows 10 or 11
Windows uses its Location Service (a blend of Wi-Fi, IP, and any built-in GPS hardware your machine actually has — most desktops don’t).
- Open Settings → Privacy & security → Location and enable it.
- Open the pre-installed Maps app and click the location-arrow icon — coordinates appear at the bottom.
- Or, more simply, open GetMyLocations in Edge or Chrome.
How accurate is the number you just read?
Accuracy depends entirely on what signals your device can see:
- Phone with GPS, outdoors: 3–5 meters.
- Phone with GPS, indoors: 10–50 meters (roofs and walls block satellite signal).
- Laptop without GPS, near Wi-Fi: 20–50 meters.
- Laptop on VPN or desktop without Wi-Fi: often 5–50 km (city-level IP guess).
If the accuracy radius you see on GetMyLocations is over 500 meters, step outside or disable your VPN for a dramatically better fix.
Who actually sees your coordinates?
When you grant location permission to a website, the browser sends coordinates only to that page’s JavaScript — not to Google, not to any third party. GetMyLocations runs entirely in your browser; your coordinates are never transmitted to a server I control. The one outbound request is to a free reverse-geocoding API (BigDataCloud, with OpenStreetMap Nominatim as fallback) to turn the coordinate into a place name, and that lookup carries no identifier I can attach back to you.
Always check the site is HTTPS (the lock icon) before allowing location. Revoke the permission at any time via your browser’s site settings.
A few common follow-up questions
Can I find my coordinates without an internet connection?
Yes — your phone’s GPS chip itself works without internet. Use the Compass app on iPhone or any offline GPS app on Android. The browser-based methods need connectivity to load the page itself, though.
Why is my location wrong by several kilometers?
Almost always because the browser fell back to IP geolocation, which knows only your ISP’s nearest hub. Step near a window so Wi-Fi triangulation kicks in, or use a device with a real GPS chip.
Is it safe to share my coordinates?
For one-off sharing with someone you know, fine. Avoid publishing precise coordinates of your home or a child’s school on social media — anyone can plug them into Maps. If you need to post publicly, round to two or three decimals to reduce precision.
Try it
Open GetMyLocations and allow the location prompt. The latitude, longitude, accuracy radius, city, and country will be on screen in under two seconds. If you’ve never read your own coordinates before, do it once now — it’s the kind of skill you forget you don’t have until you need it.