What Is a FIPS Code? A Plain-English Explainer
FIPS codes are the numeric identifiers that tie together virtually every US government dataset. Here's what they are and why they matter.
If you've ever opened a Census Bureau spreadsheet, a Bureau of Labor Statistics file, or an EPA dataset and wondered what those 2- or 5-digit numbers in the geography column mean, you've encountered FIPS codes. FIPS stands for Federal Information Processing Standards, and the geographic variant — formally called ANSI codes since 2008 — are the universal identifiers that link state, county, and metropolitan area data across every major federal agency.
A state FIPS code is a 2-digit number assigned to each US state and territory. California is 06, Texas is 48, Washington is 53. A county FIPS code is 5 digits: the 2-digit state code followed by a 3-digit county code. King County, Washington is 53033 — state 53 (Washington) plus county 033. This simple structure makes it trivially easy to join datasets from different agencies without any string matching or geocoding.
The power of FIPS codes lies in their universality. When the Census Bureau publishes population estimates, the BLS publishes unemployment rates, and the EPA publishes air quality data, they all use the same county FIPS codes. A single join key unlocks every dataset. That's why data professionals working with government data treat FIPS fluency as a baseline skill.
Beyond states and counties, FIPS codes extend to Metropolitan Statistical Areas, Congressional Districts, Census tracts, block groups, and individual blocks — each level nesting cleanly inside the one above. Our complete guide to FIPS codes covers the full hierarchy. To look up any code, use the search tool or browse directly by state.
More Articles
FEMA Flood Zone Data: Working with FIPS Geography
FEMA's National Flood Insurance Program and flood hazard data use FIPS codes and community identifiers. Here's how to navigate FEMA's geographic data structure.
Jun 18, 2026
State FIPS Codes: The Complete Reference List
Every US state and territory has a unique 2-digit FIPS code. Here's the complete list and how to use it in your data work.
Nov 11, 2025
FIPS Codes in Python: A Practical Guide with pandas
Python and pandas are the most common tools for working with federal geographic data. Here's how to handle FIPS codes correctly in your data pipelines.
Jan 9, 2026