Lead Time, Cycle Time & Throughput – a simple guide with one example
One board, one ticket – three views on the same flow
In this article, we'll look at the three base metrics using a minimal example.- Your team works on a Kanban board with columns: Backlog → Selected → In Progress → Review → Done
- On Monday morning, a new ticket enters the Backlog
- On Wednesday, the team selects it for the next sprint (Selected)
- On Thursday, work starts (In Progress)
- Next Tuesday, the ticket is reviewed and merged (Review → Done)
Info
Within the flowban system, we use the terms Commitment column and Done column to describe the point where work is pulled into the system and the point where it is considered finished. In this example these correspond to the columns "Selected" and "Done".
Lead Time – from “I want this” to “it’s live”
Lead Time answers: How long does a request take from first appearance until it is delivered?In our example:
- The ticket appears in Backlog on Monday (request created)
- It reaches Done on Tuesday of the following week (request delivered)
Cycle Time – from "We started" to "We finished"
Cycle Time answers: How long is the ticket actively in progress?In our example:
- The ticket reaches the Commitment column on Thursday (e.g. when it leaves Backlog and is pulled into In Progress)
- It reaches Done on Tuesday of the following week
Visualizing Cycle Time within Lead Time
Backlog (Mon)Done (Next Tue)
Commitment column (Thu)Done column (Next Tue)
Lead Time (Backlog → Done)Cycle Time (Commitment column → Done column)
Figure 1 highlights how the Commitment column defines the start of Cycle Time, while the Done column is the shared end point for both Lead Time and Cycle Time. Here you can see the relationship:
- Lead Time includes everything from “requested” to “delivered” (Backlog → Done).
- Cycle Time focuses on the committed work from Commitment column to Done column.
Throughput – how many items finish per time period
Throughput answers: How many tickets do we finish per week (or per day, per month, …)?In our example week:
- Let’s say 6 other tickets also reach Done between Monday and Sunday
- Together with our example ticket, that’s 7 tickets finished in this week
Throughput visualization
Throughput Chart
01/06/25 to 01/13/25
Throughput7
Lead Time0 Days
Figure 2 shows how often the Done column is reached over time, turning the movement of tickets into a measurable throughput signal. Consistent heights indicate stable delivery, while high variation suggests process instability or inconsistent work patterns.
Wrapping up the metrics for the example
With this simple example, we can already see how the three metrics hang together:- Lead Time (8 days) = waiting + active work + finishing touches
- Cycle Time (5 days) = just the active work until Done
- Throughput (7 tickets/week) = how many tickets reach Done in the same period
- Lead Time speaks the customer language (“How long do I wait?”).
- Cycle Time speaks the delivery language (“How long do we need to finish once we start?”).
- Throughput speaks the systems language (“How much can we reliably ship per time unit?”).
What to do when the numbers start to wobble
Real teams don’t have perfectly stable metrics. That’s fine – actually, the variation is the interesting part. Here are some typical patterns you’ll see in flow diagrams and what they usually mean:- Lead Time is jumping up and down, Cycle Time is stable: your bottleneck is probably before work starts (prioritization, waiting for input) or after dev (review, deployment).
- Cycle Time is highly variable: your “In Progress” work is inconsistent – too many different ticket sizes, context switching, or WIP limits not enforced.
- Throughput is all over the place: your system has no stable rhythm yet – teams might be starting too much and finishing too little.
- “What was different in this ticket?”
- “Why did this week’s throughput drop?”
- “Which column did this work item stay in for the longest?”
We've only scratched the surface here. In later posts, we'll dig deeper into how Cumulative Flow Diagrams (CFDs) and Monte Carlo simulations build on these three base metrics to provide richer forecasts and capacity insights.
How flowban helps with these three metrics
flowban connects directly to your GitHub Projects and calculates the three base metrics for you:- Lead Time: from first appearance of an issue in your board until it hits your Done column.
- Cycle Time: from commitment (e.g. when an item leaves Backlog or enters In Progress) until Done.
- Throughput: how many issues reach Done per day, week or month.
Privacy please!
flowban does not store any sensitive data from your GitHub Projects. It only takes issue states and timestamps as input to calculate the metrics. The contents of the issues are not stored or processed in any way.
- Spot bottlenecks early by seeing where work piles up across your board.
- Stabilize delivery by making Lead Time, Cycle Time, and Throughput visible and comparable over time.
- Explain delivery behavior with data instead of opinions in stakeholder conversations.
- Prepare for advanced analysis and forecasting like CFDs and Monte Carlo simulations without extra scripts or spreadsheets.