Card Draw Probability Calculator
Calculate the probability of drawing a target number of matching cards from a deck — with or without replacement — using the hypergeometric or binomial formula.
Calculator verified • Last updated: August 2026
—
How to Calculate Card Draw Probability
Drawing cards from a deck can be modeled two different ways, depending on whether each card is put back before the next draw. A real deck of cards is drawn without replacement — every card removed stays out, so the deck's makeup keeps changing. That case uses the hypergeometric formula: If cards were instead drawn with replacement — each card put back and the deck reshuffled before the next draw — every draw would have the same fixed probability, and the binomial formula applies instead:
N: the total deck size.
K: the number of matching cards in the deck (e.g. 4 Aces).
n: the number of cards drawn.
k: the target number of matching cards among those drawn.
Why Without Replacement Gives a Different Answer
Each card removed from the deck changes what's available for the next draw. Pull an Ace on the first draw and only 3 Aces remain among 51 cards for the second draw — the odds for that second draw are no longer 4/52, they've shifted to 3/51. This is exactly what "without replacement" means, and it's why a real deck of cards is always modeled with the hypergeometric formula rather than the with-replacement binomial assumption, which incorrectly treats every draw as if the deck reset back to its full 4/52 odds each time. In practice, without-replacement probabilities tend to differ from with-replacement probabilities most noticeably when the deck is small relative to the number of cards drawn — the composition shifts more, proportionally, with each card removed.
With Replacement: The Simpler (but Less Realistic) Case
With replacement, every draw is an independent trial at the same fixed probability K/N, exactly like a repeated coin flip or dice roll. That's mathematically simpler — it's the same binomial math used elsewhere on this site — but it's rarely how real card games actually work, since almost nobody reshuffles a drawn card back into the deck before dealing the next one.
Worked Examples
- Poker hand, 1 ace, without replacement. , , , : .
- One card, one whole suit, without replacement. , (hearts), , : — the simplest possible case, matching plain single-event odds.
- Poker hand, 1 ace, with replacement. Same setup as example 1, but with replacement: — noticeably lower than the without-replacement answer, since replacement never lets the "remaining aces" ratio improve after a near-miss.
- Both cards are aces, without replacement. , , , : .
- Both cards are aces, with replacement. Same setup, with replacement: — here with-replacement is actually higher, since drawing an ace without replacement makes the second ace harder to find, not easier.
Card Draw Terms You Should Know
Hypergeometric Distribution — the probability distribution for drawing a fixed number of items from a finite population without replacement, when that population splits into "matching" and "non-matching" groups.
Binomial Distribution — the probability distribution for a fixed number of independent yes/no trials at the same fixed probability each time; the correct model for card draws with replacement.
Without Replacement — a sampling method where each item drawn is not returned to the population, so the odds for every subsequent draw depend on what's already been drawn.
Population — the full set being drawn from; for a card draw, the deck itself, sized N with K matching cards inside it.
Frequently Asked Questions
What are the odds of drawing an ace?
Without replacement from a standard 52-card deck (4 aces), the odds of drawing exactly one ace in a single draw are 4/52, about 7.69%. The odds change with every card already drawn and every additional card in your draw — use the calculator above with your own matching-card count and draw size for the exact answer.
How does "without replacement" change the odds?
Every card removed from the deck changes the composition of what's left for the next draw — the total number of cards shrinks, and so does the number of matching cards (if a match was drawn) or non-matching cards (if a non-match was drawn). This shifting composition is exactly what "without replacement" describes, and it's why a real deck of cards should always be modeled with the hypergeometric formula, not the with-replacement binomial formula, which incorrectly assumes the deck resets after every draw.
What is the hypergeometric distribution?
It's the probability distribution that describes drawing a fixed number of items from a finite population without replacement, when the population splits into two groups — here, matching cards (like aces) and non-matching cards. It differs from the binomial distribution specifically because each draw changes the makeup of what's left to draw from, while binomial assumes the probability stays fixed.
Why does a shuffled deck matter for this calculation?
Both formulas assume every card, or every possible arrangement of drawn cards, is equally likely — which only holds true for a well-shuffled deck. A deck that isn't randomized, for example cards still grouped by suit fresh from the box, breaks the equal-likelihood assumption these formulas depend on.