Dice Average Calculator

Calculate the expected average, variance, standard deviation, and total range for any number of identical fair dice.

Calculate dice roll statistics
Enter how many dice are rolled and the number of equally likely sides on each die.

About dice averages and expected value

The average of a fair die is its expected value: the long-run mean result over many independent rolls. For a die numbered from 1 through s with every face equally likely, add all face values and divide by s. The arithmetic series simplifies to (s + 1) / 2. Rolling n identical dice adds their expectations, so the expected total is n(s + 1) / 2. Two standard six-sided dice therefore average 7 even though no individual die can show 3.5. Expected value is not a prediction that every roll will equal the average. It is the balance point of the probability distribution. A total near the center can occur in more combinations than an extreme total. With two six-sided dice, 7 has six combinations while 2 and 12 each have only one. As the number of independent dice increases, totals become more concentrated around the mean and their distribution takes on a bell-like shape. Variance measures the average squared distance from the expected value. A single fair s-sided die has variance (s² - 1) / 12. Independent dice have additive variances, giving n(s² - 1) / 12 for n identical dice. Standard deviation is the square root of variance and expresses typical spread in the same units as the total. More dice increase absolute standard deviation, but the standard deviation grows with the square root of n while the mean grows directly with n, so relative variability decreases. The smallest possible total is n because every die can show 1. The largest is ns because every die can show its highest face. This calculator assumes conventional dice whose faces are consecutive integers beginning at 1, that each face is equally likely, and that rolls are independent. Loaded dice, dice with custom labels, reroll rules, exploding dice, advantage mechanics, dropped results, or modifiers require a different probability model. Dice averages are useful for tabletop game design, expected damage analysis, simulation checks, classroom probability exercises, and comparing alternative random systems. They do not by themselves show the probability of each total. Two dice pools can have the same expected value but different ranges and spreads, which changes how reliably outcomes cluster around that average. Compare the expected value with variance, standard deviation, minimum, and maximum before deciding that two mechanics behave similarly. For exact target probabilities, enumerate or convolve the possible outcomes rather than relying only on the mean.

Dice average examples

Dice poolExpected averageRange and spread
2d67Totals range from 2 to 12 with variance 35/6.
3d813.5Totals range from 3 to 24 with variance 15.75.
1d2010.5A single twenty-sided die ranges from 1 to 20.

How to calculate a dice average

  1. Enter the number of identical fair dice in the roll.
  2. Enter the number of consecutive sides on each die.
  3. Select Calculate dice average to compute the expected total and spread.
  4. Compare the average with the minimum, maximum, variance, and standard deviation when evaluating the dice pool.

Dice average FAQ

Why is the average of a d6 equal to 3.5?

Add the six equally likely faces and divide by six: 21 / 6 = 3.5. The expected value can be fractional even though every individual roll is a whole number.

What is the average of 2d6?

Each d6 has an expected value of 3.5, so two independent dice average 7. The total 7 is also the most likely individual total.

Does adding dice make rolls less random?

The absolute spread increases, but results become more concentrated relative to the growing mean. Large dice pools are therefore more predictable as a percentage of their expected total.

Can I use this calculator for loaded dice?

No, the formulas assume every face is equally likely and rolls are independent. Loaded dice require face probabilities and a weighted expected-value calculation.

How do modifiers change the average?

A fixed modifier shifts the expected value, minimum, and maximum by that amount. It does not change variance or standard deviation because the random spread remains the same.