Reverse Geocoding: How to Find an Address From Its Latitude and Longitude

July 13, 2026

Reverse Geocoding: How to Find an Address From Its Latitude and Longitude

We all know how to look up an address to see where it is on a map. But what if you have the opposite problem? What if you have a set of GPS coordinates, and you need to know the street name, city, and ZIP code they correspond to? The process to find an address from its latitude and longitude is called reverse geocoding.

What is Reverse Geocoding?

Geocoding is the process of converting a human-readable address (like "1600 Pennsylvania Avenue") into geographic coordinates (latitude and longitude). Reverse geocoding is doing exactly the opposite. It takes raw numerical coordinates and searches a massive database of street networks and property parcels to find the closest matching physical address.

Why is it Useful?

Reverse geocoding is a critical technology for many apps and services:

How to Find an Address from Coordinates Yourself

If you have a set of coordinates, you don't need to be a developer to translate them into an address.

  1. Open Google Maps on your computer or phone.
  2. In the search bar, type in the coordinates (e.g., 37.7749, -122.4194) and press search.
  3. Google Maps will drop a pin at that exact location. In the information panel on the left side (or bottom on mobile), it will display the nearest street address.

Our Location tool also performs reverse geocoding automatically. When it finds your GPS coordinates, it simultaneously looks up the nearest address and displays it on the screen.