Technical Explanation: Economic Production Quantity
The Economic Production Quantity (EPQ) model — also known as the Production Order Quantity (POQ) model — extends the classic EOQ framework to manufacturing environments where items are produced internally rather than ordered from an external supplier. Unlike EOQ, which assumes instantaneous replenishment, EPQ recognizes that inventory builds up gradually at a net rate of (p − d), where p is the production rate and d is the demand rate.
This distinction is critical: because inventory accumulates more slowly than in the EOQ model, the optimal batch size is smaller, and the maximum inventory level is lower — reducing holding costs while still amortizing setup costs efficiently.
How to Use This Calculator
- Annual Demand (D): Enter the total yearly requirement in units/year.
- Setup Cost (S): Input the fixed cost per production run — labor, machine changeover, tooling, documentation.
- Holding Cost (H): Specify the annual cost to carry one unit in inventory (storage, capital, insurance, obsolescence).
- Demand Rate (d): Enter the consumption rate in units/time (must match the time unit of production rate).
- Production Rate (p): Enter the manufacturing rate in the same time units. Must be strictly greater than d.
How does the ratio d/p affect the optimal batch size?
The factor (1 − d/p) appears in the denominator of the EPQ formula. As the utilization ratio d/p approaches 1 (production barely outpaces demand), the factor shrinks toward zero, driving the optimal batch size toward infinity. In practice, this means that near-capacity systems require very long production runs to avoid constant changeovers. Conversely, when p ≫ d, the EPQ converges toward the classic EOQ.
When should you NOT use EPQ?
The model assumes deterministic demand, constant rates, no stockouts, and no quantity discounts. It is inappropriate for items with highly variable demand (use safety stock or stochastic models), products with short shelf lives, or environments where setup times are sequence-dependent. For multi-product systems with shared resources, consider the ELSP (Economic Lot Scheduling Problem) instead.