The Agile Handbook

Understanding Burndown Charts

Last updated on

Understanding Burndown Charts

Burndown Charts Are Simple. Reading Them Honestly Is Hard.

The burndown chart is the most commonly misused metric in Agile. Not because it’s complicated — the concept takes about two minutes to explain. But because what the chart actually tells you is often different from what teams want to see.

Here’s the version teams want: a smoothly descending line that reaches zero on the last day of the sprint, confirming that everything was planned correctly and everything went according to plan.

Here’s what burndowns actually show: the messy reality of how software development actually unfolds, complete with re-estimates, scope changes, and the gap between early-sprint optimism and late-sprint reality.

The teams that get value from burndown charts are the ones who read them honestly.

What You’re Actually Looking At

A burndown chart has remaining work on the vertical axis and time on the horizontal axis. The line (or curve) shows how remaining work decreases as the sprint progresses.

There’s typically an “ideal” line — a straight diagonal from sprint start (full backlog) to sprint end (zero). The actual burndown line deviates from this. The pattern of that deviation tells you something specific.

A line that drops steeply early and flattens late — work is getting “done” but then new work is being discovered or the definition of done is catching up. Classic sign that stories entered the sprint underprepared, and the team is discovering the real scope during implementation.

A nearly flat line for the first week, dropping sharply in the second — the team is saving work for the end, or dependencies are blocking progress until mid-sprint. Also can indicate a team that updates the board in batches rather than continuously.

A line that drops, then rises — scope was added mid-sprint, or the team is re-estimating stories upward as they learn more. Both are worth discussing explicitly.

A line that tracks close to ideal throughout — either the sprint was very well planned and estimation was unusually accurate, or someone is smoothing the data. Genuinely smooth burndowns are rare on sprints with real complexity.

The Three Charts and When to Use Each

Sprint burndown: tracks work within a single sprint. Useful for: identifying mid-sprint problems early enough to address them. Useless as a historical record — each sprint’s burndown is contextually specific.

Release burndown: tracks work across multiple sprints toward a significant milestone. More valuable for stakeholder communication than sprint burndowns because it answers the question decision-makers actually have: “Are we on track to release by the target date?”

Epic burndown: tracks completion of a large feature area or epic across sprints. Useful for product owners managing multi-sprint work. The challenge: scope changes on epics are common, and each scope change invalidates the previous trend line.

My practical recommendation: use sprint burndowns as a team diagnostic tool, not a reporting tool. Use release burndowns for stakeholder communication. Don’t use burndowns as the primary metric for team performance evaluation — they’re too easily gamed and too context-dependent.

Reading Velocity vs. Reading Burndowns

These are different questions. Velocity (story points completed per sprint) answers “how much are we accomplishing?” Burndown answers “how is this specific sprint going?”

Both are lagging indicators — they tell you what happened, not what will happen. Cycle time (how long items take from start to done) and throughput (how many items complete per week) are often more actionable because they reflect the process rather than just the output.

Teams that are story-point-obsessed sometimes manage their burndown instead of managing their work — moving items across the board to look good rather than because work is actually done. This is why a chart that looks perfect should occasionally make you suspicious rather than satisfied.

The Volatility Signal

High volatility in a burndown — the line goes up and down erratically rather than trending steadily — indicates one of three things:

  1. Scope creep: items are being added to the sprint mid-stream without corresponding removals. The team is trying to sprint in a moving room.

  2. Re-estimation: the team is discovering that stories are larger than estimated. This is normal and should be expected, but large re-estimates that happen consistently late in sprints indicate the team isn’t learning from sprint to sprint.

  3. Irregular board updates: the board is only updated at standups or at the end of the day, creating a stepped pattern. This isn’t a process problem but a visibility problem — the chart is less useful when it reflects batched updates rather than continuous progress.

The right response to volatility is not smoothing the chart. It’s understanding which of these is causing it and addressing that.

How Burndown Charts Get Weaponized

This is the part nobody puts in the textbook version.

When burndown charts are reported to management as performance indicators, teams respond by optimizing the chart rather than the work. They move stories to “done” before acceptance criteria are verified. They carry incomplete work forward without acknowledging it on the chart. They break stories into small pieces to show frequent completions even when the underlying feature isn’t ready.

None of this makes the team more productive. It makes the chart look better.

The organizational diagnosis: burndown charts (and velocity, and sprint goal completion rates) should be visible to teams for self-improvement purposes. They should be used by management to understand system health trends, not to evaluate individual team performance. When teams are measured by their metrics, the metrics stop being useful measurements.

Practical Guidance for Using Burndowns Well

Update the board as work moves, not during standup. The chart should reflect current reality, not yesterday’s reality.

Set a mid-sprint check-in. By the halfway point, you should have burned roughly half the work. If you haven’t, have an explicit conversation: what can be cut, what needs to be addressed, and what does the sprint goal require?

Use the chart to identify patterns across sprints, not to evaluate individual sprints. A single sprint burndown tells you about that sprint. Multiple sprints tell you about your planning and execution patterns.

Don’t show sprint burndowns to stakeholders unless they understand what they’re looking at. A bumpy burndown in a good sprint is better than a smooth burndown created by gaming. Stakeholders who aren’t trained in reading burndowns will draw the wrong conclusions from both.

The burndown chart is a mirror. It shows you what’s happening. Whether you look honestly at what’s reflected, or adjust the angle to see something more flattering, is a team culture question that no chart can answer for you.