Skip to main content
  1. Passive_investments/

The Options Wheel Strategy: A Popular Approach That Doesn't Work for Everyone

Chris W.
Author
Chris W.
Owning my financial freedom
Table of Contents
Options Trading - This article is part of a series.
Part 5: This Article

What is the Options Wheel Strategy?
#

The Options Wheel Strategy combines cash secured puts and covered calls into a continuous cycle of premium collection. It’s one of the most popular income strategies in the options world - but popular doesn’t mean it works for everyone. Here’s an honest look at the strategy, including why I’ve moved away from it.

Prerequisites: This article assumes you understand cash secured puts and covered calls. If not, read these first:

The Wheel combines two strategies you may already know:

  1. Sell cash secured puts until you get assigned shares
  2. Sell covered calls on those shares until they get called away
  3. Repeat - back to selling puts

Sounds elegant, right? In theory, you’re collecting premium at every stage. In practice… it’s more complicated.

How the Wheel Works
#

graph TD
    A[Start with Cash] -->|Sell Cash Secured Put| B{At Expiration}
    B -->|Stock > Strike| C[Keep Premium
No Assignment] C --> A B -->|Stock < Strike| D[Assigned: Buy 100 Shares] D -->|Sell Covered Call| E{At Expiration} E -->|Stock < Strike| F[Keep Premium
Keep Shares] F --> D E -->|Stock > Strike| G[Called Away: Sell Shares] G --> A classDef primary fill:#2a9d8f,stroke:#1f7a6a,stroke-width:2px,color:#fff classDef success fill:#22c55e,stroke:#16a34a,color:#fff classDef warning fill:#f59e0b,stroke:#d97706,color:#fff class A primary class C,F success class G warning

The Four Stages
#

Sell Cash Secured Put

You start with cash and sell a put option on a stock you want to own.

  • If stock stays above strike → Keep premium, repeat
  • If stock drops below strike → Get assigned, move to Stage 2

For full details on cash secured puts, see the dedicated article.

You Now Own 100 Shares

You’ve been assigned. Your cash became shares at the strike price minus the premium you collected.

This is the transition stage - you’re now a shareholder whether you planned to be or not.

Sell Covered Call

You sell a call option against your shares to generate income while waiting for the stock to recover.

  • If stock stays below strike → Keep premium, keep shares, repeat
  • If stock rises above strike → Shares called away, move to Stage 4

For full details on covered calls, see the dedicated article.

Shares Called Away

Your shares were sold at the strike price. You’re back to cash and can start the wheel again.

The cycle is complete. In a perfect world, you collected premium at every stage.

Why the Wheel is Popular #

The Appeal
  • Systematic approach - Clear rules at every stage
  • Income at every step - Collect premium whether you own shares or not
  • Feels safe - Based on stocks you want to own anyway
  • Works in sideways markets - Doesn’t need big moves to profit

The Problem: When the Wheel Breaks Down
#

Here’s what the YouTube videos and blog posts don’t always tell you:

graph TD
    A[Sell Put at $100 Strike
Collect $2 Premium] --> B[Stock Drops to $85
You're Assigned] B --> C[Sell Covered Call
$90 Strike for $1 Premium] C --> D{Stock Keeps Dropping} D -->|Stock at $75| E[Call Expires Worthless
You Keep $1 Premium] E --> F[Sell Another Call
$80 Strike for $0.50] F --> G[Stock Drops to $70] G --> H[Trapped: Can't Sell Calls
Above Your Cost Basis] classDef danger fill:#ef4444,stroke:#dc2626,color:#fff classDef critical fill:#b91c1c,stroke:#991b1b,color:#fff class B,G danger class H critical
The Trap

When a stock keeps dropping after assignment, you’re stuck. You can either:

  • Sell calls below your cost basis (locking in a loss if assigned)
  • Sell calls so far out-of-the-money the premium is worthless
  • Hold and wait, collecting nothing

This is exactly what happened to me. Multiple times.

My Honest Experience with the Wheel
#

Personal Note: Despite the Wheel being popular, it hasn’t worked for me. I’ve been most profitable trading cash secured puts and covered calls as separate strategies rather than a combined wheel.

What Kept Going Wrong
#

Here’s my typical wheel experience:

  1. Sell a cash secured put on a quality stock I want to own
  2. Get assigned - stock drops below strike
  3. Sell a covered call trying to generate income while holding
  4. Stock keeps dropping - my covered call expires worthless
  5. Sell another call at an even lower strike
  6. Stock drops more - now I can’t sell calls above my cost basis without locking in losses

At this point, I’m trapped. The “wheel” has become a one-way trip to bagholding.

The Numbers Don’t Lie
#

Example: My SOFI Wheel Gone Wrong

Initial CSP: $8 strike, collected $0.40
Assigned at: $7.50 (cost basis: $7.60)

Covered Call #1: $8 strike, collected $0.25
Stock dropped to: $6.80 (call expired worthless)

Covered Call #2: $7.50 strike, collected $0.20
Stock dropped to: $6.20 (call expired worthless)

Covered Call #3: $7 strike, collected $0.15
Stock dropped to: $5.50 (call expired worthless)

Result after 4 months:
- Total premium collected: $1.00
- Stock loss: $2.10 per share
- Net loss: -$1.10 per share (-$110 per contract)
Outcome

The premiums didn’t even come close to offsetting the stock decline.

What I Do Now: Trade Them Separately

Cash Secured Puts:
- Only sell on stocks I genuinely want to own
- If assigned, I'm happy to hold - no pressure to sell calls
- If stock drops further, I might sell MORE puts at lower strikes

Covered Calls:
- Only sell on stocks I WANT to exit
- If I'm assigned, great - I wanted out anyway
- Never sell calls on stocks I want to keep long-term
Result

Much better returns because I’m not forcing trades that don’t make sense.

Why I Trade CSPs and Covered Calls Separately
#

Cash Secured Puts: My Main Income Strategy
#

I sell cash secured puts on quality stocks I want to own. Period.

  • If not assigned: Great, I keep the premium and sell another put
  • If assigned: Great, I now own a stock I wanted at a discount
  • If stock keeps dropping: I hold because I believe in the company. I might even sell more puts at lower strikes to average down.

I don’t immediately try to wheel out of the position. That’s where I used to go wrong.

Covered Calls: Only When I Want Out
#

I only sell covered calls in one specific situation:

My Covered Call Rule

I sell covered calls only when I already own a stock and want it to be called away because I’m no longer interested in holding it.

This completely changes the psychology:

  • I’m not chasing premium while hoping the stock recovers
  • I’m actively trying to exit a position while collecting some income on the way out
  • If the stock rallies and gets called away - perfect, that’s what I wanted

The Key Difference
#

graph LR
    subgraph "Wheel Strategy"
    A1[Forced to Sell CC] --> B1[Hope Stock Recovers]
    B1 --> C1[Chase Premium]
    C1 --> D1[Often Trapped]
    end

    subgraph "My Approach"
    A2[Choose to Sell CC] --> B2[Want to Exit Position]
    B2 --> C2[Premium is Bonus]
    C2 --> D2[Win Either Way]
    end

    classDef bad fill:#ef4444,stroke:#dc2626,color:#fff
    classDef good fill:#22c55e,stroke:#16a34a,color:#fff

    class D1 bad
    class D2 good

When the Wheel Might Work
#

I’m not saying the wheel never works. It can work well when:

Wheel-Friendly Scenarios
  • Sideways markets - Stock oscillates in a range
  • Stable blue chips - Low volatility, consistent dividends
  • Small position sizes - You can afford to be wrong
  • Long time horizon - Years, not months
  • Tax-advantaged accounts - No tax drag from frequent trading
Wheel-Breaking Scenarios
  • Trending down markets - Stocks keep falling after assignment
  • Growth stocks - High volatility, no dividends to cushion
  • Concentrated positions - Too much capital in one wheel
  • Need income now - Can’t wait for stocks to recover
  • Impatient traders - Forcing trades to “stay in the wheel”

Risk Comparison
#

Aspect Pure Wheel Separate CSP/CC
Complexity Medium - systematic Low - situational
Flexibility Low - must follow cycle High - trade what makes sense
Trap Risk High - forced into bad CCs Low - no forced trades
Psychology Frustrating when stuck Cleaner decision-making
Best For Sideways markets Any market condition

Best Practices If You Still Want to Wheel
#

If you’re set on trying the wheel, here are some guidelines:

Wheel Requirements
  1. Only wheel stocks you’d hold for 5+ years - Not just “stocks you like”
  2. Keep positions small - Max 5% of portfolio per wheel
  3. Accept you might get stuck - Have a plan for extended holding periods
  4. Don’t force covered calls - It’s okay to skip a cycle
  5. Track your actual returns - Premium isn’t profit if the stock tanks

Strike Selection
#

Phase Delta Target Distance from Price
CSP -0.20 to -0.30 5-15% below current
CC 0.20 to 0.30 5-15% above cost basis

DTE (Days to Expiration)
#

Aim for 30-45 DTE for optimal theta decay. This gives you:

  • Enough time for the stock to move
  • Maximum time decay in your favor
  • Room to roll if needed

Interactive Calculator
#

Use this calculator to estimate potential wheel returns - but remember, these are best-case scenarios:

Wheel Strategy Estimator

Key Takeaways
#

  1. The wheel is popular but not perfect - It works in specific conditions
  2. Stocks don’t always cooperate - Dropping stocks break the cycle
  3. Forcing trades is costly - Don’t sell covered calls just to “stay in the wheel”
  4. Separate strategies offer flexibility - You don’t have to combine CSPs and CCs
  5. Personal experience matters - What works for others may not work for you

My Recommendation
#

What I Actually Do
  • Cash secured puts: My main income strategy on stocks I want to own
  • Covered calls: Only when I want to exit a position
  • The wheel: I’ve moved away from it - too many forced trades

I only buy quality stocks, so I don’t mind holding even if they drop. But I’m not going to chase covered call premiums on a falling stock just to say I’m “running the wheel.”

The best strategy is one that matches your goals, risk tolerance, and market conditions - not just the one with the catchiest name.


Disclaimer: This is educational content based on personal experience. Options trading involves risk and is not suitable for all investors. What doesn’t work for me might work for you - do your own research!

Options Trading - This article is part of a series.
Part 5: This Article

Related