Lesson illustration

Tracking Progress with Burndown Charts & Velocity

Introduction

In our last lesson, we focused on the micro-level of sprint execution: the daily standup. You learned how to deliver concise and effective updates that communicate progress, plans, and blockers, turning a daily ritual into a strategic communication tool. Now, we will zoom out to the macro-level, looking at the entire sprint as a whole.

This lesson will equip you with the tools to answer the crucial question: "Are we on track?" We will explore two of the most fundamental metrics in Agile project management: burndown charts and team velocity. You will learn not just what these metrics are, but how to interpret them to gain insights into your team's workflow, predict future capacity, and identify potential issues before they derail a sprint. Mastering these tools is a critical step in your transition from a developer who completes tasks to a senior contributor and future manager who understands and guides the delivery process.

1. The Burndown Chart: A Visual Guide to Sprint Progress

At its core, a burndown chart is a simple visual tool that tracks the amount of work remaining in a sprint against the time available. It provides an at-a-glance answer to whether the team is progressing as planned.

A burndown chart has two primary lines:

  • Ideal Effort: A straight line showing a perfect, steady "burn" of work from the start to the end of the sprint.
  • Actual Effort: The line that tracks the actual remaining work. This line will fluctuate day by day as the team completes tasks.

Let's look at a classic example.

{"type":"image","url":"https://bigpicture.one/wp-content/uploads/2023/10/2-reading-sprint-burnddown-chart.png","caption":"This chart illustrates the three common scenarios in a sprint. The red 'Actual Effort' line shows the team starting on-track, falling behind schedule, and then catching up to finish ahead of schedule.","isV2":true,"blockId":"03b70db6-4eca-48b9-8752-d6e54f3d0e00","lessonId":"6e9a0c49-57ba-4cc8-8e1d-cff6b67daeee"}



The ideal line is a guide, not a rule. In reality, the actual effort line is rarely a smooth, straight descent. It often looks more like a staircase as chunks of work (user stories) are completed.

{"type":"image","url":"https://bigpicture.one/wp-content/uploads/2023/03/Sprint-burndown-chart-1024x736.png","caption":"This chart shows a more realistic sprint. The red 'Actual Tasks Remaining' line fluctuates around the blue 'Ideal Tasks Remaining' line, which is typical for a team making steady progress.","isV2":true,"blockId":"b4b2e953-c9e9-47cf-97c3-cdf7be6c855e","lessonId":"6e9a0c49-57ba-4cc8-8e1d-cff6b67daeee"}



To formalize this understanding, the following reading offers a clear definition and outlines the key benefits of using a burndown chart.

{"type":"reading","par_intro":"This section from a Planio blog post provides a concise explanation of what a burndown chart is and why it's a powerful tool for agile teams.","par_directions":"Please read the section titled \"1. Burndown charts\". Pay close attention to the listed benefits, as they articulate why this chart is more than just a progress tracker.","learning_duration":"5 minutes","url":"https://plan.io/blog/burndown-chart-and-agile-metrics/","title":"Understanding Agile Metrics: How to Use Burndown Charts ...","isV2":true,"blockId":"d8ae5910-47e0-4880-b761-a2a70acf7b65","lessonId":"6e9a0c49-57ba-4cc8-8e1d-cff6b67daeee"}



{
  "type": "exercise",
  "id": "a7f159ff-2cec-4453-8605-cc5c49959e06"
}

2. Interpreting Burndown Patterns: The Story Behind the Line

The true power of a burndown chart lies not just in seeing if you're on track, but in interpreting the shape of the actual effort line. Different patterns tell different stories about your team's process. A senior developer or manager uses these patterns to ask insightful questions during retrospectives.

This next video provides an excellent visual guide to several common burndown chart patterns and what they might signify.

{"type":"video","title":"How to Read and Interpret Sprint Burndown Charts in Jira? | Burndown Chart Explained | Jira Tutorial","learning_duration":237,"video_id":"6Edh6c6KxtY","par_intro":"The channel Management Bliss walks through seven distinct burndown patterns and explains the likely cause of each.","par_directions":"Please watch from <span data-type=\"resource_video_timerange\" data-resource-subitem-id=\"37e299d5\" data-range-start=\"62\" data-range-end=\"114\">the basics</span> to understand the chart components. Then, watch the analysis of the different patterns from <span data-type=\"resource_video_timerange\" data-resource-subitem-id=\"56f52902\" data-range-start=\"117\" data-range-end=\"302\">the examples</span>, covering everything from steep drops to arcing curves.","video_duration":319,"isV2":true,"blockId":"4437b1db-3acb-4a00-a542-aed00aaf8c21","lessonId":"6e9a0c49-57ba-4cc8-8e1d-cff6b67daeee"}



As you saw, the line's shape reveals a lot. Here are some key patterns and their potential meanings:

  • Steep Drops: User stories may be too large and aren't being broken down into smaller, granular tasks. This can increase risk, as a single large story might not be completed until the very end of the sprint.
  • Flat Line, Then a "Crash" on the Last Day: This is a classic red flag. It could mean the team isn't updating their tasks daily, or, more problematically, work is being rushed and batched at the end, likely skipping proper code review or testing.
  • Consistently Below the Ideal Line: While it might look good, if this happens sprint after sprint, it may indicate the team is under-committing and could take on more work. It's a topic for a retrospective.
  • Line Doesn't Reach Zero: The team failed to complete its commitment. The chart can help pinpoint when things started to go off track, facilitating a more focused discussion about what happened.
  • Line Goes Up (Arcing Curve): This signifies that new work was added to the sprint after it started, also known as scope creep. The burndown chart makes the impact of such changes immediately visible.
{
  "type": "exercise",
  "id": "4e162e18-45ab-4413-adc6-4de6fa3de086"
}

3. Velocity: Forecasting Your Team's Capacity

While a burndown chart tracks progress within a single sprint, velocity is a metric that looks across multiple sprints to help you plan for the future.

Velocity is the average amount of work (measured in story points) a team completes in a sprint.

It is not a performance metric to be judged. Its primary purpose is forecasting. By knowing a team's average velocity, you can more accurately predict how many sprints it will take to complete a large feature or an entire project, and you can plan the capacity for the next sprint with more confidence.

This short video clearly explains how velocity is calculated and used.

{"type":"video","title":"The Brutal Truth About Scrum Metrics (Velocity, Burn down chart, Burn Up Chart)","learning_duration":444,"video_id":"qD14aI1vhIc","par_intro":"The OeLean channel provides a succinct definition of velocity and its calculation.","par_directions":"Watch the first part of the video, from the beginning until <ts start=\"00:01:30\">the explanation of velocity</ts>.","video_duration":444,"isV2":true,"blockId":"ad959a71-5e1a-40db-8164-2b56da12c2e7","lessonId":"6e9a0c49-57ba-4cc8-8e1d-cff6b67daeee"}



As the video explains, a stable velocity usually emerges after 3-4 sprints. To build on this, let's explore the benefits and, crucially, the common pitfalls of using this metric.

{"type":"reading","par_intro":"We return to the Planio article to understand how to use velocity effectively.","par_directions":"Read the section titled <span data-type=\"resource_reading_textrange\" data-resource-subitem-id=\"cec189f6\" data-range-start=\"4. Velocity chart\" data-range-end=\"have a lower average velocity.\">\"4. Velocity chart\"</span>. Focus on the \"Common mistakes and antipatterns,\" especially the point about comparing velocity across different teams.","learning_duration":"5 minutes","url":"https://plan.io/blog/burndown-chart-and-agile-metrics/","title":"Understanding Agile Metrics: How to Use Burndown Charts ...","isV2":true,"blockId":"a2ff4c90-c5c5-45f3-b7aa-1e07896f514f","lessonId":"6e9a0c49-57ba-4cc8-8e1d-cff6b67daeee"}



The most common misuse of velocity is to compare Team A with Team B. Because story points are a relative measure unique to each team, this comparison is meaningless and often destructive to team morale. As a future leader, your role is to protect your team from this anti-pattern.

4. Using Metrics Wisely: A Manager's Perspective

As you transition toward a senior and management role, your relationship with data must evolve. Metrics like burndown and velocity are not weapons for punishing teams; they are diagnostic tools for empowering them. The goal is to be data-informed, not data-driven. A data-informed leader combines metrics with context, conversation, and qualitative observation.

Misusing metrics can lead to unintended, negative consequences, a phenomenon known as Goodhart's Law: "When a measure becomes a target, it ceases to be a good measure."

The following reading explains this and other key principles for the responsible use of agile metrics.

{"type":"reading","par_intro":"This article from Sourcegraph provides critical insights into the anti-patterns of metric usage.","par_directions":"Please read the section titled <span data-type=\"resource_reading_textrange\" data-resource-subitem-id=\"05c29bf9\" data-range-start=\"Agile Metrics Anti-Patterns\" data-range-end=\"stop tracking performance on that dimension.\">\"Agile Metrics Anti-Patterns\"</span>. These three points—Goodhart's Law, measuring individuals, and vanity metrics—are essential for you to internalize as you develop your leadership style.","learning_duration":"5 minutes","url":"https://sourcegraph.com/blog/agile-metrics-what-to-track-and-why-they-matter-2026","title":"Agile Metrics: What to Track and Why They Matter (2026) | Sourcegraph","isV2":true,"blockId":"380c8463-0bd4-4c59-a998-da0f5a479427","lessonId":"6e9a0c49-57ba-4cc8-8e1d-cff6b67daeee"}



Remember these three rules for using metrics responsibly:

  1. Use data to ask questions, not to assign blame. A burndown chart that doesn't reach zero is an invitation to ask, "What got in our way?" not to say, "You failed."
  2. Measure the team, not the individual. Agile development is a team sport. Individual metrics often discourage collaboration and helping others.
  3. Focus on actionable trends. A single data point is noise. A trend over several sprints is a signal. Use these signals to drive continuous improvement.
{
  "type": "exercise",
  "id": "7bc1790f-0aaf-41fa-be0c-aa71b46b46b2"
}

5. Practical Application: Analyze Your Team's Metrics

Now it's time to apply what you've learned. For this exercise, you will act as a Scrum Master or Engineering Manager analyzing your own team's data from the last few sprints. If you don't have access to this data, you can use the example charts in this lesson as a basis for a hypothetical analysis.

  1. Analyze a Burndown Chart:

    • Find the burndown chart for your team's most recently completed sprint.
    • Identify which pattern from Section 2 it most closely resembles (e.g., "steep drops," "flat-then-crash," "close to ideal," etc.).
    • Write 2-3 sentences in your notes diagnosing the potential cause of this pattern. For example: "Our burndown chart shows a 'flat-then-crash' pattern. This might be because several of our backend tasks were blocked waiting for an external API key, and all the work was merged on the last two days. We should discuss how to de-risk such dependencies earlier in our next retrospective."
  2. Calculate and Use Velocity:

    • Find the total story points your team completed in each of the last three sprints.
    • Calculate the team's average velocity.
    • Based on this average, how many story points would you suggest the team commit to in your next sprint planning?
    • Write a short note on the stability of the velocity. Is it consistent, or is it erratic? If it's erratic, what questions would you bring to the team to understand why? (e.g., "Were there unexpected holidays? Was there a major production issue that pulled people away? Are our story estimations inconsistent?")

This exercise will help you build the habit of looking beyond the surface of the data to the underlying processes, a key practice for effective technical leadership.

Conclusion

In this lesson, we have demystified two of the most important agile metrics. You now understand that a burndown chart is a powerful tool for visualizing sprint progress and diagnosing workflow issues, while velocity is an essential metric for forecasting and capacity planning.

Key Takeaways:

  • Burndown charts track remaining work versus time, and their patterns reveal stories about a team's process.
  • Velocity measures the average amount of work a team completes per sprint and is used primarily for future planning, not for performance evaluation.
  • The most effective leaders are data-informed, using metrics to start conversations and guide improvements, rather than being data-driven and using them to judge or punish.
  • Never compare the velocity of different teams.

We've learned how to track progress and predict capacity. However, agile is also about proactively managing uncertainty. In our next lesson, we will focus on this by learning how to identify project risks, document them in a risk register, and define mitigation strategies. This will give you the tools to look ahead, anticipate challenges, and keep your projects on a path to success.

Can't find a good explanation? Sign up and we'll make it for you