Skip to content
UseCalcNow
Education

Burndown Chart Calculator — Sprint Progress Tracker

Track sprint progress with an agile burndown chart. See if your team is ahead or behind schedule based on story points and days remaining.

About This Calculator

A burndown chart shows remaining work plotted against remaining time, giving teams a fast visual read on sprint health. This calculator compares your actual progress to the ideal pace and tells you exactly how many story points ahead or behind you are. Use it at daily standups or mid-sprint reviews to catch problems before the deadline arrives.

The Formula Behind This Calculator

The calculator takes four inputs: total story points committed for the sprint, sprint length in working days, the current working day number, and story points completed so far. It computes the ideal remaining points as total points multiplied by (1 minus current day divided by sprint days), which represents a perfectly linear pace. The actual remaining points equal total minus completed. The variance between ideal and actual remaining tells you the schedule gap — positive means ahead, negative means behind.

Understanding the math helps you verify results and make better decisions for your project.

How to Use

  1. 1Enter the total story points your team committed to for this sprint.
  2. 2Enter the sprint length in working days, excluding weekends and holidays.
  3. 3Enter the current working day number within the sprint.
  4. 4Enter the cumulative story points completed and marked as done.
  5. 5Read the result: positive variance means ahead of schedule, negative means behind.

When to Use

  • Daily standup reviews to check if the team is on pace.
  • Mid-sprint check-ins with product owners and stakeholders.
  • Sprint retrospectives to analyze what went right or wrong with estimation.
  • Capacity planning sessions for upcoming sprints based on velocity trends.

Tips

  • Update the chart at the same time each day so comparisons stay consistent.
  • Count only work marked done-done — no partial credit for in-progress tasks.
  • Keep sprints between one and two weeks for a useful signal-to-noise ratio.
  • Track velocity across multiple sprints rather than reacting to single-day dips.
  • If scope changed mid-sprint, add the new points to the total and note the change.

What Is a Burndown Chart in Agile?

A burndown chart is one of the simplest tracking tools in Scrum. It plots remaining work on the Y-axis against time on the X-axis, producing a line that should trend downward toward zero by the end of the sprint. The ideal line is straight, connecting the starting point total to zero on the final day. Teams compare their actual line to the ideal to see if they are on pace.

The chart originated in software development but has spread to marketing teams, construction crews, and even academic research groups. Anything with a fixed backlog and a deadline can benefit from a burndown visualization. For complex projects with multiple work streams, a deadline calculator can complement the burndown by showing exactly how many working days remain before delivery.

What makes burndown charts effective is their honesty. Unlike a progress bar that shows percentage complete, a burndown reveals the rate of work. If the line flattens for three days, everyone can see the stall and ask why. That early visibility is what makes the tool valuable for daily standups and stakeholder updates.

How the Ideal Burndown Line Works

The ideal line assumes perfectly even progress across all working days. If a sprint has 100 points and 10 days, the team should complete 10 points per day. On day 5, the ideal remaining is 50 points. On day 8, it is 20 points. The calculator uses the formula: total points times (1 minus current day divided by sprint days).

Real teams almost never match the ideal line exactly. Some days are more productive than others because of meetings, code reviews, or unexpected bugs. The ideal line is a reference point, not a target. What matters is whether the actual line stays below the ideal (ahead) or drifts above it (behind) consistently. A cycle time calculator can help diagnose whether individual tickets are moving too slowly through the workflow.

Reading Your Sprint Status

The variance between ideal and actual remaining points tells the story. A positive variance means your team has burned through more work than required at this point — you are ahead. A negative variance means you are behind. The magnitude matters too: being 2 points ahead on day 3 is noise; being 15 points behind on day 7 is a real problem.

Teams should look at the trend across consecutive days rather than reacting to a single data point. One bad day might reflect a difficult ticket or an unexpected meeting. Three consecutive days behind signal a systemic issue that needs intervention — usually scope reduction, blocker removal, or pair programming on stuck tickets.

For teams that bill clients by the hour, a billable hours calculator can show whether the time invested matches the story point progress. Large gaps between hours logged and points completed often point to estimation problems or gold-plating.

Story Points vs. Hours: Which Should You Burn Down?

Story points measure relative effort and complexity. A 13-point task is harder than two 5-point tasks, even if the time difference is unclear. Burning down story points works well for cross-functional teams where different members work at different speeds. The burndown reflects shared progress rather than individual hours.

Hours work better for homogeneous teams doing similar work, like a group of data entry clerks or a manufacturing line. Hour-based burndowns are more precise but require accurate time tracking. An hours calculator can aggregate daily timesheets into the format your chart needs.

Some teams use a hybrid approach: story points for planning and estimation, hours for daily tracking. This adds overhead but gives stakeholders both velocity data and time investment data. The trade-off is complexity — if updating the chart takes more than five minutes per day, people will stop doing it.

Common Sprint Velocity Pitfalls

The most common mistake is counting partially finished work as complete. A ticket that is coded but not tested is not done. Marking it as complete inflates the burndown line and hides real delays. Teams should enforce a strict definition of done and only update points when work passes all acceptance criteria.

Another pitfall is ignoring scope changes. If the product owner adds 20 points mid-sprint but the total stays at 100, the burndown will look like the team is falling behind when they are actually working at the same pace. The fix is to adjust the total whenever scope changes and annotate the chart with the change. A slack time calculator can help determine if the remaining buffer can absorb the new work.

Estimation drift is subtler but equally damaging. If a team consistently estimates 8-point tickets that turn out to be 3-point efforts, the burndown will look great every sprint while actual delivery stays flat. Periodic estimation calibration sessions using historical data can correct this tendency.

Adjusting Mid-Sprint: When to Re-Plan

Sprints are meant to be protected — scope should not change once the sprint starts. But reality intrudes. A critical bug, a dependency failure, or a sudden priority shift can make the original plan obsolete. The question is when to absorb the hit and when to renegotiate.

A good rule of thumb: if the variance exceeds 20 percent of total points for three consecutive days, call a re-planning meeting. Options include dropping low-priority tickets, swapping in smaller items, or asking for help from another team. Document the decision so the retrospective can separate velocity issues from scope changes.

Sprint planning meetings themselves consume valuable time. A meeting cost calculator can show the dollar cost of pulling five engineers into a two-hour replanning session. If that cost exceeds the value of the work being renegotiated, the meeting is not worth holding.

Burndown Charts for Non-Software Projects

Construction firms use burndown charts to track subcontracted tasks against a project timeline. Marketing agencies burn down campaign deliverables against a launch date. Academic researchers track dissertation chapters against a defense deadline. The underlying math is the same: total work minus completed work, plotted against time elapsed.

The key adaptation is choosing the right unit of work. Story points are meaningless to a construction crew — they need tasks or square feet. A time card calculator can feed labor hours into a project burndown if the team prefers time-based tracking over task counts.

Whatever the industry, the chart should be visible to the whole team. Physical whiteboards work for co-located groups. Digital dashboards work for remote teams. The medium matters less than the habit of checking and updating it daily.

Connecting Burndown Data to Team Productivity

Burndown data becomes more valuable when combined with other metrics. Cycle time (how long a ticket takes from start to finish), throughput (tickets completed per day), and work-in-progress limits all interact with the burndown slope. Teams that track these together can diagnose problems faster than those relying on burndown alone.

Individual productivity tools also contribute. A pomodoro technique calculator can show how many focused work sessions each developer gets per day, which correlates strongly with story point throughput. Teams that protect deep work time tend to burn down faster than those fragmented by meetings and interruptions.

Over multiple sprints, the pattern in your burndown charts reveals team health. Consistent late-sprint surges suggest tickets are too large and batched at the end. Consistent early-sprint stalls indicate slow starts, possibly from unclear priorities. Reading these patterns turns raw data into actionable improvements for the next sprint planning session.

FAQ

What is a burndown chart?

A burndown chart is a visual tracker showing how much work remains in a sprint or project. The vertical axis shows story points or hours left, and the horizontal axis shows days. The ideal line goes from the top-left corner down to zero on the right, and the actual line tracks how fast the team is burning through the work.

What does a negative variance mean?

A negative variance means your team has completed fewer story points than the ideal pace requires at this point in the sprint. The team is behind schedule by that many points. This is a signal to investigate blockers, reduce scope, or redistribute work.

Should I use story points or hours?

Both approaches work. Story points measure effort and complexity, making them resistant to individual speed differences. Hours measure time directly but can mask estimation errors. Agile purists prefer story points because they reflect relative difficulty rather than raw duration.

Can the chart show scope changes?

Yes. If scope is added mid-sprint, the total points increase and the ideal line shifts upward from that day forward. The best practice is to document scope changes separately so the retrospective can distinguish between velocity problems and scope creep.

How accurate are burndown predictions early in the sprint?

Days one and two produce noisy signals because few tickets have moved. By day three or four, the trend becomes meaningful. Teams that wait until mid-sprint to update their chart miss the early warning window when corrective action is cheapest.

Related Calculators