← All studies · askamerica.ai

Over the full last decade (2014-2024), income growth in Republican- and Democratic-represented states was statistically indistinguishable; a small, real Republican-state edge appears only in the most recent four years

State-grain analysis, BEA and Census ACS income data, 2014-2024

State Income Growth, 2014-2024: Republican- vs Democratic-Represented States BEA per capita personal income (SAINC1) and Census ACS median household income, by state; political lean from federal representation 10-yr per-capita income growth, R-leaning states +55.5% avg (n=27) vs +57.8% D-leaning Nominal, 2014-2024, composite federal political index Statistical significance of the 10-yr gap p = 0.40 not significant Welch's t-test, n=50 states Avg. state income growth 2014-2024 by political lean 0 10 20 30 40 50 60 Group % growth R-leaning (CPI<0) D-leaning (CPI>0) BEA per-capita personal income ACS median household income Both differences are statistically insignificant (p=0.40 and p=0.82) Consistent Red vs Blue states: two windows 0 10 20 30 40 50 60 Window % growth, per-capita income 2014-2024 (10yr) 2020-2024 (4yr) Consistently Red states Consistently Blue states 2020-2024 gap (Red ahead) is significant, p=0.03; full decade gap (Blue narrowly ahead) is not, p=0.24 State-grain, unweighted averages (n=50, DC and split-decision 'purple' states excluded from Red/Blue bars). Political lean: officials.state_political_index (federal Composite Political Index) and officials.electoral_college_votes (presidential winner 2016/2020/2024). Income: econ.regional_income (BEA SAINC1 per-capita personal income) and census.acs1_income (ACS 1-year median household income). Correlational… AskAmerica · askamerica.ai
SVG

Summary

Over the last ten years (2014-2024), across the 50 states, income growth in places represented by Republicans and places represented by Democrats was statistically indistinguishable -- and if anything, Democratic-leaning states edged narrowly ahead, not Republican-leaning ones. Using BEA per-capita personal income, the 27 states with a Republican-leaning federal Composite Political Index (CPI) averaged +55.5% nominal growth 2014-2024, versus +57.8% for the 23 Democratic-leaning states (Welch's t-test, p=0.40 -- not significant). Using Census ACS median household income the two groups were essentially tied (+50.3% vs +49.7%, p=0.82). Classifying states instead by consistent 2016/2020/2024 presidential vote gives the same picture: 25 'Red' states averaged +54.7% per-capita income growth over the decade versus +58.0% for 20 'Blue' states (not significant, p=0.24; 6 'purple' swing states averaged +60.2%, highest of all three groups).

A real, statistically significant Republican-state edge does show up, but only in a much shorter and more recent window: 2020-2024, Red states averaged +25.4% per-capita income growth versus +23.5% for Blue states (p=0.03). That matches the direction (though not the magnitude) of recent partisan-economy commentary built on that same post-2020 period. It does not generalize to the full decade the question asks about.

A further check complicates any simple 'party X wins' framing: Democratic-leaning states started the decade with substantially higher income levels (~$48,500 avg per-capita income in 2014 vs ~$42,600 for Republican-leaning states), which on its own predicts SLOWER, not faster, percentage growth for Democratic states (poorer places mechanically converge/catch up faster). Once that starting-income level is held fixed in a regression, Democratic-leaning states show a modest but statistically significant excess growth advantage (~+0.048 percentage points of growth per point of CPI, p=0.005; leave-one-out sensitivity analysis confirms no single state drives this). In other words: the raw comparison is a rough tie partly BECAUSE red states' growth is not fully explained by their lower starting point either -- the two effects roughly offset over the full decade.

How this compares to the debate in the press and literature

This question sits inside a live, contested debate. A 2026 Independent Institute/Unleash Prosperity study by Richard Vedder and Nicholas Jadwisienczak, using 2020-2024 data and controlling for climate, industry mix, unionization, immigrant share and urbanization, reports that solidly Red states had "over 25 percent more growth in personal income" than Blue states in that period -- a claim amplified by Newsweek, the RNC's research page, and multiple opinion outlets. Our own uncontrolled replication of the SAME 2020-2024 window (above) finds the same DIRECTION -- Red states ahead -- but a much smaller raw gap (~8% relative, 25.4% vs 23.5%), consistent with Vedder's own framing that the effect only becomes large once several confounds are controlled for; our simpler design does not attempt that full covariate set.

On the other side, a peer-reviewed Public Choice study finds that national GDP growth has historically been faster when more state governments (and Congress) were held by Democrats, and coverage summarized by factually.co and the Indiana Capital Chronicle notes that states with more years of Democratic control score better on median household income and GDP per capita, while cautioning that correlation is not causation and that richer states may simply have started electing more Democrats. A Berkeley Economy & Society Initiative analysis independently confirms the income-level fact behind our starting-point control: in 2023 the average Blue state had a median household income of roughly $87,000 versus roughly $69,000 for the average Red state (a LEVEL comparison, not a growth-rate comparison) -- Blue states are richer to start with, which is exactly the convergence confound our regression addresses. The Hill and other pieces have made similar claims in both directions over different windows, underscoring that different studies use different periods, different definitions of 'red'/'blue', and different metrics -- which is a large part of why the answer depends so heavily on exactly how the question is specified.

Data, method and caveats

Sources

  1. BEA Regional Economic Accounts, SAINC1 (per-capita personal income by state, 2014 & 2024)
    Show SQL
    SELECT geo_name, "year", data_value FROM econ.regional_income WHERE tablename='SAINC1' AND line_code='3' AND geo_fips_set='STATE' AND "year" IN ('2014','2024')
  2. Census ACS 1-Year median household income by state, 2014 & 2024
    Show SQL
    SELECT geo_name, "year", median_household_income FROM census.acs1_income WHERE "year" IN ('2014','2024')
  3. Federal Composite Political Index (CPI) by state per Congress, 113th-118th (2013-2024)
    Show SQL
    SELECT state_name, congress_start_year, cpi FROM officials.state_political_index WHERE congress_start_year IN (2013,2015,2017,2019,2021,2023)
  4. Presidential election winners by state, 2016/2020/2024 (NARA electoral college results)
    Show SQL
    SELECT state_name, "year", candidate_party, electoral_votes_won FROM officials.electoral_college_votes WHERE office='PRESIDENT' AND "year" IN (2016,2020,2024)
  5. t-test: per-capita income growth 2014-2024, R-leaning vs D-leaning (CPI classification)
    Show tool call
    hypothesis_test(test="t_test", group_col="lean", value_col="pct_growth")
  6. t-test: per-capita income growth 2020-2024, consistent Red vs Blue states
    Show tool call
    hypothesis_test(test="t_test", group_col="category", value_col="pct_growth")
  7. OLS regression: 10-yr % growth on CPI and 2014 starting income level
    Show tool call
    ols_regression(outcome="pct_growth", predictors=["avg_cpi","pcpi_2014"])
  8. Leave-one-out sensitivity analysis on the CPI coefficient
    Show tool call
    sensitivity_analysis(outcome="pct_growth", predictors=["avg_cpi","pcpi_2014"], group_col="state_name", term="avg_cpi")
  9. CPI-U cumulative inflation, 2014 to 2024
    Show tool call
    adjust_inflation(from_year=2014, base_year=2024, amount=1)
  10. Vedder & Jadwisienczak, 'Red States Are Winning the Prosperity Race' (Independent Institute / Newsweek, July 2026) — 2020-2024 window, controls for climate/industry/unionization/urbanization
  11. RNC research: 'Red States Are Outperforming Blue States'
  12. 'The Democrat-Republican presidential growth gap and the partisan balance of the state governments', Public Choice (Springer)
  13. factually.co fact-check: Republican vs Democrat states on income/education/happiness metrics
  14. Indiana Capital Chronicle: 'Political polarization and diverging economies are related'
  15. Berkeley Economy & Society Initiative: 'What drives high costs in blue states?' — 2023 median household income levels by state political lean: Blue ~$87k vs Red ~$69k
  16. The Hill: 'A GOP-led edge: Red states see less unemployment, more economic growth'