Expected Stockout Cost
Putting a number on running out
Stockouts feel like a binary disaster -- you either run out or you don't. But a stockout is really a gamble with a measurable expected cost. Multiply how often it happens by how many units you miss and what each one costs, and the "rare" outage becomes a number you can weigh against the cost of holding more buffer.
A price tag on empty shelves
A buyer who only asks "did we stock out?" is working with a coin flip. The more useful question is how much is a stockout expected to cost us, because that is what buffer stock has to earn back. Expected stockout cost turns the risk into a dollar figure. In each replenishment cycle it is the product of three things: P, the probability a stockout happens in that cycle; U, the expected number of units you come up short when it does; and Cs, the shortage cost per unit short (lost margin, rush freight, goodwill). That per-cycle cost then repeats with every cycle in the year.
Reading the formula
Take an item with a 10% chance of stocking out in any replenishment cycle (P = 0.10), where a stockout leaves about 20 units short on average (U = 20), each missed unit costing $15 (Cs = $15/unit), replenished 12 times a year (N = 12). The per-cycle expected cost is P × U × Cs = 0.10 × 20 × 15 = $30. Across 12 cycles a year that becomes 30 × 12 = $360/year. Notice each factor pulls independently: halving the stockout probability to 5% would cut the annual cost to $180, while doubling the units short to 40 would roughly double it to $720.
The discipline is to compute the per-cycle cost first -- P × U × Cs -- and only then scale by the number of cycles N. The per-cycle number is what a single replenishment decision exposes you to; the annual number is what shows up in a budget. Separating them keeps the two ideas distinct: reducing exposure per cycle (safer ordering, better forecasts) versus reducing how often the exposure repeats (fewer, larger cycles) are different levers with different costs.
- 1. Per-cycle cost = P × U × Cs = 0.10 × 20 × 15 = $30.
- 2. Annual cost = per-cycle cost × N = 30 × 12 = $360/year.
💡 Hint
- 1. Per-cycle cost = P × U × Cs = 0.05 × 40 × 10 = $20.
- 2. Annual cost = 20 × 6 = $120/year.
Check your understanding
- Expected per-cycle stockout cost = P × U × Cs (probability × units short × per-unit shortage cost).
- Expected annual stockout cost = P × U × Cs × N, where N is replenishment cycles per year.
- P, U, Cs, and N are four independent levers -- each one you cut lowers the expected cost.