Methodology · Housing

Median home value

Median home value is the middle estimated sale value of owner-occupied housing units in a place, drawn from the U.S. Census Bureau's American Community Survey 5-year estimates. It is self-reported by householders, not a transaction-derived metric.

Methodology vintage: ACS 5-Year 2019–2023 · Last updated: 2026-05-12 · Replication SQL: GitHub

Definition

Median home value is the 50th-percentile self-reported value of owner-occupied housing units. We use the American Community Survey 5-year aggregation at the ZIP Code Tabulation Area (ZCTA) level, then aggregate to places using population-weighted averaging across constituent ZCTAs.

median_home_value = pop_weighted_avg(ZCTA_B25077_001E for ZCTAs intersecting the place)

Source data

Steps

  1. Pull median home value (variable B25077_001E) at the ZCTA level from ACS 5-Year 2019–2023.
  2. For each Census Place, identify all ZCTAs that intersect via TIGER polygon overlay.
  3. Take a population-weighted average across constituent ZCTAs (weights from B01003_001E, total population).
  4. Filter Census sentinel values: ACS encodes suppressed/unreliable values as -666,666,666 — these are discarded before aggregation.

Known limitations

Where this metric appears

Every place page (at-glance + percentile ranking), the Most expensive small towns list, and as the numerator in Years-to-own.

Related methodology

Cite this methodology

Commerce Institute. (2026). Median home value — Methodology. Retrieved from https://commerceinstitute.org/methodology/median-home-value/.