Posts
Flow metrics for Scrum teams: cycle time, throughput, and what to actually measure

Matt Lewandowski
Last updated 10/02/20268 min read
The four metrics that matter
Work in progress (WIP)
Cycle time
Throughput
Work item age

How these metrics connect
| If you want to... | Then... |
|---|---|
| Reduce cycle time | Lower your WIP |
| Increase throughput | Finish current work before starting new work |
| Predict delivery dates | Use cycle time percentiles (SLEs) |
| Spot problems early | Watch work item age daily |
Getting started without overhauling your process
Track three dates per item
Define your workflow explicitly
Collect data for a few sprints
Create your first cycle time scatterplot
Bring it into your Scrum events
Where flow metrics fit in each Scrum event

Flow metrics vs. velocity: not a cage match
- "When will this be done?" Cycle time percentiles give probabilistic answers.
- "Why are things taking so long?" WIP and work item age show you where work is stuck.
- "Can we commit to this date?" Monte Carlo simulations using throughput history give you confidence levels.