All glossary terms
Optimize

Lead time

Lead time is the elapsed time from when work is requested (story created, ticket filed) to when it's delivered (deployed to production). It's a DORA metric measuring end-to-end delivery flow — including queueing time, not just active development.

Lead time is more revealing than cycle time (start-of-work to delivery) because it captures backlog dwell — the waste that doesn't show up in burndowns. Elite-performing teams hit lead times under a day; medium-performance teams measure in weeks. The shortest path to better lead time is usually shrinking story scope (split stories) and reducing handoffs (one team end-to-end). Process mining is the diagnostic tool for finding where lead time is being spent.

Related terms