Free Tool · Question answered in plain English

What is my location? Here’s how to find it in two seconds.

Your “location” is a pair of numbers — a latitude and a longitude — that your phone or laptop already knows. Click the button below and the page reads those numbers from your browser, then puts a pin on a live map. No signup, no app, no servers logging the coordinates.

Find my current location

Click the button above to start.

What “your location” really is

When you ask what is my location? the technical answer is two decimal numbers. The first is a latitude between -90 and +90 — how far north or south of the equator you are. The second is a longitude between -180 and +180 — how far east or west of the prime meridian (which runs through Greenwich, England) you are. Combined, those two numbers identify any point on the planet to about a meter.

Your phone already knows them. The widget on this page just asks the operating system for the latest reading using the W3C Geolocation API — the same standard interface Google Maps, Uber, and every weather app you have ever installed use. The tool then hands those coordinates to a free reverse-geocoder so you can also see them as a familiar “Houston, Texas” or “Karachi, Pakistan” label.

How your device figures out where you are

Modern phones do not rely on any single source. They combine four signals and produce one fused answer with a confidence radius:

How to find your location on any device

iPhone (Safari or Chrome)

  1. Open Settings → Privacy & Security → Location Services and make sure it is on.
  2. Scroll down, tap your browser (Safari or Chrome), and choose While Using the App with Precise Location enabled.
  3. Come back to this page and tap the Find my location button above.
  4. Tap Allow on the permission prompt the first time.
  5. Wait one or two seconds — the coordinates, accuracy, and map appear automatically.

Android (Chrome)

  1. Open Settings → Location and toggle it on. Choose High accuracy mode if offered.
  2. In Chrome, tap the three-dot menu → Settings → Site settings → Location and make sure Chrome can ask.
  3. Come back to this page and tap Find my location.
  4. Tap Allow on the prompt. Android will let you choose precise vs. approximate — pick precise.

Desktop (Chrome, Edge, Firefox, Safari)

  1. Click Find my location. Your browser shows a permission prompt under the address bar.
  2. Click Allow. The reading will use Wi-Fi positioning since most laptops have no GPS chip.
  3. Expect a larger accuracy radius (10 to 50 meters) than a phone, unless you are tethered to a phone’s GPS.

Stuck? Read why your location is not working for a checklist that covers VPNs, denied permissions, and indoor signal problems.

When the location looks wrong

If the pin lands on the wrong street — or the wrong city — it is almost always one of these. Run through them in order:

  1. VPN. If you are connected to a VPN, the IP-based fallback puts you wherever the VPN exits. Disconnect and try again.
  2. Indoors with no Wi-Fi. GPS does not pass through reinforced concrete or steel. Step near a window or outside, wait ten seconds.
  3. Approximate permission. Both iOS and Android let users grant a deliberately fuzzed location. Re-grant with precise location turned on.
  4. Battery saver / Low Power Mode. Phones downsample GPS to conserve battery. Turn it off for the reading.
  5. Stale Wi-Fi database. If you moved house recently, Google or Apple may still associate your router with your old address. Toggle Wi-Fi off so the phone uses GPS instead.

For a deep dive into why the two estimates disagree, see GPS vs IP accuracy.

Privacy: who sees the reading?

The browser delivers your coordinates to whatever page asked — in this case the script running in your own tab. They are not posted to a server we control. The only network call this page makes with your coordinates is to OpenStreetMap’s free Nominatim service, and only so the page can turn the two numbers into a readable city name. We do not store, log, or correlate the readings with anything. The site has no signup, no account, and no analytics tied to your location.

If you want to read the underlying coordinates without the reverse-geocoding step, our GPS coordinates page shows the raw latitude and longitude only — no city lookup is performed at all.

Frequently asked questions

What does "my location" actually mean?

Two numbers: a latitude and a longitude, in decimal degrees. Latitude is your distance north or south of the equator (between -90 and +90). Longitude is your distance east or west of the prime meridian through Greenwich, England (between -180 and +180). Together they pinpoint any spot on Earth to within a few meters.

How does my phone know where I am?

Modern phones combine four signals: GPS satellites overhead, Wi-Fi access points your phone can hear (each with a known location in a global database), nearby cell-tower triangulation, and a fallback estimate from your IP address. The OS fuses all of them into a single coordinate with a confidence radius.

Why does the result sometimes say I am in the wrong city?

Three common causes. (1) You are connected to a VPN, so the IP-based fallback puts you wherever the VPN exits the internet. (2) You are indoors and GPS is blocked, so the phone falls back to a coarse Wi-Fi or IP estimate. (3) You denied the precise-location permission, so the browser is given a deliberately fuzzed coordinate.

Is the tool sending my location to a server?

Your GPS coordinates stay in your browser. Only the optional reverse-geocoding step (to translate "29.5, -95.1" into "Houston, TX") sends the two numbers to a third-party service (OpenStreetMap Nominatim). We do not log them.

Why is the accuracy radius so large on my laptop?

Most laptops do not have a GPS chip, so the browser cannot use satellites at all. It uses Wi-Fi positioning (10 to 25 meters indoors) or, if no usable Wi-Fi is visible, IP geolocation, which is accurate to a city — usually a 5 to 50 km radius.

How do I get the most accurate reading?

Step outside, away from tall buildings, and wait fifteen seconds before reading the result. Make sure your phone has Location Services on at the system level, give your browser the precise (not approximate) permission, and turn off any VPN. On iOS turn off Low Power Mode, which downsamples GPS.

Related tools and guides