Skip to content
PMPCAPM

Cumulative Flow Diagram

A Cumulative Flow Diagram (CFD) is a stacked area chart that shows the number of work items in each workflow stage over time, used to monitor flow, identify bottlenecks, and track work in progress.

Explanation

The CFD plots time on the X-axis and the cumulative count of work items on the Y-axis, with each workflow stage represented as a colored band. The width of each band at any point in time shows the number of items in that stage (WIP). The vertical distance between the top and bottom bands at a given time shows total scope, and the horizontal distance shows approximate lead time.

The CFD is a powerful diagnostic tool. If a band is widening over time, it indicates a bottleneck at that stage. If the top line is rising faster than the bottom line, scope is growing faster than the team can deliver. A healthy CFD shows bands of consistent width with the completion rate roughly matching the arrival rate.

CFDs are commonly used with Kanban to monitor overall system health. They complement WIP limits by showing trends over time rather than just the current state. Teams review CFDs during retrospectives or flow review meetings to identify systemic issues.

Key Points

  • Stacked area chart showing items in each workflow stage over time
  • Band width indicates WIP at each stage; widening bands signal bottlenecks
  • Horizontal distance between arrival and completion shows lead time
  • Used to diagnose flow issues and validate WIP limit effectiveness

Exam Tip

If a CFD shows a widening band in one stage, it indicates a bottleneck. The team should investigate why items are accumulating in that stage.

Frequently Asked Questions

Related Topics

Test your knowledge

Practice scenario-based questions on this topic with detailed explanations.