Glossary
Seasonality
A regular, predictable pattern in data that repeats at a fixed calendar interval, such as daily, weekly, or annually.
Seasonality is a pattern in a time series that recurs at a fixed, known interval: retail sales spiking every December, website traffic dipping every weekend, or call center volume peaking every morning. Unlike a general trend, which moves gradually in one direction, seasonality is cyclical and repeats at the same points in each cycle.
Analysts identify and remove seasonality through seasonal decomposition, which splits a series into trend, seasonal, and residual components, so the underlying direction of a metric can be judged without the recurring cycle masking it. A related but distinct concept is a business cycle or multi-year cycle, which repeats over a longer, less fixed period and is not usually called seasonality.
Seasonality matters because comparing raw values across a seasonal cycle without adjusting for it produces misleading conclusions, comparing December sales to November sales looks like explosive growth even in a flat year, simply because of the holiday season. time series forecasting and demand forecasting models explicitly account for seasonal components to avoid this. The common pitfall is mistaking a seasonal spike for a genuine outlier or a real shift in behavior, or conversely, assuming a pattern is seasonal without enough historical cycles to confirm it repeats reliably.
Last reviewed September 22, 2026