Preflop Poker Odds

Explore all 169 abstract Hold’em starting-hand classes, their concrete combination counts, and reproducible equity estimates against a random legal hand. The preflop poker odds view keeps class labels separate from the specific cards actually sampled.

Selected classAA
Concrete combinations6
Equity vs random85.69%
Method5,000 MC

Seed family: poc-preflop-v1; generated 2026-07-23; algorithm 1.1.0.

How the result is built

A Hand Class Represents Multiple Card Combinations

Pair, suited, and offsuit labels expand to physical two-card combinations. A known ace of spades removes every combination containing that exact card.

Known blocker
PairSuitedOffsuit
A Hand Class Represents Multiple Card Combinations
Hand classBefore blockerAfter A-spades blockerRemoved
AA633
AKs431
AKo1293
The familiar 6/4/12 counts apply only before blockers. Filtering always operates on concrete cards.

The matrix encodes suitedness

Pairs occupy the diagonal. Cells above it are suited and cells below it are offsuit, producing four or twelve combinations respectively.

Random opponent means a defined range

The benchmark samples every legal opposing combination uniformly after removing your cards. It does not represent a typical open, call, or tournament range.

Equity is not a starting-hand command

Position, stack depth, future action, rake, and opponents determine strategic value. The matrix reports showdown probability under one explicit comparison.

Weight starting-hand classes by combinations

Before blockers, six suit pairings produce paired hole cards; matching suits produce four versions of two different ranks, and unmatched suits produce twelve. Equal-sized cells in a 13-by-13 grid therefore do not represent equally frequent deals. Strategy comparisons should account for the suit combinations still available.

Worked examples

Pocket aces

Six suit combinations belong to AA, but fixing one exact pair blocks two aces from the opponent deck.

Ace-king suited

Four concrete same-suit combinations make AKs, each with different blocked flush cards.

Frequently asked questions

Why are there only 169 labels?

Suit-isomorphic starting hands collapse 1,326 concrete combinations into classes.

What does random hand mean?

Every legal opposing two-card combination receives equal weight.

Are the equity values exact?

The data identifies whether a value is exact or a fixed-seed simulation.

Can I inspect concrete cards?

Yes. Selecting a class reveals a card-image example and links to the calculator.

Continue with the right tool