Dice Probability Calculator
Calculate exact probabilities for N dice with S sides for exact/at-least/at-most/range outcomes.
Scratchpad (not saved)
Save to create a persistent, shareable workspace.
What This Calculator Does
This calculator builds the full discrete distribution for the sum of fair dice, then reports exact, cumulative, and range probabilities from that distribution. It works for tabletop games, probability homework, and any scenario where the sum of multiple independent dice matters.
It combines Number of Dice, Sides Per Die, Mode, Target Sum to estimate Selected Probability, Selected Probability (Decimal), Exact Probability.
Formula & Method
Notation used in the formulas: R = Selected Probability; x_{1} = Number of Dice; x_{2} = Sides Per Die; x_{3} = Mode; x_{4} = Target Sum; x_{5} = Range Max (for Range mode).
Method summary: inputs are normalized to consistent units, core equations are evaluated, then secondary values are derived and rounded for display.
Use it when you need exact dice odds instead of approximations, especially for custom dice pools, threshold checks, or balancing tabletop mechanics around a target success band.
Inputs Used
- Number of Dice: Used directly in the calculation.
- Sides Per Die: Used directly in the calculation.
- Mode: Used directly in the calculation.
- Target Sum: Used directly in the calculation.
- Range Max (for Range mode): Used directly in the calculation.
Related Calculators
- Binomial Probability Calculator — Compute P(X=k), cumulative binomial probabilities, and distribution statistics.
- Combinatorics Calculator — Compute permutations, combinations, multichoose, and derangements with formula outputs.
- Expected Value Calculator — Compute expected value, variance, and standard deviation for up to 20 weighted outcomes.
- Percentage Calculator — Perform common percentage operations: find a percentage of a value, calculate what percentage one number is of another, and find percentage change.
- Fraction Calculator — Add, subtract, multiply, or divide two fractions and simplify the result.
- Ratio Calculator — Simplify a ratio and compute equivalent forms.
- Proportion Calculator — Solve proportions of the form a / b = c / x.
- Average Calculator — Compute mean, median, and mode from up to five values.