📦  Backorder Rate

Backorder Rate#

The share of orders that cannot be filled immediately from stock.

Important

✨ AI-generated content. This page was written with the assistance of an AI language model and is provided as a learning aid. Despite careful review, it may still contain mistakes, omissions, or out-of-date information. Whether you are new to the topic, a team lead, or a senior practitioner, treat it as a starting point rather than an authoritative reference: read it critically and independently verify anything you act on (code, commands, figures, and factual claims) against official documentation and primary sources before relying on it.

What it is#

Backorder Rate is a supply-chain KPI measuring the proportion of customer demand that cannot be filled immediately and must be placed on backorder — delayed fulfillment, not necessarily lost. A high rate points to frequent shortages and weak planning; a low one to efficient inventory and satisfied customers.

The formula#

It is computed by units or by orders,

\[\text{Backorder Rate} = \frac{\text{Backordered Units}}{\text{Total Units Ordered}} \times 100\%,\]

or, order-based, orders containing backordered items divided by total orders.

A worked example#

Of 1,000 units ordered in a month, 920 ship immediately and 80 are backordered, giving 80 / 1,000 = 8% of demand delayed.

Where it sits#

Backorder rate shapes customer experience, revenue (some backorders convert later, some cancel), forecasting accuracy and supply-chain health, and it falls with better forecasting (ARIMA, Prophet, LSTM), proper safety stock, reliable suppliers and ABC segmentation. In one full snapshot — 920 shipped, 50 backordered then filled, 30 cancelled — the fill rate is 92%, the backorder rate 5%, the stockout rate 3%, and those 30 cancellations become lost sales value.


Theme: Operations & Supply Chain  ·  All terminology



See also

Source article Adapted (context, re-expressed) in our own words from: Backorder Rate (insightful-data-lab.com).

Tags: purpose: reference topic: terminology level: intermediate