Tested tool guide
Tested browser tools
Checked August 16, 2026
What Reorder Point Calculator does, with a checked example
The reorder point is the stock level at which you place the next purchase order, and it exists for one reason: to cover everything you will sell during the supplier's lead time. This tool takes average daily demand, lead time, and demand variability, converts your target service level into a z-score, and combines lead-time demand plus safety stock into a single trigger level. The most common mistake is treating the result as the quantity to order; it is a when, not a how much. A close second is mixing units, such as daily demand with a lead time in weeks.
Worked example
A concrete input and expected output from the current implementation.
Input
Average daily demand: 50 units. Lead time: 7 days. Standard deviation of daily demand: 10 units. Service level: 95%.
->
Expected output
Lead time demand: 350 units. Safety stock: 43.5 units. Reorder point: 393.5 units, rounded up to 394 units. Place the next order whenever on-hand stock reaches 394 units or fewer.
Lead time demand is 50 x 7 = 350. Safety stock is the 95% z-score (1.645) times the standard deviation (10) times the square root of the lead time (about 2.646), which is 43.52. The reorder point is 350 + 43.52 = 393.52, rounded up to 394 because stock is counted in whole units.