GPS coordinates to address: how reverse geocoding works
You have a pair of numbers — something like 40.7580, -73.9855 — and you need to know what place that actually is. Maybe a friend dropped a pin and sent you raw coordinates, or you pulled a latitude and longitude out of a photo's metadata and want to see the street. Turning GPS coordinates into a readable address is called reverse geocoding, and it is easier than it sounds.
What reverse geocoding actually means
Geocoding, in its basic form, means converting a human-readable location — a street address, a city, a landmark — into geographic coordinates a computer can work with. Reverse geocoding is the opposite direction: you start with the coordinates and ask "what address is here?"
Your phone does this constantly. When your camera tags a photo with "Times Square, New York" instead of raw numbers, reverse geocoding is running behind the scenes. You can do the same yourself in a browser. If you are ever working the other direction — starting with a place name and needing the latitude and longitude — that is covered in our guide on finding the latitude and longitude of an address.
How to convert coordinates to an address
The quickest way is to paste or drop your coordinates into a map tool that does the lookup. With My Location, it takes a few seconds:
- Open the map and paste your coordinates into the search field, or click directly on the map at the location you want.
- The tool sends those coordinates to a geocoding service, which searches a database of known addresses and road segments.
- Within a second or two, you get back the closest street address it can match — often house number, street, city, and country.
Coordinates can be entered in decimal degrees (like 40.758, -73.9855) or in degrees-minutes-seconds. If you are not sure which format you have, our post on decimal degrees vs DMS explains the difference.
Why the result is sometimes approximate
Reverse geocoding is powerful, but it has honest limits. The address you get back is the closest known address to your coordinates — and "closest" does not always mean "exact."
- Rural or undeveloped areas. Address databases are built from postal records and road surveys. If your coordinates land in a field or open water, the nearest address might be a road junction or the edge of a nearby town.
- New construction. Freshly built streets take time to appear in databases. A new subdivision may return the road name without a house number.
- GPS accuracy. The coordinates themselves may not be perfectly precise. Consumer GPS is typically accurate to 3-5 meters under open sky, but buildings and tree cover can push that to 10-30 meters — enough to land on the next address over.
- Address interpolation. Many geocoders don't store every house number; they know the range for a block and estimate where yours falls. Usually close, not always perfect.
In practice, for most urban and suburban locations, reverse geocoding gets you to the right building or at worst the right block — almost always good enough for navigating or meeting someone.
Reverse geocoding vs. finding your own coordinates
These two tasks feel similar but start from opposite points. If you want to know your current location as a street address, the map can use your device's GPS to find your coordinates first, then reverse-geocode them for you — you never handle the raw numbers. If you want the other direction, finding your exact latitude and longitude, see how to find your GPS coordinates.
Where this comes in handy
- Sharing a meeting point. You find a parking spot or trailhead with no obvious address — look up the coordinates and share the readable location instead of a number string.
- Identifying a photo location. Smartphones embed GPS coordinates in image metadata; paste them into a map tool to find where a photo was taken.
- Logging field work. Researchers and surveyors record coordinates in the field and convert them to addresses for reports.
- Checking a pin someone sent you. When a contact shares raw coordinates, reverse geocoding tells you what street you are dealing with.
Try it now
No account, and nothing is stored unless you choose to save a place. Paste your coordinates or drop a pin and you'll have the nearest street address in seconds. Open the map and give it a try.