define: Metrics: cycle time, lead time, throughput for kanabn

For Kanban, these three metrics measure flow — how smoothly work moves from request to completion.

MetricSimple definitionMeasures from → toExample
Lead TimeTotal time from when the work is requested until it is completed.Request created → DoneA bug is reported Monday and fixed Friday. Lead time = 5 days.
Cycle TimeTime from when the team actually starts working on the item until it is completed.Work starts → DoneThe bug is reported Monday, but work starts Wednesday and finishes Friday. Cycle time = 3 days.
ThroughputNumber of work items completed in a period of time.Completed items per day/week/sprintTeam completes 12 tickets in one week. Throughput = 12 items/week.

Your Agile metrics slides define throughput as the number of work items completed in a given time period, lead time as the time from request to delivery, and cycle time as the time from active work start to completion.

Simple teaching explanation

Lead time = customer waiting time.
Cycle time = team working time.
Throughput = how many items the team finishes.

Example using Kanban board

A task moves like this:

Backlog → To Do → In Progress → Review → Done

Suppose:

  • Student submits a helpdesk request on Monday
  • Team starts working on it on Wednesday
  • Team finishes it on Friday

Then:

MetricValue
Lead TimeMonday to Friday = 5 days
Cycle TimeWednesday to Friday = 3 days
ThroughputIf 10 tasks were finished that week, throughput = 10 tasks/week

Key difference

Lead time includes waiting time. Cycle time only includes active work time.

So if work sits in To Do for 4 days before anyone starts, that waiting time increases lead time, but not cycle time.

REF: AI Tools as is

Leave a Reply