The primary use case is constructing a univariate forecast baseline for a single macro indicator. At the Federal Reserve Bank of Cleveland, ARIMA benchmarks for CPI components are generated monthly to detect whether multivariate models add genuine signal above the univariate floor. The ARIMA forecast serves as the null hypothesis: if a richer model cannot beat the ARIMA baseline in a pseudo-out-of-sample exercise, the added complexity is not justified. This role as a forecast benchmark makes ARIMA the most commonly estimated model in applied macroeconomic forecasting, even when it is not the final production forecast.
A secondary application is signal extraction and seasonal adjustment. The X-13ARIMA-SEATS program, maintained by the U.S. Census Bureau, fits a seasonal ARIMA model to decompose a series into trend, seasonal, and irregular components. This decomposition underpins the official seasonally adjusted figures published for GDP, employment, industrial production, and retail sales across most OECD countries. The ARIMA model inside X-13 is not a forecast tool in this context -- it is a signal-extraction filter that enables other forecasters to work with clean, deseasonalized data.
ARIMA hits a hard wall when the forecasting question involves multiple interacting variables. If the analyst cares about the joint dynamics of output, inflation, and interest rates, a univariate model for each series misses the cross-variable predictive information that a VAR would capture. ARIMA also cannot incorporate exogenous regressors in its pure form (ARIMAX extends it, but the extension is fragile and rarely preferred over a transfer function model or a small VAR). When the forecast horizon extends beyond 4-8 quarters, ARIMA forecasts converge rapidly to the unconditional mean of the differenced series, offering little value over a random walk with drift.
In real-time forecasting competitions -- the M3 and M4 competitions organized by Makridakis and colleagues -- simple ARIMA specifications routinely perform within a few percentage points of the best submissions across thousands of series. This resilience comes from the parsimony of the model: with typical macro series lengths of 100-300 observations, an ARIMA(1,1,1) has only 4 free parameters (two coefficients, a constant, and the innovation variance), leaving very little room for overfitting.