How this is calculated
Every number on this site comes from a named public source with a real date. This page describes the whole pipeline — the confirmed figure, how the live projection works, when it stops, and the exact denominators behind each per-person figure. It is generated from the same data the homepage uses, so it cannot fall out of step with what you see.
The confirmed figure
The ground-truth number is total public debt outstanding from the U.S. Treasury's Debt to the Penny dataset. The most recent confirmed value is $39,581,848,442,144, recorded 17 July 2026.
Source: U.S. Treasury, Debt to the Penny · 17 July 2026
Treasury publishes this figure on business days, with a short lag. Between publications, the big number at the top of the site is a projection — and we show the confirmed figure and its date right underneath it at all times, so the two are never confused.
The projection rate
We do not use the most recent single-day change as the tick rate. A single Treasury day can swing by hundreds of billions of dollars — often negative — because of operational events like debt-ceiling unwinds. Using the last change would produce a wildly unstable clock.
Instead we take a trailing window of recent daily records, discard outliers beyond five standard deviations (those operational artifacts), and average the rest. The current rate is built from 31 records over 43 days, giving $8.13 billion per day (about $94,126 per second).
As a sanity check, recent U.S. debt growth runs roughly $1.8–2.2 trillion a year — about $5–6 billion a day. If our computed rate ever falls outside $2–$12 billion per day, the build fails and nothing ships. We would rather show no update than a broken one.
The projection anchors at the close of the record date (U.S. Eastern) and accrues forward from there at the rate above. At the moment of the confirmed record, the projection equals the confirmed figure exactly.
Freshness — and when the clock stops
The age of the latest Treasury record decides how the clock behaves. This is re-checked in your browser against the current date, so a page cached and opened weeks later cannot keep claiming to be live.
| State | Record age | Behaviour | Indicator |
|---|---|---|---|
live | 0–3 days | Projects normally. | Green |
delayed | 4–10 days | Projects normally; a long weekend or holiday. | Amber |
stale | 11–30 days | Keeps ticking, but shows a drift warning. | Red |
broken | 31+ days | Clock stops. Shows the last confirmed figure only. | Red |
Past 30 days, a projection has accumulated so much error that it stops being informative — so the clock stops and shows only the last confirmed figure. This is the exact failure other clocks don't guard against: they keep ticking confidently on data that has quietly gone stale.
Per-person and macro figures
Each derived figure divides the confirmed debt by an official denominator:
- Debt per citizen — divided by resident population, 341,784,857.
Source: U.S. Census Bureau, Vintage 2025 National Population Estimates · 1 July 2025 - Debt per taxpayer — divided by 104,000,000 individual income tax returns with a positive total tax liability (taxable returns), not all filers. This is deliberately the honest denominator: counting all ~160 million filers instead would make the number look far larger.
Source: IRS Statistics of Income, Individual Income Tax Returns · 2022 - Debt-to-GDP — as a share of nominal GDP, $31.9 trillion (annualised).
Source: U.S. Bureau of Economic Analysis, GDP (third estimate), nominal SAAR · 2026-Q1 - Interest per day — annual federal interest on the debt, $1.20 trillion, divided by 365.
Source: U.S. Treasury, Interest Expense on the Debt Outstanding (FY2025); GAO Schedules of Federal Debt · FY2025
How it stays current
The site rebuilds daily after Treasury publishes. Each build fetches the data, re-runs these calculations, and commits the resulting snapshot as an audit trail. If the Treasury API is unreachable, the latest record is more than 7 days old, or the rate is implausible, the build fails loudly and the previously published page keeps serving — degrading its own freshness state honestly rather than drifting in silence.