Probability Of Poker Hands Calculator

Welcome to the free online texas hold 'em poker odds calculator. Simulate texas holdem poker situations and see the odds of a winning hand. The poker odds calculator is a useful tool in the study of hold 'em odds. Use the tool to calculate odds for any possible combination of known cards and unknown cards.

Wizard Recommends

  • €1500 Welcome Bonus
  • €100 + 300 Free Spins
  • 100% Welcome Bonus

On This Page

Introduction

Derivations for Five Card Stud

I have been asked so many times how I derived the probabilities of drawing each poker hand that I have created this section to explain the calculation. This assumes some level mathematical proficiency; anyone comfortable with high school math should be able to work through this explanation. The skills used here can be applied to a wide range of probability problems.

The Factorial Function

If you already know about the factorial function you can skip ahead. If you think 5! means to yell the number five then keep reading.

The instructions for your living room couch will probably recommend that you rearrange the cushions on a regular basis. Let's assume your couch has four cushions. How many combinations can you arrange them in? The answer is 4!, or 24. There are obviously 4 positions to put the first cushion, then there will be 3 positions left to put the second, 2 positions for the third, and only 1 for the last one, or 4*3*2*1 = 24. If you had n cushions there would be n*(n-1)*(n-2)* ... * 1 = n! ways to arrange them. Any scientific calculator should have a factorial button, usually denoted as x!, and the fact(x) function in Excel will give the factorial of x. The total number of ways to arrange 52 cards would be 52! = 8.065818 * 1067.

The Combinatorial Function

Assume you want to form a committee of 4 people out of a pool of 10 people in your office. How many different combinations of people are there to choose from? The answer is 10!/(4!*(10-4)!) = 210. The general case is if you have to form a committee of y people out of a pool of x then there are x!/(y!*(x-y)!) combinations to choose from. Why? For the example given there would be 10! = 3,628,800 ways to put the 10 people in your office in order. You could consider the first four as the committee and the other six as the lucky ones. However you don't have to establish an order of the people in the committee or those who aren't in the committee. There are 4! = 24 ways to arrange the people in the committee and 6! = 720 ways to arrange the others. By dividing 10! by the product of 4! and 6! you will divide out the order of people in an out of the committee and be left with only the number of combinations, specifically (1*2*3*4*5*6*7*8*9*10)/((1*2*3*4)*(1*2*3*4*5*6)) = 210. The combin(x,y) function in Excel will tell you the number of ways you can arrange a group of y out of x.

Now we can determine the number of possible five card hands out of a 52 card deck. The answer is combin(52,5), or 52!/(5!*47!) = 2,598,960. If you're doing this by hand because your calculator doesn't have a factorial button and you don't have a copy of Excel, then realize that all the factors of 47! cancel out those in 52! leaving (52*51*50*49*48)/(1*2*3*4*5). The probability of forming any given hand is the number of ways it can be arranged divided by the total number of combinations of 2,598.960. Below are the number of combinations for each hand. Just divide by 2,598,960 to get the probability.

Poker Math

The next section shows how to derive the number of combinations of each poker hand in five card stud.

Royal Flush

There are four different ways to draw a royal flush (one for each suit).

Straight Flush

Probabilities Of Poker Hands

The highest card in a straight flush can be 5,6,7,8,9,10,Jack,Queen, or King. Thus there are 9 possible high cards, and 4 possible suits, creating 9 * 4 = 36 different possible straight flushes.

Four of a Kind

There are 13 different possible ranks of the 4 of a kind. The fifth card could be anything of the remaining 48. Thus there are 13 * 48 = 624 different four of a kinds.

Full House

There are 13 different possible ranks for the three of a kind, and 12 left for the two of a kind. There are 4 ways to arrange three cards of one rank (4 different cards to leave out), and combin(4,2) = 6 ways to arrange two cards of one rank. Thus there are 13 * 12 * 4 * 6 = 3,744 ways to create a full house.

Flush

There are 4 suits to choose from and combin(13,5) = 1,287 ways to arrange five cards in the same suit. From 1,287 subtract 10 for the ten high cards that can lead a straight, resulting in a straight flush, leaving 1,277. Then multiply for 4 for the four suits, resulting in 5,108 ways to form a flush.

Straight

The highest card in a straight can be 5,6,7,8,9,10,Jack,Queen,King, or Ace. Thus there are 10 possible high cards. Each card may be of four different suits. The number of ways to arrange five cards of four different suits is 45 = 1024. Next subtract 4 from 1024 for the four ways to form a flush, resulting in a straight flush, leaving 1020. The total number of ways to form a straight is 10*1020=10,200.

Three of a Kind

There are 13 ranks to choose from for the three of a kind and 4 ways to arrange 3 cards among the four to choose from. There are combin(12,2) = 66 ways to arrange the other two ranks to choose from for the other two cards. In each of the two ranks there are four cards to choose from. Thus the number of ways to arrange a three of a kind is 13 * 4 * 66 * 42 = 54,912.

Two Pair

There are (13:2) = 78 ways to arrange the two ranks represented. In both ranks there are (4:2) = 6 ways to arrange two cards. There are 44 cards left for the fifth card. Thus there are 78 * 62 * 44 = 123,552 ways to arrange a two pair.

Probability Poker Hands Calculator

One Pair

There are 13 ranks to choose from for the pair and combin(4,2) = 6 ways to arrange the two cards in the pair. There are combin(12,3) = 220 ways to arrange the other three ranks of the singletons, and four cards to choose from in each rank. Thus there are 13 * 6 * 220 * 43 = 1,098,240 ways to arrange a pair.

Nothing

First find the number of ways to choose five different ranks out of 13, which is combin(13,5) = 1287. Then subtract 10 for the 10 different high cards that can lead a straight, leaving you with 1277. Each card can be of 1 of 4 suits so there are 45=1024 different ways to arrange the suits in each of the 1277 combinations. However we must subtract 4 from the 1024 for the four ways to form a flush, leaving 1020. So the final number of ways to arrange a high card hand is 1277*1020=1,302,540.

Specific High Card

For example, let's find the probability of drawing a jack-high. There must be four different cards in the hand all less than a jack, of which there are 9 to choose from. The number of ways to arrange 4 ranks out of 9 is combin(9,4) = 126. We must then subtract 1 for the 10-9-8-7 combination which would form a straight, leaving 125. From above we know there are 1020 ways to arrange the suits. Multiplying 125 by 1020 yields 127,500 which the number of ways to form a jack-high hand. For ace-high remember to subtract 2 rather than 1 from the total number of ways to arrange the ranks since A-K-Q-J-10 and 5-4-3-2-A are both valid straights. Here is a good site that also explains how to calculate poker probabilities.

Five Card Draw — High Card Hands

HandCombinationsProbability
Ace high502,8600.19341583
King high335,5800.12912088
Queen high213,1800.08202512
Jack high127,5000.04905808
10 high70,3800.02708006
9 high34,6800.01334380
8 high14,2800.00549451
7 high4,0800.00156986
Total1,302,5400.501177394

Ace/King High

For the benefit of those interested in Caribbean Stud Poker I will calculate the probability of drawing ace high with a second highest card of a king. The other three cards must all be different and range in rank from queen to two. The number of ways to arrange 3 out of 11 ranks is (11:3) = 165. Subtract one for Q-J-10, which would form a straight, and you are left with 164 combinations. As above there 1020 ways to arrange the suits and avoid a flush. The final number of ways to arrange ace/king is 164*1020=167,280.

Internal Links

For lots of other probabilities in poker, please see my section on Probabilities in Poker.

Ever wondered where some of those odds in the odds charts came from? In this article, I will teach you how to work out the probability of being dealt different types of preflop hands in Texas Holdem.

It's all pretty simple and you don't need to be a mathematician to work out the probabilities. I'll keep the math part as straightforward as I can to help keep this an easy-going article for the both of us.

  • Probability calculations quick links.

A few probability basics.

When working out hand probabilities, the main probabilities we will work with are the number of cards in the deck and the number of cards we want to be dealt. So for example, if we were going to deal out 1 card:

  • The probability of dealing a 7 would be 1/52 - There is one 7 in a deck of 52 cards.
  • The probability of dealing any Ace would be 4/52 - There four Aces in a deck of 52 cards.
  • The probability of dealing any would be 13/52 - There are 13 s in a deck of 52 cards.

In fact, the probability of being dealt any random card (not just the 7) would be 1/52. This also applies to the probability being dealt any random value of card like Kings, tens, fours, whatever (4/52) and the probability of being dealt any random suit (13/52).

Each card is just as likely to be dealt as any other - no special priorities in this game!

The numbers change for future cards.

A quick example... let's say we want to work out the probability of being dealt a pair of sevens.

  • The probability of being dealt a 7 for the first card will be 4/52.
  • The probability of being dealt a 7 for the second card will be 3/51.

Notice how the probability changes for the second card? After we have been dealt the first card, there is now 1 less card in the deck making it 51 cards in total. Also, after already being dealt a 7, there are now only three 7s left in the deck.

Always try and take care with the numbers for future cards. The numbers will change slightly as you go along.

Working out probabilities.

  • Whenever the word 'and' is used, it will usually mean multiply.
  • Whenever the word 'or' is used, it will usually mean add.

This won't make much sense for now, but it will make a lot of sense a little further on in the article. Trust me.

Poker

Probability of being dealt two exact cards.

Multiply the two probabilities together.

So, we want to find the probability of being dealt the A and K. (See the 'and' there?)

  • Probability of being dealt A - 1/52.
  • Probability of being dealt K - 1/51.

Now let's just multiply these bad boys together.

P = (1/52) * (1/51)
P = 1/2652

So the probability of being dealt the A and then K is 1/2652. As you might be able to work out, this is the same probability for any two exact cards, as the likelihood of being dealt A K is the same as being dealt a hand like 7 3 in that order.

But wait, we do not care about the order of the cards we are dealt!

When we are dealt a hand in Texas Hold'em, we don't care whether we get the A first or the K first (which is what we just worked out), just as long as we get them in our hand it's all the same. There are two possible combinations of being dealt this hand (A K and K A), so we simply multiply the probability by 2 to get a more useful probability.

P = 1/2652 * 2
P = 1/1326

You might notice that because of this, we have also worked out that there are 1,326 possible combinations of starting hands in Texas Holdem. Cool huh?

Probability of being dealt a certain hand.

Two exact cards is all well and good, but what if we want to work out the chances of being dealt AK, regardless of specific suits and whatnot? Well, we just do the same again...

Multiply the two probabilities together.

So, we want to find the probability of being dealt any Ace andany King.

Probability Of Poker Hands

  • Probability of being dealt any Ace - 4/52.
  • Probability of being dealt any King - 4/51 (after we've been dealt our Ace, there are now 51 cards left).

P = (4/52) * (4/51)
P = 16/2652 = 1/166

However, again with the 2652 number we are working out the probability of being deal an Ace and then a King. If we want the probability of being dealt either in any order, there are two possible ways to make this AK combination so we multiply the probability by 2.

P = 16/2652 * 2
P = 32/2652
P = 1/83

The probability of being dealt any AK as opposed to an AK with exact suits is more probable as we would expect. A lot more probable in fact. Also, as you might guess, this probability of 1/83 will be the same for any two value of cards like; AQ, JT, 34, J2 and so on regardless of whether they are suited or not.

Probability of being dealt a range of hands.

Work out each individual hand probability and add them together.

What's the probability of being dealt AA or KK? (Spot the 'or' there? - Time to add.)

  • Probability of being dealt AA - 1/221 (4/52 * 3/51 = 1/221).
  • Probability of being dealt KK - 1/221 (4/52 * 3/51 = 1/221).

P = (1/221) + (1/221)
P = 2/221 = 1/110

Easy enough. If you want to add more possible hands in to the range, just work out their individual probability and add them in. So if we wanted to work out the odds of being dealt AA, KK or 7 3...

  • Probability of being dealt AA - 1/221 (4/52 * 3/51 = 1/221).
  • Probability of being dealt KK - 1/221 (4/52 * 3/51 = 1/221).
  • Probability of being dealt 7 3 - 1/1326 ([1/52 * 1/51] * 2 = 1/1326).

P = (1/221) + (1/221) + (1/1326)
P = 359/36465 = 1/102

This one definitely takes more skill with adding fractions because of the different denominators, but you get the idea. I'm just teaching hand probabilities here, so I'm not going to go in to adding fractions in this article for now! This fractions calculator is really handy for adding those trickier probabilities quickly though.

Overview of working out hand probabilities.

Hopefully that's enough information and examples to allow you to go off and work out the probabilities of being dealt various hands and ranges of hands before the flop in Texas Holdem. The best way to learn how to work out probabilities is to actually try and work it out for yourself, otherwise the maths part will just go in one ear and out the other.

I guess this article isn't really going to do much for improving your game, but it's still pretty interesting to know the odds of being dealt different types of hands.

I'm sure that some of you reading this article were not aware that the probability of being dealt AA were exactly the same as the probability of being dealt 22! Well, now you know - it's 1/221.

Other useful articles.

  • Poker mathematics.
  • Pot odds.
  • Equity in poker.

Go back to the poker odds charts.

Have You Not Heard Of
Deuces Cracked?

“I quit my job and started playing poker back in February of 08',
after a month of losing over 50BI at micro stakes, I joined DC. I've
been living off poker ever since; if anything in this world could help
you become a winning player, this is it.”
- Malefiicus, DC Member

Please enable JavaScript to view the comments powered by Disqus.