Metric Definition
Remaining work over time
Track from
Burndown analysis
Burndown analysis is the practice of plotting remaining work against time to show whether a team is on track to finish a sprint or release on schedule. It compares the actual rate at which work is completed against the ideal pace needed to reach zero by the deadline. The gap between the two lines is an early warning that scope, capacity, or estimation needs attention.
7 min read
What is burndown analysis?
Burndown analysis is the practice of plotting remaining work against time to show whether a team is on track to finish a sprint or release on schedule. The chart has two lines: an ideal line that falls steadily from the starting scope to zero on the deadline, and an actual line that traces the real work remaining each day. If a sprint starts with 50 story points over 10 days, the ideal line drops by 5 points a day. When the actual line sits above the ideal line, the team is behind.
The value of burndown analysis is that it surfaces a schedule problem days before the deadline, while there is still time to act. It also exposes patterns that a single status update hides, such as a flat line early in the sprint that suddenly drops at the end, which usually means work was not started, not that it was fast.
Definition
Burndown analysis measures remaining work, not work completed. The distinction matters when scope is added mid-sprint. If new tasks are pulled in, the remaining line rises even though the team is delivering, so always read the chart alongside scope changes rather than in isolation.
How to calculate burndown analysis
Burndown analysis is built from a daily reading of remaining work, but the most useful single number is the required burn rate: the amount of work the team must complete each remaining day to hit zero on time. Compare that to the actual burn rate the team has averaged so far, and the gap tells you whether the current pace is enough.
If 30 points remain with 5 days left, the required burn rate is 6 points a day. If the team has been averaging 4 points a day, the analysis says the sprint will overrun unless scope is cut or pace lifts. The inputs below are what you need to build and read the chart.
- 1
Total committed scope
The story points or tasks the team agreed to at the start of the sprint. This sets where the ideal line begins.
- 2
Remaining work
The open story points or tasks at each measurement, usually taken once per working day.
- 3
Days remaining
Working days left until the deadline, excluding weekends and holidays the team does not work.
- 4
Actual burn rate
Average work completed per day so far, used to project whether the remaining work will clear in time.
Burndown analysis in a metric tree
A burndown chart shows that the team is behind, but it does not say why. A metric tree decomposes the remaining-work trend into the forces that shape it, so a flat line or a stall points to a specific cause rather than a vague sense that the sprint is slipping. The remaining work sits at the top, and the drivers that push it up or pull it down sit beneath.
When the actual line drifts above the ideal, the tree lets you separate a scope problem from a throughput problem from an estimation problem. Added scope, blocked tasks, and optimistic estimates each move the line in similar ways but demand different responses.
Metric tree insight
KPI Tree lets you give each branch a RACI owner, so the person accountable for scope discipline is distinct from the person accountable for throughput. When the burndown stalls, the change is pushed to the owner of the branch that caused it, and the verified impact loop checks whether removing a blocker or trimming scope actually pulled the line back toward the ideal.
Burndown analysis benchmarks
Burndown does not have an absolute target, since a perfectly straight line is rare and not even desirable. The useful benchmark is how far the actual line sits from the ideal at the midpoint of the sprint, and whether the gap is closing or widening. The ranges below describe how to read the deviation between actual remaining work and the ideal line.
| Deviation from ideal at midpoint | Reading | What it suggests |
|---|---|---|
| Within 10 percent | On track | Pace and scope are healthy; no intervention needed |
| 10 to 25 percent above | Watch | Slipping; check for early blockers or under-started work |
| 25 to 40 percent above | At risk | Likely overrun; cut scope or unblock flow now |
| Above 40 percent or flat line | Off track | Sprint goal at risk; re-plan scope and commitments |
How to improve burndown analysis
Improving burndown is about making the actual line track the ideal more closely, which means steadier flow, tighter scope, and honest estimates. A clean burndown is a symptom of a healthy process, not a goal to chase directly. The levers below target the branches that bend the line.
Break work down smaller
Slice tasks so several close each day. A line that drops in small steps is easier to read and predict than one that lurches at the end.
Clear blockers fast
Surface and resolve blocked tasks early so dependency wait time does not freeze the line halfway through the sprint.
Hold scope steady
Resist adding work mid-sprint. When scope must change, log it visibly so the rising line is read as a scope event, not a slowdown.
Tighten estimates
Track estimate against actual each sprint so future commitments reflect real capacity rather than optimism.
Common mistakes when tracking burndown analysis
- 1
Ignoring scope changes
Reading the line without noting added work makes a delivering team look stalled and a stalled team look fine.
- 2
Measuring completed work
Plotting work done instead of work remaining hides the effect of new tasks pulled into the sprint.
- 3
Treating the last day as the only day
A flat line followed by a late cliff is a warning, not a success. Steady daily progress is the goal.
- 4
Confusing burndown with productivity
A team can hit zero by cutting corners. Read burndown alongside quality signals, not on its own.
Related metrics
Sprint velocity
Agile planning metric
Operations MetricsMetric Definition
Sprint Velocity = Sum of Story Points Completed in a Sprint
Sprint velocity measures the amount of work a team completes during a sprint, typically expressed in story points, ideal days, or another unit of estimation. It is a planning tool that helps agile teams forecast how much work they can commit to in future sprints based on their historical completion rate. Velocity is one of the most widely used and most frequently misunderstood metrics in agile software development.
Cycle time
Process speed
Operations MetricsMetric Definition
Cycle Time = Process End Time − Process Start Time
Cycle time measures the total elapsed time from the start to the end of a process. It is a fundamental operations metric used in manufacturing, software development, service delivery, and any context where the speed of a process directly affects throughput, cost, and customer satisfaction.
Deployment frequency
DORA metric
Operations MetricsMetric Definition
Deployment Frequency = Number of Production Deployments / Time Period
Deployment frequency measures how often an organisation successfully releases code to production. It is one of the four DORA (DevOps Research and Assessment) metrics that predict software delivery performance and organisational outcomes. Teams that deploy more frequently deliver value to users faster, reduce the risk of each individual release, and create tighter feedback loops between development and production.
Ticket volume
Customer Support MetricsMetric Definition
Ticket Volume = Total New Tickets Created in Period
Ticket volume is the total number of new support tickets created within a defined period. It is the fundamental demand metric for support operations, determining staffing requirements, budget allocation, and the urgency of self-service and product quality investments.
Metric decomposition
Metric Definition
Decomposing remaining work into its drivers shows you why a burndown is stalling, not just that it is.
Metric trees for operations teams
Metric Definition
Burndown analysis sits inside the wider delivery picture that operations teams track, so see how it connects to the rest of their metric tree.
Build burndown analysis as a metric tree with owners on every branch
Model burndown in KPI Tree by decomposing remaining work into scope changes, throughput, and flow blockers, then put a RACI owner on each branch. When the line stalls, the accountable owner sees their node and the lever that will bring it back, and the verified impact loop confirms the intervention actually pulled the sprint back on track.