Skip to content

Option Intrinsic Value

Option Intrinsic Value

What an option would be worth if exercised right now: for a call, the stock price above the strike; for a put, the strike above the stock price; never less than zero. An option trading at its intrinsic value has no time value left.

When to use: Use to see how much of an option's price is real, exercisable value versus hope. Deep in-the-money options are almost all intrinsic value; at- and out-of-the-money options have none.

Calculator

Formula

Intrinsic=max(0,  type×(SK)),type=+1 call,  1 put\text{Intrinsic} = \max(0, \; \text{type} \times (S - K)), \quad \text{type} = +1 \text{ call}, \; -1 \text{ put}

Variables

SymbolNameDescriptionUnit
IntrinsicIntrinsic ValueExercise value of the option today$
SStock PriceCurrent price of the underlying$
StrikeStrike PriceExercise price of the option contract$
OptionTypeOption TypeCall (1) or Put (-1) — enter 1 for a call, -1 for a putinteger

Real-Life Examples

Example 1: In-the-Money Call

Stock at $110, call strike $100.

Given

S = $110.00Strike = $100.00OptionType = 1.00

Step-by-Step

1.Intrinsic = max(0, 110 − 100)
2.Intrinsic = $10.00
Result:$10.00

Exercising buys $110 stock for $100, so the call is worth at least $10. Any market price above that is time value.

Example 2: In-the-Money Put

Stock at $95, put strike $100.

Given

S = $95.00Strike = $100.00OptionType = -1.00

Step-by-Step

1.Intrinsic = max(0, 100 − 95)
2.Intrinsic = $5.00
Result:$5.00

The put lets its owner sell $95 stock for $100, worth $5 today. A call at the same strike would have zero intrinsic value.

Frequently Asked Questions

No. An option is a right, not an obligation, so if exercise would lose money the owner simply does not exercise and the intrinsic value is zero.

Rarely and briefly; if it were, buying the option and exercising would be a riskless profit, which arbitrage removes. American options trade at or above intrinsic value.