Free tool · No signup · Runs in your browser

Holt-Winters forecasting calculator

Waqas RafiqueDr Waqas Rafique · Founder & CTO
· About

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.

Browser-only — privacy-friendly 80%/95% confidence bands CSV download Auto-tuned α, β, γ

1Your time series

Tip: copy a column from Excel or Google Sheets and paste here. Headers and non-numeric rows are auto-skipped.

2Frequency & horizon

For monthly data with seasonality, you need at least 2× the seasonal period (24 months) for a stable fit. Less than that and the calculator falls back to non-seasonal Holt's method.
📈

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

Limits of this calculator

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.

Frequently asked questions

Is the forecasting calculator really free?
Yes — completely free, no signup, runs entirely in your browser. Your data never leaves the tab.
What method does the calculator use?
Holt-Winters triple exponential smoothing with auto-tuned parameters via grid search. The same method finance and ops teams have used for forecasting since the 1960s, but tuned automatically rather than by hand.
How accurate are the forecasts?
On monthly data with 24+ historical points and stable trend/seasonality, MAPE of 5-15% is typical. The 95% confidence bands give you the realistic accuracy range for your specific data.
Can I export the forecast?
Yes — CSV download of the forecast values + confidence bands. Paste back into Excel for further work.
What if my data has fewer than 24 points?
The calculator falls back to non-seasonal Holt smoothing for shorter series. Confidence bands will be wider — that's just an honest representation of how much less the forecast can know.