What County I Am In
Learn

County FIPS codes, explained

The 5-digit Federal Information Processing Standard code that uniquely identifies every US county.

What is a FIPS code?

A FIPS code is a numeric identifier maintained by the US Census Bureau. The full county FIPS (also called a county GEOID) is 5 digits: the first 2 identify the state and the last 3 identify the county within that state.

FIPS codes solve a real search and data problem: county names repeat. There are many Washington, Jefferson, Franklin, Lincoln, and Madison counties across the United States. A name alone is not enough for maps, public health data, disaster declarations, election results, tax statistics, or demographic tables. The FIPS code is the stable key that makes each county unique.

Examples

  • 06037 — Los Angeles County, California (state 06, county 037)
  • 48201 — Harris County, Texas (Houston)
  • 12086 — Miami-Dade County, Florida
  • 17031 — Cook County, Illinois (Chicago)
  • 36061 — New York County, New York (Manhattan)

Why FIPS codes matter

FIPS codes are the canonical join key between federal datasets — the Census, BLS, CDC, FEMA, HUD, IRS, and most state agencies all key their county-level data on FIPS. If you're working with public data, you almost always need the FIPS, not just the county name (there are 31 "Washington County"s in the US).

County FIPS vs state FIPS vs GEOID

A state FIPS code is two digits. A county code within a state is three digits. The combined five-digit value is often called the county GEOID in Census products. For example, California is state FIPS 06 and Los Angeles County is county code 037, so the county GEOID is 06037.

FIPS code vs ZIP code

A FIPS code identifies a legal government geography. A ZIP code identifies a mail delivery route. The two are not interchangeable. A ZIP code can cross county lines, while a county FIPS code points to one official county or county-equivalent. If your goal is to connect an address to official datasets, the county FIPS is usually the stronger identifier.

Where county FIPS codes are used

  • Census population, income, housing, and demographic tables
  • FEMA disaster declarations and hazard maps
  • CDC public health and county-level health indicators
  • BLS employment and labor statistics
  • Election result files and precinct-level reporting systems
  • Property, tax, planning, and GIS datasets from state and local agencies

Get the FIPS for your location

Every result from this site includes the full 5-digit county FIPS. Use the homepage, ZIP lookup, address lookup, or coordinates lookup to pull it up.

Frequently asked questions

What is a county FIPS code?

A county FIPS code is a five-digit identifier for a US county or county-equivalent. The first two digits identify the state and the last three identify the county within that state.

Is a FIPS code the same as a ZIP code?

No. A FIPS code identifies a government geography. A ZIP code identifies a postal delivery route and can cross county lines.

Why do county FIPS codes matter?

FIPS codes let datasets join cleanly even when county names repeat. They are widely used by the Census, FEMA, CDC, BLS, HUD, IRS, election offices, and state agencies.