Stockout Rate
1) Meaning
Stockout Rate is a supply chain and inventory management metric that measures how often items are out of stock when there is customer demand. In other words, it tells you the percentage of demand that could not be fulfilled because the product wasn’t available.
It reflects service level performance:
- A high stockout rate → customers frequently face unavailability, leading to lost sales and dissatisfaction.
- A low stockout rate → inventory is managed well, products are available when customers want them.
2) Formula
There are two common ways to calculate it:
- Based on demand (most common):
$\text{Stockout Rate} = \frac{\text{Unfulfilled Units (due to stockouts)}}{\text{Total Demand}} \times 100\%$
- Based on orders:
$\text{Stockout Rate} = \frac{\text{Orders with at least one stockout}}{\text{Total Orders}} \times 100\%$
3) Example
- Suppose demand for a product in one month = 1,000 units.
- Inventory only covered 950 units.
- 50 units went unfilled due to stockouts.
$\text{Stockout Rate} = \frac{50}{1000} \times 100\% = 5\%$
Meaning: 5% of demand was lost because of stockouts.
4) Why it matters
- Customer satisfaction: frequent stockouts push customers to competitors.
- Revenue: lost sales directly reduce revenue.
- Forecast accuracy: a high rate may signal poor demand forecasting.
- Inventory management: helps balance service level vs. holding cost.
5) How to reduce stockout rate
- Better demand forecasting (use ML/time-series models like ARIMA, Prophet, LSTM).
- Safety stock: keep buffer inventory.
- Vendor lead time reduction: shorten reorder cycle.
- Multi-location inventory: position stock closer to demand centers.
- Real-time tracking: use ERP or inventory management systems.
Bottom line:
Stockout Rate quantifies how often customer demand goes unmet due to lack of inventory. It’s a critical KPI for supply chain performance — too high means poor availability, too low may mean excess inventory.
