Intrinsic vs Extrinsic Option Value: Formulas and Worked Examples

An option's premium has two components: intrinsic value, which is the amount it is in the money right now, and extrinsic value, which is everything else — driven by time remaining to expiration and implied volatility. At expiration, extrinsic value is always zero; an option settles purely at its intrinsic value.

Intrinsic Value

Intrinsic value is the amount by which an option is currently in the money. It is the value that could be captured by exercising the option immediately, ignoring transaction costs.

Call intrinsic = max(0, underlying price − strike price)
Put intrinsic = max(0, strike price − underlying price)

The max(0, …) ensures intrinsic value is never negative. An option that is out of the money has zero intrinsic value — it cannot be immediately exercised at a profit.

Extrinsic Value

Extrinsic value is the portion of the premium that remains after subtracting intrinsic value. It is also called time value, though extrinsic value is the more precise term because implied volatility — not just time — drives it.

Extrinsic value = premium − intrinsic value

Two inputs drive extrinsic value:

Worked Decomposition Rows

XYZ underlying at $100. All premiums are sample values for illustration. Arithmetic is shown for each row.

OptionStrikeMoneynessPremiumIntrinsicExtrinsic
Call$90ITM by $10$11.50 max(0, 100−90) = $10.00 $11.50 − $10.00 = $1.50
Call$100ATM$3.80 max(0, 100−100) = $0.00 $3.80 − $0.00 = $3.80
Call$110OTM by $10$1.20 max(0, 100−110) = $0.00 $1.20 − $0.00 = $1.20
Put$110ITM by $10$11.30 max(0, 110−100) = $10.00 $11.30 − $10.00 = $1.30
Put$100ATM$3.60 max(0, 100−100) = $0.00 $3.60 − $0.00 = $3.60
Put$90OTM by $10$1.10 max(0, 90−100) = $0.00 $1.10 − $0.00 = $1.10

Observation: the ATM call and ATM put have the highest extrinsic values ($3.80 and $3.60 respectively). The deep ITM options have the lowest extrinsic values ($1.50 and $1.30) — their premium is mostly intrinsic. The OTM options have moderate extrinsic values relative to their total premium, but zero intrinsic value.

Extrinsic Value Decays to Zero at Expiration

At expiration, no time remains and implied volatility becomes irrelevant to the terminal payoff. Every option settles at exactly its intrinsic value:

This property is why option buyers who are right about direction but wrong about timing can still lose money — the extrinsic component erodes even as the option moves in the money, if the move occurs slowly. The rate of this erosion is measured by theta (time decay).

Practical Relevance

Understanding intrinsic and extrinsic value matters for several common decisions:

Use the P&L calculator to compare how at-expiration P&L differs from mid-term P&L (the difference is extrinsic value erosion).

Options Profit Calculator

Related Concepts

More Strategy Guides

Frequently Asked Questions

What is intrinsic value in options?
Intrinsic value is the amount by which an option is in the money. For a call, intrinsic value equals max(0, underlying price minus strike price). For a put, intrinsic value equals max(0, strike price minus underlying price). An option that is out of the money or at the money has zero intrinsic value — its entire premium is extrinsic.
What is extrinsic value in options?
Extrinsic value is the portion of an option's premium that exceeds its intrinsic value. It reflects time remaining to expiration and implied volatility. Formula: extrinsic value = premium minus intrinsic value. Extrinsic value decays to zero at expiration — an option can only settle at its intrinsic value on the expiration day.
Does a deeply in-the-money option have extrinsic value?
Yes, but less than an at-the-money option. A deep in-the-money option still has some extrinsic value representing the remaining time value and the chance of volatility affecting the outcome. At expiration, all extrinsic value is gone regardless of how deep in the money the option is.
How does implied volatility affect extrinsic value?
Higher implied volatility increases extrinsic value across all strikes and expirations. When the market expects larger price swings, option sellers demand a higher premium for the additional risk, and buyers are willing to pay more for the increased profit potential. Lower implied volatility reduces extrinsic value. This relationship is measured by the Greek called vega.

Sources