Last updated: August 10, 2026
A burndown chart is a line graph that plots remaining work against the time left to finish it. The vertical axis tracks that remaining work in tasks, hours, or story points; the horizontal axis tracks time. As the team completes work, the line trends toward zero, giving it a negative slope.
Agile software teams use product management software to build and track burndown charts alongside other planning work. Teams that use the agile methodology outside software development typically rely on project management software instead.
A burndown chart tracks how much work remains in a sprint, release, or product backlog against how much time is left, with the line trending toward zero as work gets done. Reading one comes down to comparing the actual work line to the ideal work line: below it means ahead of schedule, above it means behind, and flat means the team is blocked.
Burndown charts come in three scopes: sprint, release, and product. Each covers a different span of work, from a single sprint up to an entire product backlog.
Reading a burndown chart means comparing the actual work line to the ideal work line: below the ideal line means the team is ahead of schedule, above it means the team is behind, and a flat stretch means work has stalled.
A simple example makes the pattern easier to spot. In a 10-day sprint starting at 40 story points, an ideal line drops by 4 points a day; if the actual line reads 38, 35, 31, 28 on days 2 through 5, the team is tracking slightly behind but close enough to catch up.
| Day | Ideal (points remaining) | Actual (points remaining) |
|---|---|---|
| 1 | 40 | 40 |
| 5 | 24 | 28 |
| 10 | 0 | 2 |
Every burndown chart shares four elements: the vertical axis, the horizontal axis, the actual work line, and the ideal work line.
A burndown chart counts down remaining work toward zero; a burnup chart counts up completed work toward the total. Pick burnup when a team needs to see scope changes clearly, since its separate total-work line shows an added task immediately, something a burndown chart doesn't.
| parameters | Burndown chart | Burnup chart |
|---|---|---|
| What it tracks | Work remaining | Work completed |
| Line direction | Trends down to zero | Trends up to the total |
| Shows scope changes clearly | No: a scope increase just flattens or raises the line, which can look like stalled progress | Yes: the total-work line rises separately from the completed-work line, so an added task is visible immediately |
| Best for | Simple, at-a-glance sprint tracking | Projects where scope changes often and the team needs to see why the deadline moved |
A burndown chart keeps the team on track, flags delays early, and gives everyone a shared view of progress.
Getting value out of a burndown chart comes down to three habits: making accurate estimates, updating the chart often, and actually analyzing what it shows.
Common questions about burndown charts, answered.
A burndown chart's purpose is to give a team a shared, at-a-glance view of how much work is left and whether they're on pace to finish by the deadline, so they can catch problems and adjust early instead of finding out at the end of a sprint.
Setting up a burndown chart takes four steps: total the work in tasks, hours, or story points; plot that total against available time to draw the ideal line; log completed work daily; and plot the actual line to compare against it. Most teams generate theirs automatically in Jira; others track it manually in Excel with a burndown chart template.
A burndown chart tracks remaining work within a single sprint or release over time, while a velocity chart tracks how many story points a team completes per sprint, shown as a bar chart across multiple sprints. Burndown answers "are we on track right now," and velocity answers "how much can we realistically commit to next sprint," so teams typically use both together rather than choosing one.
Use a burndown chart for agile, iterative work where the goal is tracking remaining effort against time inside a sprint or release. Use a Gantt chart when a project has fixed deadlines, sequential task dependencies, and multiple teams that need a visual timeline, the kind of planning more common in waterfall project management.
Track team performance beyond a single sprint with G2's guide to 17 important agile metrics.