← Math & statistics

Poker Odds Calculator for Texas Hold'em

Enter Texas Hold'em hole cards and board cards, or use the quick outs and 5-card hand tables. Check hand odds, draw hit rate, and equity versus random opponents in one place.

Standard 52-card Hold'em is supported. Exact enumeration is used whenever it is fast enough; heavy cases fall back to Monte Carlo simulation with fixed seeds for reproducibility.

Other languages 日本語 | English | 简体中文 | 繁體中文 | 繁體中文(香港) | Español | Português (Brasil) | Bahasa Indonesia | 한국어 | Français | हिन्दी | العربية

Choose the right poker odds mode

Use Hold'em distribution when you want final hand categories from your two hole cards and any known board cards. Use Equity simulation when you want win, tie, and lose estimates against 1 to 8 random opponents.

Start with the hand odds table, then jump to outs, Hold'em hand distributions, or equity simulation versus random opponents.

Hand Count Probability 1 in N

Based on 5-card hands from a 52-card deck (no jokers).

Use this first tab for unconditional 5-card hand frequencies. Switch to Outs when you are counting draw cards, or to Equity when opponents matter.

Result meaning: these are unconditional odds across all possible 5-card hands.

Examples

Interpretation & quick tips

Outs: exact hit probability

If there are outs cards that help you, and you have k cards to come, the “hit at least once” probability is:

P(hit) = 1 − C(remaining − outs, k) / C(remaining, k)

In Hold’em from the flop, remaining = 47 and k = 2 (turn + river).

Pot odds (break-even threshold)

If the pot is P and you must call C to continue, the break-even win probability (ignoring future betting) is C / (P + C). This is just a math threshold, not a strategy recommendation.

Common pitfalls

References

How to use poker odds results

Use the tabs for different questions: exact 5-card hand frequencies, outs hit rates, Hold'em hand distributions, and equity simulation versus random opponents.

For a Texas Hold'em hand

  1. Open Hold'em distribution or Equity simulation.
  2. Select your two hole cards, then add any known flop, turn, or river cards.
  3. Use distribution for final hand categories, or equity for win/tie/lose estimates against random opponents.

Exact odds vs simulation

Hand tables and outs use combinatorics when the card states are simple enough to enumerate exactly. Equity against random opponents uses simulation for heavier scenarios, so increase trials for close spots and keep the seed fixed when you need a reproducible comparison.

Reading outs and equity

Outs are distinct unseen cards that improve to the selected target. Equity is win plus a share of ties against random hands; it is not a range-vs-range solver or strategy recommendation.

What this calculator does not cover

The card picker is built for standard 52-card Texas Hold'em. It is not a short-deck, 3-card Hold'em, bomb-pot, range-vs-range, or next-move strategy solver.

Common mistakes to avoid

See also

FAQ

What are the odds of each poker hand?

The table lists exact 5-card hand counts and probabilities from a 52-card deck, plus the reciprocal frequency (1 in N).

What is the hit rate for a 9-out flush draw?

From the flop (known=5), the exact chance to hit by the river is 1 - C(38,2)/C(47,2) ≈ 34.97%.

How are hand distributions different from equity?

Distributions ignore opponents and show only your final hand category. Equity simulates win/tie/lose odds against random opponents.

Why use a simulation seed?

A seed keeps the random stream fixed so results are reproducible across runs and shared URLs.

How many simulation trials should I run?

Use a small trial count for quick exploration, then increase trials when comparing close equity spots. Keep the same seed when you want two runs to be reproducible.

Can I enter Texas Hold'em hole cards and board cards?

Yes. Use Hold'em distribution or Equity simulation, select 2 hole cards, add any known board cards, then run the calculation. Distribution shows final hand categories; equity estimates win, tie, and lose rates against random opponents.

Does this support short deck, 3-card Hold'em, or range-vs-range equity?

No. This calculator is scoped to a standard 52-card deck and Texas Hold'em-style hole and board cards. It does not model short deck, 3-card Hold'em, bomb pots, opponent ranges, or next-move strategy.

Related

How it's calculated