Glossary

Bottleneck analysis

Identifying which step in a process limits the speed of the whole system, so improvement effort targets the right place.

Bottleneck analysis identifies which step in a process limits the speed of the entire system, so improvement effort is aimed at the place that actually constrains output rather than wherever seems busiest. A process can have many steps running efficiently, but overall throughput is still capped by its single slowest or most constrained stage.

Analysts typically find the bottleneck by measuring utilization, queue length, and wait time at each step; the stage with the highest utilization and the longest queue in front of it is usually the constraint. Modern process mining tools can surface this automatically from event log data rather than requiring manual time studies. Once identified, options are to add capacity at that step, reduce the work required there, or shift some of its load elsewhere.

Bottleneck analysis matters because effort spent speeding up a non-bottleneck step is largely wasted — it does not change what the whole process can deliver, and can even make queues worse elsewhere. A common pitfall is that fixing one bottleneck simply moves the constraint to a different step, so the analysis needs to be repeated rather than treated as a one-time exercise; this is a core discipline in Six Sigma and cycle time reduction work.

Last reviewed September 22, 2026

In the index now

Related terms