Debt estimate inputs
This counter is an estimate based on your starting value and average rate.
Debt Clock (Estimated Counter)
Run an estimated debt counter from a starting value and yearly change rate. Presets are placeholders; custom inputs control the calculation.
How the estimate is calculated
The counter divides the yearly change by 31,557,600 seconds, which is 365.25 days. It then uses: starting debt + per-second change × elapsed running seconds. The counter uses the browser's monotonic performance timer during the open page session. It does not fetch a debt total or update the inputs from an external source.
For example, a starting value of $1,000,000 and a yearly change of $31,557,600 produces a rate of $1 per second. After 90 running seconds, the display is $1,000,090 before currency formatting. Pause freezes the estimate. Reset returns to the entered starting value. A refresh starts again from the selected preset, and no values are saved in browser storage. A background tab may repaint less often and catch up when it becomes active. The page cannot keep the device awake, and behavior across device sleep depends on the browser and operating system.
Project a balance from two assumptions
Enter a starting balance, yearly change, source label, and currency. The display applies a constant per-millisecond rate from the yearly change to the elapsed time since reset. Pause holds the current projection.
A starting balance of 1,000 with yearly change of 365 projects about one unit per day under the tool's 365-day convention. After 10 days, the display is about 1,010 before currency rounding.