b2KIT

Project Budget Tracker

Track project budget vs actual spending with line item detail, earned value, and cost variance analysis with burn-down charts.

Tested tool guide Tested browser tools Checked August 16, 2026

What Project Budget Tracker does, with a checked example

Planned budget, committed spend, and completed work are three different numbers, and this tool keeps them separate. You enter each line item's budget, actual spending, and percent complete; it totals the budget and spend, computes each line item's variance, and derives earned value, cost variance, and the cost performance index (CPI), alongside a burn-down chart of remaining budget over time. The surprise for most users: a project can be under budget in raw terms and over budget in earned-value terms, because spending only looks low when work is running late.

Worked example

A concrete input and expected output from the current implementation.

Input

Line item,Budget,Actual,% complete
Design,15000,16000,100
Development,25000,21000,80
Testing,6000,5000,40
Project management,4000,4500,100

Expected output

Line item             Budget   Actual   Variance (actual - budget)
Design                 15,000   16,000   +1,000
Development            25,000   21,000   -4,000
Testing                 6,000    5,000   -1,000
Project management      4,000    4,500     +500
Total                  50,000   46,500   -3,500 (under budget)

Earned value (budget x % complete): 41,400
Cost variance (EV - AC): -5,100 (over budget)
CPI (EV / AC): 0.89

Raw totals say the project is $3,500 under budget, but the Development item is only 80% complete: $20,000 of value earned (25,000 x 0.8) against $21,000 spent. Across all items, $41,400 of completed work cost $46,500, a $5,100 cost overrun, so the earned-value view is the opposite of the raw view.

How the result is produced

1

Line items and earned value

Each line item carries a budget, an actual amount, and a percent-complete figure. The tool sums budgets and actuals across items and computes each item's variance, then converts percent complete into earned value per item by multiplying budget by completion. Earned value totals feed the cost variance (EV minus AC) and the cost performance index (EV divided by AC), which normalizes overruns across projects of different sizes.

2

Burn-down chart

The burn-down chart plots remaining budget (budget minus actuals to date) against time or reporting period. A flat or rising line means spending is tracking below plan; a line dropping faster than the planned slope means spend is running ahead. The chart is only as honest as its actuals - it reflects cash spent, not work completed, so it must be read alongside earned value rather than instead of it.

Good uses

  • Monthly steering-committee reviews, when the sponsor asks whether the project is over budget and you need a number you can defend.
  • Post-project reconciliation: comparing each line item's approved budget against what was actually spent to find which work packages ran away, and by how much.
  • A project running late: separating 'cheap' from 'slow'. Earned value shows whether low spending means efficiency or means the work simply has not happened yet.

Limits and checks

  • Variance sign convention: this tool reports variance as actual minus budget, so positive means over budget, but many spreadsheets use the reverse. The same gap can read as +3,500 or -3,500 depending on convention, so confirm the direction before announcing an overrun.
  • Percent complete is an estimate, not a measurement. Earned value inherits every guess typed into that column, and the CPI moves with those guesses, so treat the index as a directional signal rather than an audited figure.
  • Actual spending usually means invoices received, not cash paid out or work performed. A large invoice landing on the 30th instead of the 1st shifts a whole month's variance, and committed-but-unbilled work is invisible until it invoices.

Common questions

Why does it say I am over budget when I have spent less than my budget?

Because earned value compares what the completed work was worth against what it cost, not budget against spending. If $20,000 of work is only half done, the earned value is $10,000; spending $12,000 so far means a $2,000 cost overrun even though you are $8,000 under budget in raw terms. Slow progress hides as savings.

What does a CPI below 1 mean, and what should I do about it?

CPI is earned value divided by actual cost. Below 1.0 means every dollar of spending is producing less than a dollar of completed work - the project is overrunning. CPI of 0.89 implies the final cost lands near budget divided by 0.89, roughly 12% over, if efficiency holds. The tool computes the number; the decision to re-scope is yours.

References and verification

The example and behavioral notes were checked against the browser implementation. Standards and primary references below define the relevant format, formula, or platform behavior.

Related Tools