Volatility is the only input to the Black-Scholes formula that is not directly observable. Spot price, strike, time to maturity, and interest rate all come from the market or the contract. Volatility is different: you cannot look up "the volatility of IBM" on a Bloomberg terminal — you observe option prices, and volatility is what you back out of them.
Implied volatility is the number σimp that, when plugged into Black-Scholes, reproduces an observed market option price:
Cmarket=CBS(S0,K,T,r,σimp)
Three reasons this single concept dominates the practical quant workflow:
Quoting convention. Options traders quote in vol, not price — "sell the 3-month 25-delta put at 18 vol" is the natural unit. Vol is stable across strikes and maturities in a way that price isn't.
The vol surface. Plotting σimp(K,T) across strikes and maturities reveals the shapes — smiles, skews, term structures — that falsify the Black-Scholes model and motivate stochastic volatility and local volatility extensions.
Calibration. Every pricing model for exotic options calibrates by matching the implied-vol surface of liquid vanillas. The implied vol is the market's summary statistic of the risk-neutral distribution of returns.
This note defines implied volatility precisely, proves it is well-defined (existence and uniqueness), shows why the volatility smile is not an artefact of bad data but rather a direct falsification of the log-normal assumption, and sketches how practitioners compute implied vol numerically using Newton's method on vega. The reader should leave with a clear understanding that implied vol is a model-dependent transform of price — not a "true" underlying volatility.
The informal idea
Given a European call with observed market price Cmarket, rearrange the Black-Scholes formula to solve for σ:
CBS(σ)=Cmarket⟹σ=σimp
Unlike the other Black-Scholes inputs, σ appears only in d1 and d2 and cannot be isolated algebraically — inversion is numerical. But as a function of σ, the call price CBS(σ) is strictly increasing and continuous, so for any arbitrage-free market price there is a unique σimp — solving the equation is well-posed.
What implied vol is not. It is not the "true" volatility of the stock. The Black-Scholes model assumes constant vol; real stocks have time-varying, stochastic, mean-reverting vol. Implied vol is the single number you'd have to pretend was constant in Black-Scholes to match the market. When the real-world dynamics deviate from log-normal, implied vol varies with K and T — not because the "true vol" varies, but because the Black-Scholes inverse lens is a lossy projection of a richer reality.
The smile and the skew. Plot σimp(K) for a single maturity T. For equity indices, the curve slopes down — out-of-the-money puts trade at higher implied vols than OTM calls (the equity skew). For FX, the curve is often symmetric and U-shaped (the smile). Both patterns violate Black-Scholes, which would produce a flat line. The shape is the market's verdict that tail risk is larger than log-normal, especially on the downside for equities.
Formal definition
The inversion problem
Given observed market inputs S0,K,T,r and an observed call price Cmarket, the implied volatilityσimp is defined by:
Analogous definitions hold for puts (via put-call parity, a call's implied vol equals its paired put's implied vol when strike and maturity match).
Existence and uniqueness
Proposition. For any strike K>0, maturity T>0, and market price Cmarket satisfying the arbitrage bounds
max(S0−Ke−rT,0)<Cmarket<S0,
there exists a unique σimp∈(0,∞) solving CBS(σimp)=Cmarket.
Proof sketch. On (0,∞):
CBS(σ) is continuous in σ.
limσ→0+CBS(σ)=max(S0−Ke−rT,0) — the zero-vol (deterministic) intrinsic value.
limσ→∞CBS(σ)=S0 — the zero-strike asymptote (with infinite vol, Φ(d1)→1, Φ(d2)→0).
Vega ∂CBS/∂σ=S0ϕ(d1)T>0 for all σ>0.
Since CBS(σ) is continuous and strictly increasing from the intrinsic value to S0, it is a bijection onto (max(S0−Ke−rT,0),S0). For any market price in this open interval, the inverse σimp exists and is unique. □
What the arbitrage bounds mean. A call must cost strictly more than its discounted intrinsic value (otherwise buying the call and holding beats buying the stock outright at t=0 via some arbitrage), and strictly less than the stock itself (the payoff is capped at ST). Market prices violating these bounds indicate stale quotes or arbitrage — no implied vol can reproduce them.
Numerical inversion: Newton's method
No closed-form inverse exists, but the monotonicity + smoothness of CBS makes Newton's method fast and robust:
σ(n+1)=σ(n)−vega(σ(n))CBS(σ(n))−Cmarket
Starting from σ(0)≈0.2, convergence to 10−6 tolerance typically requires 3–6 iterations for liquid options. For deep OTM or ITM strikes, vega vanishes and convergence is slow — industry-standard libraries use hybrid bisection/Newton schemes in those regimes. Brenner-Subrahmanyam (1988) gives a famous closed-form approximation for ATM options:
σimpATM≈S0CmarketT2π
Useful as an initial guess or a back-of-envelope sanity check.
Key properties
Put-call parity implies equal implied vols. For a call and put with the same strike and maturity, put-call parity C−P=S0−Ke−rT holds under any model (it is a static hedging argument, not Black-Scholes-specific). Since Black-Scholes satisfies parity, call-implied and put-implied vols must agree — any deviation is an arbitrage signal, not a real effect.
The implied-vol surface.σimp(K,T) is typically plotted as a 2D surface. Its features:
Skew — the cross-section at fixed T, showing σimp vs K (or often vs log-moneyness ln(K/S0) or vs delta). Equity indices display a steep negative skew; FX crosses show milder smiles.
Term structure — the cross-section at fixed moneyness, showing σimp vs T. Typically upward-sloping in calm markets (longer maturities carry more vol-of-vol uncertainty) and inverted in crises (short-dated vol spikes).
Smile dynamics — how the skew shape shifts as spot moves (sticky strike, sticky delta, sticky local vol are three standard assumptions used by traders).
Vega-implied-vol duality. Vega ∂C/∂σ is the sensitivity of the Black-Scholes price to implied vol. Equivalently, it is the derivative of the inversion map C↦σimp inverted. A trader hedging an option against vol risk is hedging implied vol, not realised vol — they buy/sell other options with matching vega to offset the sensitivity to shifts in the implied-vol surface.
Implied vol is not additive. The implied vol of a portfolio of options is generally not a simple combination of the individual implied vols — unlike delta, which is additive, or gamma, which is additive. Portfolio vol risk is handled via the vega of each constituent summed up, not by any combined "portfolio implied vol."
Worked examples
Example 1: the inversion is monotone — numerical illustration
Take S0=100, K=100, T=0.5, r=0. Compute Black-Scholes call prices across a grid of σ values:
σ
CBS
0.05
1.41
0.10
2.82
0.20
5.64
0.30
8.46
0.50
14.09
Strictly increasing. Given any observed market price Cmarket, linear (or Newton) interpolation between adjacent entries recovers σimp to the required precision. If Cmarket=7.00, then σimp lies between 0.20 and 0.30 — Newton's method starting from σ(0)=0.25 converges to σimp≈0.248 in a handful of steps.
Example 2: the equity skew
For an equity index like the S&P 500, a representative 3-month implied-vol skew is:
Strike (% of spot)
σimp
80%
28%
90%
22%
100% (ATM)
18%
110%
16%
120%
15%
The skew is steep and monotone: OTM puts (low strikes) trade at σimp=28%, far above ATM's 18%. Interpretation: the market is pricing the left tail of the return distribution as fatter than log-normal — large down-moves happen more often than Black-Scholes would suggest. This is empirically confirmed by historical return data and economically understood through the leverage effect (firms become more levered as equity drops, increasing vol) and through crash risk (investors demand a premium for hedging against jumps).
A flat implied-vol surface would imply the Black-Scholes model is exactly right. Every non-flat surface is a falsification.
Six iterations to converge from σ(0)=0.2 to σimp≈0.2480. The bound σ≥10−6 prevents negative iterates if a bad initial guess produces overshoot.
Common confusions and pitfalls
"Implied vol is the 'true' volatility of the underlying." No. Implied vol is the number that makes Black-Scholes match the market price — nothing more. Realised vol (the sample volatility of returns) is the true quantity in the real-world sense. Implied vol is a risk-neutral projection: it reflects both the market's estimate of future realised vol and a risk premium for holding volatility risk. The two rarely agree.
"If implied vol is 20%, the stock will move 20% per year." Implied vol is an annualised standard deviation under the risk-neutral measure. Expected realised moves under the real-world measure are generally smaller — the variance risk premium is persistently negative (realised vol under-delivers relative to implied vol), which is why selling straddles tends to be a historically profitable (but risky) strategy.
"The implied-vol smile means Black-Scholes is wrong." The smile means the market does not price options as if returns were log-normal. The Black-Scholes formula itself is an identity — given log-normal dynamics and no arbitrage, it gives the price. The failure is in the assumption of log-normal dynamics, not in the formula. Stochastic volatility and local volatility models attempt to reproduce the observed smile under richer dynamics.
"Implied vol is an input to pricing." For vanilla options quoted in price, implied vol is an output of the inversion. For exotic options priced in a calibrated model, implied vol is a target — the model's parameters are calibrated until it reproduces the observed vanilla implied-vol surface, and only then is the exotic priced. The direction depends on which side of the calibration pipeline you stand on.
"Out-of-the-money implied vols are unreliable because vega is small." The computation of implied vol from a given price is numerically delicate for deep-OTM/ITM options (small vega means the inversion is ill-conditioned). But the implied vol itself is still defined. What's actually unreliable is the quoted price — wide bid-ask spreads and low volume produce noisy prices, and the noise amplifies through the inversion. Most vol surfaces are fit with smoothness penalties or parametric (SVI, SABR) forms specifically to regularise the wings.
Where this goes next
Derivation of the Black-Scholes Formula: The formula being inverted to extract implied vol. A thorough understanding of implied vol requires understanding what Black-Scholes assumes about the risk-neutral distribution.
Risk-Neutral Measure: Implied vol is the standard deviation of log-returns under Q. Its difference from realised vol (under P) is the variance risk premium, a direct measurement of the Q-vs-P gap.
Stochastic Volatility Models: Models (Heston, SABR, rBergomi) that endogenise the vol surface. These are the industry-standard tools for pricing exotics consistently with the vanilla vol surface.
Quantitative Research: Variance risk premium strategies, vol-of-vol estimation, and vol trading are heavily studied research directions — all grounded in implied vs realised vol analysis.
Algorithmic Trading: Market-makers quote in implied vol, manage a vol book, and hedge vega across strikes. The vol surface dynamics are the core state variable.
Exercises
Test your understanding with 3 exercises for this lesson.