Teacher Cert Pathfinder

How many teachers actually move between each pair of states

Nobody publishes this. We computed it from two federal datasets, and the answer reframes what an interstate licensing product can and cannot be: the largest teacher corridor in the United States carries roughly 730 credentialed K-12 teachers a year.

Computed 9 September 2026 ACS 2024 · BLS OEWS May 2025 Method and scripts published below

First finding: the obvious data source does not exist

The natural way to rank teacher corridors would be each state's count of certificates issued to out-of-state applicants, broken down by the applicant's previous state. We could not find a single state publishing it. Texas comes closest and it is instructive how close that is not: TEA publishes a live queue depth, but no annual total, no breakdown by sending state, and no historical series. So this is a proxy — a good one, with its assumptions written down.

The method

estimated K-12 teacher movers (origin → destination, per year)
  = ACS state-to-state migration flow (origin → destination)
  × (origin state's K-12 classroom-teacher jobs per 1,000 jobs ÷ 1,000)
  × 0.47   ← national employment-to-population ratio, a constant

“K-12 classroom teacher” is the sum of nine occupational codes, chosen to match the licence classes a corridor pack would cover: elementary (25-2021), middle (25-2022), secondary (25-2031), secondary CTE (25-2032), and special education at each band (25-2052, 25-2057, 25-2058, 25-2059).

What the method assumes, stated plainly

  1. Teachers move at the same rate as the general population. Probably conservative — teachers are more likely than the average worker to relocate for a spouse's posting — but unmeasured.
  2. The origin state's teacher density applies to its out-migrants. The estimator's main weakness.
  3. The 0.47 constant does not affect the ranking, only the absolute figures.
  4. Migration flows count moves, not job changes. Some movers retire, leave teaching, or already hold the destination licence.

Read the absolute numbers as order-of-magnitude. Read the ranking as reliable — the ACS margins of error on the top flows are 8–20% of the estimate, comfortably below the gaps between ranks.

The top 40 corridors

#CorridorACS 2024 flowEst. K-12 movers/yrEst. secondary onlyDestination K-12 jobs
1New York → New Jersey56,799730195129,810
2California → Texas77,161685198420,750
3New York → Florida50,661651174187,300
4Texas → California45,447639169344,110
5Texas → Florida45,259636169187,300
6New Jersey → Pennsylvania38,467548161151,010
7New Jersey → New York36,002513151264,770
8California → Nevada53,28947313624,830
9California → Arizona52,38346513460,100
10Florida → Georgia52,371464123113,020
11Florida → Texas52,219463123420,750
12Texas → Oklahoma28,07439510548,080
13Pennsylvania → Florida33,530392136187,300
14California → Washington43,93839011365,510
15Texas → Colorado27,57438810366,880
16New York → Pennsylvania29,274376100151,010
17Georgia → Florida34,38837485187,300
18New York → Texas28,23336397420,750
19Virginia → Florida28,901357103187,300
20South Carolina → North Carolina29,98235398104,630
21Virginia → North Carolina28,409351101104,630
22Virginia → Maryland28,00434610070,350
23North Carolina → South Carolina33,1513309057,720
24Illinois → Indiana25,7273268968,530
25New York → Connecticut25,0953228648,350
26New Jersey → Florida22,64632295187,300
27California → Florida36,19432193187,300
28New York → California24,92732085344,110
29Louisiana → Texas24,17031389420,750
30Illinois → Florida24,41030984187,300
31Illinois → Wisconsin24,0453048367,150
32Pennsylvania → New Jersey25,902303105129,810
33Maryland → Virginia25,18330171108,130
34Florida → North Carolina33,59129879104,630
35Illinois → Texas23,50929881420,750
36Texas → Georgia20,96829578113,020
37California → Oregon31,5002808136,190
38Oregon → Washington32,3412809165,510
39Texas → Louisiana19,8502797453,260
40California → New York31,36727980264,770

Why this number matters more than it looks

It sets a ceiling on what any interstate-licensing product can be. Fifteen corridors — the largest fifteen in the country — carry roughly 7,680 teacher-movers a year between them. In an average 45-day window that is about 947 people.

Two consequences follow, and both are the kind of thing worth knowing before building rather than after:

Sources and reproducibility

Both files are archived byte-exact as downloaded. The extraction and ranking are three short zero-dependency scripts — scripts/census-flows-extract.js, scripts/bls-k12-teacher-stats.js and scripts/corridor-rank.js — and the computed output is committed at analysis/data/corridor_ranking_2026-09-09.json. Anyone can re-run it and get the same table.


Citing this study

Cite it as: Teacher Cert Pathfinder, “How many teachers actually move between each pair of states”, 9 September 2026, and please cite the Census Bureau and BLS for the underlying data. We recompute when either dataset updates, and the date on this page changes with it.