simplemaplab

Coordinates to State — Lat/Lng to US State

🇺🇸United States only

Paste any US latitude/longitude pair (or click the map) and get the state name, two-letter postal abbreviation, county, city, and ZIP code in one second. Non-US coordinates fall back to the equivalent first-level admin region. Free, no sign-up, no API key.

Coordinates to State is a focused reverse geocoder optimised for the United States. The state name and two-letter abbreviation are the headline output; the county, city, and ZIP appear as supporting fields. It is the right tool for tax / licensing questions, drone Part 107 record-keeping, voter and election work, real-estate territory assignment, and any other workflow that turns on "which state is that?". For non-US coordinates the same query returns the first-level admin region — Canadian provinces, Mexican estados, German Bundesländer, etc.

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.

👆
Enter coordinates, click on the map, or pick an example below.

Try an example:

How to use it

  1. Enter US coordinates or click the map. Paste a latitude/longitude pair — for US locations latitude is between roughly 18° and 72° N and longitude between -67° and -180° (Hawaii and the Aleutians push the longitude limits). Or click anywhere on the map.
  2. Hit Look up — or use your GPS. The Look-up button resolves the coordinate to a state. The "My location" button uses your browser GPS — useful if you are physically in the state you want identified. Result appears within a second.
  3. Read the state name, abbreviation, and county. The result card shows the state name as the headline with the two-letter postal abbreviation (CA, TX, NY, FL...). Below that: country (United States), county, nearest city, and ZIP code. For coordinates outside the US the tool falls back to the local first-level admin region.
  4. Pick an example for a sanity check. The chips include landmarks across multiple states and territories — Hollywood (California), the Alamo (Texas), Diamond Head (Hawaii), Denali (Alaska), the Capitol (District of Columbia) — to confirm the tool handles the edge cases.

What people use this tool for

State-level tax, licensing, and compliance lookups

A great many US legal questions — sales tax, license requirements, residency rules — depend on which state a coordinate sits in. The lookup turns lat/lng from a CRM, lead form, or asset-tracking system into a definitive state answer in one call.

Drone airspace and Part 107 record-keeping

FAA-registered drone operations log lat/lng. Identifying the state for each flight is useful for state-level airspace and privacy rules. The tool also returns the county, which matters for some local-government drone notification regimes.

Voter registration and political-geography research

Election districts, state-level ballot rules, and voter-roll cross-checks all need a state per coordinate. Paste lat/lng to get the state immediately; combine with the county and ZIP fields for precinct-level work.

Real-estate territory and MLS routing

Real-estate teams partition territories by state and county. Drop a lat/lng (from an aerial photo, address geocode, or pinned location) and confirm the territory assignment without leaving the tool.

School-district / unified-district disambiguation

School-district boundaries follow state and county lines. The tool gives you state + county; pair with a district-shapefile lookup for the next step. Useful for enrolment routing, busing optimisation, and grant-eligibility work.

Cross-state border verification

Some coordinates sit near state lines — Lake Tahoe (CA/NV), Kansas City (KS/MO), Texarkana (TX/AR). The tool snaps the coordinate to whichever state’s polygon actually contains it (OpenStreetMap admin-1), with the city field for context.

US state abbreviations — quick reference for common edge cases

The two-letter abbreviation column in the result card uses the USPS standard. Eight of the more frequently asked-about entries:

AbbrStateCapitalNotable
CACaliforniaSacramentoLargest state by population
TXTexasAustinLargest contiguous state by area
FLFloridaTallahasseeHighest median age (43.0)
NYNew YorkAlbanyCapital is not New York City
AKAlaskaJuneauLargest state by area; capital not road-connected
HIHawaiiHonoluluOnly state not on the North American mainland
DCDistrict of ColumbiaNot a state; federal district
PRPuerto RicoSan JuanUS territory; OSM admin-1 returns "Puerto Rico"

How state resolution works

The tool sends the latitude and longitude to Nominatim (OpenStreetMap’s reverse geocoder). Nominatim finds the smallest admin polygon that contains your point and walks up the admin hierarchy to admin level 1 — which in the US is the state. The state name is then mapped to its USPS two-letter abbreviation via a built-in lookup table covering all 50 states plus DC.

For coordinates inside Puerto Rico, the US Virgin Islands, Guam, American Samoa, or the Northern Mariana Islands, OSM returns the territory name in the admin-1 field — the tool passes it through without a USPS abbreviation since those territories are not part of the 50-state abbreviation table.

Related US-geography tools

For your current state using GPS without typing coordinates: What State Am I In?. For just the city: Coordinates to City. For just the country (worldwide): Coordinates to Country. For the US county a coordinate falls inside: Address to County Lookup. For the full street address with elevation and time zone: Coordinates to Address.

Frequently asked questions

Paste the latitude and longitude into the input box (e.g. "34.13, -118.32" for Los Angeles), or click the map. The state name and its two-letter postal abbreviation appear instantly. The tool also returns the county and the nearest city for context.
Yes. All 50 states, the District of Columbia, and the OpenStreetMap admin-1 polygons for Puerto Rico, US Virgin Islands, Guam, American Samoa, and Northern Mariana Islands are returned. For unincorporated territories the response shows the territory name with whatever ISO subdivision code OSM has for it.
The tool returns the equivalent first-level administrative region — Canadian provinces, Mexican estados, German Bundesländer, French régions, etc. — using the same Nominatim query. The US-state abbreviation column is only populated when the country is the United States.
OpenStreetMap state borders are accurate to within metres for established land borders. Disputed segments and water boundaries (Mississippi River corrections, Great Lakes mid-water lines) can have larger uncertainty. For everyday "which state?" questions the answer is essentially always correct.
The OSM polygon-containment test handles borders cleanly — a coordinate exactly on a border falls inside one of the two state polygons based on a topological tie-break. For practical applications, treat sub-metre lat/lng precision near a border as noisy and verify against a county or city ground truth if it matters.
The tool maps the full state name to the US Postal Service two-letter code (CA, TX, NY, etc.) using a built-in static table covering all 50 states plus DC. The mapping is taken from USPS publications and matches every standard government and commercial dataset.
The District of Columbia returns "District of Columbia" with abbreviation DC. Puerto Rico and other territories return the territory name as the admin-1 region (Nominatim treats them at the equivalent level). They are not states in the constitutional sense but appear in the same field.
Yes — if Nominatim has a postcode for the queried point, the ZIP code appears in the result card. For coordinates inside a city the ZIP is usually returned; for very rural locations (national-park interiors, large bodies of water) there may be no ZIP and the field shows a dash.
It is free with no sign-up. Nominatim rate-limits to about one request per second per IP — the UI is throttled to respect that. For batch state lookups of hundreds of coordinates, use a self-hosted Nominatim instance or a paid commercial reverse geocoder.
Yes — tap the "📍 My location" button. The browser will ask for location permission; once granted the tool resolves your GPS to the state immediately. Your coordinates do not leave your browser except for the single Nominatim query.
The What State Am I In tool uses browser GPS only and gives a single-button "find my state" experience. This Coordinates to State tool accepts pasted lat/lng input as well — useful when you have coordinates from a CSV, EXIF metadata, or a third-party log file. Both share the same backend logic for the US.
Yes — the abbreviation is plain text and can be selected with the cursor and copied. For batch work, the abbreviation is also the most stable cross-reference key into most US state-level datasets (Census, BLS, IRS state codes).
Data sources & methodology

Reverse geocoding via Nominatim (OpenStreetMap Foundation, ODbL licence). State boundaries from OpenStreetMap admin level 1, sourced primarily from the US Census Bureau TIGER/Line shapefile contributions to OSM. State name → USPS two-letter abbreviation mapping is a built-in static table covering all 50 states plus DC. Map basemap: OpenFreeMap Liberty. No data leaves your browser beyond the Nominatim query.

More SimpleMapLab tools

Coordinates to City

Lat/lng to city name with state and county.

Coordinates to Country

Lat/lng to country with flag and ISO code.

What State Am I In?

GPS-based state lookup with state facts.

Address to County Lookup

County a US address falls inside.