Cycle time is the total time it takes to complete one unit of work, measured from start to finish. In a factory, it might be the 45 seconds needed to assemble a single part. In a doctor’s office, it’s the 71 minutes from when you check in to when you check out. In software development, it’s the time from when a team starts building a feature to when it’s ready to ship. The concept is the same everywhere: how long does one pass through the process actually take?
How Cycle Time Is Calculated
The basic formula is straightforward: divide your total net production time by the number of units produced. If a machine runs for 480 minutes in a shift and produces 240 parts, the cycle time is 2 minutes per part.
Net production time matters here. You’re counting the time the process is actually running, not scheduled breaks, planned maintenance, or other expected downtime. This gives you a realistic picture of how long each unit takes when things are moving.
For machines specifically, lean manufacturing uses a more detailed version called “effective machine cycle time.” This adds loading and unloading time to the raw machine processing time, then factors in changeover time (the minutes lost when switching from one product to another) divided across the number of pieces produced between changeovers. That last part spreads the cost of switching setups across each individual unit, so you see the true per-piece time.
Cycle Time vs. Lead Time vs. Takt Time
These three metrics get confused constantly, but they measure different things.
- Cycle time measures how long it takes to actually produce one unit. It starts when work begins and ends when the unit is complete.
- Lead time measures the full customer experience, from when an order is placed to when it’s delivered. This includes waiting in a queue before production even starts, plus shipping after it’s done.
- Takt time isn’t a measurement at all. It’s a target. You calculate it by dividing your available production hours by the number of units customers need. It tells you how fast you must produce to keep up with demand.
A common mistake is comparing only cycle time to takt time and assuming production can meet a deadline. Lead time includes two chunks that cycle time ignores: the gap between receiving an order and starting production, and the gap between finishing the product and getting it to the customer. You can have a fast cycle time and still miss delivery dates if those other stages are slow.
What Cycle Time Looks Like Across Industries
Manufacturing
In a factory, cycle time is typically measured in seconds or minutes per unit. It’s timed by actual measurement on the production floor, not estimated. A stamping press might cycle every 3 seconds. A complex assembly station might take 12 minutes. The key is that these numbers come from a stopwatch, not a spreadsheet. Lean methodology insists on direct observation because estimated times almost always drift from reality.
Software Development
In agile and Kanban workflows, cycle time tracks how long a task takes from the moment a developer starts working on it to when it’s ready for deployment. A bug fix might have a cycle time of a few hours. A new feature could take days or weeks. Teams use this metric to spot bottlenecks, like code that gets built quickly but sits in review for days before anyone looks at it.
Healthcare
Healthcare facilities measure patient cycle time as the span from check-in at registration to check-out at discharge. A study published in BMJ Open Quality broke this down for a family medicine clinic: at baseline, the average total cycle time was 71 minutes. Of that, 18 minutes passed between check-in and being seen by a nurse, then 53 minutes from the nurse encounter through provider visit to check-out. A significant portion of that longer segment was simply waiting in an exam room before the clinician arrived, time that added nothing to the patient’s care.
Why Cycle Time Matters for Business
Faster cycle times mean more output from the same resources. But the financial impact goes beyond production volume. Every unit sitting in a production process represents cash tied up in materials, labor, and overhead. The longer your cycle time, the longer your money is locked inside work-in-progress inventory instead of generating revenue.
This connects directly to a company’s cash conversion cycle, which tracks how quickly money invested in production turns back into cash. Shorter cycle times mean inventory moves faster, receivables get collected sooner, and the business holds onto cash longer before needing to reinvest. For companies operating on thin margins or managing seasonal demand, even small improvements in cycle time can meaningfully improve cash flow.
How to Reduce Cycle Time
The most effective starting point is eliminating anything that doesn’t add value. Every process contains steps that transform the product (value-added) and steps that just move, store, or inspect it (non-value-added). Targeting the second category first tends to yield quick results without changing the product itself.
Rearranging the physical workspace is one of the simplest improvements. Minimizing the distance between workstations cuts the time spent moving materials or walking between tasks. In manufacturing, this might mean moving production cells closer together or connecting them with conveyor belts. In an office or clinic, it could mean reorganizing who sits where so handoffs happen faster.
Product design plays a role too. Standardizing components across product lines and designing for modularity reduces the number of unique steps a production process needs. Fewer unique steps means fewer changeovers, less training, and faster throughput. A factory that makes ten products from a shared set of modular parts will have shorter cycle times than one building ten completely different products from scratch.
Reducing changeover time is another high-impact strategy. Changeover is the dead time when a machine or workstation switches from producing one thing to producing another. Techniques like preparing tools and materials in advance, while the machine is still running the previous job, can cut changeover time dramatically. In some factories, changeovers that once took hours have been reduced to minutes through systematic preparation.

