Skip to content
Ever Works

Burndown and Velocity Charts

Agile project tracking visualizations that display work completion rates and team capacity, enabling data-driven sprint planning and progress monitoring in iterative development environments.

Last updated: 2026-03-14 18:50

Overview

Burndown and velocity charts are complementary Agile metrics that help teams track progress, estimate capacity, and improve sprint planning. While burndown charts show daily progress toward sprint completion, velocity charts measure team output over multiple sprints.

Burndown Charts

What They Show

A burndown chart displays the amount of work remaining in a sprint or release, typically measured in:

Key Elements

  1. X-Axis: Time (days in sprint)
  2. Y-Axis: Work remaining (story points or hours)
  3. Ideal Line: Straight diagonal showing perfect burndown rate
  4. Actual Line: Real progress, updated daily

Reading Burndown Charts

Benefits

Velocity Charts

What They Measure

Velocity represents the amount of work (usually story points) a team completes in a single sprint. Tracking velocity over time helps teams:

Calculation

Velocity = Sum of story points for all completed user stories in a sprint

Historical velocity is typically calculated as the average over the last 3-7 sprints.

Key Metrics

  1. Sprint Velocity: Work completed in individual sprint
  2. Average Velocity: Mean velocity over recent sprints
  3. Velocity Trend: Whether capacity is increasing, decreasing, or stable

Benefits

How They Work Together

Complementary Insights

Combined Usage

  1. Use velocity to determine sprint capacity during planning
  2. Use burndown to monitor daily progress during sprint
  3. Adjust velocity estimates based on burndown patterns
  4. Identify correlations between burndown patterns and final velocity

Best Practices

For Burndown Charts

  1. Update Daily: Track progress at the same time each day
  2. Don't Add Scope Mid-Sprint: Maintains chart integrity
  3. Investigate Anomalies: Flat lines or spikes indicate issues
  4. Focus on Trends: Don't overreact to single-day variations

For Velocity Tracking

  1. Use Consistent Estimation: Keep story point scale stable
  2. Track 5-7 Sprints: Provides reliable average
  3. Don't Game the System: Inflating velocity defeats the purpose
  4. Account for Team Changes: Adjust when team composition changes
  5. Consider External Factors: Holidays, training, incidents affect velocity

Common Pitfalls

Burndown Chart Issues

Velocity Issues

Tools

Most Agile project management tools include built-in charts:

Advanced Variations

Burnup Charts

Show work completed (increasing line) instead of work remaining, making scope changes more visible.

Cumulative Flow Diagrams

Track work in different stages (To Do, In Progress, Done) over time, identifying bottlenecks.

Velocity Range Charts

Show velocity variability with error bars or bands to indicate expected range.

Metrics to Track Alongside

Related Items