← All studies · askamerica.ai

No — across states, more federal money per capita has not tracked longer life over the last decade; the exception is targeted health transfers like Medicaid expansion

State-level analysis, 2013-2023 window, using CDC/NCHS life expectancy and USAspending obligations, plus the causal Medicaid-expansion literature

Federal money into states vs. life expectancy, 2013-2023 CDC/NCHS life expectancy (USALEEP 2010-15; NCHS-based 2023 cross-section) vs. USAspending obligations per capita (2022-23 avg, excl. loans and CMS-administrative geocodin… Correlation: fed $/capita vs. LE change r = -0.41 p = 0.003 (n=50) Negative and significant in the raw bivariate cut States with lower LE in 2023 than 2010-15 avg 46 of 50 mean change -0.74 yrs Reflects the COVID-era mortality shock, not a spending effect Federal $/capita (2022-23 avg) vs. change in life expectancy -2.5 -2.0 -1.5 -1.0 -0.5 0.0 0.5 1.0 Federal $ per capita (thousands) Change in LE (years) 6 8 10 12 14 16 18 20 No positive relationship visible; high-spending defense/federal-workforce states (VA, AK, CT, NM, MD) cluster among… Life expectancy change, 2010-15 avg to 2023: lowest & highest 8 states -2.5 -2.0 -1.5 -1.0 -0.5 0.0 0.5 1.0 Change in years NM AK AZ TN WV NC OR ME MT ID UT PA NY MA RI NJ NM and AK — both high federal $/capita, largely defense/tribal-health/federal-land driven — sit at the bottom This state-level correlation is descriptive, not causal, and does not isolate any one federal spending channel; see report body for the Medicaid-expansion quasi-experimental literature, the best-identified causal evidence bearing on this question. AskAmerica · askamerica.ai
SVG

Summary

No. Looking across the 50 states over roughly the last decade, states that receive more total federal money per person have not seen bigger gains in life expectancy — if anything, the simple state-level correlation runs the other way (r = -0.41, p = 0.003). But that finding is heavily confounded: nearly every state's life expectancy is still below its pre-pandemic level, so this decade's "change" is dominated by the COVID-19 mortality shock, and the states receiving the most federal dollars per capita in this data are disproportionately defense-contracting and federal-workforce states (Virginia, Alaska, Connecticut, Maryland), not necessarily places getting more health or welfare aid. When the question is narrowed to a specific, well-identified federal-money channel — Medicaid expansion, which is federally funded at 90%+ — the peer-reviewed literature finds a real, causal, life-saving effect: roughly a 2.5% reduction in mortality among low-income adults in expansion states, at a documented cost of about $5.4 million per life saved. So the honest answer is channel-dependent: undifferentiated federal spending shows no positive association with state life expectancy in this data; targeted federal health-insurance transfers do improve it.

Step 1 — What the literature already says

Three lines of published research bear directly on this question, and they point in different directions depending on what "federal money" means:

Step 2 — Data and method used for the state-level cut

Life expectancy: AskAmerica's corpus has no life-expectancy table, so this analysis pulled CDC/NCHS data directly: the USALEEP state-level life expectancy at birth, 2010-2015 (used as the "~10 years ago" baseline, all 50 states + DC) and a 2023 both-sexes cross-section compiled by World Population Review from CDC/NCHS National Vital Statistics Reports (used as the current point). These are two different vintages/estimation methods bridged as a before/after comparison — the best available given that CDC's more recent state life-table PDFs (NVSR 74-12, 2022) returned HTTP 403 from this environment and no machine-readable state-level series for 2018-2022 or 2023 alone could be fetched directly.

Federal money: fiscal.usaspending_by_state declares a 2017-2025 window, but a live scan found only 2022-2025 actually loaded (2017-2021 are not populated despite the declared range) — so a true 10-year federal-spending panel matching the life-expectancy window does not exist in this corpus. The analysis instead uses the average of FY2022 and FY2023 obligated_amount_excl_loans_excl_cms_admin per capita (loans excluded because they geocode to the lender, not the borrower; CMS-administered awards excluded because they geocode to the Medicare Administrative Contractor's location, e.g. inflating North Dakota/Minnesota/Indiana) — divided by 2023 ACS population (census.acs_population). This is total federal obligations across all award types and agencies (contracts, grants, direct payments) — it is NOT a health- or welfare-specific figure, which matters for interpreting the result below.

Step 3 — What the state-level correlation shows

Across the 50 states (DC and territories excluded), federal obligations per capita (2022-23 avg) correlate negatively with the change in life expectancy from the 2010-2015 baseline to 2023: r = -0.41, p = 0.0035, n = 50. In a regression controlling for each state's 2010-15 baseline life expectancy (to net out simple mean reversion), the federal-$-per-capita coefficient remains negative and significant (coef = -9.6e-05 per dollar, p = 0.002); a leave-one-out check found no single state's removal flips the sign or crosses p=0.05 (max standardized influence 0.94, on Virginia).

Restricting the same bivariate correlation to the 45 states outside the top-5 federal-$-per-capita states (Alaska, Virginia, New Mexico, Connecticut, Maryland — all defense-contracting or federal-workforce-heavy) weakens it to r = -0.24, p = 0.11 — no longer significant. That sensitivity matters: it shows part of the negative association is carried by a handful of states whose federal dollars are mostly defense procurement and federal payroll, not health or welfare transfers, and whose already-high pre-pandemic life expectancy gave them more room to fall during COVID.

46 of 50 states have LOWER life expectancy in 2023 than their 2010-2015 average (mean change: -0.74 years). This is consistent with published national trends: U.S. life expectancy peaked around 78.9 in 2019, collapsed to 76.4-77.1 during 2020-2021, and by 2023 had recovered only to about 78.5 — still below the pre-pandemic peak (CDC/NCHS, Dec. 2024; NCHS Data Brief No. 521). The "decade of decline" this analysis measures for most states is substantially a COVID-mortality artifact, not evidence that federal spending failed to help — or hurt.

Step 4 — Why this is not a causal test, and what would be needed

Three reasons the correlation above cannot be read as "federal money reduces longevity":

The Medicaid-expansion literature in Step 1 solves exactly these three problems (it isolates one federal-money channel, exploits staggered adoption timing as a quasi-experiment, and directly targets the intended beneficiary population) — which is why it is the stronger basis for a causal claim than the correlational cut above.

Caveats and data-quality notes

Sources

  1. USAspending obligations by state, FY2022-2023, excl. loans and CMS admin
    Show SQL
    SELECT state_abbr, "year", obligated_amount, obligated_amount_excl_loans, obligated_amount_excl_loans_excl_cms_admin FROM fiscal.usaspending_by_state WHERE "year" IN ('2022','2023')
  2. ACS state population, 2023
    Show SQL
    SELECT state, total_population FROM census.acs_population WHERE "year"='2023' AND geography='state' AND county IS NULL
  3. CDC/NCHS USALEEP state life expectancy at birth, 2010-2015
  4. State life expectancy, 2023 (CDC/NCHS-sourced compilation)
  5. MacKenzie, Houle, Jiang, Onega. "Middle-aged death and taxes in the USA." PLOS ONE 2019
  6. MacKenzie & Lebeaux. "Mortality versus Municipal and State Government Spending in American Cities." J Urban Health 2021
  7. Sommers et al. "Mortality and Access to Care among Adults after State Medicaid Expansions." NEJM 2012
  8. Effects of Medicaid Expansions on Mortality of Low-Income Adults (quasi-experimental, staggered adoption)
  9. Medicaid expansion and variability in mortality in the USA: a national, observational cohort study. Lancet Public Health 2021
  10. CDC/NCHS: U.S. life expectancy increased in 2023 while overdose deaths decreased
  11. NCHS Data Brief No. 521: Mortality in the United States, 2023
  12. INET: The link between health spending and life expectancy: the US is an outlier
  13. Peterson-KFF Health System Tracker: How does U.S. life expectancy compare to other countries?