Expected Volatility
A number somebody predicted, forever mistaken for a number the market priced.
Quick answer: Expected volatility is a forecast of how much an asset will move over a future period, produced by a statistical model from the return history — which makes it somebody's prediction, not the market's price, and that distinction is the whole point.
In simple words
Expected volatility answers the question "how much do I think NIFTY will move over the next month?" with a number you compute rather than a number you read off a screen. You take the recent daily returns — say NIFTY has been moving about 0.8% a day — and you build a model that turns that history into a forecast for the future. If the model says 0.8% a day will continue, it scales that up to roughly 12.7% a year. That 12.7% is an expected volatility: it is a forecast, and like every forecast it can be wrong.
The word "expected" is doing quiet, dangerous work here. Expected volatility is what a forecasting model expects. Implied volatility is what the option market charges. They are usually close, they are labelled with the same percentage sign, and they are constantly swapped for one another in conversation — which is precisely why so many people believe that "implied volatility predicts the move". It does not predict anything. A forecast predicts. A price is just a price.
A forecast against the outcome it was forecasting
Biased high in the calm, catastrophically low at the shock
An EWMA forecast of NIFTY volatility plotted against the volatility that subsequently arrived.
Professional explanation
Expected volatility is a forecast, and every forecast has a model behind it
There is no such thing as "the" expected volatility, only the volatility expected by a particular model fed a particular history. The two workhorses are EWMA and GARCH. EWMA — the exponentially weighted moving average, standardised by RiskMetrics with a decay of 0.94 — treats tomorrow's variance as a blend of today's variance and today's squared return, weighting recent days more heavily than old ones. GARCH adds one idea EWMA lacks: a long-run average volatility that the forecast is pulled back toward, so that a spike decays not to nothing but to a normal level. Both are backward-looking machines. They can only extrapolate the movement that has already happened, dressed up as a statement about movement that has not.
Why implied volatility usually beats the statistical forecast
Run a fair contest — forecast next month's realised volatility with GARCH, and separately read it off the option market's implied volatility — and across almost every liquid market the implied number wins on average. This is not because option traders own a better time-series model. It is because the option price contains information that is simply not in the return history: a scheduled RBI policy meeting next week, a Union Budget, an election count, a build-up of hedging demand that nobody has yet had to act on. A GARCH model fitted to past returns is blind to a known future event until the event moves the returns. The option market prices it the moment the date is known. That informational edge, not statistical sophistication, is why implied volatility is the forecast to beat.
The forecast fails hardest exactly where it matters
The uncomfortable truth about every volatility forecast is that its errors are not evenly distributed. In calm markets a model like EWMA is slightly too high, over and over, because it is still carrying a memory of the last disturbance while the market drifts quietly — a small, comfortable, profitable-looking bias. Then a regime changes: a bank blows up, a currency gaps, a policy surprises, and realised volatility triples in a single session. At that exact moment the forecast is at its lowest and its most confident, because it was built from the quiet days immediately preceding. The forecast is most wrong precisely when being wrong costs the most. A volatility model is an umbrella that works on every day except the one it rains.
Volatility clusters, which is the only reason forecasting works at all
If returns were independent from one day to the next, yesterday's move would tell you nothing about today's and no forecast could beat the long-run average. The reason EWMA and GARCH earn their keep is that volatility clusters: large moves are followed by large moves and quiet by quiet, a property visible in every equity index ever measured. GARCH formalises this as mean-reverting variance — high volatility decays back toward a long-run level at a measurable speed, low volatility drifts back up. This is genuinely useful and genuinely limited. Clustering tells you that a turbulent week will probably be followed by a turbulent day. It says nothing about the jump that starts the turbulence, because that jump is, by definition, not in yesterday's data.
How the forecast is actually used, and mis-used
An expected volatility is an input, not a conclusion. Risk managers feed it into value-at-risk and margin models; option traders compare it against implied volatility to decide whether options look rich or cheap; portfolio managers scale position sizes so that expected risk stays roughly constant as volatility changes. The recurring error is to treat the forecast as if it were a fact and then lever against it. A model that has been quietly right for two years builds exactly the confidence that makes the eventual miss expensive, because that confidence is what let the position grow large. The forecast is most trusted at the moment before it is most wrong.
Formula
EWMA — the RiskMetrics variance forecast
σ²_t = λ·σ²_{t−1} + (1 − λ)·r²_{t−1}, λ ≈ 0.94
Tomorrow's variance forecast is a weighted blend of today's variance forecast and today's squared return. The decay λ controls memory: at 0.94 (the RiskMetrics daily standard) a day's influence halves roughly every eleven days. EWMA has no long-run average built in, so a spike decays toward the prevailing level rather than toward a normal one — which is exactly the feature GARCH adds.
- σ²_tThe variance forecast for day t — the quantity being produced. Its square root, annualised by multiplying by √252, is the expected volatility.
- σ²_{t−1}The previous day's variance forecast, carried forward. This is what gives EWMA its memory.
- r²_{t−1}The previous day's squared return (log return of the underlying), the newest piece of information entering the forecast.
- λThe decay factor, between 0 and 1. RiskMetrics fixes it at 0.94 for daily data; a higher λ means a longer, smoother memory and a slower reaction to new moves.
GARCH(1,1) — variance with a long-run anchor
σ²_t = ω + α·r²_{t−1} + β·σ²_{t−1}
GARCH(1,1) adds a constant ω so the forecast mean-reverts to a long-run variance of ω / (1 − α − β) rather than drifting. EWMA is the special case ω = 0, α = 1 − λ, β = λ with α + β = 1. The persistence α + β, usually near 0.95 for an equity index, sets how slowly a volatility spike decays; the symbols α and β are the weights on the newest squared return and the previous variance respectively.
How to build an EWMA volatility forecast, step by step
- Collect a clean series of daily closing prices for the underlying — NIFTY, say — and convert them to daily log returns: r = ln(price today ÷ price yesterday).
- Seed the recursion. Take a simple variance of the first stretch of returns (say the first 30 days) as your starting σ² so the model has somewhere to begin.
- Fix the decay. Use λ = 0.94 for a daily forecast unless you have a specific reason to change it; a longer horizon uses a higher λ.
- Step forward one day at a time: σ²_t = 0.94 × σ²_{t−1} + 0.06 × r²_{t−1}. Each new day updates the forecast with that day's squared return.
- Take the square root of the final σ² to get a daily volatility, then annualise it by multiplying by √252 — the number of trading days in a year.
- Sanity-check the result against implied volatility and India VIX. If your forecast is 12% and the option market is charging 14%, that two-point gap is the volatility risk premium, not necessarily a mistake by either side.
- Never report the forecast without its horizon and its model. "12.7%, EWMA λ=0.94, one-month annualised" is a number. "12.7%" alone is an invitation to confuse it with an implied volatility.
Practical example
NIFTY worked example
NIFTY is at 24,000 and your EWMA forecast currently stands at 12% annualised, which is a daily volatility of 12% ÷ √252 ≈ 0.756%, so σ²_{t−1} ≈ 0.00756² ≈ 0.0000572. Today NIFTY falls 1.5% on an unexpected headline, so r = 0.015 and r² = 0.000225 — a much bigger squared return than the forecast was carrying. Update: σ²_t = 0.94 × 0.0000572 + 0.06 × 0.000225 ≈ 0.0000537 + 0.0000135 = 0.0000672. The new daily volatility is √0.0000672 ≈ 0.820%, and annualised that is 0.820% × √252 ≈ 13.0%. So one 1.5% day dragged the forecast from 12% to 13%. Interpret that: EWMA reacts, but it reacts gently — a single shock nudges the forecast by a point, which is comforting on a normal day and dangerously slow on the day a genuine regime change begins.
BANKNIFTY worked example
The same recursion on BANKNIFTY teaches the opposite lesson about persistence. BANKNIFTY at 52,000 realises more volatility than NIFTY — say a forecast sitting at 16% annualised, a daily σ of about 1.008%. Suppose it then goes quiet: several sessions of roughly 0.5% moves, well below the forecast. Each quiet day pulls σ²_t down, but only by six percent of the gap, because λ = 0.94 keeps ninety-four percent of yesterday. After five calm sessions the forecast has barely fallen from 16% to about 15%. A trader who sold BANKNIFTY volatility expecting the forecast — and the option premium — to collapse as fast as the market went quiet would be waiting a long time. EWMA is deliberately sticky: it forgets slowly on the way down just as it reacts slowly on the way up, and that asymmetry between how fast volatility spikes and how slowly forecasts of it decay is where a lot of money is lost.
Lot sizes used above (NIFTY 75, BANKNIFTY 30) are those in force at the time of writing; NSE revises them periodically. Figures exclude brokerage, STT, exchange charges, stamp duty and GST. Examples are teaching scenarios built on round numbers — they are not historical quotes, not backtests and not trade calls.
Advantages & limitations
What it is good for
- It is explicit and reproducible. Unlike implied volatility, which depends on a live market and a pricing model, an EWMA or GARCH forecast can be computed from public price history by anyone, audited, and compared across assets on identical terms.
- It captures volatility clustering. Because it weights recent returns most heavily, it reacts to a genuine change in regime faster than a plain rolling-window historical volatility, which mechanically forgets old shocks all at once when they fall out of the window.
- It has a long-run anchor, in the GARCH form. Mean reversion means a spike is forecast to decay toward a normal level rather than persist forever, which matches how volatility actually behaves and prevents the forecast from over-committing to a single turbulent week.
- It is a genuine forecast you can score. Because it makes a falsifiable prediction about a future period, you can measure its error after the fact and improve it — something you cannot honestly do with a price, which was never a prediction in the first place.
- It needs no option market. For an underlying with illiquid or non-existent options, a statistical forecast is the only forward-looking volatility estimate available at all.
Where it breaks down
- It is blind to scheduled events. A GARCH model fitted to past returns cannot see an RBI policy meeting or a Union Budget sitting in next week's calendar until the event actually moves prices, so it systematically under-forecasts volatility ahead of known catalysts — precisely where implied volatility does its best work.
- It cannot forecast a jump. The whole apparatus assumes volatility evolves smoothly from its recent path; a gap caused by news that was not in yesterday's returns is, by construction, outside what the model can predict. The forecast is lowest and most confident just before the discontinuity.
- It is sensitive to the decay and the window. Change λ from 0.94 to 0.97 and the same data produce a visibly different, smoother forecast; there is no objectively correct choice, only a choice suited to a horizon, and two analysts can defend two different numbers from identical prices.
- It assumes the future resembles the estimation sample. When the market's regime changes — a shift in policy, liquidity, or market structure — a model calibrated on the old regime keeps forecasting the old regime until enough new data accumulates to retrain it, and the lag is largest exactly when it matters.
- It says nothing about the shape of the tail. EWMA and standard GARCH forecast a variance under a roughly normal assumption; they do not tell you the probability of the six-standard-deviation day, which is the one that determines whether a short-volatility book survives.
Common mistakes
- Calling an expected volatility an implied volatility, or vice versa. They are a forecast and a price. Once you conflate them, "IV predicts the move" sounds true, and every downstream decision inherits the error.
- Trusting a forecast more the longer it has been right. A model quietly accurate through a calm stretch has taught you nothing about its behaviour in a shock, and the accumulated confidence is exactly what makes the eventual miss large, because it is what let the position grow.
- Reading a low forecast as a low-risk environment. A quiet forecast means the recent past was quiet; it is silent about the jump, and historically the lowest-volatility periods are when leverage and short-volatility exposure build up across the whole market.
- Using a single decay or window for every horizon. A λ tuned for a one-day forecast produces a jumpy, over-reactive estimate of one-month volatility. Match the memory of the model to the horizon you are forecasting.
- Feeding a shock day's return into the recursion without checking it is real. A fat-fingered print, a stale close or a corporate action can inject a spurious squared return that inflates the forecast for weeks, because EWMA forgets it only slowly.
- Forecasting variance and then forgetting to annualise consistently. Mixing a daily variance with a √365 scaling, or comparing a 252-day-annualised forecast against a broker's 365-based number, produces a discrepancy that gets blamed on the model rather than on the arithmetic.
Professional usage
On a professional desk, expected volatility is the number the trade is measured against, not the trade itself. A volatility arbitrage desk generates its own realised-volatility forecast — often a GARCH or a more elaborate high-frequency estimator — and trades the difference between that forecast and the option market's implied volatility, delta-hedging so that the profit and loss depends on which volatility was closer to the truth. If their forecast is 12% and implied is 14%, they may sell the option and hedge, betting the underlying realises nearer their number, and their entire edge is the quality of the forecast, which is why enormous effort goes into it.
Risk managers use expected volatility to set the size of value-at-risk and the level of margin, deliberately preferring a forward EWMA or GARCH estimate to a naive trailing average because the exponential weighting reacts to a regime change days sooner. But the sophisticated ones treat the forecast as a floor on risk, not a measurement of it: they stress the book against volatility levels the model considers improbable, precisely because the model's job is to describe the normal days and its blind spot is the abnormal one that sets the margin call in motion.
Key takeaways
- Expected volatility is a forecast produced by a model; implied volatility is a price backed out of the option market. Conflating the two is the reason people wrongly believe IV predicts the move.
- EWMA and GARCH are the standard forecasts. Both extrapolate volatility clustering from past returns; GARCH adds a long-run mean the forecast reverts toward, EWMA does not.
- Implied volatility usually beats the statistical forecast on average, because option prices contain information about scheduled events and hedging demand that is not yet in the return history.
- Every volatility forecast is biased slightly high in calm markets and catastrophically low right before a shock, because the shock is not in the data the model was built from.
- A forecast is a reason to size a position, never a reason to believe it is safe — and it is most trusted at the moment before it is most wrong.
Treat expected volatility as a forecast with a model and a horizon stapled to it, and half the confusion around implied volatility disappears. The option market is not forecasting anything when it quotes 14%; a GARCH model genuinely is when it says 12%. The gap between them is information and risk premium, not a contradiction. And the number to distrust most is the one that has been right the longest, because its track record was earned entirely on the days that do not matter.
Frequently asked questions
What is expected volatility?
How is expected volatility different from implied volatility?
What is EWMA in volatility forecasting?
What is GARCH and how does it differ from EWMA?
Does expected volatility predict the direction of the market?
Why does implied volatility usually beat a statistical forecast?
Can a volatility forecast be trusted?
What is a normal expected volatility for NIFTY?
What does the decay factor lambda control?
Why is expected volatility annualised?
Can expected volatility be negative?
Why does my volatility forecast lag a market crash?
What is volatility clustering and why does it matter?
How many days of history do I need to forecast volatility?
Is expected volatility the same as historical volatility?
Should I use expected volatility or implied volatility to price a position?
What happens to a forecast when I feed it a bad data point?
Does expected volatility mean revert?
Why do two analysts get different expected volatilities from the same data?
Can expected volatility be used for position sizing?
Is India VIX an expected volatility?
Voice search & related questions
Natural-language questions people ask about expected volatility.
What does expected volatility actually mean?
Is expected volatility the same thing as IV?
Why does my forecast always seem a bit too high?
Which is better, EWMA or GARCH?
Can I make money trading expected volatility against implied?
How far ahead can expected volatility forecast?
Why did my forecast miss the crash completely?
Sources & references
- J.P. Morgan / Reuters — RiskMetrics Technical Document (1996)
- Tim Bollerslev — Generalized Autoregressive Conditional Heteroskedasticity (1986)
- Robert Engle — Autoregressive Conditional Heteroscedasticity (1982)
- NSE — India VIX methodology
Last reviewed 10 July 2026. Educational content only — not investment advice.