Cycle Time vs Throughput

Two flow metrics from queueing theory, applied to delivery teams. Cycle time measures how long each item takes. Throughput measures how many items finish per period. Linked by Little's Law.

Last updated: 2026-04-01

Overview

Cycle Time
Per Item

The time from when work starts on an item to when it's done. Measured in days, per-item. Cycle time tells you how long a customer or stakeholder waits once work begins. The Kanban Guide defines these flow measures.

Best for tracking individual flow efficiency, identifying bottlenecks, and predicting how long a single piece of work will take.

Throughput
Per Period

The number of items completed per period: per week, per sprint, per month. Throughput tells you how much the system delivers. Higher is better, all else equal.

Best for forecasting how much a team can deliver in a quarter and for spotting capacity changes.

Formula comparison

Cycle Time

Cycle time = Time completed - Time started

Report the distribution as well as the average. The 85th percentile means 85% of observed items finished within that time; it is not a guaranteed deadline.

Throughput

Throughput = Number of items completed in a period

Connected to cycle time via Little's Law: Average WIP = Average throughput rate x Average cycle time. Use the same workflow boundaries and time units in a stable system.

Side-by-side comparison

CriteriaCycle TimeThroughput
UnitDays per itemItems per period
Question it answersHow long will this take?How much can we deliver?
Best forPer-item predictabilityCapacity forecasting
Connected byLittle's LawLittle's Law
Affected by WIPMore average WIP means longer average cycle time at unchanged throughputIndirectly. Throughput caps at the slowest stage
Healthy benchmarkCompare similar work with your historical cycle-time distributionTrending stable or up at constant scope
Common pitfallReporting only the averageSplitting items to inflate the count
Pairs withLead time, WIPVelocity, cumulative flow

When to use each

Choose Cycle Time when
  • You're optimizing for predictability per item
  • A stakeholder asks "how long will this one take"
  • You suspect WIP is hurting flow
  • You want to identify which stages of work cause the most wait
  • You're improving customer delivery promises
Choose Throughput when
  • You're forecasting quarterly capacity
  • You're sizing how much a new initiative will displace
  • You want to know if the team is delivering more or less over time
  • You compare teams using similar item sizes and completion rules
  • You're modeling a release date based on items remaining

Pros and cons

Cycle Time

Pros

  • Per-item, so it answers "how long" for any specific work
  • Surfaces bottlenecks in specific stages
  • Pairs with cumulative flow diagrams to show queue buildup

Cons

  • Distribution matters. Reporting only the average hides outliers
  • Sensitive to scope. A vague item with a long cycle time isn't always a flow problem
  • Doesn't tell you total team capacity

Throughput

Pros

  • Easy to count. Items done per week
  • Stable for forecasting if the team and scope are stable
  • Pairs cleanly with story-point velocity if you're using it

Cons

  • Can be gamed by splitting items smaller without finishing more value
  • Doesn't tell you per-item wait
  • High throughput can coexist with long waits; check WIP and arrival rates

Try the related tools

Use your own inputs to explore the calculations and compare results.

Frequently asked questions

What is the difference between cycle time and lead time?

Lead time starts when a request is made. Cycle time starts when work begins and includes waiting or blocked time before completion. Define the start and finish points consistently.

Should I track both, or just one?

Track cycle time, throughput, and work in progress (WIP) together. They show how long items take, how many finish, and how much work is underway.

What is a good cycle time?

Compare similar work against your own history and delivery needs. Feature work and urgent bug fixes may need different expectations. The 85th percentile can support a forecast, but it is not an upper bound or a universal two-week target.

Does throughput equal velocity?

Throughput counts completed items per period. Velocity usually sums the story points on completed work per sprint. Both describe output, but neither directly measures customer value, and both can be distorted by changing how work is divided.

How does WIP affect cycle time?

Little's Law relates averages: WIP equals throughput rate times cycle time in a stable system. At the same average throughput, twice the average WIP implies twice the average cycle time. A WIP limit can help manage flow, but changing the limit may also change throughput.