Dice Probability Calculator
Calculate dice rolling probabilities for any number of dice across d4, d6, d8, d10, d12, d20, and d100 with exact, at least, and at most sums.
Did this calculation save you time?
Student ProjectHi! I'm a student developer building Calculat in my spare time. I was tired of searching for basic math tools and having to click through 10 spammy popups, loan ads, and cookie trackers.
I keep this website 100% free, private, and ad-free. If this helped you with your homework, project, or finances today, bookmarking this page or telling a friend helps me keep building more free tools!
What Is a Dice Probability Calculator?
The Dice Probability Calculator computes the probability of rolling specific sums, target thresholds, and combinations with polyhedral dice. Essential for tabletop roleplaying games (D&D, Pathfinder), board games (Settlers of Catan, Craps), and statistical simulation.
How to Use This Calculator
- Select the number of dice rolled (e.g. 2, 3, 4).
- Choose your die type (standard d6, d4, d8, d10, d12, d20, or percentile d100).
- Enter your target sum to calculate exact, at least (≥), and at most (≤) probabilities.
- View the total number of combinations and full probability distribution across all possible totals.
Dice Sum Distribution Formula
P(S = s) = \frac{1}{d^n} \sum_{k=0}^{\lfloor \frac{s-n}{d} \rfloor} (-1)^k \binom{n}{k} \binom{s - d k - 1}{n - 1}Where n is number of dice, d is sides per die, and s is the target sum. The total number of outcomes is d^n.
Worked Example
Scenario: Find the probability of rolling a total sum of 7 when rolling two standard dice in Craps or Catan.
Total outcomes = 6 × 6 = 36.
Favorable pairs summing to 7: (1,6), (2,5), (3,4), (4,3), (5,2), (6,1) → 6 combinations.
Calculate probability: P(Sum = 7) = 6 / 36 = 1/6 ≈ 16.67%.
Odds against rolling a 7: 5 to 1.
Tips & Key Notes
- For 2d6, 7 is the most likely sum (16.67%), while 2 (snake eyes) and 12 (boxcars) are the rarest (2.78% each).
- In D&D (d20), every individual number 1 through 20 has an equal 5.00% probability.
- Adding more dice produces a bell-shaped normal curve due to the Central Limit Theorem.
Frequently Asked Questions
What is the most likely sum when rolling two dice?
When rolling two standard 6-sided dice, 7 is the most probable sum with 6 combinations out of 36 (16.67% probability).
What are the odds of rolling a natural 20 on a d20?
On a fair 20-sided die, every number from 1 to 20 has an equal 1 in 20 chance, or exactly 5.00% probability.
What are the odds of rolling advantage in D&D 5e?
Rolling with advantage (take the higher of two d20s) raises your chance of getting a natural 20 from 5.0% to 9.75% (1 - 0.95² = 0.0975), and significantly boosts your average roll from 10.5 to 13.825.
What are the odds of rolling doubles on two dice?
There are 6 possible doubles (1-1, 2-2, 3-3, 4-4, 5-5, 6-6) out of 36 outcomes, giving a 6/36 = 1/6 ≈ 16.67% probability.
Related Calculators
Explore similar toolsProbability Calculator
Calculate the probability of single events, union of events, intersection, conditional probability P(A|B), and complements.
Coin Flip Probability Calculator
Calculate probabilities for coin toss trials, exact heads/tails count, at least k heads, and consecutive streak probabilities.
Binomial Probability Calculator
Compute exact P(X=k) and cumulative binomial probabilities P(X≤k), P(X≥k), distribution mean, variance, and standard deviation.