How to Calculate Delta of an Option

Delta is derived from the Black-Scholes option pricing model. For a European call option, delta equals N(d1)—the cumulative standard normal distribution evaluated at d1. For a put, delta equals N(d1) - 1.

The Formula

d1 = [ln(S/K) + (r + σ²/2) × T] / (σ × √T)

Where:

  • S = Current stock price
  • K = Strike price
  • r = Risk-free interest rate
  • σ = Implied volatility (annualized)
  • T = Time to expiration (in years)
  • ln = Natural logarithm
  • Call delta = N(d1) Put delta = N(d1) - 1

    N(d1) is the cumulative normal distribution function—the probability that a standard normal variable is less than or equal to d1.

    Walking Through a Calculation

    Inputs: AAPL at $190, strike $195 call, 30 DTE, IV 28%, risk-free rate 5%.

    Step 1: Convert inputs.

  • S = 190, K = 195, r = 0.05, σ = 0.28, T = 30/365 = 0.0822
  • Step 2: Calculate d1.

  • ln(190/195) = ln(0.9744) = -0.0260
  • (r + σ²/2) × T = (0.05 + 0.0392) × 0.0822 = 0.0073
  • σ × √T = 0.28 × 0.2867 = 0.0803
  • d1 = (-0.0260 + 0.0073) / 0.0803 = -0.233
  • Step 3: Look up N(d1).

  • N(-0.233) ≈ 0.408
  • Result: The $195 call has a delta of approximately 0.41. This is an OTM call (stock $190, strike $195), so a delta below 0.50 makes sense.

    The put at the same strike would have delta = 0.408 - 1 = -0.592.

    What Drives Delta Higher or Lower

    Understanding the inputs lets you predict delta without calculating:

    Stock price relative to strike (S/K): The most important factor. When S > K (ITM call), the ln(S/K) term is positive, pushing d1 up, pushing N(d1) toward 1.0. When S < K (OTM call), d1 is negative, pushing delta toward 0.

    Time to expiration (T): More time increases σ√T in the denominator, which compresses d1 toward zero. This pushes all deltas toward 0.50. Less time amplifies the S/K effect, making deltas more extreme (closer to 0 or 1).

    Implied volatility (σ): Higher IV has the same effect as more time—it pushes deltas toward 0.50. When IV is very high, even far OTM options have meaningful delta because the market assigns significant probability to large moves.

    Interest rate (r): Minimal impact for short-dated options. Slightly increases call delta and decreases put delta (via the carry cost term).

    Practical Shortcuts

    You don't need to calculate delta manually. Here are faster ways:

    1. Your broker's options chain. Every brokerage displays delta alongside each option. This is your primary source for real-time delta.

    2. The moneyness rule of thumb:

  • ATM ≈ 0.50 delta
  • 1 standard deviation OTM ≈ 0.16 delta
  • 2 standard deviations OTM ≈ 0.025 delta
  • The "standard deviation" here uses implied volatility: 1 SD = S × σ × √T
  • 3. Delta ≈ probability of ITM. While not mathematically exact (that's N(d2), not N(d1)), it's close enough for practical use. A 0.30 delta option has roughly a 30% chance of finishing ITM.

    4. Options calculators. Free online calculators and tools like OptionsPilot compute delta instantly when you input stock price, strike, DTE, and IV.

    Why the Exact Formula Matters Less Than You Think

    Professional traders rarely compute delta by hand. They rely on models built into their platforms. What matters more than the formula itself is understanding the relationships:

  • Delta increases as the stock moves toward and past the strike
  • Delta approaches extremes as expiration nears
  • Delta moves toward 0.50 when IV rises
  • Delta is highest (in absolute terms) for deep ITM options
  • These relationships help you intuitively estimate delta changes before your platform refreshes, which is valuable when making quick trading decisions.

    Delta for American vs. European Options

    The Black-Scholes formula technically applies to European options (no early exercise). American options, which can be exercised early, have slightly different delta values—particularly for ITM puts and deep ITM calls near dividend dates. Most options traded on US exchanges are American-style, and platforms use modified models (binomial trees, etc.) that account for early exercise.

    For practical purposes, the difference is small except in specific situations (deep ITM puts, options on stocks with large upcoming dividends).