Coordinates to City — Lat/Lng to City Name
Paste any latitude/longitude pair (or click the map) and get the city, state, country, and county in one second. Worldwide coverage via OpenStreetMap. Free, no sign-up, no API key.
The Coordinates-to-City tool is a focused reverse geocoder. Unlike a full address lookup — which returns the street, number, elevation, and time zone — this one keeps the spotlight on the city(with state, country, and county as supporting fields). It is the right tool when you have a pin from a satellite tool, an EXIF photo geotag, a flight log, or a customer's "the pin" message, and the only question is what city is that?.
Accepts decimal degrees (e.g. 40.7128, -74.0060) or hemisphere-suffixed coordinates (40.7128 N 74.0060 W). You can also click anywhere on the map below.
Try an example:
How to use it
- Paste your coordinates or click the map. Enter a latitude/longitude pair in the input box — formats like "40.7128, -74.0060" or "40.7128 N 74.0060 W" both work. Or just click anywhere on the map to set the point visually.
- Hit Look up — or use My location. The Look-up button runs the reverse geocode. The "My location" button uses your browser GPS as the input. Either way the answer appears in the result card on the right within a second or two.
- Read the city, state, and country. The result card shows the city as the large headline. State/region, country (with flag emoji), county, and postcode appear in the field grid below. The full street address — if any — is in the prose summary at the bottom of the card.
- Try a famous example. The chips below the tool jump straight to Times Square, the Eiffel Tower, Sydney Opera House, and four other landmarks. Useful as a sanity check and as a way to compare how Nominatim handles different city naming conventions.
What people use this tool for
Identify a city from a satellite or aerial photo
You drop a pin on a satellite image and need a name to caption it. Paste the lat/lng from the satellite tool — the city, state, and country come back in one call. Works for any country, any zoom level. Far easier than scrolling around Google Maps trying to find the same spot.
Inspect an EXIF geotag from a photo
Every modern phone embeds latitude/longitude in JPG/HEIC metadata. Paste those coordinates here to see exactly which city the photo was taken in — useful for travel albums, archival photo cataloguing, journalism fact-checks, and family history projects.
Verify a delivery, ride-share, or event drop pin
A customer or driver shares "the pin" — coordinates instead of an address. This tool turns those bare numbers into a real city + street so dispatch, logistics, or event ops can confirm the location matches the booking.
Drone or aerial-survey log review
Flight logs are pure lat/lng. To check which cities a multi-leg flight passed over, paste each waypoint into the tool and read off the city, county, and state. Useful for FAA Part 107 record-keeping and for cleaning up flight-log reports.
Geofencing and real-estate territory work
When defining a service area or sales territory by lat/lng polygon vertices, you often need to confirm "what city is that vertex in?". This tool answers it in one click — no QGIS, no PostGIS, no API key, no monthly bill.
Trivia, quizzes, and curiosity
"What city is at exactly 35.0, 135.0?" (Kyoto.) "What city is at 0, 0?" (No city — it’s the Gulf of Guinea.) The Coordinates-to-City tool makes those questions trivial, and the map view gives a satisfying visual confirmation of the answer.
How the lookup works
The tool sends your latitude and longitude to Nominatim, the OpenStreetMap reverse-geocoding service. Nominatim runs a spatial query against the OSM database to find the smallest administrative polygon that contains your point, then walks up the admin hierarchy to assemble a full address: house → road → suburb → city → state → country.
For coordinates inside a city polygon the answer is direct. For coordinates between cities (suburbs, rural areas) Nominatim returns the nearest named populated place — which is usually the right answer for "which city?" semantics. For ocean and ice-cap coordinates there is no city, only a region or "no address" message.
Related geo-lookup tools
For just the country (with ISO code and flag): Coordinates to Country. For the US state (with abbreviation and county): Coordinates to State. For the full street address with elevation and time zone: Coordinates to Address. For the US county a coordinate falls in: Address to County Lookup. For converting coordinate formats (DMS, UTM, Plus Codes): GPS Coordinate Converter.
Frequently asked questions
Reverse geocoding via Nominatim (OpenStreetMap Foundation, ODbL licence). Map basemap via OpenFreeMap Liberty (OpenStreetMap-derived). Coordinate parsing supports decimal degrees and hemisphere-suffixed decimals. No data is stored or shared — each lookup is a single HTTPS request from your browser to Nominatim, with the Nominatim usage policy (≤ 1 request per second) respected by the throttled UI. For batch lookups please use a self-hosted Nominatim instance or our forthcoming bulk reverse geocoder.
More SimpleMapLab tools
Which country is this lat/lng in? With flag and ISO codes.
US state for any coordinate (with abbreviation and county).
Full street address with elevation and time zone.
Convert DMS, UTM, MGRS, Plus Codes, and decimal degrees.