A base-stock policy is an inventory management strategy designed for high-value, slow-moving items where demand occurs one unit at a time. Unlike batch-ordering systems such as the Economic Order Quantity (EOQ) model, this policy triggers an immediate one-for-one replenishment order upon each demand event. The goal is to keep the inventory position—the sum of on-hand stock and outstanding orders minus backorders—perpetually equal to a predetermined order-up-to level, effectively eliminating the concept of a reorder point by making every unit withdrawal a reorder trigger.
Glossary
Base-Stock Policy

What is Base-Stock Policy?
A base-stock policy is a continuous-review inventory control system where a replenishment order is placed for one unit immediately every time a demand occurs, maintaining the inventory position at a constant target level known as the base-stock level.
This policy is mathematically optimal for items with negligible fixed ordering costs, as it minimizes holding costs while ensuring a target fill rate or cycle service level. The base-stock level is calculated based on the demand distribution during the replenishment lead time plus a safety factor for variability. It is a foundational concept within Multi-Echelon Inventory Optimization (MEIO), where the base-stock level at a downstream node directly influences the derived demand signal transmitted upstream, helping to mitigate the Bullwhip Effect through consistent, non-batched ordering.
Key Characteristics of Base-Stock Policies
The base-stock policy is a continuous-review inventory model where a replenishment order is triggered by every unit of demand, maintaining a constant inventory position. It is the optimal control mechanism for high-cost, slow-moving items where ordering costs are negligible compared to holding and stockout costs.
One-for-One Replenishment Logic
The defining mechanism of a base-stock policy is the one-for-one replenishment rule. Every time a demand event occurs and a unit is consumed, a replenishment order for exactly one unit is immediately placed with the upstream supplier. This creates a direct, unbroken link between consumption and replenishment.
- Trigger: Each individual demand unit, not a reorder point threshold.
- Order Quantity: Always exactly one unit.
- Result: Inventory position remains constant at the base-stock level R.
- Contrast: Unlike (Q,R) policies, there is no batch ordering; unlike periodic review, there is no fixed review interval.
Inventory Position Invariance
Under a pure base-stock policy, the inventory position—defined as on-hand inventory plus units on order minus backorders—is perpetually fixed at the base-stock level R. This invariance is the policy's central mathematical property and simplifies analysis significantly.
- On-hand stock fluctuates with demand.
- Pipeline stock fluctuates inversely to on-hand stock.
- Inventory position = On-hand + On-order - Backorders = R (constant).
- This property holds only when orders are placed immediately upon each demand unit.
Optimal for Slow-Moving, High-Value Items
The base-stock policy is the mathematically optimal control policy for items with Poisson or compound Poisson demand patterns, particularly when the cost of placing an order is negligible relative to holding and shortage costs.
- Ideal candidates: Expensive spare parts, aircraft components, specialized medical devices, high-end electronics.
- Why optimal: Eliminates batch-ordering inefficiencies; you never hold more inventory than the target R.
- Key assumption: Fixed ordering cost K ≈ 0. If K is significant, an (s,S) or (Q,R) policy may be superior.
- Service level: The base-stock level R directly determines the probability of no stockout during the replenishment lead time.
Base-Stock Level Calculation
The optimal base-stock level R* is calculated by balancing the marginal cost of holding an additional unit against the marginal benefit of avoiding a stockout. For a Poisson demand process with rate λ and lead time L:
- Lead time demand is Poisson distributed with mean λL.
- R* is the smallest integer such that: P(Demand during L ≤ R) ≥ Critical Ratio.
- Critical Ratio = p / (p + h), where p is the unit shortage cost and h is the unit holding cost per lead time.
- This is a newsvendor-style critical fractile solution applied to the lead time demand distribution.
Continuous Review vs. Periodic Adaptation
The classic base-stock policy assumes continuous review—every demand is observed instantly. In practice, many systems operate with periodic review intervals, leading to the (R,S) policy variant.
- Continuous review (Base-Stock): Order placed immediately upon each demand; inventory position always equals R.
- Periodic review (Order-Up-To): At fixed intervals, order enough to raise inventory position back to S. Inventory position drops between reviews.
- Key difference: Periodic review requires higher safety stock to cover the review period plus lead time.
- Hybrid approach: Modern demand sensing with real-time POS data enables near-continuous review even in traditionally periodic environments.
Base-Stock Policy vs. (s, Q) Policy
Structural and operational differences between the two primary continuous-review inventory control policies for stochastic demand.
| Feature | Base-Stock Policy | (s, Q) Policy |
|---|---|---|
Order Trigger | Every demand occurrence | Inventory position hits reorder point s |
Order Quantity | One unit per demand | Fixed batch quantity Q |
Inventory Position After Order | Always returns to base-stock level S | Rises by Q, may not reach S |
Review Type | Continuous | Continuous |
Optimal For | High-value, slow-moving items | Fast-moving items with economies of scale |
Ordering Cost Assumption | Negligible or zero fixed cost per order | Significant fixed cost K per order |
Mathematical Relationship | Special case of (s, Q) where Q=1 and s=S-1 | General case with arbitrary Q |
Typical Application | Aircraft spare parts, luxury goods | Consumer packaged goods, industrial supplies |
Frequently Asked Questions
Clear, technical answers to the most common questions about base-stock inventory control policies, their mechanics, and their application in modern supply chains.
A base-stock policy is an inventory control system where a replenishment order is placed for exactly one unit every time a demand occurs, maintaining the inventory position (on-hand stock plus on-order minus backorders) at a constant target level called the base-stock level. Unlike batch-ordering policies such as the Economic Order Quantity (EOQ), this is a continuous-review, one-for-one replenishment strategy. When a customer demand depletes one unit, an immediate replenishment order is triggered to replace that specific unit. The policy is mathematically elegant: the base-stock level S is calculated as the expected demand during the replenishment lead time plus a safety stock component to achieve the desired cycle service level. This means the system perpetually has S units either physically in stock or in the pipeline, creating a constant inventory position that simplifies analysis and optimization in multi-echelon inventory optimization (MEIO) networks.
Enabling Efficiency, Speed & Accuracy
Intelligent Analysis, Decision & Execution
We build AI systems for teams that need search across company data, workflow automation across tools, or AI features inside products and internal software.
Talk to Us
Search across company data
Give teams answers from docs, tickets, runbooks, and product data with sources and permissions.
Useful when people spend too long searching or get different answers from different systems.

Automate internal workflows
Use AI to route work, draft outputs, trigger actions, and keep approvals and logs in place.
Useful when repetitive work moves across multiple tools and teams.

Add AI to products and internal tools
Build assistants, guided actions, or decision support into the software your team or customers already use.
Useful when AI needs to be part of the product, not a separate tool.
Related Terms
The base-stock policy is a foundational continuous-review model. Its application is deeply connected to the calculation of safety stock, the dynamics of multi-echelon networks, and the trade-offs between service levels and holding costs.
Reorder Point (ROP)
The inventory level that triggers a replenishment order. In a base-stock policy, the reorder point is effectively equal to the base-stock level minus one unit, since an order is placed immediately upon each demand. The ROP is calculated as:
- ROP = (d × LT) + SS
- Where d is average demand per period, LT is lead time, and SS is safety stock.
- For a pure base-stock system with unit demands, the ROP is a dynamic threshold that maintains the inventory position exactly at the base-stock level.
Order-Up-To Level
The maximum inventory position target used in periodic review systems. While a base-stock policy operates continuously, an order-up-to (OUT) policy reviews inventory at fixed intervals and places an order to raise the position back to the target.
- Base-stock is a special case of an order-up-to policy where the review period is instantaneous (continuous review).
- In practice, the OUT level equals: d × (R + LT) + SS, where R is the review interval.
- The key distinction: base-stock triggers orders per demand; OUT triggers orders per calendar interval.
Safety Stock Optimization
The algorithmic calculation of buffer inventory required to absorb variability. In a base-stock policy, the base-stock level itself is the sum of expected lead-time demand plus safety stock:
- S = d × LT + z × σ × √LT
- Where z is the safety factor derived from the target service level, and σ is the standard deviation of demand.
- For high-value, slow-moving items governed by base-stock policies, safety stock is often calculated using a Poisson distribution rather than a normal distribution to accurately model discrete, low-volume demand patterns.
Multi-Echelon Inventory Optimization (MEIO)
A holistic methodology that simultaneously optimizes stock levels across all supply chain nodes. A base-stock policy at a single echelon ignores upstream constraints, but MEIO models the network effect:
- A stockout at a warehouse delays replenishment to retail stores, dynamically increasing their effective lead time.
- Guaranteed Service Models (GSM) assume deterministic service times and place safety stock at strategic echelons.
- Stochastic Service Models (SSM) propagate real-time variability, requiring higher base-stock levels at downstream nodes when upstream service is unreliable.
- MEIO prevents the Bullwhip Effect by coordinating base-stock targets across the entire network.
Fill Rate vs. Cycle Service Level
Two distinct metrics that govern base-stock level calculation. Choosing the wrong metric leads to significant overstocking or understocking:
- Cycle Service Level (CSL): The probability of no stockout during a replenishment cycle. A 95% CSL means 5% of cycles experience a shortage, regardless of magnitude.
- Fill Rate (FR): The fraction of total demand units immediately fulfilled from stock. A 95% fill rate means 5% of units are backordered.
- For slow-moving items with a base-stock policy, fill rate is the more economically meaningful target, as CSL can be misleading when the number of demand events per cycle is very low.
Demand Sensing
The application of machine learning to short-term, high-frequency data signals to refine near-term forecasts. For base-stock policies governing slow-moving items, demand sensing improves the accuracy of the demand rate parameter (d):
- Traditional time-series models struggle with intermittent demand patterns.
- Croston's method and its variants decompose demand into size and interval components, providing a more stable estimate for base-stock calculation.
- Advanced techniques use Poisson and negative binomial distributions to model the discrete, sporadic nature of slow-moving demand, directly feeding the base-stock formula with a more accurate probability distribution.

About the author
Prasad Kumkar
CEO & MD, Inference Systems
Prasad Kumkar is the CEO & MD of Inference Systems and writes about AI systems architecture, LLM infrastructure, model serving, evaluation, and production deployment. Over 5+ years, he has worked across computer vision models, L5 autonomous vehicle systems, and LLM research, with a focus on taking complex AI ideas into real-world engineering systems.
His work and writing cover AI systems, large language models, AI agents, multimodal systems, autonomous systems, inference optimization, RAG, evaluation, and production AI engineering.
Partnered with leading AI, data, and software stack.
How We Work
Custom AI workflows for your Business
One-fit-all AI don't work for modern businesses. At Inferensys, we aim to understand your business & custom requirements; which we use to define most efficient agentic workflows, the data, and the tools for your business.
01
Review the use case
We understand the task, the users, and where AI can actually help.
Read more02
Pick the right approach
We define what needs search, automation, or product integration.
Read more03
Build the first useful version
We implement the part that proves the value first.
Read more04
Improve from there
We add the checks and visibility needed to keep it useful.
Read moreThe first call is a practical review of your use case and the right next step.
Talk to Us