Alexey Shurov.Insights
Bottlenecks

Four Ways to Find Bottlenecks in Operations Workflows and What Each One Actually Costs You

Process mining, ticket analytics, time studies, and queue-reading agents each surface different problems. Here is what they find, what they miss, and what it takes to stand them up.

12 September 2026 . 9 min read . Alexey Shurov
Four Ways to Find Bottlenecks in Operations Workflows and What Each One Actually Costs You

The Bottleneck You Think You Have Is Usually Not the Real One

A regional distribution operation I worked with was convinced their warehouse pick rate was the problem. Managers had watched the floor for months. They had opinions, they had gut feel, they had a scapegoat shift. When we pulled the actual event logs, the pick rate was fine. The real constraint was a 40-minute gap between a shipment being physically staged and the system record catching up, which meant the next process step could not start. Nobody had seen it because nobody was watching the handoff between systems. They were watching people.

That gap between where leaders look and where time actually disappears is why bottleneck analysis methods matter. Not all of them look in the same place. Not all of them are worth the setup cost for every operation. What follows is an honest account of what each major approach surfaces, where it fails, and what it actually costs to stand up.

Process Mining Finds What Your Logs Already Know

Process mining reconstructs the actual sequence of events from system logs and shows you every path a case took through your workflow, not the path you designed. It is the most rigorous method for operations that run through a core transaction system because it works from timestamped records, not from observation or memory.

In a mid-market lending operation I supported, process mining revealed that roughly a third of loan applications were touching a manual review step that was supposed to be reserved for edge cases. The step had been added two years earlier as a temporary measure after a compliance incident and never removed. Nobody had noticed because each individual reviewer thought the volume they saw was normal. The aggregate picture only appeared when we mapped every case path across the full log.

What process mining does not do well is surface anything that happens outside the system of record. If your team uses spreadsheets, email threads, or verbal handoffs to move work forward, those steps are invisible to the miner. You get a clean map of the digital skeleton and a blind spot everywhere humans improvise. Setup cost is real. You need clean, consistent event logs with case identifiers, activity names, and timestamps. In manufacturing and finance this data often exists but requires extraction work and sometimes significant cleaning before the tool can run. Budget two to six weeks of data engineering before you see your first useful process map, longer if your systems are fragmented.

Ticket Analytics Tells You Where Work Piles Up and Who Is Carrying It

If your operation runs through a ticketing or work order system, you already have a bottleneck dataset. You are probably not using it well. Ticket analytics means querying that system for age distributions, reassignment counts, resolution time by category, and first-contact resolution rates, then treating those numbers as diagnostic signals rather than performance scorecards.

A field operations team in utilities I worked with was measuring average ticket close time and reporting it upward as a health metric. The average looked acceptable. When we broke it down by ticket category and by the technician who last touched the ticket before close, we found that one category of equipment fault was being closed and reopened at three times the rate of any other type. The tickets were not hard to close. They were hard to fix. The bottleneck was not in dispatch or scheduling. It was in diagnostic accuracy at the point of first visit, which pointed to a training gap, not a capacity problem.

Ticket analytics is fast to start. If the system exists, you can run basic queries in days. The limit is that tickets only capture what gets ticketed. Shadow work, workarounds, and the informal coordination that keeps operations moving do not appear. And ticket data reflects what people type into fields, which means category labels drift over time and free-text notes are inconsistent. You will spend meaningful time on data quality before the patterns are trustworthy.

Time Studies Are Slow and Expensive and Sometimes Still the Right Answer

A time study means putting an observer next to a worker, or asking workers to self-log, and recording how long each activity actually takes. It is the oldest method and the most labor-intensive. It is also the only method that captures what happens in the physical world when no system is watching.

In a food manufacturing plant I supported, the process mining output showed a consistent delay between batch completion and quality release. The logs made it look like a system lag. A two-day time study on the quality lab floor showed that technicians were physically walking samples to a shared instrument that was located at the far end of the building from the lab, waiting for the instrument to become available, and walking back. The round trip was eating 25 minutes per batch. No log captured it because no system knew the instrument existed as a step in the process.

Time studies are worth the cost when you have a physical operation, when your systems do not cover the full workflow, or when process mining and ticket analytics point to a delay but cannot explain it. They are not worth the cost when your operation is fully digital and your logs are clean. Self-reported time logs are also unreliable. People round to the nearest five minutes, forget steps, and unconsciously report the process as it is supposed to work rather than as it does work. Direct observation by a trained analyst is more accurate and more expensive. Expect one to three weeks of analyst time for a focused study on a single workflow segment.

A Queue-Reading Agent Finds What Is Happening Right Now

The three methods above are retrospective. They tell you what happened over some historical window. A queue-reading agent is different in kind. It reads live work queues, open tickets, pending approvals, or staged orders on a continuous basis and flags patterns as they form, not after the fact.

In a commercial insurance operation I built this for, the agent monitored the underwriting queue and watched for cases that had been touched by more than two reviewers without reaching a decision, cases where the same document had been requested more than once, and cases that were aging past threshold without a status change. When it spotted any of these patterns, it surfaced the case to a supervisor with a plain-language summary of what it observed. The agent was not making decisions. It was doing the queue triage that a senior analyst would do if they had time to read every open item every morning.

The honest limitation here is that the agent reads what is in the queue record. If the real work is happening in a side channel, an email thread, a phone call, the agent does not know. It also cannot tell you why a pattern is occurring, only that it is occurring. You still need a human to interpret the signal and decide what to do. The setup cost depends heavily on how structured your queue data is. A well-structured ticketing system with consistent fields can support a working agent in three to five weeks. A fragmented system with inconsistent data will take longer and will produce more noise in the early weeks while you tune the detection logic. Expect false positives. Plan for a calibration period.

How to Choose Without Overcomplicating It

The method that fits depends on three things. Where your work actually lives, how much historical data you have, and whether you need a retrospective diagnosis or a live signal.

If your operation runs through a mature transaction system with years of clean event logs, start with process mining. It will show you the full picture of path variation and will surface structural problems that no amount of floor observation would catch.

If you have a ticketing system and a specific symptom, like a category of work that takes longer than expected or a team that seems overwhelmed relative to peers, ticket analytics will get you to a hypothesis faster and cheaper than anything else.

If your workflow has significant physical or informal components, or if the other methods point to a delay they cannot explain, a targeted time study on that specific segment is worth the investment. Do not run a time study on your whole operation. Run it on the segment where the other data stops making sense.

If you need to catch problems before they compound and your queue data is structured enough to support it, a queue-reading agent adds a layer of continuous monitoring that the retrospective methods cannot provide. It is not a replacement for the others. It is a complement.

Most mature operations eventually use more than one. The sequence that wastes the least money is to start with whatever data you already have, extract the hypothesis it supports, then use a more expensive method only to investigate what the first method could not explain.

The Practical Takeaway

Every method described here has a blind spot. Process mining cannot see what the system cannot log. Ticket analytics cannot see shadow work. Time studies cannot scale across a whole operation. Queue agents cannot see side channels. The mistake is picking one method and treating its output as the complete picture.

The operations leaders I have seen get the most value from bottleneck analysis treat it as a triangulation problem. They pick the method that fits their data, extract the clearest signal it can give, and then ask what that method cannot see. That question tells them where to look next.

The goal is not a perfect map of your workflow. It is a specific, testable hypothesis about where time is being lost and why. Once you have that, you can act on it. Everything before that is just preparation.

Common questions

How long does it take to get useful results from process mining in a real operation

In my experience, two to six weeks before you see a trustworthy process map, and that assumes your event logs are reasonably clean. If you need to extract data from multiple systems or reconcile inconsistent case identifiers, add time. The analysis itself runs fast once the data is ready. The data preparation is where projects stall.

Can a queue-reading agent replace a process mining project

No, and conflating them will lead you astray. A queue agent tells you what is happening in the queue right now and flags anomalies as they form. Process mining tells you the structural shape of your workflow over time, including path variations you did not know existed. They answer different questions. If you can only do one, choose based on whether your immediate problem is a live operational signal you are missing or a structural diagnosis you have never done.

What makes ticket analytics unreliable and how do you work around it

The main reliability problems are category drift, where the same type of work gets labeled differently over time, and free-text fields that are inconsistent across agents or shifts. The practical fix is to focus your analysis on fields that are system-generated rather than human-entered, things like timestamps, assignment records, and status changes. Those are harder to corrupt accidentally. Use free-text fields to generate hypotheses, not to draw conclusions.

When is a time study worth the cost in a modern operation

When the digital methods point to a delay but cannot explain it. That is almost always a sign that something physical or informal is happening outside the system of record. A two-day targeted time study on the specific segment where the log goes quiet is usually enough to surface the cause. Running a time study across a whole operation without a specific hypothesis is expensive and rarely produces actionable findings.

Want this in your operation

I build and run production AI agents that take repetitive work off operational teams. Tell me what your team spends too long on.

Tool guides

Choosing software for this problem space, see the guides on bottleneck detection tools and AI analytics tools for mid-size companies.

More insightsshurco.ai