Methodology · Migration

Migration wealth velocity

Migration wealth velocity is the ratio of average AGI per inmover to average AGI per outmover, drawn from IRS SOI county-to-county migration. A ratio above 1.0 means a place is gaining wealth via migration; below 1.0 means losing wealth.

Methodology vintage: IRS SOI 2022 (filed 2023) · Last updated: 2026-05-12 · Replication SQL: GitHub

Definition

Migration wealth velocity captures whether a place is gaining or losing per-capita wealth through population movement. We divide the average adjusted gross income (AGI) of new arrivals by the average AGI of departures, both measured at the household level via tax returns filed against new addresses.

wealth_velocity = (AGI_inflow / households_inflow) / (AGI_outflow / households_outflow)

Source data

Steps

  1. Pull annual IRS migration data at the county level: returns_in, AGI_in, returns_out, AGI_out.
  2. Compute average AGI per inmover and per outmover.
  3. Take the ratio; values > 1.0 mean inmovers are wealthier than outmovers.
  4. For ZCTAs we attribute the county value uniformly.
  5. Buckets: strong outflow (<0.85), modest outflow (0.85–0.97), balanced (0.97–1.03), modest inflow (1.03–1.15), strong inflow (>1.15).

Known limitations

Where this metric appears

Every place page, the Highest wealth-attracting list, and the Migration Wealth Velocity Index.

Related methodology

Cite this methodology

Commerce Institute. (2026). Migration wealth velocity — Methodology. Retrieved from https://commerceinstitute.org/methodology/migration-wealth-velocity/.