Implied Volatility Calculator
Implied volatility (IV) is the annualized volatility figure that makes the Black-Scholes theoretical price equal to the observed market price of an option. Unlike historical volatility, which is calculated from past price data, implied volatility is forward-looking: it represents the market's current expectation of future price movement. Since Black-Scholes has no algebraic inverse for volatility, IV must be solved numerically. This calculator uses the bisection method, which iteratively narrows the range of possible volatilities until the computed price matches the market price within a very small tolerance. Enter the market price of the option along with the standard Black-Scholes inputs, and select whether it is a call or put option.
Implied volatility method
Find sigma such that: BS_price(S, K, r, T, sigma) = Market_price
Bisection: bracket sigma in [0.001, 5.0], iterate until |BS - Market| < 0.0001
Call = S*N(d1) - K*e^(-rT)*N(d2)
Put = K*e^(-rT)*N(-d2) - S*N(-d1)
Because Black-Scholes cannot be inverted algebraically for volatility, implied volatility is found by root-finding. The bisection method converges reliably for all valid market prices. Results are expressed as an annualized percentage.
Interpreting implied volatility
- IV of 20% means the market implies the stock will move approximately 20% over the next year, with 68% probability (one standard deviation).
- Daily expected move estimate: IV% / sqrt(252) per trading day (e.g. 20% / 15.87 = 1.26% per day).
- High IV relative to historical norms suggests options are expensive; selling premium may be favored.
- Low IV suggests options are cheap; buying premium or long volatility strategies may be favored.
- IV typically rises before earnings and falls sharply afterward (IV crush).
Frequently asked questions
What is implied volatility?
Implied volatility (IV) is the volatility value that, when plugged into the Black-Scholes formula, produces the observed market price of an option. It reflects the market's consensus expectation of future price volatility for the underlying asset.
Why is IV important to options traders?
IV allows traders to compare options across different stocks and expirations on a common scale. High IV means options are expensive; low IV means options are cheap. Trading strategies like selling options when IV is high and buying when IV is low (mean reversion) rely on IV analysis.
How is implied volatility calculated?
There is no closed-form solution for IV. It is solved numerically by iterating over volatility values until the Black-Scholes price matches the market price. This calculator uses the bisection method, converging within 0.001% accuracy in under 100 iterations.
What is the VIX and how does it relate to IV?
The CBOE Volatility Index (VIX) measures the aggregate implied volatility of a 30-day at-the-money S&P 500 option strip. It is sometimes called the 'fear gauge.' Individual stock options have their own IV, which may differ significantly from the VIX.
What is an IV rank or IV percentile?
IV rank compares current IV to its 52-week high and low: IV rank = (current IV - 52-week low) / (52-week high - 52-week low). IV percentile counts how many days in the past year had lower IV than today. Both metrics help contextualize whether current IV is historically high or low.
Official sources
- CBOE Volatility Index (VIX) methodology: cboe.com/tradable_products/vix.
- Black, F. and Scholes, M. (1973). Journal of Political Economy 81(3): jstor.org/stable/1831029.
- Options Clearing Corporation: theocc.com.
Reviewed by the CalculatorHub team, edited by James Graham, 15 June 2026. See our methodology.