Holt-Winters forecasting calculator
Paste a column of numbers, get a forecast with 80% and 95% confidence bands. The maths is real Holt-Winters exponential smoothing — trend + seasonal + residual decomposition with auto-tuned smoothing parameters. Your data never leaves your browser: everything runs as JavaScript on this page.
1Your time series
2Frequency & horizon
Ready when you are
Paste a column of monthly numbers, pick seasonality and horizon, and click Forecast. Or hit Load sample to see how it works on a real series.
What is Holt-Winters forecasting?
Holt-Winters is a time-series forecasting method that decomposes a series into level, trend and seasonal components, smooths each with exponential weights, and projects them forward. It's been the workhorse of business forecasting since the 1960s — well-understood, robust, and accurate enough for most planning decisions without requiring a statistician on the team.
How this calculator works
- Level smoothing (α): how reactive the model is to recent observations.
- Trend smoothing (β): how the slope updates as new data arrives.
- Seasonal smoothing (γ): how seasonal patterns adapt over time.
- Parameters are auto-tuned by minimising one-step-ahead error (SSE) on your historical data using a coordinate-descent search.
- For long horizons, a damped trend (φ) prevents trend extrapolation from running away.
- Confidence bands come from the residual variance and the forecast horizon — they widen as you forecast further out.
Limits of this calculator
- Pure browser implementation — keeps your data private but capped at ~5,000 observations for performance.
- Single time series only — no multi-series cross-effects.
- No exogenous variables (X-13, ARIMA-X, regression terms not supported).
- For more flexibility, use the full DataHub Pro platform: read the method page or start a free trial.
When Holt-Winters is the wrong model
If your time series has a structural break (a pivot, a major customer loss, a regulatory change, a pandemic-style shock), Holt-Winters will keep extrapolating the old pattern. For these cases, segment the data into pre-break and post-break and forecast each separately. Or use a more flexible model like Prophet or ARIMA-X with intervention dummies — both available on the full DataHub Pro platform.
How accurate is this?
For typical business time series with clear seasonality, Holt-Winters produces forecasts with MAPE in the 5-15% range — accurate enough for most planning decisions. The "In-sample MAPE" stat at the top of the results tells you how the model would have done one period ahead on your historical data. If it's above 20%, your data may have structural breaks or non-Gaussian behaviour that a different model would handle better.
Is this really free? What's the catch?
Genuinely free, no signup, no usage cap. The catch is honest: we built this calculator as a sample of what DataHub Pro does at scale. If you want the same forecasting on a real spreadsheet — with charts, what-if sliders, anomaly detection, RFM segmentation, and a one-click branded Word/PowerPoint report — the full platform is from $14.99/mo with a 14-day full-access free trial. Read more about the platform's forecasting.
Need this on your own data with one click?
Drop in any spreadsheet — get this forecast plus 50 other analyses, AI insights, and an editable Word/PowerPoint report. Two minutes from upload to deliverable.
