PickRandom Logo

PickRandom

Probability

Dice Probability for Beginners: Everything You Need to Know

A complete beginner's guide to dice probability — how to calculate odds for a single die, two dice, and multiple dice. Includes examples for board games and tabletop RPGs.

Quick Answer: The probability of any specific outcome on a fair N-sided die is 1/N. For a d6: each number has 16.67% probability. For two d6: the probability of each sum varies (7 is the most likely at 16.67%). Higher numbers of dice create a bell curve of outcomes.

Single Die Probability

A fair N-sided die gives each face an equal probability of 1/N. So for a standard 6-sided die (d6), each face (1 through 6) has P = 1/6 ≈ 16.67% probability. For a d20, each face has P = 1/20 = 5%. This is called a uniform distribution — all outcomes are equally likely.

Die TypeSidesProbability per FaceCommon Uses
d4425%Small weapons in D&D
d6616.67%Board games, Monopoly, Yahtzee
d8812.5%Medium weapons in D&D
d101010%Percentile rolls, heavy weapons
d12128.33%Greataxe, barbarian hit die
d20205%Attack rolls and ability checks in D&D

Two Dice: The Bell Curve

When you roll two d6 dice and add them, the probability is no longer uniform. There are 36 possible combinations (6×6), and some sums appear more often than others. The sum of 7 is the most likely result:

SumCombinationsProbability
21 way (1+1)2.78%
32 ways5.56%
43 ways8.33%
54 ways11.11%
65 ways13.89%
76 ways16.67%
85 ways13.89%
94 ways11.11%
103 ways8.33%
112 ways5.56%
121 way (6+6)2.78%

More Dice = Stronger Bell Curve

Adding more dice pushes the distribution toward a classic bell curve. Rolling 3d6 (like ability score generation in D&D) produces a nearly normal distribution centered on 10-11, making extreme results (3 or 18) rare. This is the Central Limit Theorem — the sum of many independent random variables approaches a normal distribution.

Probability Notation

In tabletop gaming, dice are denoted as [number]d[sides]. So 2d6 means roll two 6-sided dice and sum them. 3d6 means roll three 6-sided dice and sum them. 1d20 means roll one 20-sided die.

Frequently Asked Questions

What is the most likely result when rolling 2 dice?

7 is the most likely sum when rolling two standard 6-sided dice — there are 6 ways to make 7 (1+6, 2+5, 3+4, 4+3, 5+2, 6+1) out of 36 total combinations, giving it a 16.67% probability.

What is the probability of rolling a 6 on a d6?

Exactly 1/6 ≈ 16.67%. A fair 6-sided die gives each face equal probability.

How do I calculate dice probability?

For a single die: P(outcome) = 1 ÷ number of sides. For multiple dice: list all possible combinations and count how many give your desired result. Divide by total combinations.