Poker Combinatorics: How to Count Hand Combinations

Last updated: May 12, 2026

Poker combinatorics is the math of counting how many distinct ways each starting hand can be dealt from a 52-card deck. There are exactly 1,326 possible two-card starting hand combinations in Texas Hold'em — derived from C(52,2) = 52 × 51 / 2. Every pocket pair has 6 combinations, every non-paired hand has 16 combinations (4 suited + 12 offsuit), and counting these combinations precisely tells you how likely an opponent is to hold any specific hand range. When a board card or your own hand removes cards from the deck, the number of available combinations drops by a calculable amount — typically 25–50% for hands that include the blocked card. This page covers every formula you need to count combos, apply blocker reductions, and use combinatorics to make more accurate range reads.

What Is Poker Combinatorics?

Poker combinatorics applies the mathematical principle of combinations — C(n,r) = n! / (r! × (n−r)!) — to counting how many distinct two-card hands can be formed from a 52-card deck. The result is always 1,326. This number is the denominator of every probability calculation in range analysis. When you say an opponent “3-bets with 5% of hands,” you are saying they hold roughly 66 out of 1,326 possible combinations. The ability to count these combinations precisely — rather than thinking of ranges as fuzzy percentages — is what separates systematic range analysis from guesswork.

Why combinations specifically? Because the two hole cards you and your opponent hold are drawn without regard to order. You can hold A♠K♥ or K♥A♠, but those are the same hand. Combinations (not permutations) capture this correctly. The formula C(52,2) correctly counts each pair of cards once: 52 × 51 / 2 = 1,326. Every specific holding — A♠A♥, K♣2♦ — is exactly one of these 1,326 combinations.

Understanding combinatorics also makes hand probability intuitive. AA has 6 combos out of 1,326: your opponent holds aces with probability 6/1326 = 0.45% before any other information. A hand like AK is 2.7× more likely (16/1326 = 1.2%), and a random unpaired hand type is even more common. These ratios govern every pre-action range estimate.

Counting Combos — Pocket Pairs, Suited and Offsuit Hands

The three hand type formulas you must memorize:

Pocket pairs use C(4,2): There are 4 cards of each rank (one per suit). You choose 2 of the 4 to form a pair. C(4,2) = 4! / (2! × 2!) = 6. This is always exactly 6, for every pair: 22 has 6, TT has 6, AA has 6. With 13 ranks, there are 13 × 6 = 78 total pocket pair combos.

Suited non-paired hands use a direct count: For AKs, you need an Ace and King of the same suit. There are 4 suits, giving exactly 4 combinations: A♠K♠, A♥K♥, A♦K♦, A♣K♣. Any suited hand type has exactly 4 combos.

Offsuit non-paired hands use 4 × 4 − 4: For AKo, you need an Ace of one suit and a King of a different suit. There are 4 aces and 4 kings, giving 4 × 4 = 16 cross-suit pairs, minus the 4 same-suit pairs counted as suited. Result: 12 offsuit combos.

Total for any non-paired hand (e.g., AK): 4 suited + 12 offsuit = 16 combos. This applies universally — AQ has 16, KJ has 16, 87 has 16. The breakdown is always 4 suited and 12 offsuit.

Hand TypeFormulaCombosNote
Pocket Pair (e.g., AA)C(4,2) = 664 suits, choose 2
Suited Non-Pair (e.g., AKs)4 × 1 = 44One per suit
Offsuit Non-Pair (e.g., AKo)4 × 4 − 4 = 1212All cross-suit pairs minus suited
Any Non-Paired Hand (AK total)4 + 12 = 1616Suited + offsuit
All Pocket Pairs Combined13 × 6 = 7878One per rank
All Suited Non-Pairs78 × 4 = 31231278 unique suited hand types
All Offsuit Non-Pairs78 × 12 = 93693678 unique offsuit hand types
Total Starting HandsC(52,2) = 1,3261,32678 + 312 + 936

These numbers verify: 78 + 312 + 936 = 1,326 — the full deck.

Blocked Combos — How Cards in Your Hand and on the Board Reduce Combinations

Every card that appears in your hand or on the board removes that card from the “available deck” and reduces the number of combinations your opponent can hold for any hand containing that card. This is the foundation of blocker theory and explains why range reads must be updated continuously as new cards are revealed.

The math is straightforward. For pocket pairs: if one card of a rank is already visible (held by you or on board), your opponent needs 2 of the remaining 3 cards of that rank. C(3,2) = 3 — a 50% reduction from the baseline 6 combos. If two cards of the same rank are visible, C(2,2) = 1 — only one pair combination remains. For non-paired hands: removing one card of a rank (say, holding A♥) reduces suited AX hands from 4 to 3 (lose A♥X♥) and offsuit AX from 12 to 9 (lose A♥Ko, A♥Qo, etc.), for a total reduction from 16 to 12 — a 25% drop.

Board cards work identically to your held cards as blockers. A King on the board reduces KK from 6 to 3 remaining combos. Two kings on the board reduce KK to just 1 combo. A♠ on the board removes A♠ from all of your opponent's possible hands — every AX suited hand in spades is eliminated, and every AXo hand containing A♠ is eliminated.

ScenarioAffected HandNormal CombosRemaining CombosReduction
You hold A♥ (one Ace)AA6350% — C(3,2) = 3
Two Aces on board (A♠A♥)AA6183% — C(2,2) = 1
You hold A♥ (one Ace)AK (all)161225% — lose 1 AKs + 3 AKo
K on boardKK6350% — board K acts as blocker
You hold K♠K♥KK6183% — only K♦K♣ remains
A♠ on board + you hold A♥AA6183% — C(2,2) = 1

Practical Combinatorics — Reading Ranges with Combo Counts

Range analysis without combinatorics produces misleading results. Consider an opponent who 4-bets preflop and you assign them a range of AA, KK, QQ, AKs. Without counting, you might think this is “a few premium hands.” With combinatorics: AA = 6 combos, KK = 6 combos, QQ = 6 combos, AKs = 4 combos. Total: 22 combos out of 1,326 — roughly 1.7% of all hands. This is an extremely narrow range. If your opponent 4-bets much wider, you are significantly underestimating the bluff and merged hands in their range.

A worked example: You 3-bet from BTN with KK. Villain 4-bets from UTG. You know villain 4-bet bluffs from UTG are rare — their value range is likely AA, KK, QQ, AKs, AKo. Count: 6 + 6 + 6 + 4 + 12 = 34 combos. But you hold KK, so: you block 5 of the 6 KK combos — villain can have at most 1 KK combo (K♦K♣ if you hold K♠K♥). Adjusted total: 6 (AA) + 1 (KK) + 6 (QQ) + 4 (AKs) + 12 (AKo) = 29 combos. Among these, hands that beat you (AA): 6 combos = 6/29 = 21%. Hands you beat (QQ, AKs, AKo): 22 combos = 76%. Hands that tie or are even (KK): 1 combo = 3%. This precise breakdown informs whether calling or re-shoving is profitable.

Combinatorics for Bluff Selection

Combinatorics directly informs which hands make the best bluffs. A GTO-balanced bluffing range must contain a specific number of bluff combos relative to value combos — the ratio is determined by bet size. For a 2/3-pot bet, you need 2 value combos for every 1 bluff combo. If you have 12 value combos (e.g., the nut flush), you should include approximately 6 bluff combos.

Which 6 combos should you bluff with? Choose hands that:

1.

Block your opponent’s strongest calling hands (nut blockers) — hold the Ace of the flush suit to remove A-high flush combos from their calling range

2.

Do not block your opponent’s folding hands — avoid hands that appear in their strong-fold range

3.

Have low showdown value — you lose little by being called and shown a better hand

For example, on a K♠Q♠J♠ river, you hold A♠5♥. Your A♠ blocks the nut flush: opponent cannot hold A♠X♠. This removes 9 nut flush combos from their calling range (A♠K♥, A♠Q♥, A♠J♥, etc.), making your bluff more likely to succeed. Compare: bluffing with 9♦8♦ (no spade blockers) — opponent can hold any A♠X♠ and will call with the nuts, making your bluff less profitable.

Definitions

Combination (Combo)
One specific two-card hand instance, distinguished by the suits of both cards — e.g., A♠K♥ is one of 16 AK combinations.
C(n,r) — Binomial Coefficient
The mathematical function for counting combinations: C(n,r) = n! / (r! x (n-r)!). For poker pairs: C(4,2) = 6.
Blocked Combo
A combination made impossible because one or both required cards are visible in your hand or on the board.
Nut Blocker
A card you hold that removes the strongest possible hand (the nuts) from your opponent's range — e.g., holding the A♠ on a spade flush board blocks the nut flush.
Combo Count Reduction
The decrease in available combinations caused by a blocker card. Holding one card of a pair rank reduces that pair from 6 to 3 combos (C(3,2) = 3).
Hand Matrix
A 13x13 grid showing all 169 unique starting hand types: pocket pairs on the diagonal, suited hands above, offsuit hands below.

Frequently Asked Questions

How many starting hand combinations are there in Texas Hold'em?

There are exactly 1,326 possible two-card starting hand combinations in Texas Hold'em. The calculation uses the binomial coefficient: C(52,2) = 52! / (2! x 50!) = 52 x 51 / 2 = 1,326. This number represents every distinct pair of cards that can be dealt from a standard 52-card deck, where order does not matter (A♠K♥ is the same hand as K♥A♠). The 1,326 total breaks down as: 78 pocket pair combos (13 ranks x 6 combos each), 312 suited non-pair combos (78 hand types x 4 combos each), and 936 offsuit non-pair combos (78 hand types x 12 combos each). 78 + 312 + 936 = 1,326.

How many combinations does a pocket pair have?

Every pocket pair has exactly 6 combinations. The formula is C(4,2) — choosing 2 cards of the same rank from the 4 available suits. C(4,2) = 4! / (2! x 2!) = 6. For aces, the 6 specific combos are: A♠A♥, A♠A♦, A♠A♣, A♥A♦, A♥A♣, A♦A♣. This applies identically to every pocket pair rank — 22 has 6, 55 has 6, KK has 6, AA has 6. With 13 possible pair ranks, the total is 13 x 6 = 78 pocket pair combinations in a full deck.

How many combinations does AK have?

AK has 16 total combinations: 4 suited (AKs) and 12 offsuit (AKo). For AKs: there are 4 suits, and you need both an Ace and King of the same suit, giving exactly 4 combos — A♠K♠, A♥K♥, A♦K♦, A♣K♣. For AKo: there are 4 aces and 4 kings, giving 4 x 4 = 16 cross-rank pairings, but we subtract the 4 same-suit pairings already counted as AKs, leaving 12 offsuit combos. Total: 4 + 12 = 16. This 16-combo rule applies to all non-paired hands: KQ has 16, JT has 16, 87 has 16.

How do board cards affect combo counts?

Each card on the board acts as a blocker, removing combinations from any hand that requires that card. If a King appears on the board, your opponent can no longer hold KK with that specific King — reducing KK from the baseline 6 combos to C(3,2) = 3 combos (they choose 2 from the remaining 3 Kings). Similarly, the board King removes it from all KX hands: AK drops from 16 to 12 combos (lose 1 AKs and 3 AKo containing that King suit), KQ drops from 16 to 12, and so on. By the river, with 5 community cards visible, many hands have been reduced significantly — especially pairs of ranks that appear on the board.

What happens to combo counts when I hold a specific card?

Holding a card has the same effect as a board card — it removes that card from the available deck and reduces every combination that requires it. If you hold A♥, your opponent cannot have any hand containing A♥. AA drops from 6 to C(3,2) = 3 combos (they need 2 of the 3 remaining Aces). AKs drops from 4 to 3 (A♥K♥ is now impossible). AKo drops from 12 to 9 (all AKo combos with A♥ are eliminated). Total AK drops from 16 to 12 — a 25% reduction. This is why holding an Ace is a powerful preflop blocker: it dramatically reduces the number of AA and Ax combos in your opponent's range.

Why does the ratio of value to bluff combos matter?

The ratio of value combos to bluff combos in your betting range determines whether your opponent can profitably call or fold at equilibrium. This ratio is directly tied to the pot odds your bet creates. For a bet of size B into a pot of size P, your opponent needs equity of B/(P+2B) to break even on a call. For your range to be balanced, your bluff combos must equal value combos x [break-even call equity / (1 minus break-even call equity)]. Concretely: a 2/3-pot bet gives break-even equity of about 29%, so you need roughly 1 bluff combo per 2 value combos. If you have 12 value combos (e.g., sets on the river), you should bluff with approximately 6 combos to remain unexploitable. More than 6 bluffs and observant opponents profit by calling every bet; fewer than 6 and they profit by folding.

How do I apply combinatorics at the table in real time?

You do not need to calculate every combo during a hand. Instead, memorize the key anchors and apply them as fast mental shortcuts. The core anchors: every pair = 6 combos, every unpaired hand = 16 combos, one blocker card reduces a pair by 50% (to 3), one blocker reduces an unpaired hand by 25% (to 12). Use these to quickly assess how likely specific hands are. For example: opponent 3-bets and you put them on QQ+, AK. Count: 6 + 6 + 6 + 16 = 34 combos. You hold A♠K♦ — you block AK by 50% (from 16 to 8 combos, since you hold 2 of the 4 suits involved). Adjusted: 6 + 6 + 6 + 8 = 26 combos. Among those 26, AA/KK/QQ that beat you = 18 combos (69%). AK that ties = 8 combos (31%). A shove is unprofitable unless opponent folds some of those 18 hands. This kind of real-time combo counting is achievable with 20-30 deliberate practice sessions off-table.

Related Guides

Poker Ranges ExplainedPoker Math ExplainedHand Matchups & EquityPoker Bluffing StrategyGTO Poker Basics

Put combinatorics into practice

Enter any two hands into RiverOdds to see exact equity — then use combo counting to weight how often each matchup appears in real range vs range situations.

Try the RiverOdds Calculator →