Loading…
Loading…
Cost of War / Methodology
FinCalc’s war-cost counters are honest extrapolations from authoritative snapshots, not real-time feeds. This page documents every formula, every accounting choice, and every reason a number might disagree with another tracker.
Last reviewed:
Each counter on this site renders a value of the form cumulativeUsd + perSecondUsd × elapsed_s. The cumulative figure is taken verbatim from a Tier 1 published snapshot. The per-second extrapolation rate is derived from the most recent daily-burn estimate divided by 86,400.
function snapshotFor(baseline) {
const elapsedSec = (Date.now() - Date.parse(baseline.asOf)) / 1000;
return baseline.cumulativeUsd + baseline.perSecondUsd * elapsedSec;
}The server renders the snapshot at request time. The client then continues ticking using requestAnimationFrame from that exact value, which preserves SEO (the snapshot is what Google indexes) and zeroes out Cumulative Layout Shift on hydration via tabular-nums.
These counters are not live data feeds. No public source publishes minute-level war spend. Competitors that claim “real time” are doing the same per-second extrapolation from published baselines. We document the math openly so you can audit the rate yourself.
The single biggest reason war-cost numbers diverge wildly is how you value transferred materiel. The Department of Defense ordinarily lists weapons drawn from US stockpiles at replacement cost — what it would cost to buy a new unit today. Independent economists argue that the actual economic value transferred is closer to depreciated book value, since many transferred munitions were already nearing end-of-life and would have been disposed of at taxpayer expense.
Economists for Ukraine estimate the real economic value of the FY24 Presidential Drawdown Authority transfers at roughly $18.3 B, versus the $60 B+ reported as replacement-cost. Both numbers are defensible if you attach the right label:
On /cost-of-war/ukraine/ we show the Congressionally-approved figure (the budget authority) because that is the number cited in CRS and CRFB reports. The Economists for Ukraine recalculation is linked in line so readers can see both views. econ4ua.org/aid-value/
Operation Epic Fury cost estimates range from $25 B to $1 T — a 40× spread. The spread is real and the headlines are not wrong; the three camps are simply pricing different things:
| Source | Total | Scope |
|---|---|---|
| Pentagon (via CSIS) | $25 B | Direct operational cost: munitions expended, sortie fuel, interceptor stockpile drawdown, forward deployment. |
| Penn Wharton Budget Model | $47 B | Direct ops + admin overhead + carrier-group positioning + reconstitution of expended interceptor stock. |
| Rep. Ro Khanna | $630 B – $1 T | Direct + indirect macro impact: oil price shock, insurance-premium pass-through, opportunity cost of foregone domestic spending, downstream economic drag. |
FinCalc displays the Pentagon-equivalent figure as the headline because it is the narrowest, most defensible scope and the one cited by primary government sources. The other two are linked in the methodology gap explainer on /cost-of-war/iran/.
When the burn-rate chart on the hub compares Operation Epic Fury to Vietnam, Iraq, or Afghanistan, every dollar is converted to 2026 USD using the BLS Consumer Price Index for All Urban Consumers (CPI-U). The formula:
adjusted_2026 = nominal_year * (cpi_2026 / cpi_year)
Vietnam War totals from Watson Costs of War (nominal $168 B 1965–1975) become roughly $1.2 T in 2026 USD when annualized through CPI-U mid-year values. Iraq (2003–2011) totals from the same source scale similarly. We cite source-year nominal alongside the 2026-adjusted figure so readers can verify the conversion.
Note: CPI-U understates military-specific inflation (defense procurement runs 1–2 percentage points above headline CPI in most years). The hub chart uses headline CPI for transparency; sophisticated readers should treat cross-decade comparisons as indicative, not exact.
Baseline values live as TypeScript constants in lib/cost-of-war/data.ts. They are updated by pull-request review and a fresh deploy whenever Kiel Institute or CSIS publishes a new authoritative snapshot, or whenever Congress appropriates additional aid. Kiel updates roughly every six to eight weeks; CSIS publishes ad-hoc Epic Fury cost briefs.
We do not pretend to have minute-level fidelity. We do guarantee that every baseline is traceable to a single published source with a known publication date, and that the per-second extrapolation rate is documented openly above. If you spot a number that disagrees with a Tier 1 source, write to [email protected] and we will correct on the next deploy.
Data year: 2026. Methodology last reviewed: .
FinCalc covers conflict-related public-budget topics (/cost-of-war/) using only published authoritative sources: Kiel Institute, Watson Costs of War, CRS/CRFB, CSIS, ukraineoversight .gov, Penn Wharton, World Bank. We report on financial costs only; humanitarian metrics link to UN OCHA. We do not take editorial positions on whether aid or military action is justified. We present the costs as a public-finance reference and let readers draw their own conclusions. Calculator outputs are estimates, not advice. Always consult a tax professional for decisions that depend on your personal situation.
Browse the data
Live counter, Sankey, per-country comparison.
Browse the data
Strike inventory, cost-exchange ratio, Hormuz impact.
Personal
Estimate your tax dollars by war and opportunity cost.
Every figure on this page traces to the full bibliography.