EV Calculator: Call, Fold, or Raise Decision Math
June 2, 2026

EV_call = (W% × $W) − (L% × $L). Fold = $0 baseline. Compare call, fold, and raise with fold-equity branch. Four verified spots and a post-session optimization checklist.
- expected value
- EV calculator
- pot odds
- fold equity
- decision optimization
- poker math
- call or fold
Every poker decision has an expected value. Fold EV = $0 always—the baseline. Call and raise each have a dollar EV; pick the action with the highest number. You do not need to "feel" whether a call is close—you calculate it.
An EV calculator automates the math: input pot, bet, equity, optional fold equity, and it returns dollar EV per action. This article teaches the formulas so you can optimize decisions in review.
Core EV Formula
For a single action (call or bet) with no fold branch:
EV = (W% × $W) − (L% × $L)
Where:
- W% = probability you win at showdown (equity, 0–1)
- L% = 1 − W%
- $W = amount you gain if you win (pot + villain's bet, net of your investment)
- $L = amount you risk (call amount or bet size)
Fold EV = $0. Any action must beat zero to be correct.
Call EV — Pot Odds Pre-Check
Before full EV math, quick filter:
Required equity = Call ÷ (Pot + Call)
If W% < required equity and no implied odds → call is −EV. Calculator confirms exact dollars.
| Pot | Call | Required equity | W% = 40% | W% = 28% |
|---|---|---|---|---|
| $90 | $30 | 30/120 = 25.0% | +EV call | — |
| $80 | $40 | 40/120 = 33.3% | +EV call | −EV call |
Full EV when W% = 40%, pot $80 facing $40 bet, $W = $120 (pot + bet), $L = $40:
EV = 0.40 × $120 − 0.60 × $40 = $48 − $24 = +$24
When W% = 28%:
EV = 0.28 × $120 − 0.72 × $40 = $33.60 − $28.80 = +$4.80 — positive but thin.
When W% = 25% (exact breakeven):
EV = 0.25 × $120 − 0.75 × $40 = $30 − $30 = $0
Raise EV — Adding the Fold Branch
When raising, you win two ways:
EV_raise = (F × P) + (1 − F) × (W% × $W − $L_raise)
Where:
- F = fold frequency to your raise
- P = pot before your raise
- $L_raise = your raise amount at risk
- $W = total pot if called and you win
Compare EV_raise vs EV_call vs $0 (fold). Highest wins.
Four Worked Spots
Spot 1 — Thin +EV call
Hero calls SB shove with AQ. Equity 47% vs estimated range. Pot to win $13, call at risk $11:
EV = 0.47 × $13 − 0.53 × $11 = $6.11 − $5.83 = +$0.28
Fold = $0. Call is optimal—+$0.28 per occurrence.
Spot 2 — Call that fails
Same structure, equity drops to 40%:
EV = 0.40 × $13 − 0.60 × $11 = $5.20 − $6.60 = −$1.40
Fold beats call.
Spot 3 — Raise vs call (bluff with fold equity)
Pot $187, hero bets $125 as bluff. Villain folds 45%. If called, hero loses (W% ≈ 0):
EV_raise = 0.45 × $187 + 0.55 × (0 − $125) = $84.15 − $68.75 = +$15.40
If fold rate drops to 30%:
EV_raise = 0.30 × $187 + 0.70 × (−$125) = $56.10 − $87.50 = −$31.40
Same sizing, different F → action flips. EV is sensitive to fold estimate.
Spot 4 — Raise with semi-bluff backup
Pot $100, facing $60 bet. Hero raises to $160 ($100 more at risk). F = 40%, W% = 35% when called, $W = $100 + $60 + $160 = $320:
EV_raise = 0.40 × $100 + 0.60 × (0.35 × $320 − $100) = $40 + 0.60 × ($112 − $100) = $40 + $7.20 = +$47.20
EV_call (facing $60 into $100, W% = 35%): required equity = 60/220 = 27.3%:
EV_call = 0.35 × $160 − 0.65 × $60 = $56 − $39 = +$17
Raise ($47.20) > Call ($17) > Fold ($0)—but only if F = 40% is realistic.
Three-Action Comparison Table
| Action | Formula | When it wins |
|---|---|---|
| Fold | $0 | Both call and raise negative |
| Call | W% × $W − L% × $L | Beats fold; beats raise if raise EV lower |
| Raise | F × P + (1−F) × (W% × $W − $L) | Beats call when fold equity + equity combo exceeds call EV |
Rule: pick max(EV_fold, EV_call, EV_raise). Ties within ~$0.50 at low stakes → prefer lower variance (usually call or fold over marginal raise).
Calculator Inputs
| Input | Source |
|---|---|
| Pot size | Hand history, current street |
| Bet to call | Villain's bet amount |
| Equity (W%) | Equity calculator vs villain range |
| Fold equity (F) | Line read, population tendency |
| Raise size | Your intended raise (often 2.5×–3×) |
Post-Session Checklist
| Step | Task |
|---|---|
| 1 | Write pot, bet, your hand, board |
| 2 | Assign villain range from line |
| 3 | Get W% from equity calculator |
| 4 | Compute EV_call; compare to $0 |
| 5 | If raise considered: estimate F, compute EV_raise |
| 6 | Pick highest EV action; log gap vs alternative |
| 7 | Sensitivity: W% ±5%, F ±10% — does optimal action flip? |
If optimal action flips within small input changes → marginal spot; either action acceptable.
Leaks EV Exposes
| Leak | EV reading | Fix |
|---|---|---|
| Calling below pot odds | Call EV negative | Fold |
| Folding above pot odds | Call EV positive, you folded | Call |
| Raising without fold equity | Raise < Call | Call or fold |
| Ignoring raise option | Call +EV but raise +more EV | Add raise to review |
| One-outcome thinking | "I won so call was good" | Re-run EV regardless of result |
Limits of EV Optimization
- Single-hand outcome — +$0.28 EV loses 53% of the time (Spot 1)
- Range work required — garbage W% → garbage EV
- Multi-street — calculator is usually single-decision; implied odds need manual bump
- ICM — tournament spots need ICM-adjusted $W and $L
EV optimization is repeatable decision quality, not certainty. Calculate every close spot; over 10,000 hands, the highest-EV action wins money.
Quick Reference
EV_call = (W% × $W) − (L% × $L)
EV_fold = $0
EV_raise = (F × P) + (1−F) × (W% × $W − $L_raise)
Pick: max(EV_call, EV_fold, EV_raise)
Breakeven call: W% = Call / (Pot + Call)
Log the spots where your table action disagreed with the math. That list is your study queue.