Dice Roll Probability Calculator
Calculate the probability of rolling a specific sum with multiple dice — exact sums, "at least" and "at most" ranges, and the full sum distribution for any number of dice and sides.
Calculator verified • Last updated: August 2026
—
Full Sum Distribution
| Sum | Probability |
|---|
How to Calculate Dice Roll Probability
Rolling a single fair die gives every face an equal chance, but rolling two or more dice and adding up the result is different — the sums are not all equally likely. With n dice of s sides each, the total number of possible outcomes is , since every die's result is independent of the others. The probability of any particular sum is the number of ways that sum can be formed, divided by the total number of outcomes:
n: the number of dice being rolled.
s: the number of sides on each die.
k: the target sum you're solving for.
Why Some Sums Are More Common Than Others
With one die, every face has the same one way of appearing, so every result is equally likely. Add a second die, and the picture changes completely: a sum of 2 can only happen one way (1+1), but a sum of 7 can happen six different ways (1+6, 2+5, 3+4, 4+3, 5+2, 6+1). More ways to form a sum means a higher probability for that sum, which is exactly why the middle sums cluster more results and the extreme sums (the lowest and highest possible) are always the rarest, forming the familiar triangular "bell" shape you see in the distribution table above.
Exactly, At Least, and At Most
"Exactly" asks for one specific sum's probability on its own. "At least" adds up the probabilities of the target sum and everything higher, all the way to the maximum possible sum (n × s). "At most" adds up the target sum and everything lower, down to the minimum possible sum (n, if every die lands on 1). Because both broader conditions include the exact-sum case plus more outcomes, "at least" and "at most" are never smaller than "exactly" for the same target sum.
Worked Examples
- Classic "odds of a 7." Two six-sided dice, target sum 7, Exactly: 6 of the 36 possible outcomes make 7, so — the single most likely sum with two dice.
- At least 10 with two dice. Sums of 10, 11, and 12 total ways out of 36, so .
- At most 4 with two dice. Sums of 2, 3, and 4 total ways out of 36, so — the low-end mirror image of the "at least 10" example above.
- Three six-sided dice, exactly 10. With three dice there are total outcomes, and 27 of them sum to 10, so — the most likely single sum for three dice, since 10 and 11 sit at the exact middle of the 3-to-18 range.
- Two four-sided dice, exactly 5. With d4s there are total outcomes, and 4 of them (1+4, 2+3, 3+2, 4+1) sum to 5, so .
Dice Roll Terms You Should Know
Sum Distribution — the full set of probabilities for every achievable sum across a given number of dice, showing which sums are common and which are rare.
Sample Space — the complete set of possible outcomes; for n dice with s sides each, the sample space has equally likely outcomes before you start grouping them by sum.
Independent Trial — an event whose outcome doesn't affect, and isn't affected by, any other event; each die in a roll is independent of every other die.
Convolution — the technique of building up a multi-die sum distribution one die at a time, combining each new die's six (or s) possible faces with every sum reached so far.
Frequently Asked Questions
What are the odds of rolling a specific number?
It depends on the number of dice, sides per die, and the target sum. With two standard six-sided dice, the odds range from 1/36 (about 2.8%) for a sum of 2 or 12, up to 6/36 (about 16.7%) for a sum of 7, the most common result. Enter your own dice count, sides, and target sum above for the exact probability.
How do odds change with two dice?
With two dice, sums are not equally likely the way single-die faces are. Some sums can be formed in more ways than others — a 7 can be made 6 different ways with two six-sided dice, while a 2 or 12 can only be made 1 way, so 7 is six times more likely to appear than either extreme.
Why is 7 the most common sum with two six-sided dice?
Seven sits exactly in the middle of the possible sum range (2 through 12), and it has more combinations that add up to it than any other sum: 1+6, 2+5, 3+4, 4+3, 5+2, and 6+1 — six ways in total. The number of ways to form a sum rises toward the middle of the range and falls off toward the extremes, which is why the sum distribution forms a triangular, bell-like shape.
What's the probability of rolling doubles with two dice?
With two standard six-sided dice, there are 6 doubles outcomes (1-1 through 6-6) out of 36 total combinations, so P(doubles) = 6/36 = 1/6, about 16.67% — the same probability regardless of which specific double you're asking about.