Lead Time Formula (With Example)

Lead time is the total elapsed time between placing a replenishment order and receiving goods in usable condition. The formula expresses it as the sum of four sequential stages. If you want the conceptual background first, read What Is Lead Time?

LT = Top + Tsp + Ttr + Trc
Top = Order Processing Time Tsp = Supplier Processing Time Ttr = Transit Time Trc = Receiving Time LT = Total Lead Time (days)
Top Order Processing
Tsp Supplier Processing
Ttr Transit
Trc Receiving

Variables Defined

Symbol Stage Unit What It Covers How to Measure
Top Order Processing Time Days The delay between a replenishment trigger (e.g., inventory falling below the reorder point) and the purchase order being transmitted to the supplier. Includes approval workflows, ERP entry, and PO generation. Track the timestamp of reorder-point breach vs. PO send timestamp in your ERP. Typical range: 0–3 days.
Tsp Supplier Processing Time Days The time between the supplier receiving your PO and the goods departing from their facility. Covers order confirmation, production or picking, quality checks, and packing. Ask the supplier for PO-receipt to ship-date timestamps, or track it from PO-sent date minus transit time in your order history. Typical range: 1–14 days depending on make-to-stock vs. make-to-order.
Ttr Transit Time Days The time goods spend in transit between origin and destination, including port-to-port shipping, drayage, and any in-transit transfers. This is the largest driver for imported goods and the stage most often quoted by suppliers as the whole lead time. Track freight booking date to delivery-at-port date across historical shipments. Typical range: 1–2 days (air freight, short lane) to 20–35 days (sea freight, Asia–US).
Trc Receiving Time Days The time between goods arriving at your facility and being fully received into inventory — covering customs clearance (for imports), unloading, inspection, and put-away into the WMS. Track delivery-at-dock date vs. goods-available-in-WMS date. Typical range: 0–5 days; 2–10 days for imported goods requiring customs clearance.
LT Total Lead Time Days The sum of all four stage times. This is the value used in the reorder point and safety stock formulas — it should be measured from PO-sent date to goods-available date, not to delivery date. Measure directly across historical purchase orders as (goods-available date) − (PO-sent date). Average across 20–50 recent orders from the same supplier for the same SKU family.

Step-by-Step Worked Example

A consumer goods distributor imports a product from an overseas supplier. The four lead time stages have been measured from 12 months of purchase order history:

1
Order processing (Top): The PO approval workflow and ERP dispatch take an average of 1 day from when the reorder trigger fires.
2
Supplier processing (Tsp): The supplier picks and ships orders within 3 days on average (stock items; make-to-order items run 10–14 days).
3
Transit (Ttr): Sea freight from the origin port to the destination port averages 18 days. The supplier quoted 18 days, which covers only this stage.
4
Receiving (Trc): Port clearance, drayage, and warehouse receiving take an average of 3 days.
5
Apply the formula: LT = Top + Tsp + Ttr + Trc = 1 + 3 + 18 + 3 = 25 days
Total Lead Time = 25 days · Using the supplier-quoted 18 days would have understated lead time by 7 days — causing a reorder point set 7 × d̄ units too low and guaranteeing stockouts on any demand at or above average.
Calculate your lead time instantly

Enter a start date and lead time to get a delivery date, or break it down by stage: order, supplier, transit, and receiving.

Open Lead Time Calculator →

How Lead Time Feeds Into Inventory Formulas

Lead time is an input — not an output — of inventory management. Once measured, it flows directly into two downstream calculations.

Reorder Point (ROP)
ROP = (d̄ × LT) + SS
LT appears linearly

Every additional day of lead time adds d̄ units to the reorder point. If d̄ = 50 units/day and LT increases from 14 to 21 days, the ROP rises by 50 × 7 = 350 units. Use the reorder point calculator to apply this directly.

Safety Stock (SS)
SS = Z × σd × √LT
LT appears under √

Because variance — not standard deviation — is additive across independent days, lead time enters the safety stock formula under a square root. Doubling LT increases SS by only 41% (√2 ≈ 1.41). Cutting LT from 16 to 4 days halves SS. Use the safety stock calculator to see the impact.

Lead Time Variability in Safety Stock

The standard safety stock formula SS = Z × σd × √LT assumes lead time is constant. When lead time varies — for example, a supplier sometimes delivers in 10 days and sometimes in 22 — a portion of the variability the safety stock must absorb comes from lead time, not just demand. The extended formula accounts for both:

SS = Z × √( LTavg × σd² + d̄² × σLT² )
Symbol Name Unit How to Measure
LTavg Average Lead Time Days Mean of (goods-available date − PO-sent date) across the last 20–50 orders
σd Std Dev of Daily Demand Units/day =STDEV() on 90–180 days of daily sales data
Average Daily Demand Units/day Mean of daily sales over the same window used for σd
σLT Std Dev of Lead Time Days =STDEV() on the same (goods-available − PO-sent) history used for LT_avg

The intuition: the two terms inside the square root represent the variance contribution from demand variability (LTavg × σd²) and from lead-time variability (d̄² × σLT²). These variances are independent, so they add before taking the square root. A supplier with σLT = 0 (perfectly consistent delivery) reduces the formula to the standard variant exactly.

Formula Variants

Direct Measurement (Simplest)
LT = Date_received – Date_PO_sent

Use when you have order history but not stage-by-stage timestamps. Gives accurate total lead time for use in ROP and SS formulas without requiring stage decomposition.

Date Projection (Planning)
Date_delivery = Date_order + LT

Use when planning backwards from a required delivery date to find the latest order date, or projecting forward from an order date to estimate arrival. The lead time calculator handles this automatically, accounting for weekends and calendar days.

Weighted Average (Multiple Suppliers)
LT = Σ(w_i × LT_i)

Use when sourcing the same SKU from multiple suppliers with different lead times. Weight each supplier's lead time by their share of order volume to compute the effective average lead time for that SKU.

Assumptions

Frequently Asked Questions

What is the lead time formula?

The lead time formula is LT = T_op + T_sp + T_tr + T_rc — the sum of order processing time, supplier processing time, transit time, and receiving time. Total lead time is measured from the moment a purchase order is sent to the moment goods are available in your warehouse, not merely delivered to your dock. The formula can also be expressed as LT = Date_received − Date_PO_sent when stage-level timestamps are unavailable.

How is lead time used in the reorder point formula?

The reorder point formula is ROP = (d̄ × LT) + SS, where d̄ is average daily demand and SS is safety stock. Lead time appears as a linear multiplier — every additional day adds d̄ units to the trigger level. If d̄ = 100 units/day and lead time is underestimated by 5 days, the reorder point is set 500 units too low, guaranteeing stockouts whenever demand runs at or above average during the replenishment window.

How is lead time used in the safety stock formula?

In the standard safety stock formula SS = Z × σd × √LT, lead time appears under a square root. This is because variance — not standard deviation — accumulates linearly across independent days. Doubling lead time increases safety stock by only 41% (√2 ≈ 1.41). When lead time itself varies, the extended formula SS = Z × √(LT_avg × σd² + d̄² × σLT²) adds the variance contribution from lead-time variability alongside the demand variability term.

How do you calculate average lead time?

For each completed purchase order, measure the number of calendar days from the PO-sent date to the goods-available-in-inventory date. Then average across the last 20–50 orders from the same supplier and SKU family. Exclude one-off outliers caused by exceptional events (strikes, port closures, customs holds), but document them separately so you can quantify their frequency when deciding on safety stock.

What is the difference between lead time and lead time variability?

Average lead time (LT_avg) sets the baseline — it determines how much inventory is consumed during a typical replenishment cycle and drives the lead-time demand component of the reorder point. Lead time variability (σLT) determines additional safety stock needed to cover the risk of late deliveries. A supplier consistently delivering in 14 days requires less safety stock than one averaging 14 days with a range of 8–22, even though their averages are identical. Reducing σLT is often more valuable than reducing LT_avg.