Options Delta Calculator

Calculate Delta to measure directional exposure, approximate probability of expiring in-the-money, and determine hedge ratios for your options positions.

MT
Written by Michael Torres, CFA
Senior Financial Analyst
JW
Fact-checked by Dr. James Wilson, PhD
Options Strategy Researcher
Advanced OptionsFact-Checked

Input Values

$

Current market price of the underlying stock.

$

The option's exercise price.

days

Calendar days until expiration.

%

Annualized implied volatility.

%

Annualized risk-free interest rate.

Results

Call Delta
31.69
Put Delta
-68.31
Shares Equivalent (1 contract)0
Shares to Hedge0
Approx. Probability ITM0.00%
Option Price$0.00
Results update automatically as you change input values.

What Is Option Delta?

Delta is the most widely used of the five options Greeks. It measures how much an option's price is expected to change for every $1 move in the underlying stock. A call option with a Delta of 0.50 will increase in value by approximately $0.50 when the stock rises $1, while a put option with a Delta of -0.50 will increase in value by $0.50 when the stock falls $1. Delta is the first partial derivative of the option price with respect to the underlying price.

Beyond price sensitivity, Delta serves as an approximate probability gauge. A Delta of 0.30 suggests roughly a 30% chance the option will expire in-the-money. This probability interpretation is not exact but provides a useful rule of thumb for position sizing and risk assessment. Market makers use Delta extensively for hedging, while retail traders use it to understand directional exposure and select appropriate strike prices.

i
Delta Range

Call Delta ranges from 0 to +1.0. Put Delta ranges from 0 to -1.0. At-the-money options have Delta near 0.50 (calls) or -0.50 (puts). Deep in-the-money options approach 1.0 or -1.0, behaving almost like the underlying stock.

Delta Formula

Call Delta
Delta_call = e^(-qT) × N(d1)
Where:
N(d1) = Cumulative standard normal distribution at d1
q = Continuous dividend yield
T = Time to expiration (years)
d1 = [ln(S/K) + (r - q + sigma^2/2) × T] / [sigma × sqrt(T)]
Put Delta
Delta_put = -e^(-qT) × N(-d1) = Delta_call - e^(-qT)
Where:
Delta_put = Always negative, reflecting inverse price relationship

Delta Calculation Example

Calculating Delta for an OTM Call
Given
Stock Price
$100
Strike Price
$105
Days to Expiration
30
Implied Volatility
25%
Risk-Free Rate
5%
Calculation Steps
  1. 1T = 30/365 = 0.0822 years
  2. 2d1 = [ln(100/105) + (0.05 + 0.03125) × 0.0822] / (0.25 × 0.2867)
  3. 3d1 = [-0.04879 + 0.006688] / 0.07168 = -0.5876
  4. 4Call Delta = N(-0.5876) = 0.2784
  5. 5Put Delta = 0.2784 - 1.0 = -0.7216
  6. 6Shares equivalent = 0.2784 × 100 = 27.84 shares
Result
This OTM call has a Delta of 0.28, meaning it moves about $0.28 for each $1 stock move and has approximately a 28% chance of expiring in-the-money. One contract is equivalent to holding about 28 shares.

Delta Across Different Strike Prices

Call Delta by Moneyness (30 DTE, 25% IV)
Strike vs StockMoneynessCall DeltaPut DeltaInterpretation
Strike 10% belowDeep ITM0.90 - 0.95-0.05 to -0.10Behaves like stock, high assignment risk
Strike 5% belowITM0.70 - 0.85-0.15 to -0.30High probability of profit, moderate premium
Strike = StockATM0.48 - 0.52-0.48 to -0.52Maximum time value, coin-flip probability
Strike 5% aboveOTM0.20 - 0.35-0.65 to -0.80Lower cost, lower probability
Strike 10% aboveDeep OTM0.05 - 0.15-0.85 to -0.95Cheap lottery ticket, low probability

Delta-Neutral Hedging

Delta-neutral hedging is a technique used to eliminate directional risk from an options position. The goal is to create a portfolio where the total Delta is zero, meaning the position's value does not change with small moves in the underlying stock. For example, if you own 10 call contracts with a Delta of 0.50 each, your total Delta is 500 shares equivalent. To delta-hedge, you would short 500 shares of stock to bring the portfolio Delta to zero.

Professional market makers maintain delta-neutral positions throughout the trading day, continuously adjusting their hedge as the stock price moves. This process, called dynamic delta hedging, allows them to profit from the bid-ask spread while minimizing directional risk. The cost of this hedging is the Gamma risk, as large sudden moves can cause significant losses before the hedge can be adjusted.

How to Delta Hedge a Position

1
Calculate Position Delta
Multiply the Delta of each option by the number of contracts and by 100 (shares per contract). Sum all positions to get the total portfolio Delta.
2
Determine Hedge Size
To neutralize, trade shares of the underlying equal to your total Delta. If total Delta is +350, short 350 shares. If total Delta is -200, buy 200 shares.
3
Monitor and Rebalance
As the stock moves, Delta changes (due to Gamma). Rebalance by adjusting your share position when Delta drifts beyond your tolerance threshold, typically 50-100 shares.
4
Account for Costs
Each rebalance incurs transaction costs. Hedge only when the Delta imbalance justifies the cost. Many traders use a band approach, rebalancing only when Delta exceeds a specific threshold.
~
Practical Delta Rules of Thumb

For covered call writers: sell calls with Delta between 0.20-0.35 for income with high probability of keeping shares. For directional trades: buy calls with Delta of 0.50-0.70 for a balanced risk-reward profile. For protective puts: buy puts with Delta of -0.30 to -0.40 for cost-effective downside protection.

Frequently Asked Questions

For directional bullish trades, a Delta between 0.50 and 0.70 offers a good balance of cost and price sensitivity. A 0.50 Delta call is at-the-money and provides dollar-for-dollar participation at about half the stock price move. A 0.70 Delta call is in-the-money, costs more, but moves more closely with the stock. For income strategies like covered calls, a Delta of 0.20-0.35 means a 65-80% probability of keeping your shares.

Sources & References

  • U.S. Securities and Exchange Commission (SEC) - Investor Education
  • Options Clearing Corporation (OCC) - Options Education
  • Chicago Board Options Exchange (CBOE) - Options Strategies
  • Hull, J.C. "Options, Futures, and Other Derivatives" (11th Edition, 2021)

Embed This Calculator on Your Website

Free to use with attribution

Copy the code below to add this calculator to your website, blog, or article. A link back to CoveredCallCalculator.net is included automatically.

<iframe src="https://coveredcallcalculator.net/embed/delta-calculator" width="100%" height="500" frameborder="0" title="Options Delta Calculator" style="border:1px solid #e2e8f0;border-radius:12px;max-width:600px;"></iframe>
<p style="font-size:12px;color:#64748b;margin-top:8px;">Calculator by <a href="https://coveredcallcalculator.net" target="_blank" rel="noopener">CoveredCallCalculator.net</a></p>