Dice Probability Calculator
Covers three kinds of dice question: the chance of a specific number or range on one die, the chance of a specific sum across two dice, and the chance of rolling a target value at least once across several rolls.
Choose a scenario
Why two dice don't behave like one die
A single fair die gives every face an equal 1-in-n chance. Two dice are different, and this is the part that surprises people first learning it: not every sum is equally likely. There's only one way to roll a sum of 2 (both dice show 1), but there are six different ways to roll a sum of 7 (1-6, 2-5, 3-4, 4-3, 5-2, 6-1). That's why 7 is the most commonly rolled sum with two standard dice, and why casino games built around dice sums pay out differently depending on which sum you bet on.
The formulas behind each mode
A worked example: rolling a 7 with two dice
List every combination that sums to 7 with two 6-sided dice: 1+6, 2+5, 3+4, 4+3, 5+2, 6+1. That's 6 combinations out of 36 total possible rolls (6 × 6, since each die is independent of the other). 6/36 simplifies to 1/6, about 16.7%, the single most likely sum you can roll with two standard dice.
Compare that to rolling a sum of 2: only 1+1 works, giving 1/36, about 2.8%. The same two dice, six times less likely, purely because there's only one combination that produces it.
A worked example: at least one 6 in four rolls
A common intuition mistake: since P(6) is 1/6 per roll, people often guess that 4 rolls gives a 4/6 chance, roughly 67%. That reasoning is wrong, because it double-counts scenarios where more than one 6 appears.
The correct approach: find the chance of getting zero 6s across all 4 rolls, then subtract from 1. Each roll has a 5/6 chance of not being a 6. Four independent rolls: (5/6)4 ≈ 0.482. Subtract from 1: about 51.8% chance of at least one 6, noticeably lower than the naive 67% guess.
Mistakes people make with dice probability
Assuming all sums are equally likely with two dice. Only true for a single die. Sums cluster around the middle value once you're adding two or more dice together.
Multiplying single-roll probability by the number of rolls for "at least one." As shown above, this overcounts and gives too high an answer. The correct method uses the complement: 1 minus the probability of it never happening.
Forgetting that dice rolls are independent. A die has no memory. Rolling three 6s in a row doesn't change the probability of the next roll, still exactly 1/6 for a standard die, despite how it might feel.
Questions people actually ask about this
Why is 7 the most common sum with two dice?
Because more combinations produce it than any other sum. There are 6 ways to make 7 out of 36 total outcomes, more than any other sum from 2 to 12.
Are dice rolls really independent?
Yes, for fair dice. Each roll is a fresh, unrelated event. Believing that a string of one outcome makes the opposite "due" is called the gambler's fallacy, and it has no basis in how independent probability actually works.
How do I find the probability for dice with more than 6 sides?
The same formulas apply. Replace 6 with however many sides the die has. A 20-sided die has a 1/20 chance per face, and two 20-sided dice have 400 total equally likely combinations instead of 36.
Why does "at least one" use 1 minus the complement instead of direct addition?
Directly adding the probability of getting the target on roll 1, or roll 2, or roll 3, and so on, would double-count outcomes where the target appears more than once. Using the complement (the chance it never appears, subtracted from 1) avoids that overcounting entirely.