Burn Rate
The speed at which a project consumes budget or capacity per unit of time — the single fastest indicator that cost or effort is drifting off plan.
Definition
Burn rate is the amount of money — or, in agile, capacity — that a project consumes per unit of time. On a capital job it is usually reported as dollars per week or per month; on an agile programme it is usually story points completed per iteration or engineering hours booked against an epic. Two flavours are common: gross burn (total spend) and net burn (spend minus revenue or value delivered). Whichever flavour you use, the burn rate answers one question faster than any earned-value report: are we running out of money before we run out of scope?
Why Burn Rate Matters
Traditional cost reporting lags. By the time an EVM curve turns, the money has already been spent and the invoices are already in the accounts payable queue. Burn rate is a leading indicator: it tells you the slope before the point is on the chart. Every experienced project controls manager watches burn rate first and cost variance second.
How to Calculate It
- Cost burn rate = actual cost incurred in a period ÷ number of periods.
- Effort burn rate = hours booked in a period ÷ number of periods.
- Runway = remaining budget ÷ current burn rate — the number of periods you can continue before the money runs out at today's pace.
Always calculate burn against a rolling window — the last four weeks is a good default. A single-period snapshot is noisy; a cumulative average smooths away the very signal you are trying to see.
Real-World Construction Example
A design-build contractor on a $180 million water treatment plant tracked weekly burn during the mechanical fit-out. Planned burn was $2.1 million per week. For three consecutive weeks, actual burn ran $2.7 million per week — a 28% overrun. The commercial manager modelled the runway: at that pace the remaining budget would be exhausted six weeks before mechanical completion. The trigger prompted a mid-week working session that traced the overrun to double-shift welding crews the field superintendent had authorised without a formal change order. The team rebased the crew count, recovered $1.4 million of the projected overrun, and — critically — caught the problem eight weeks before it would have shown up on the monthly cost report.
Real-World IT / Agile Example
A payments platform team was chartered to deliver a compliance epic in six iterations. By iteration three they had completed 42 of a planned 108 story points — a burn rate of 14 points per iteration against a plan of 18. Extrapolating, the epic would need eight iterations, not six. Instead of hiding the slip until iteration five, the team surfaced the burn trend at the next steering committee, negotiated a scope split into a mandatory core and a deferred second phase, and delivered the core on the original date. The visible burn line was what made the conversation possible.
Best Practices
- Track burn against a plan, not in isolation — the delta matters, not the absolute number.
- Use a rolling four-week (or four-iteration) average to smooth noise.
- Publish burn weekly. Monthly is too late for a burn signal.
- Separate committed cost (POs raised) from incurred cost (invoices approved); commitment burn leads incurred burn by two to eight weeks depending on payment terms.
- Overlay burn against remaining scope, not just remaining budget — VAC and runway make the picture complete.
Common Mistakes
- Reporting burn without a plan line — the number is meaningless without a reference.
- Using a single-week snapshot; noise is mistaken for signal and provokes bad decisions.
- Ignoring commitment burn and reacting only when invoices land — you lose the eight-week head start.
- Treating burn rate as a finance metric owned by accounting rather than a delivery metric owned by the project.
- Confusing effort burn with progress; hours booked ≠ value delivered.
Expert Tips
- Chart burn against three lines, not one: plan, actual, and forecast. The forecast is the honest one.
- Watch the slope, not the point. A single high week is noise; three high weeks in a row is a trend.
- Publish the runway number. "Six weeks of budget left at current pace" gets attention that a percentage variance does not.
- Reconcile burn with the SPI and CPI weekly. The three tell a consistent story or you have a data problem.
- Do not react to a single overshoot. Wait for the second period, but start the diagnostic on the first.
Practical Lessons Learned
- The projects that finish on budget are almost always the projects that watched burn weekly from the first month, not the projects with the tightest change control at the end.
- Commitment burn is the earliest possible warning; teams that only watch incurred burn are always two months behind the truth.
- The single best conversation-starter with an executive sponsor is a runway number — it converts abstract variance into a concrete date.
Key Takeaways
- Burn rate is the leading indicator of cost or effort drift.
- Always report burn against a plan, over a rolling window.
- Track both committed and incurred burn; the former leads the latter by weeks.
- Convert burn into runway to make the number board-ready.
- Cross-check with EVM indices weekly for internal consistency.
Related Encyclopedia Entries
- Earned Value Management
- Variance at Completion
- Cost Performance Index
- Estimate at Completion
- Velocity
Related Research Articles, Case Studies & Tools
Frequently Asked Questions
How is burn rate different from earned value?
Burn rate is the raw speed of spending or effort consumption; earned value compares that spending to the value of work completed. Burn tells you how fast; earned value tells you whether the pace is buying you enough progress. The two are complements, not substitutes.Should we report gross or net burn?
On internal delivery projects, gross burn is normally the right operational number — it is what depletes the budget. Net burn (spend minus revenue) is a business-level metric used mostly on product ventures. Pick one and stick with it; mixing them in the same report is a common source of confusion.What's a healthy burn rate?
There is no absolute healthy number — only healthy relative to plan. A burn 5% above plan, sustained, is a real problem; a burn 15% above plan for one week can be noise. The slope over three or four periods is what to judge.How often should we track burn?
Weekly on capital projects and every iteration on agile work. Monthly reporting is common but too slow to act on — by the time a monthly report lands, four weeks of overburn are already invoiced.Can burn rate be too low?
Yes. Underburn early in a project is almost always a sign of slow mobilisation, and it usually translates to schedule slip, not savings. A project running 20% under planned burn in month one will normally overshoot the plan later.How do you forecast completion from burn?
Divide remaining budget by current burn to get the runway, then compare against remaining schedule. If remaining schedule exceeds runway, the project either finds savings, gets more budget, or reduces scope — no fourth option exists.Does burn rate apply to fixed-price contracts?
Yes, from the contractor's perspective. The client pays a fixed sum, but the contractor's internal cost burn determines profit. Many contractors have discovered that a well-priced fixed-price job can still lose money if internal burn is not controlled.What is a common misconception about Burn Rate?
That the topic is well-defined across all references. In practice, definitions vary between PMBOK, PRINCE2, AACE and ISO 21500 — this entry uses the definition most aligned with field practice on capital projects, and flags where the standards diverge.Which related encyclopedia entries should I read alongside Burn Rate?
Read Earned Value Management, Critical Path Method and the DCMA 14-point assessment next. The full A–Z is available in the PMMilestone Encyclopedia, and quick one-line definitions live in the PM Glossary on the flagship platform.How does Dr. Hassan Eliwa's research treat Burn Rate?
Dr. Hassan Eliwa's research focuses on owner-side project controls, schedule integrity and forensic delay analysis on capital construction and power programmes. Burn Rate is treated through that lens — what a planning or controls engineer is expected to do with it on a live project, not its textbook definition alone. See the full research library at PMMilestone Research Articles.How is Burn Rate defined on PMMilestone Research & Insights?
The speed at which a project consumes budget or capacity per unit of time — the single fastest indicator that cost or effort is drifting off plan. For the full treatment, see the definition, principles, applications and related entries above — every encyclopedia entry follows the same research-grade structure.
People also ask
Follow-up questions practitioners search for next — each one points to the calculator, template or reference entry that answers it.
Which learning track covers this end-to-end?
Structured tracks from beginner planner to programme controls director. Project Controls Academy ↗
Which book goes deeper than this entry?
Practitioner field handbooks with worked numerical examples. Books & Publications ↗
Which calculator on PMMilestone.org applies here?
The integrated EVM workbook covers most cost-schedule diagnostics. EVM Calculator ↗
Where is this in the glossary?
Quick-lookup definitions across 1,200+ PM terms. PM Glossary on PMMilestone.org ↗
Related Entries
More in Cost
- Letter BBudget Control
The disciplined monitoring of project spend against the approved budget through commitments, accruals, and variance reporting.
- Letter CContingency Reserve
A controlled allocation of budget or schedule set aside to address identified risks that may materialise during execution, owned by the project manager and drawn down via a documented process.
- Letter CCost Control
The integrated discipline of estimating, baselining, monitoring, forecasting, and reporting project cost to drive corrective action and protect outcomes.
- Letter CCost Performance Index (CPI)
An earned value efficiency metric defined as Earned Value divided by Actual Cost, indicating how much value the project has earned for every dollar actually spent.
- Letter EEstimate at Completion (EAC)
A forward-looking forecast of the total cost (or duration) of a project at completion, derived from current performance data and assumptions about future performance.
- Letter MManagement Reserve
A budget or time allowance held by senior leadership, outside the project baseline, to absorb unknown-unknown risks that cannot be quantified during planning.
Further reading on PMMilestone.org
Curated companion resources hosted on the flagship platform, PMMilestone.org.
- For practitioners who want to go deeper, the Learning Tracks.
- Engineers researching this topic typically continue with the Books & Publications.
- A practical companion to this entry is the EVM Calculator.
- Closely related on the flagship platform is the Schedule Health Checker.
- Useful alongside this article is the PMMilestone.org knowledge hub.