What Is Intrinsic Value in Options?
Intrinsic value is the portion of an option's premium that reflects its immediate exercise value. It is the amount by which an option is in-the-money (ITM). For a call option, intrinsic value equals the stock price minus the strike price when the stock trades above the strike. For a put option, it equals the strike price minus the stock price when the stock trades below the strike. If an option is at-the-money or out-of-the-money, its intrinsic value is zero.
Intrinsic value represents the minimum price at which an in-the-money option should trade, because it could be immediately exercised for that amount. Any premium above the intrinsic value is extrinsic (time) value, which reflects the time remaining until expiration and the probability of further favorable price movement. Understanding this decomposition is fundamental to evaluating whether an option is fairly priced.
Intrinsic Value Formulas
Intrinsic Value Example
- 1Intrinsic value = max(0, $108 - $100) = $8.00
- 2Extrinsic value = $12.50 - $8.00 = $4.50
- 3Intrinsic as % of premium = $8.00 / $12.50 = 64%
- 4Per contract: Intrinsic = $800, Extrinsic = $450, Total = $1,250
- 5If held to expiration and stock stays at $108: option worth $8.00 (lose $4.50 time value)
- 6Breakeven: Stock must stay above $100 + $12.50 = $112.50 to profit
Intrinsic Value by Moneyness
| Stock Price | Moneyness | Intrinsic Value | If Premium = $5.00, Time Value = |
|---|---|---|---|
| $85 | Deep OTM | $0 | $5.00 (100% time value) |
| $95 | OTM | $0 | $5.00 (100% time value) |
| $100 | ATM | $0 | $5.00 (100% time value) |
| $105 | ITM | $5.00 | $0 (all intrinsic at $5 premium) |
| $110 | ITM | $10.00 | Premium must be > $10 |
| $120 | Deep ITM | $20.00 | Premium must be > $20 |
Why Intrinsic Value Matters for Traders
- Floor price: Intrinsic value sets the minimum rational price for an ITM option. If an option trades below intrinsic value, arbitrageurs will buy it and exercise immediately for risk-free profit.
- Time value assessment: By subtracting intrinsic value from the market price, you isolate the time premium you are paying. More time value means higher Theta decay.
- Exercise decisions: When time value approaches zero (deep ITM near expiration), early exercise may be optimal, especially for calls on dividend-paying stocks.
- Strategy selection: Traders who want to minimize time decay exposure buy deep ITM options (high intrinsic, low time value). Those who want maximum leverage buy ATM or OTM (100% time value).
- Assignment risk: Options with high intrinsic value and low time value face higher early assignment risk, especially near ex-dividend dates.
Using Intrinsic Value in Decision-Making
Deep ITM calls with Delta above 0.90 and less than 10% time value can serve as cost-effective stock replacements. You get nearly dollar-for-dollar stock exposure with a fraction of the capital, and the minimal time value means Theta drag is negligible. LEAPS (1-2 year options) are commonly used for this purpose.
Intrinsic value is always zero or positive. An OTM option has zero intrinsic value but still has positive time value (as long as time remains). The option's market price can never fall below zero. This is why the max() function is used in the formula.