Tested tool guide
Tested browser tools
Checked August 16, 2026
What Safety Stock Calculator does, with a checked example
Safety stock is the extra inventory held above expected demand during lead time, and its job is absorbing variability, not covering average demand. This calculator takes average demand, demand variability, supplier lead time variability, and a target service level, then returns the buffer size in your units plus the reorder point it implies. What surprises most users is that a 95% service level does not mean 5% of annual sales are lost. It means a 95% chance of surviving each replenishment cycle without a stockout - a different, stricter promise, and the number the tool produces reflects that.
Worked example
A concrete input and expected output from the current implementation.
Input
Average demand: 100 units/day. Demand standard deviation: 20 units/day. Lead time: 5 days. Lead time standard deviation: 2 days. Service level: 95%.
->
Expected output
Safety stock: 337 units. Reorder point: 837 units (500 units of expected demand during lead time, plus the 337-unit buffer).
With a 95% service level, the z-score is 1.645. Safety stock = 1.645 * sqrt(20^2 * 5 + 100^2 * 2^2) = 1.645 * sqrt(42,000) = 337.1 units, rounded to 337. The reorder point adds average demand during lead time (100 * 5 = 500), giving 837 units.