# Options Bid-Ask Spread and Execution Cost

Learn what bid, ask, midpoint, absolute spread, and relative spread mean, how quote direction changes buy and sell economics, and how spread costs affect options P&L and limit orders.

Canonical: https://wiki.fcontext.com/options/bid-ask-spread/
Fact checked: 2026-07-13

> For educational purposes only; not investment advice.

<a id="answer"></a>

## Direct answer

The **bid** is the highest displayed price currently offered by buyers for an option, and the **ask** is the lowest displayed price currently offered by sellers. Their difference is the **bid-ask spread**:

`Spread = ask - bid`

A marketable option purchase normally executes at or near the ask; a marketable sale normally executes at or near the bid, subject to available size, routing, price improvement, and changing quotes. The midpoint is an arithmetic reference, not a guaranteed trade.

<a id="mechanism"></a>

## Measuring and using the spread

`Midpoint = (bid + ask) / 2`

`Absolute spread = ask - bid`

`Relative spread = (ask - bid) / midpoint`

The absolute spread converts directly to dollars with the multiplier. A `$0.30` spread is `$30` for one standard 100-multiplier contract if a trader crosses from ask to bid while the market is unchanged. The relative spread shows friction compared with the option's price and is especially useful when comparing low- and high-premium contracts.

Bid and ask are directions, not fixed values. A long holder selling closes toward the bid; a short writer buying back closes toward the ask. A seller opening a new short position also trades toward the bid if using a marketable order. Platforms may mark all positions at midpoint, but that does not make midpoint proceeds available.

A limit buy sets the maximum acceptable price, and a limit sell sets the minimum acceptable price. An order inside the spread can receive price improvement if another participant trades with it, but it may remain unfilled while the underlying and option value move. Repeatedly changing a limit without refreshing the quote can chase a stale midpoint.

For a multi-leg strategy, the relevant friction is the package's net bid and ask plus the leg ratios and fees. Adding individual leg spreads gives a rough warning, not necessarily the executable package price. A complex order can trade as a unit, while legging separately creates interim Delta, Vega, and price risk.

<a id="example"></a>

## Entry, mark, and realized exit

Assume a standard call is quoted `$2.35 bid / $2.65 ask`:

`Midpoint = ($2.35 + $2.65) / 2 = $2.50`

`Spread = $2.65 - $2.35 = $0.30`

`Relative spread = $0.30 / $2.50 = 12%`

A marketable long purchase at `$2.65` costs `$265`. If it is immediately sold at an unchanged `$2.35` bid, proceeds are `$235` and the spread loss is `$30` before fees.

Later, suppose the option quote rises to `$3.05 bid / $3.35 ask`. The midpoint mark is `$3.20`, which shows an unrealized gain of:

`($3.20 - $2.65) x 100 = $55`

But an immediately executable sale at the `$3.05` bid realizes only:

`($3.05 - $2.65) x 100 = $40`

The option moved favorably, yet `$15` of midpoint-marked gain is not available at the bid. An order might fill between bid and ask, but that is an execution outcome, not an entitlement.

Absolute spread alone can also mislead. A `$0.05 bid / $0.15 ask` option has only a `$0.10`, or `$10`, contract spread, but its midpoint is `$0.10` and relative spread is `100%`. A `$10.00 bid / $10.20 ask` option has a larger `$0.20` absolute spread but a relative spread of about `1.98%` around its `$10.10` midpoint.

<a id="risks"></a>

## Spread-related risks

- **Midpoint P&L:** account marks can overstate cash available on exit.
- **Immediate crossing cost:** entering at ask and exiting at bid creates a loss with no market move.
- **Quote movement:** bid and ask can change before an order reaches the market.
- **Size limitation:** the best price may cover fewer contracts than the order.
- **Low-price percentage trap:** a small dollar spread can consume most of a cheap option's value.
- **Stale last trade:** last is not a substitute for current bid and ask.
- **Limit non-fill:** price control can mean missing the trade or receiving only a partial fill.
- **Market-order slippage:** execution can occur beyond the displayed best price when depth is insufficient.
- **Multi-leg asymmetry:** one leg's spread or failed fill can dominate the package result.
- **Volatility-event widening:** quotes often widen when hedging risk or uncertainty rises.
- **Adjusted-contract spread:** nonstandard deliverables can have sparse, unusually wide markets.
- **Fee interaction:** commissions and per-contract fees add to spread friction.

Before entering, translate the spread into dollars per contract and as a percentage of midpoint, then calculate entry at the intended side, immediate liquidation value, target-exit bid, and a widened-spread stress case. Use current sizes and timestamps, not a remembered quote.

<a id="misconceptions"></a>

## Common misconceptions

**“Midpoint is the option's true price.”** It is the average of displayed bid and ask.

**“The spread is paid as a separate fee.”** It appears through different buy and sell execution prices.

**“A `$0.10` spread is always cheap.”** Relative to a `$0.10` midpoint, it is 100%.

**“A limit order guarantees a midpoint fill.”** It guarantees neither a fill nor the midpoint.

**“Last inside the spread proves I can trade there now.”** The order may be gone and market conditions may have changed.

<a id="related"></a>

## Related topics

- [Options Liquidity](/options/liquidity/)
- [Options Order Types](/options/order-types/)
- [Option Chain](/options/option-chain/)

<a id="sources"></a>

## Authoritative sources

- [Options Basics](https://www.optionseducation.org/optionsoverview/options-basics) - Options Industry Council (accessed 2026-07-13)
- [Characteristics and Risks of Standardized Options](https://www.theocc.com/company-information/documents-and-archives/options-disclosure-document) - OCC (accessed 2026-07-13)