Intermittent demand is a time series pattern where non-zero demand events occur rarely and at irregular intervals, with the majority of historical periods recording zero demand. This pattern is typical for long-tail retail items, capital goods, and service parts where failure or purchase is unpredictable. The primary statistical challenge is that the data exhibits both variability in demand size and variability in the inter-arrival time between demands, rendering standard exponential smoothing models ineffective.
Glossary
Intermittent Demand

What is Intermittent Demand?
Intermittent demand is a demand pattern characterized by sporadic, unpredictable demand occurrences interspersed with many periods of zero demand, making it statistically distinct from fast-moving consumer goods.
Specialized forecasting methods like Croston's method are required to handle intermittent demand, as they decouple the estimation of demand frequency from demand magnitude. Applying standard models to this pattern introduces significant forecast bias, as the algorithm incorrectly interprets long sequences of zero demand as a trend toward zero. Accurate intermittent demand prediction is critical for optimizing safety stock levels in spare parts logistics and high-value aftermarket supply chains.
Key Characteristics of Intermittent Demand
Intermittent demand is defined by irregular demand occurrences separated by periods of zero demand. Understanding its unique statistical properties is critical for selecting appropriate forecasting models and inventory policies.
Sporadic Occurrence & Zero-Inflation
The defining feature is a time series with a high frequency of zero-demand periods. Unlike slow-moving items that sell consistently at low volumes, intermittent items have no demand at all during many observation intervals. This zero-inflation violates the assumptions of standard Gaussian models, requiring specialized discrete probability distributions like the Poisson or Negative Binomial to accurately model the demand generation process.
Highly Variable Demand Size
When demand does occur, the transaction size is often erratic and non-normal. A single order might be for 1 unit or 100 units. This high coefficient of variation makes point forecasts unreliable. Effective modeling requires separately forecasting the demand interval (time between occurrences) and the demand magnitude (size of the order), a principle central to methods like Croston's Method.
Lumpy Demand Patterns
A specific subset of intermittent demand where both the demand interval and the demand magnitude exhibit high variability. Lumpy demand is characterized by infrequent transactions with a large variance in order size. This pattern is common in capital goods and high-value spare parts. Forecasting lumpy demand is exceptionally difficult, as historical averages are skewed by rare, large transactions.
Autocorrelation Challenges
Classical forecasting models rely on identifying autocorrelation in a time series. However, the long stretches of zeros in intermittent demand data destroy the serial correlation structure. The demand signal is often too weak to identify meaningful patterns like seasonality or trend using standard Autocorrelation Function (ACF) plots, forcing reliance on purely statistical smoothing methods rather than pattern-recognition algorithms.
Inventory Policy Implications
Standard Economic Order Quantity (EOQ) models fail under intermittent demand because they assume continuous, deterministic depletion. Instead, inventory control relies on base-stock policies or (s, Q) systems. The primary goal shifts from optimizing order quantity to setting the correct reorder point (s) to achieve a target service level, often using a compound Poisson process to model the demand distribution.
Forecast Accuracy Measurement
Standard accuracy metrics like Mean Absolute Percentage Error (MAPE) are undefined or infinite when actual demand is zero. This necessitates alternative evaluation approaches. Periods in Stock (PIS) or Mean Absolute Scaled Error (MASE) are preferred. Ultimately, the model's value is judged by its inventory efficiency—achieving the target service level with the minimum possible safety stock investment.
Frequently Asked Questions
Clear, technical answers to the most common questions about forecasting sporadic demand patterns, where periods of zero activity are interspersed with actual demand occurrences.
Intermittent demand is a specific demand pattern characterized by sporadic, non-zero demand occurrences separated by many periods of zero demand, creating a highly irregular time series. Unlike fast-moving consumer goods that exhibit continuous demand with predictable variation, intermittent demand is defined by two stochastic components: the demand interval (the time between non-zero demand periods) and the demand size (the magnitude when demand does occur). This pattern is prevalent in long-tail retail inventory, spare parts management, capital equipment, and service parts logistics. Standard forecasting methods like exponential smoothing fail on intermittent data because they are biased by the high proportion of zero values, leading to over-forecasting and excess inventory. The defining mathematical challenge is that the coefficient of variation of demand intervals often exceeds 1.0, making the data extremely difficult to model with conventional time series techniques.
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
Mastering intermittent demand requires a specialized toolkit. These related concepts form the core methodology for forecasting and managing sporadic, lumpy demand patterns in long-tail inventory.
Croston's Method
The foundational statistical model built specifically for intermittent demand. Instead of a single forecast, it decomposes the problem into two separate exponential smoothing estimates: one for the demand interval (time between non-zero periods) and one for the demand size (magnitude when it occurs). This prevents the forecast from being biased downward by long sequences of zero values, a critical flaw of standard methods like simple exponential smoothing when applied to spare parts.
Demand Classification (Syntetos/Boylan)
Not all intermittent demand is equal. The Syntetos-Boylan classification scheme segments items by the squared coefficient of variation of demand size and the average inter-demand interval. This creates four quadrants:
- Erratic: High variability in size, frequent demand.
- Lumpy: High variability in size, infrequent demand.
- Smooth: Low variability, frequent demand.
- Intermittent: Low variability, infrequent demand. Selecting the right forecasting model depends entirely on this categorization.
Safety Stock Optimization
For intermittent items, traditional safety stock formulas based on a normal distribution of demand fail catastrophically. Instead, inventory planners must use compound distributions (e.g., Poisson distribution for demand arrivals combined with a Gamma distribution for demand size) or bootstrapping methods on historical demand intervals. The goal is to calculate a reorder point that achieves a target cycle service level without holding excessive capital in slow-moving stock.
Probabilistic Forecasting
A point forecast is nearly useless for a sporadic SKU. Probabilistic forecasting outputs a full predictive distribution, allowing a supply chain director to make a risk-aware decision. For example, the model might predict a 60% chance of zero demand next month, a 30% chance of 1-5 units, and a 10% chance of a 15-unit spike. This distribution is evaluated using proper scoring rules like the Continuous Ranked Probability Score (CRPS) rather than traditional metrics like MAPE.
DeepAR
A modern deep learning approach that excels at intermittent demand by modeling it as a negative binomial likelihood within an autoregressive recurrent neural network. DeepAR learns a global model across thousands of related time series, allowing it to borrow statistical strength from similar items. This is particularly effective for cold-start items where a new spare part has no history, but the model can infer its pattern from items with similar attributes like category, price, or supplier lead time.
Bullwhip Effect
Intermittent demand at the retail level is a primary trigger for the bullwhip effect. A single, lumpy order from an end customer can be misinterpreted upstream as a permanent shift in demand. Without recognizing the intermittent nature of the signal, each tier of the supply chain (retailer, wholesaler, manufacturer) amplifies the order variability, leading to excess inventory, costly production ramps, and subsequent obsolescence. Proper classification dampens this distortion.

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