Skip to content
What Is My Location

What Is Reverse Geocoding?

Reverse geocoding is the process of converting latitude and longitude coordinates into a readable street address. Forward geocoding does the opposite — converting an address into coordinates.

Permission-based · Private

Reverse geocoding turns latitude and longitude into a street address. It's how location apps show you a name instead of just numbers.

How it works

A reverse geocoding service maintains a giant database of address polygons and points. Given coordinates, it finds the closest match — usually the building or parcel at that exact spot, or the nearest road if it's an open area.

Forward vs reverse

Forward geocoding goes from address to coordinates ("123 Main Street, Springfield" → 40.7128, -74.0060). Reverse geocoding goes the other way (40.7128, -74.0060 → "123 Main Street, Springfield"). Both rely on the same underlying database.

Free providers

OpenStreetMap's Nominatim is the most common free reverse geocoder and covers the whole world. We use it server-side with appropriate caching and rate limits. Paid providers (Google, Mapbox, HERE) offer better coverage in some regions.

Frequently Asked Questions

What is my location?
Your location is the place where your device is currently detected using browser location permission, GPS, Wi-Fi, cellular, or network signals. This site shows it as both coordinates and a readable address.
Can this website see my location automatically?
No. Your browser asks for permission before sharing precise location with the website. If you decline, only an approximate IP-based region is available.
Is this free?
Yes. Every tool on this site is free and requires no account.
Do you store my coordinates?
We don't store your precise coordinates. Reverse geocoding uses a server proxy that truncates coordinates to roughly 100-meter precision before any logging.

Related tools