🃠Poker Hand Odds — Texas Holdem
Calculate poker hand probabilities in real time. Count your outs, compute pot odds, and see Monte Carlo equity against villain ranges. The rule of 2-and-4 and exact combinatorial odds side by side.
About this simulation
This simulator computes real-time Texas Hold'em equity using two complementary methods: the quick "rule of 2 and 4" heuristic (outs × 4 on the flop, outs × 2 on the turn) and the exact combinatorial probability derived from the number of unseen cards remaining in the 52-card deck. A background Monte Carlo simulation independently draws thousands of random runouts to confirm the exact figure, while pot odds and expected value (EV = equity × pot − (1 − equity) × call) tell you whether calling is mathematically profitable.
🔬 What it shows
A live equity gauge comparing the rough rule-of-2-and-4 estimate against the exact combinatorial win probability for your outs, plus a Monte Carlo progress bar that converges on the same number by simulating random card draws. An EV bar turns green or red depending on whether calling the current bet is profitable, and an outs grid visualises how many of the 47 (flop) or 46 (turn) unseen cards actually improve your hand.
🎮 How to use
Drag the Outs slider (1–20) to set how many cards complete your draw, and Pot Size / Call Amount to change the bet being faced. Switch Street between Flop (2 cards left) and Turn (1 card left) to see the rule of 2 and 4 change from ×4 to ×2. Try the four presets — Flush Draw, Open-Ended Straight, Gutshot Straight, and Set vs Flush Draw — or hit New Deal to animate a fresh random hand and board.
💡 Did you know?
The "rule of 2 and 4" is only an approximation — multiplying outs by 4 overstates equity slightly for hands with many outs, because it ignores that your first miss changes the odds of hitting on the very next card. The exact formula, 1 − P(miss turn) × P(miss river), is what serious players use when precision matters, such as with 15+ outs where the simple rule can overestimate equity by several percentage points.
Frequently asked questions
What is an "out" in poker?
An out is any unseen card remaining in the deck that would improve your hand to (most likely) the best hand at showdown. For example, if you hold four cards to a flush, any of the remaining nine cards of that suit is an out. Counting outs accurately is the foundation of every equity estimate, whether you use the rule of 2 and 4 or exact combinatorics.
How does the "rule of 2 and 4" work?
It is a fast mental shortcut: multiply your outs by 4 to estimate your percentage chance of hitting by the river when two cards remain to come (on the flop), or multiply by 2 when only one card remains (on the turn). With 9 outs on the flop, for instance, the rule estimates roughly 36% equity. It sacrifices a little precision for speed, which is exactly why it is popular at the table.
How is exact equity calculated instead of using the shortcut?
Exact equity accounts for the true number of unseen cards. On the flop there are 47 unseen cards and two more community cards to come, so exact equity equals 1 minus the probability of missing on both the turn and the river: 1 − (nonOuts/47) × ((nonOuts−1)/46). On the turn there are 46 unseen cards and only one to come, so exact equity is simply outs/46. This avoids the small overestimation the rule of 2 and 4 introduces.
What is Monte Carlo simulation used for here?
Monte Carlo simulation independently verifies the exact-equity formula by repeatedly drawing random unseen cards (thousands of trials) and checking how often an out actually appears among them. As the trial count grows, the simulated win rate converges toward the same value produced by the exact combinatorial formula, which is a useful sanity check and mirrors how real poker software estimates equity for more complex multi-way and range-vs-range scenarios where an exact closed-form formula is impractical.
What are pot odds and how do they combine with equity to make a decision?
Pot odds are the ratio of the call amount to the total pot after calling: call / (pot + call), expressed as a percentage. If your hand equity is higher than the pot odds percentage, calling has positive expected value (+EV); if equity is lower, folding is correct. The simulator's decision readout compares these two numbers directly and computes EV = equity × pot − (1 − equity) × call to show the actual expected profit or loss in dollars.
Calculate pot odds, outs and equity for Texas Holdem hands. See how probability evolves from pre-flop to river and compare hand strengths.
3D · Three.js / WebGL renderer · 60 FPS target · runs fully client-side, no install