Implied Volatility (IV)¶
OVERVIEW¶
Implied volatility (IV) is the market's consensus forecast of how much a security will move over a specified period, expressed as an annualized standard deviation percentage. IV is forward-looking — extracted from the current market price of an option by inverting an options pricing model.
Note
IV is not directly observed. It is the volatility input that makes a pricing model's theoretical option price match the actual market price. Unlike historical (realized) volatility, IV makes no reference to past price movement.
| Property | Implied Volatility | Historical Volatility |
|---|---|---|
| Direction | Forward-looking | Backward-looking |
| Source | Option market prices | Past price data |
| Calculation | Numerical (Newton-Raphson) | Statistical (standard deviation) |
| Directional signal | None | None |
| Use case | Options pricing, risk assessment | Benchmarking, backtesting |
HOW IT IS CALCULATED¶
IV is derived by inverting the Black-Scholes pricing model. The model prices a call option from five inputs:
| Input | Symbol | Description |
|---|---|---|
| Stock price | S | Current underlying price |
| Strike price | K | Option strike |
| Time to expiration | T | In years |
| Risk-free rate | r | Annualised rate |
| Volatility | σ | The value solved for |
The Black-Scholes formula:
Given the observed market price of the option (C), there is no closed-form solution for σ. IV is found numerically — the σ value that makes the model price equal the market price.
Expected Move Conversions¶
| Period | Formula | Description |
|---|---|---|
| Daily | IV / √252 | One trading day |
| Weekly | IV / √52 | One calendar week |
| 30-Day | IV / √12 | Approximately one month |
Tip
Use expected move conversions to quickly size the market's implied price range around binary events such as earnings releases.
WORKED EXAMPLE¶
TSLA — April 17, 2026
| Parameter | Value |
|---|---|
| Stock price (S) | $248 |
| Strike (K) | $250 call |
| Days to expiration | 8 |
| Market option price | $8.20 |
| Risk-free rate (r) | 5.3% |
| Implied Volatility | ~68% |
Converting IV to expected moves:
| Period | Calculation | Percentage | Dollar Range |
|---|---|---|---|
| Daily | 68% / √252 | ±4.28% | ±$10.62 |
| 8-Day | 68% / √(365/8) | ±11.3% | ±$28.02 |
Note
A high IV reading at this expiration was consistent with a pending earnings release or elevated macro uncertainty. The options market was pricing in a substantial directional move in either direction.
FEATURES¶
IV Rank (IVR)¶
IV Rank contextualises current IV against its 52-week range, indicating whether IV is historically elevated or depressed.
| IVR Range | Interpretation | Common Strategy Context |
|---|---|---|
| 0–25 | IV historically low | Options buyers favored |
| 25–50 | IV below midpoint | Neutral positioning |
| 50–75 | IV above midpoint | Premium sellers begin to engage |
| 75–100 | IV historically high | Strong short premium environment |
Tip
Options sellers targeting short straddles, iron condors, or cash-secured puts typically seek IVR above 50 as an entry timing signal.
IV Crush¶
IV crush is the sharp collapse in implied volatility immediately after a binary event resolves — most commonly an earnings announcement.
| Phase | IV Behavior |
|---|---|
| Pre-event | IV inflates as uncertainty increases |
| Event release | Uncertainty resolves |
| Post-event | IV collapses regardless of price direction |
Note
Selling straddles before earnings to capture IV crush is a common strategy but carries structural risk. A large enough directional move can exceed the premium collected, producing a net loss despite the volatility collapse.
Volatility Skew¶
Volatility skew describes the pattern of differing IVs across strikes at the same expiration.
| Skew Type | Pattern | Market Interpretation |
|---|---|---|
| Negative (put skew) | Puts carry higher IV than calls | Market paying up for downside protection |
| Positive (call skew) | Calls carry higher IV than puts | Market pricing upside breakout risk |
| Flat | IV roughly equal across strikes | No pronounced directional fear |
LIMITATIONS AND MISCONCEPTIONS¶
Note
IV is a market consensus estimate, not a prediction of actual future movement.
| Limitation | Detail |
|---|---|
| Overstates realized volatility | IV exceeds actual realized volatility approximately 70% of the time — the volatility risk premium |
| No directional signal | A stock with IV of 80% can move up or down |
| Strike and expiration dependent | Each contract carries its own IV; a single number always refers to a specific contract |
| Log-normal assumption | Black-Scholes underweights the probability of extreme tail events (fat tails) |
| Volatility surface complexity | IVs vary across the full grid of strikes and expirations — the "volatility surface" |
Tip
The persistent gap between implied and realized volatility — the volatility risk premium — is the structural edge that systematic options sellers attempt to harvest over time.