Trace a piece of work through its steps; each step has hands-on work time and waiting — in a queue, blocked, or in review. Flow efficiencyFlow efficiency is the fraction of lead time spent doing actual work: active time ÷ (active time + wait time). Most software teams are surprised to find it in the 10–30% range. is the share that's real work — and it's almost always far lower than people guess.
The work slice is thin. "Code faster" barely moves the number — halving the active time only shifts efficiency from 27.3% to 15.8%. But cutting the waiting time in half moves it to 42.9%. That's why smaller batches, WIP limits and fewer hand-offs are the real lever — the same insight behind Little's Law and the queue cliff: when utilisation is high, queues grow far faster than the load that feeds them.