Poker Odds Calculator

Compare known Texas Hold’em hands for two to ten players. This poker odds calculator separates equity, outright wins, ties, and losses, then uses exact postflop enumeration when practical or a reproducible seeded simulation for larger preflop spaces.

No inputs leave this browser.

Player cards

Player 1
Player 2

Community board

Flop
Turn
River

How the result is built

How Poker Odds Are Calculated

A poker odds calculation starts with the cards already known. The calculator removes them from the deck, generates legal future boards, compares each player’s best five-card hand, and aggregates the outcomes.

Diagram showing player hole cards, community cards, possible future boards, and poker equity results calculated in the browser
Known cards define the remaining deck. Each legal future board is evaluated before the outcomes are combined into equity, win, tie, and loss percentages.
Calculation method

Simulation before the flop, exact enumeration after it

Before the flop, the possible five-card boards are numerous, so the calculator samples many valid boards with seeded Monte Carlo simulation. Once fewer community cards remain unknown, it can check every legal combination exactly. The result panel always identifies which method was used.

In the pictured flop, seven cards are known. That leaves 45 unseen cards and C(45, 2) = 990 unordered turn–river combinations, so every runout can be evaluated exactly.

  1. Remove known cards45 unseen cards remain
  2. Generate legal boards990 turn–river combinations
  3. Compare best fiveEvaluate both players
  4. Aggregate outcomesWin, tie, loss, and equity
Reading the result

Equity Is Not the Same as Win Percentage

This fixed flop has no tied runouts, so the hero’s 62.53% equity matches the 62.53% outright win rate. When split pots are possible, equity adds only the player’s fractional share of each tie; a two-way tie contributes half an outcome, not a full win.

  • Win 62.53%
  • Tie 0.00%
  • Loss 37.47%
Equity62.53%
Win62.53%
Tie0.00%
Loss37.47%

Fixed example · 990 exact outcomes

Equity = (wins + fractional tie shares) ÷ all legal outcomes

What the calculator measures

Win percentage counts boards where one player owns the sole best five-card hand. Tie percentage counts boards with shared winners. Equity divides each tied pot equally, so a three-way tie contributes one third of an outcome to each winner rather than a full win.

Every completed board is scored under the selected rule set. The percentages retain full floating-point precision in downloads even though the interface rounds them for reading.

Exact enumeration or seeded simulation

A flop or turn usually leaves few enough runouts to enumerate every unordered board completion. Preflop spaces are much larger, so Auto switches to Monte Carlo. A seed fixes the pseudo-random sequence: identical inputs, iteration count, and seed reproduce the same estimate.

The simulation interval describes sampling uncertainty around the estimate. It does not predict whether the next real deal will land inside that interval.

Reading multiway equity responsibly

Adding players changes both clean winning paths and the frequency of chopped pots. Compare equity rather than win rate alone when ties matter. The model knows only the cards supplied; it does not infer ranges, folds, rake, future action, or player skill.

Worked examples

Overpair against a flush draw

Load the example after a three-card flop. Exact mode enumerates every legal turn-river pair once, including boards that counterfeit a pair or complete both players’ draws.

Board plays for everyone

Choose a five-card royal flush on the board with unrelated hole cards. Every player ties, win rates remain zero, and equity is divided evenly.

Frequently asked questions

Why can equity differ from win percentage?

Equity includes each player’s fractional share of tied outcomes; win percentage counts only sole wins.

When is the result exact?

Exact mode visits every legal missing-board combination. The result is exact only for the entered cards, players, and rules.

What does a Monte Carlo seed do?

It initializes the local random generator so the same simulation can be reproduced.

Are my hole cards uploaded?

No. Selection, calculation, sharing, and file export run in this browser. A share URL contains cards only after you request it.

Continue with the right tool

Share Poker Odds Calculator

Send the localized homepage and its share preview to another poker enthusiast.