LineNow
Use CasesPartnersProcurementSuppliersResources
LoginBook a Demo
LineNow
  • Use Cases
  • Suppliers
  • Pricing
Login
Book a Demo
Line Now Logo
Procurement and supplier operations — simplified.Based in Seattle, WA

Products

  • Purchase order software
  • Purchase order tracking
  • Supplier management
  • Inventory replenishment
  • Procurement platform
  • Supplier catalogs
  • Pricing

Solutions

  • Restaurant purchasing
  • Manufacturing purchasing
  • Central purchasing
  • Dropshipping
  • Regulated purchasing
  • Supplier order intake
  • All purchasing use cases

Integrations

  • Shopify purchasing
  • Square purchasing
  • Lightspeed purchasing
  • QuickBooks Online
  • All integrations

Resources

  • Buying guides
  • Software comparisons
  • Buyer insights
  • All articles
  • Free purchasing tools
  • Free templates
  • Rollout checklist

Company

  • Why LineNow
  • Book a demo
  • Help Center
  • Contact
PrivacyTermsEditorial standards
© 2026 Line Now LLC
Home/Blog/Glossary/Demand Forecasting: Methods, Accuracy, and Why Measured Error Matters
GlossaryProcurement encyclopedia

Demand Forecasting: Methods, Accuracy, and Why Measured Error Matters

Compare forecast methods and errors, account for zero-demand periods and validate the result on a relevant planning horizon.

Jainul Vaghasia/Published May 25, 2026/Updated September 4, 2026/5 min read

Use the definition

Turn procurement terms into an operating system.

This reference page should help you understand the concept first. When the term affects purchasing execution, LineNow connects it to live POs, supplier replies, receiving, and accounting handoff.

Retail Replenishment, Complete: From Reorder Points to Reconciled CostsInventory replenishment

Contents

  1. Quick answers
  2. The formulas
  3. Forecast method selection by demand pattern
  4. Worked example
  5. Why most operators get forecasting wrong
  6. Apply this to a real purchasing record
  7. Related
Back to top

Demand forecasting is the process of predicting future demand for a product using historical sales data, trend analysis, and contextual factors — producing a quantitative estimate that drives every downstream procurement decision from order quantity to safety stock sizing.

Quick answers

What is demand forecasting? Demand forecasting uses historical sales patterns to predict how much of each item you will sell in a future period. The forecast feeds directly into reorder point calculations, safety stock sizing, and purchase order timing. Without a forecast, every order is a guess.

What methods work for SMBs? Two cover most cases. Simple moving average — average the last N periods of demand. Exponential smoothing — weight recent periods more heavily than older ones. Both are computable in a spreadsheet. The right method depends on the item's demand pattern, which is where SBC classification matters: smooth demand responds well to exponential smoothing; intermittent or lumpy demand requires bias-corrected methods like the Syntetos-Boylan Approximation.

How accurate does my forecast need to be? Exact prediction is impossible. What matters is measuring the error. Evaluate on held-out periods against a simple baseline. MAPE is undefined when actual demand is zero and can be unstable near zero, so it is often unsuitable for intermittent demand. Choose a compatible error measure and assess shortages and stock alongside it. See forecast accuracy evaluation.

What about seasonality? If your product has predictable demand cycles (holiday spikes, summer slowdowns), apply a seasonal index: multiply the baseline forecast by a ratio derived from the same period in prior years. Without seasonal adjustment, your forecast will systematically under-order before peaks and over-order before troughs.

Read before ordering

A dense operator briefing for teams that need sharper buying, cleaner supplier follow-up, and fewer expensive surprises.

The formulas

Simple moving average:

forecast = (D_1 + D_2 + ... + D_n) / n

where D_i is demand in period i and n is the number of periods (typically 4–12 weeks).

Exponential smoothing:

forecast_t = α × D_(t-1) + (1 − α) × forecast_(t-1)

where α (alpha) is the smoothing factor between 0 and 1. Higher α reacts faster to recent changes; lower α produces a more stable forecast. α = 0.2–0.3 is a standard starting point.

Forecast accuracy (MAPE):

MAPE = (1/n) × Σ |actual − forecast| / actual × 100

Forecast method selection by demand pattern

Demand patternCV²ADIRecommended method
Smooth≤ 0.49≤ 1.32Exponential smoothing or moving average
Intermittent≤ 0.49> 1.32Syntetos-Boylan Approximation
Erratic> 0.49≤ 1.32SBA or damped exponential smoothing
Lumpy> 0.49> 1.32SBA + manual operator review

Including zero-demand days is necessary when estimating average demand per calendar day. A moving average is not inherently biased upward or downward merely because demand is intermittent. SBA corrects a bias in Croston’s method, not a general bias in every average. Not sure which pattern your items follow? Run a few weeks of sales history through the free demand pattern classifier.

Worked example

A coffee shop sells cold brew concentrate. Weekly sales for the past 8 weeks: 24, 28, 32, 30, 26, 34, 38, 36.

4-week moving average: (26 + 34 + 38 + 36) / 4 = 33.5 units

Exponential smoothing (α = 0.3): Starting from week 5 forecast of 28.5:

  • Week 6: 0.3 × 26 + 0.7 × 28.5 = 27.75
  • Week 7: 0.3 × 34 + 0.7 × 27.75 = 29.625
  • Week 8: 0.3 × 38 + 0.7 × 29.625 = 32.1375
  • Week 9 forecast: 0.3 × 36 + 0.7 × 32.1375 = 33.29625 units, about 33.3

Both methods converge on ~33 units. But the exponential smoothing picked up the upward trend faster. The operator should also note that weeks 6–8 show an accelerating pattern — possibly seasonal (summer approaching). Comparing to the same period last year would confirm whether a seasonal adjustment is warranted.

Why most operators get forecasting wrong

Most SMBs do not forecast at all. They reorder what sold last time, which is a one-period moving average with no smoothing and no trend adjustment. This produces three predictable failures:

  1. No buffer for variability. Reordering last period's sales assumes next period will be identical. It won't be. You can compute historical demand standard deviation without a forecast, but it differs from forecast-error variation — and without σ, your safety stock formula has no input.
  2. Trend blindness. A product growing 5% per week will be systematically under-ordered every cycle if you reorder based on last week's sales. By the time you notice, you have accumulated weeks of stockouts.
  3. Seasonal whiplash. Operators who experienced a slow January will under-order for February, even if February has historically been stronger. Without at least one year of historical comparison, seasonal shifts are invisible until they hit.

The key insight: a forecast with measurable error is still more useful than no forecast. The error itself is the input to safety stock — it tells you how much buffer you need. No forecast means no error measurement, which means safety stock is set by gut feel.

Apply this to a real purchasing record

LineNow's purchasing workflow connects purchase orders, supplier replies, receiving and accounting handoff. In a demonstration, inspect the history window, sparse-data fallback, forecast inputs, manual overrides and the resulting purchase recommendation.

Use the result to agree the fields, decision owner and exception process. A linked purchasing record supplies evidence for this analysis; it does not by itself prove a particular dashboard, financial outcome or automatic approval policy.

Related

  • Procurement Software for SMBs
  • Purchase Order Software
  • Supplier Management Software
  • Syntetos-Boylan Approximation (SBA): Bias-Corrected Intermittent Demand Forecast
  • Coefficient of Variation (CV²): Demand Volatility Explained
  • Safety Stock: How to Size It Statistically
  • Reorder Point (ROP) Formula: How to Calculate with Example

Want every SKU forecast with the right method automatically? Book a demo to start your 90-day free trial.

demand forecastingdemand forecasting methodsdemand forecasting formulainventory demand forecastsales forecasting inventorydemand planning SMB

Written by Jainul Vaghasia

Jainul Vaghasia builds LineNow, the purchasing and inventory platform for SMBs. He writes from operator interviews, customer implementations, and the live purchasing workflows LineNow runs for restaurants, retailers, and ecommerce brands.

Editorial standards and corrections

Recommended next

Continue with a relevant guide or purchasing workflow.

Explore the buying process, compare software, or see how a customer handles similar supplier work.

Retail Replenishment, Complete: From Reorder Points to Reconciled CostsConnect reorder policies, packs, supplier communication, physical receiving and cost review with current platform-specific guides and tools.Best Inventory Replenishment Software: Compare Planning and ExecutionCompare replenishment tools for retail, restaurants, stockrooms and manufacturing, with a worked order calculation and a repeatable forecast-and-receipt trial.Inventory replenishmentReview demand, supplier packs and outstanding orders before buying more stock.PricingCheck the trial, business-unit pricing and what is included.
Share on X