Velocity vs. Flow Metrics

Two Theories of Measurement

Velocity and flow metrics measure different things and were designed for different purposes. Velocity — story points completed per sprint — emerged from Scrum's planning needs. It answers "how much can we commit to in the next sprint?" Flow metrics — cycle time, throughput, work-in-progress, age — emerged from lean and Kanban traditions. They answer "how is our system behaving?"1

The two camps disagree less about whether to measure than about what to measure, and what those measurements should drive.

What Velocity Measures Well

At its best, velocity is a planning aid. If a team consistently completes about 30 points per sprint, the team has a usable input for forecasting how much of the backlog will be done by a given date. The estimate is rough, but rough is honest at the planning stage. Velocity:

  • Provides a single, simple number stakeholders can absorb.
  • Adapts to the team's particular story-sizing conventions (a team's velocity is calibrated to its own points).
  • Trends over time, allowing the team to spot improvement or decline.

How Velocity Goes Wrong

  • Cross-team comparison. Velocities are not comparable across teams. Treating them as if they are produces gaming, padding, and dysfunction.
  • Velocity as a target. The moment a team is asked to increase velocity, the points become inflatable. Goodhart's Law: a measure used as a target stops being a useful measure.
  • Velocity as productivity proxy. Velocity measures throughput in a fictional unit. It does not measure value, quality, or even effort with any precision.
  • Velocity stability mistaken for health. A team can have stable velocity and still be miserable, building the wrong things, or accruing technical debt rapidly.

What Flow Metrics Measure Well

Flow metrics describe the team as a queueing system — work arrives, moves through stages, and exits. The core metrics:

  • Cycle time: how long a single item takes from start to finish.
  • Throughput: how many items the team completes per unit time.
  • Work in progress (WIP): how much work is in flight simultaneously.
  • Aging: how long items currently in progress have been there.
  • Cycle time distribution: the spread of cycle times, often visualized as a scatter plot.

Together, these surface system-level problems that velocity hides: items stuck in review, escalating WIP, widening cycle-time variance, aging tickets nobody touches.

The Statistical Advantage

Daniel Vacanti and others have shown that flow metrics enable probabilistic forecasting that velocity cannot match.2 By measuring throughput history and running Monte Carlo simulations against the remaining backlog, a team can produce statements like "85% likely to complete by April 14, 50% likely by April 7". These probabilistic forecasts are more honest than single-point velocity estimates and almost always more accurate over multi-sprint horizons.

How Flow Metrics Go Wrong

  • Cycle time without sizing discipline. If stories vary wildly in size, cycle time is noise. The metric requires similar-sized work to be useful.
  • Throughput-as-target. Same Goodhart's Law applies. The moment "increase throughput" becomes the goal, item sizes shrink artificially and the metric becomes useless.
  • WIP limits ignored. Tracking WIP without limiting it produces a thermometer no one acts on.
  • Metric overload. Six or seven flow metrics on a dashboard nobody reads is worse than two metrics the team actually uses.

The Right Question

The debate is misframed as "which to use." The honest framing: different metrics for different decisions.

  • For next-sprint planning: a simple capacity estimate — points or items — calibrated to recent history. Either method works.
  • For long-range forecasting: flow-based probabilistic forecasts. Velocity-based projections systematically underestimate uncertainty.
  • For team-health monitoring: flow metrics. Velocity tells you almost nothing about whether the team is healthy or sustainable.
  • For executive reporting: outcomes, not throughput. Both velocity and flow metrics are easily misread up the management chain.

The Underlying Tension

This debate is sometimes a stand-in for a deeper tension between two cultures: the planning culture (we forecast, we commit, we deliver to the commitment) and the flow culture (we run the system well, and the right things get done at the right pace). Both cultures produce real value. Both fail when their metric becomes the goal. The skill is in choosing the metric that drives the behavior the team currently most needs to develop.

Coaching Tips

Never use velocity to compare teams.

The fastest way to corrupt the metric. If leadership demands cross-team comparison, expose the dysfunction explicitly.

Introduce cycle-time scatter plots.

A single chart that reveals what aggregate velocity hides — outliers, long-tail items, and aging.

Use Monte Carlo for long-range forecasts.

Two weeks of throughput data is enough to produce honest probabilistic forecasts. Free tools exist; most teams just don't use them.

Watch the aging metric.

The single most actionable flow signal — how old is the oldest item in progress? Old items hide problems velocity won't see.

Translate metrics to outcomes for execs.

Neither velocity nor flow metrics belong on an executive dashboard. Outcomes do. Use the operational metrics inside the team.

Don't replace velocity overnight.

If the team is currently using velocity, layer flow metrics alongside it for a few sprints before deprecating. The dual view often surfaces what each hides.

Summary

Velocity and flow metrics are not rivals; they are tools for different questions. Velocity works for sprint-shaped planning conversations and breaks under cross-team comparison. Flow metrics produce honest probabilistic forecasts and surface system-level problems that velocity hides. The most leveraged move for most teams is to stop arguing about which to use and start asking which decision the metric is serving — and whether the answer it produces is actually being used to make that decision.

Footnotes
  1. Anderson, David J. Kanban. Blue Hole Press, 2010.
  2. Vacanti, Daniel. Actionable Agile Metrics for Predictability. ActionableAgile Press, 2015.
  3. Forsgren, Nicole, Jez Humble, and Gene Kim. Accelerate. IT Revolution, 2018.
Back to The Great Agile Debates