Index

Bottleneck

A bottleneck is the single constraint that limits the maximum throughput or output of a system at any given time.

Identifying bottlenecks prevents wasted optimization on non-constraining parts of a system.

What is the one constraint that, if relieved, would unlock the most capacity?

A product team ships features fast but growth stalls. The bottleneck is not engineering speed — it is distribution. No amount of feature work helps until the distribution constraint is addressed.

  1. 1.Map the full process from input to output.
  2. 2.Measure throughput at each stage to find where work accumulates.
  3. 3.Focus improvement effort on the bottleneck stage only.
  4. 4.After relieving one bottleneck, find the next one — it always shifts.
  • ·Optimizing a stage that is not the bottleneck, which yields zero system improvement.
  • ·Assuming the bottleneck is permanent — it moves as the system changes.
  • ·Confusing a slow stage with the actual constraint; slowness only matters if it limits total output.

How do you find the bottleneck in a business process?

Look for where work queues up. The stage with the longest wait time or the largest backlog is usually the bottleneck.

Can there be more than one bottleneck?

At any moment, one constraint is binding. But relieving it reveals the next. Systems always have a bottleneck somewhere.