Counting Poker Hands From First Principles
In a hurry? Skip straight to the numbers.
Open the Poker Odds Calculator →The companion calculator gives the exact probability of every poker hand. Those figures are not memorized, they are counted, and the counting is a beautiful lesson in combinatorics that you can follow yourself. Once you see how each hand's number of combinations is derived from first principles, the whole table of poker odds stops being a list to trust and becomes a method you understand.
Everything Divides by One Big Number
The denominator behind every 5-card poker probability is the total number of possible 5-card hands from a 52-card deck: 2,598,960. Every hand's probability is simply the count of ways to make that hand, divided by this total. So the entire problem reduces to counting, how many of those roughly 2.6 million hands qualify as a flush, a full house, a royal flush. Get the count, divide, and you have the exact odds.
Why Order Does Not Matter: Combinations
The key insight is that a poker hand is defined by which cards it contains, not the order they were dealt. The ace-king-queen-jack-ten of spades is the same royal flush whether you drew the ace first or last. Because order is irrelevant, we count combinations, not permutations, and the tool is the combination function, written as C(n, k) or n-choose-k: the number of ways to choose k items from n when order does not matter. The total number of hands, C(52, 5), asks how many ways to choose 5 cards from 52 without caring about order, which is exactly what a hand is.
Counting a Hand: The Reasoning
Each hand type is counted by breaking it into independent choices and multiplying them, the multiplication principle: if one choice has A options and an independent choice has B options, together they have A times B combinations.
| Hand | The reasoning | Ways |
|---|---|---|
| Four of a kind | Choose the rank for the quad (13 ways), then choose the 1 kicker card from the remaining 48 | 13 × 48 = 624 |
| Royal flush | Only one rank sequence (10 through ace), one per suit, and there are 4 suits | 4 |
Four of a kind is thirteen possible quads, each pairable with any of the forty-eight remaining cards, giving 624. A royal flush is the single highest straight flush in each of the four suits, so just 4. The rarer the hand, the fewer the ways to make it, and dividing by 2,598,960 turns that count directly into a probability.
Why the Rankings Are Ordered by Rarity
The counts reveal why poker hands rank as they do: the ranking is simply rarity order. A full house (3,744 ways) beats a flush (5,108 ways) because it is harder to make, which is exactly what the counts show. The whole hierarchy, from high card down to royal flush, is the combination counts sorted from most common to least. Nothing arbitrary decides that a flush beats a straight, the combinatorics does.
The Counts Must Sum to the Total
A satisfying check: add up the ways to make all ten hand types, from high card through royal flush, and they total exactly 2,598,960, every possible hand accounted for once. This is how you know the counting is complete and correct: every one of the 2.6 million hands falls into exactly one category, and the categories together cover them all. It is combinatorics closing the loop on itself.
Using the Odds Well
Take the calculator's probabilities as exact results of this counting, not approximations. And take the method with you: any poker odds question is a counting problem, break the hand into independent choices, multiply the ways, and divide by the total number of hands. The same combination reasoning, choosing k from n when order does not matter, underlies probability far beyond poker, which is why hand frequencies are a classic way to learn it.
Ready to Put This Into Practice?
Now that you understand how it works, plug in your own numbers and get an instant, accurate result.
Use the Poker Odds Calculator Now →