SolverNote

Expected Value (EV): The Foundation of Poker Decisions

SolverNote Editorial5 min readMental
Article contents

Poker is a game of decision-making under incomplete information — every check, call, bet, and raise is a choice made in uncertainty. The only objective standard for the quality of a decision is not the outcome of this single hand, but the average gain or loss across an infinite number of similar situations: this is expected value (EV). Starting from the math definition, this article uses real poker examples to show how to apply EV thinking to preflop fold/call decisions, postflop sizing, and value/bluff selection — and addresses common pitfalls: why result-based judgment is wrong, and why a player committed to high-quality decisions can stay calm even after losing a hand.

What Is Expected Value

Expected value is a foundational concept in probability theory. Given a decision that leads to multiple possible outcomes, each with its own probability and payoff, the expected value is the weighted average of all outcomes:

EV = Σ (probability of each outcome × payoff of each outcome)

Take a coin-flip example. A friend offers a bet: flip a coin — heads, you win $10; tails, you lose $8. Take the bet?

EV per flip:

EV = 0.5 × (+10) + 0.5 × (-8) = +1

EV is positive — this is a +EV decision. Even if the next flip costs you $8, the decision itself is still correct: as long as you can repeat it many times, you average +$1 per flip in the long run.

How to Compute EV in Poker

Each poker decision's EV is built from three components: probability of winning, loss when you lose, gain when you win.

A real example: you hold AhKh, and the flop is Qs 7h 2c. Your opponent shoves 100 into a pot of 150. Your decision is call or fold.

The EV of folding is clearly 0 (you lose nothing further; chips already in the pot are sunk costs).

EV of calling:

  • Your equity is roughly 25% (AKs has about 25% raw equity vs a typical value range — exact number depends on the opponent's range)
  • When you win, you scoop the current pot + the opponent's all-in: 150 + 100 = 250
  • When you lose, you lose 100

EV(call) = 0.25 × 250 + 0.75 × (-100) = 62.5 - 75 = -12.5

The EV of calling is negative — in theory, you should fold. But notice this result is highly sensitive to the equity estimate — if you think the opponent's range is wider (actual equity 30%), EV becomes 0.30 × 250 + 0.70 × (-100) = +5, a +EV decision.

This is the point: EV thinking is not a formula problem — it is a range judgment problem. The formula is always correct, but the input parameter (equity) comes from your estimate of the opponent's range — and that estimate is the core of poker skill.

EV vs Short-Term Results

The most common mistake new players make: thinking they played well when they win and badly when they lose. This "result-oriented thinking" reverse-engineers decision quality from single-hand results, which doesn't hold in any game with randomness.

A +EV decision can lose this hand; a -EV decision can win this hand. Variance is exactly the gap between "decision correctness" and "single-hand result."

One of the core mental disciplines for professional players is to decouple decision quality from results: as long as each decision is +EV, long-term profitability is a mathematical consequence; if you lose money short-term while making high-quality decisions, your sample size is just too small.

EV Thinking in Practice

Preflop Fold/Call Decisions

A typical situation: you hold JTs in the small blind. An MP player open-raises, BTN 3bets, BB folds. It's on you: call / 4bet / fold?

Apply the EV framework directly:

  • Call EV: JTs has roughly 38% raw equity vs an open + 3bet range, but OOP and multiway, realized equity drops, possibly to about 32%. Combining the chips you put in with the corresponding pot, net EV is near zero or slightly negative
  • Fold EV: 0
  • 4bet EV: usually negative (JTs faced with a 5bet is hard to handle)

Comparing the three, fold or a slightly negative call are both reasonable. Which one to lean toward depends on your read of the opponent's 3bet range and the pot odds.

Postflop Sizing

Bet sizing is fundamentally an EV optimization problem. The bigger you bet, the more often opponents fold (bluff bets profit more); but the bigger you bet, the more value bets win when called too. Correct sizing depends on the value:bluff ratio of your range — which is the heart of range thinking.

Value Bets and Bluffs

  • Value bet EV source: opponent calls with worse
  • Bluff bet EV source: opponent folds better

Both are different forms of +EV decisions; calculate each separately before every action.

Common Mistakes

Mistake 1: Looking only at results. "I just lost AA to 72o — they got lucky." → The opponent's decision may have been +EV in itself; this hand just happened to win. Evaluate decision quality and outcome separately.

Mistake 2: Substituting equity for EV. Equity is just one input to EV — it's not EV itself. Even with 60% raw equity, if you bet and the opponent calls with better and folds with worse, your net EV can still be negative.

Mistake 3: Ignoring the opponent's range, looking only at your hand. EV calculation depends on the opponent's range. The same JJ has a completely different EV against a loose player's 3bet vs a tight player's 3bet.

Mistake 4: Chasing short-term variance. Seeing yourself losing tonight and increasing the stakes to "win it back." That's a -EV decision stacked on top of emotional bankroll management — the most common watershed between amateur and pro.

Summary

EV is the single objective standard for poker decisions. Good poker players:

  1. Ask themselves "is this +EV?" on every decision
  2. Estimate equity from the opponent's range, not from their own hand alone
  3. Don't reverse-engineer decision quality from single-hand results
  4. Accept variance and play the long game

In later articles we'll apply the EV framework to specific scenarios: 3bet strategy, continuation betting, ICM tournament decisions, and so on. Behind every strategy is the same question: which option has the highest EV?

#EV#expected value#decision-making#math