The Number That Fools Everyone
A loan processor in a regional bank takes eleven minutes to review a commercial credit file. Her manager knows this because someone timed it. What the manager does not know is that the same file sat in an inbox for three days before she opened it, and will sit for another day and a half waiting for a compliance officer to countersign. The eleven minutes is real. It is also almost irrelevant to cycle time.
This is the trap that most operational measurement falls into. Touch time, the actual minutes a human hand or a system process is active on a unit of work, is easy to observe and easy to improve. Queue time, the span between when work becomes available and when someone picks it up, is invisible unless you deliberately instrument it. And in almost every operation I have worked in across finance, manufacturing, distribution and field service, queue time is between three and ten times larger than touch time. Optimizing touch time without measuring queue time is like shaving seconds off your sprint while ignoring that you spent an hour waiting at the starting line.
Why Queue Time Stays Hidden
Work management systems are built to capture activity. They log when a task is opened, when a form is submitted, when a record is updated. They are not built to capture inactivity. The gap between a purchase order hitting an approval queue and an approver opening it is not a logged event in most ERP and workflow systems. It is just silence.
Field operations make this worse. A technician closes a job ticket at 14:23. The next job was dispatched at 09:00 that morning. The five-hour gap is not recorded as waiting. It is recorded as nothing, which the system interprets as travel or preparation. In reality, the technician was available by 10:30 and the job sat unassigned because the dispatcher was handling an escalation. That gap is invisible in every report the operations director sees.
Manufacturing has its own version. Work-in-process inventory sitting between two stations looks like a buffer. It is actually a queue, and the time a part spends in that buffer is pure cycle time with zero value added. Most production reporting tracks station throughput, not inter-station dwell. So the buffer grows, cycle time grows, and the throughput numbers look fine.
How to Instrument the Waiting
The principle is simple. You need a timestamp when work becomes available and a timestamp when work is first touched. The delta is queue time. The implementation requires some deliberate choices.
First, define what available means for each work type. In a credit operation, available might mean the moment a completed application lands in a review queue. In a distribution center, it might mean the moment a pick task is released to the floor. In field operations, it might mean the moment a job is dispatched to a technician's device. These definitions sound obvious but they are almost never formalized, which is why the measurement never happens.
Second, you need event capture at the handoff points, not just at the processing points. This usually means adding instrumentation to the systems that create and route work, not just the systems that execute it. In practice this often means lightweight event logging at queue entry and queue exit, stored somewhere you can query it. A simple table with four columns, work item ID, queue name, enqueued timestamp and dequeued timestamp, will tell you more about your operation than most dashboards built on top of expensive BI platforms.
Third, segment queue time by queue, not by worker or by work type alone. The question is not which employees are slow. The question is which queues accumulate. A queue that consistently holds items for more than two hours is a structural problem, a staffing gap, a routing rule, a system dependency, not an individual performance issue.
What the Data Looks Like in Practice
In a distribution operation I worked with, the fulfillment team was under pressure to reduce order cycle time. The initial assumption was that pick rates needed to improve. We instrumented queue time across the five handoff points in the order flow, from order receipt to wave release, wave release to pick task assignment, pick completion to pack station, pack completion to manifesting, and manifesting to carrier pickup.
The pick rate was fine. The queue between pack completion and manifesting was averaging four hours on afternoon shifts because manifesting was staffed for morning volume. Nobody had seen this because manifesting throughput looked normal in isolation. Touch time at manifesting was fast. Queue time into manifesting was the entire problem. Adjusting staffing overlap cut order cycle time by roughly a third with no change to pick rates, no new equipment and no process redesign.
In a financial services operation, a similar exercise on a loan approval workflow found that the compliance review queue was accumulating because compliance officers were being pulled into exception handling for a separate product line during peak hours. The loan processors were hitting their touch time targets. The loans were sitting. The fix was a routing rule that capped the exception work during certain hours. Again, the solution was invisible until the queue was measured.
Where AI Agents Change the Equation
An AI agent that handles a task in seconds does not automatically reduce cycle time if it still sits in a queue. This is a point I make to every operations leader who is excited about automation speed. If you automate the touch and leave the queue intact, you have a very fast worker waiting in a very slow line.
The more interesting use of AI agents in this context is queue management itself. An agent that monitors queue depth in real time, identifies items that have exceeded a threshold, and either reroutes them or escalates them is doing something a human dispatcher cannot do at scale. It is not replacing judgment. It is replacing the manual work of watching queues and reacting, which most operations do poorly or not at all because it requires continuous attention.
I have seen this applied in field operations where job queues are dynamic and technician availability changes constantly. An agent watching queue age and technician status can reassign a job that has been sitting for ninety minutes to an available technician three miles away, without a dispatcher having to notice the gap. The speed gain is not in the job execution. It is in eliminating the queue time that accumulated because no human had bandwidth to notice it.
The same logic applies to approval workflows in finance. An agent that flags a credit file that has been in the compliance queue for more than four hours and surfaces it to a supervisor removes the manual work of tracking queue aging, which most teams do with spreadsheets updated once a day if at all.
The Measurement Habit That Changes What You See
Once you start measuring queue time, you stop having conversations about individual productivity and start having conversations about system design. This is a significant shift. It is also uncomfortable for some managers because it moves accountability from people to processes, and processes are harder to blame.
The discipline I recommend is a weekly queue time review that looks at three things. Which queues had the highest average dwell time this week. Which queues had the highest maximum dwell time, because averages hide outliers and outliers are often your worst customer experiences. And which queues are trending worse over time, because a queue that is slowly growing is a structural problem accumulating.
This review does not need to be long. In operations that have instrumented their handoffs properly, fifteen minutes with a simple query result is enough to identify where to focus. The hard part is not the analysis. The hard part is building the instrumentation in the first place, which most teams skip because it requires touching systems that nobody wants to touch and defining handoff points that nobody has formally defined before.
The Practical Takeaway
If you want to reduce cycle time, stop timing your workers and start timing your queues. Pick the three most important handoff points in your highest-volume workflow. Add a timestamp when work enters and when work exits. Query the delta. Do this for four weeks before you make any other changes.
What you find will almost certainly surprise you. The bottleneck will not be where you thought it was. The fix will often be simpler than you expected, a staffing overlap, a routing rule, a notification that was never built. And the improvement will be larger than anything you would have found by optimizing touch time, because queue time is where the hours live.
Measure what waits. That is where the work is.
