Tested tool guide
Tested browser tools
Checked August 16, 2026
What Economic Order Quantity (EOQ) Calculator does, with a checked example
Enter demand, the fixed cost of placing an order, and the cost of holding one unit for the same time period. The Economic Order Quantity Calculator estimates the replenishment quantity that minimizes the combined ordering and cycle-stock holding costs under the standard EOQ assumptions. A frequent error is supplying a holding-cost percentage directly. It must first be converted to a currency amount per unit per period, such as dollars per unit per year.
Worked example
A concrete input and expected output from the current implementation.
Input
Annual demand: 800 units
Ordering cost: $25 per order
Holding cost: $4 per unit per year
->
Expected output
Economic order quantity: 100 units
EOQ = sqrt((2 x 800 x 25) / 4) = sqrt(10000) = 100. This produces 8 orders per year, with $200 in annual ordering cost and $200 in annual cycle-stock holding cost.