Expected Value Explained

What number should you expect if you roll a fair six-sided die a thousand times and average every roll? The answer keeps landing near 3.5, even though no single roll ever shows a 3.5. That steady average is expected value, the long-run average outcome of a random event. You find it by multiplying each possible result by how likely it is to happen, then adding those weighted results together.

Quick Answer
Expected value (EV) is the long-run average outcome of a random event if it repeated many times. Find it with one formula: EV = sum of (outcome x probability of that outcome). Multiply each possible result by its chance of happening, then add up every result. A fair six-sided die has EV = 3.5. A coin flip paying $10 on heads and $0 on tails has EV = $5. EV describes the average over many repeats, not a promise for any single try.

What Is Expected Value?

Expected value is a way to summarize a random event with one number. It tells you the average result you would see if the event repeated many, many times. Statisticians call it EV for short.

Think of expected value as a weighted average. A plain average treats every outcome the same. Expected value instead gives more weight to outcomes that are more likely and less weight to outcomes that rarely happen.

You cannot find expected value from outcomes alone. You also need the probability attached to each one. That is the key input the formula in the next section relies on.

Expected value shows up in many everyday situations, including:

  • Games of chance, like dice, cards, and lotteries
  • Insurance, where companies estimate average payouts across many customers
  • Business choices, like weighing possible profits against possible losses
  • Simple bets, like a coin flip with different payouts

The Expected Value Formula

The formula for expected value is simple once you see it written out. Multiply each possible outcome by the probability of that outcome. Then add up all the results.

EV = (outcome 1 x probability 1) + (outcome 2 x probability 2) + (outcome 3 x probability 3) + …

Every probability in the formula must be a number between 0 and 1. All the probabilities for every possible outcome must also add up to exactly 1. That is what makes the weighting fair: no outcome gets more or less weight than its true chance of happening.

Expected value formula: outcome times probability, summed across every outcome An outcome box and a probability box multiply together to make one weighted result. That step repeats for every possible outcome, and all the weighted results add together to make the final expected value. The Expected Value Formula Outcome x Probability = Weighted result for one outcome Repeat this for every possible outcome, then add all the weighted results. EV
Multiply each outcome by its probability, then add every weighted result to get EV.

Worked Example: Rolling a Fair Six-Sided Die

A fair six-sided die is the classic expected value example, because every face is equally likely. Each of the six outcomes, 1 through 6, has a probability of 1/6.

Expected Value Calculation for a Fair Die Roll
Outcome Probability Outcome x Probability
1 1/6 0.17
2 1/6 0.33
3 1/6 0.50
4 1/6 0.67
5 1/6 0.83
6 1/6 1.00
Total (Expected Value) 1 3.50

You can also solve this the short way. Add the six faces: 1 + 2 + 3 + 4 + 5 + 6 = 21. Divide by 6 outcomes: 21 / 6 = 3.5. That matches the formula, since multiplying each face by 1/6 and adding the results gives the same 3.5.

Weighted outcomes for a fair die roll, growing from face 1 to face 6 Six bars show each die face multiplied by its 1 in 6 probability. The bars grow from 0.17 for face 1 up to 1.00 for face 6. Added together, the six bars total 3.50, which is the expected value. Weighted Outcomes for a Fair Die Roll 0.17 Face 1 0.33 Face 2 0.50 Face 3 0.67 Face 4 0.83 Face 5 1.00 Face 6 Sum of all six bars = 3.50 = expected value
Each bar is one die face times its 1/6 probability. All six bars add up to 3.5.

Notice that 3.5 is not a number a die can ever show. It sits exactly between 3 and 4. That gap between the expected value and any real outcome is normal, and the next section explains why.

Worked Example: A Coin Flip With Different Payouts

Expected value gets more useful once outcomes are not equal. Picture a coin flip that pays $10 if it lands heads and $0 if it lands tails.

A fair coin gives each side a probability of 0.5. Multiply each payout by its probability: 0.5 x $10 = $5 for heads, and 0.5 x $0 = $0 for tails.

Expected Value Calculation for a Coin Flip Paying $10 or $0
Outcome Payout Probability Payout x Probability
Heads $10 0.5 $5.00
Tails $0 0.5 $0.00
Total (Expected Value) 1 $5.00

Add the two weighted results: $5.00 + $0.00 = $5.00. So the expected value of this coin flip is $5, even though any single flip pays either $10 or $0, never exactly $5.

Process flow for finding expected value: list outcomes, multiply, add, get EV Four connected steps. First list the possible outcomes. Second multiply each by its probability. Third add the weighted results together. Fourth read off the expected value, five dollars for the coin flip example. Four Steps to Expected Value 1. List Outcomes Heads, Tails 2. Multiply by Probability $10×0.5, $0x0.5 3. Add Results $5 + $0 4. Read EV EV = $5.00 Same four steps work for any random event, from dice to insurance payouts.
List the outcomes, multiply each by its probability, add the results, and read off EV.

Why Expected Value Is a Long-Run Average, Not a Guarantee

Expected value describes what happens on average across many repeats. It does not describe what happens on any one try. A single die roll or coin flip never shows the expected value itself.

The die roll example makes this clear. No face ever reads 3.5, yet 3.5 is still the correct expected value for one roll. Over many rolls, the average of all your results drifts closer to 3.5.

This idea has a name: the law of large numbers. It says the average result gets closer to the expected value as you repeat a random event more times. A few rolls can look uneven, but thousands of rolls smooth out.

Using Expected Value With Real Probabilities

Every expected value calculation depends on having the right probability for each outcome. A single six-sided die keeps this easy, since each face has the same 1/6 chance. Rolling two dice and looking at their sum is trickier, because a sum like 7 is more likely than a sum like 2.

A Dice Probability Calculator works out those probabilities for you, for one die or several dice at once. Once you have accurate probabilities, you can plug them straight into the expected value formula above.

This step matters because a wrong probability throws off the whole expected value. Getting the probability right first, then applying the formula, keeps the final number accurate.

How Expected Value Connects to Other Probability Ideas

Expected value builds on probability values, but it does not explain where those probabilities come from or how probability differs from odds. Our sibling guide, Probability vs Odds: What’s the Difference?, covers that distinction in full.

Expected value also does not involve counting arrangements or orderings, which is a separate skill covered in Combinations vs Permutations. Keep these ideas separate: expected value assumes you already know each outcome and its probability, not how to find or count them.

Can Expected Value Be Negative?

Yes. Expected value turns negative whenever the costs in a situation outweigh the average payout. This comes up constantly in games and raffles that charge an entry fee.

Picture a raffle ticket that costs $2. It pays $10 with a probability of 1/20, and $0 otherwise. The expected winnings are (1/20) x $10 + (19/20) x $0 = $0.50. Subtract the $2 cost, and the net expected value is $0.50 minus $2, which equals -$1.50.

A negative expected value does not mean you will lose every single time. It means that if you played the raffle many times, your average result would be a loss of $1.50 per ticket. That is exactly why lotteries and casino games are built with a negative expected value for the player, and a positive one for the organizer.

Common Mistakes When Calculating Expected Value

A few small errors trip people up when they calculate expected value by hand. Watch for these:

  • Forgetting to convert a percent chance into a decimal before multiplying
  • Leaving out a possible outcome, so the probabilities do not add up to 1
  • Mixing up expected value with the single most likely outcome
  • Rounding too early, which can throw off the final total

Checking that every probability adds up to 1 before you multiply catches most of these mistakes early.

Want to see real probabilities before you calculate expected value? Try the Dice Probability Calculator to find the exact odds for any single die or combination of dice, then plug those numbers straight into the expected value formula above.

Frequently Asked Questions About Expected Value

What Does Expected Value Mean?

Expected value is the long-run average outcome of a random event if it repeated many times. It is found by multiplying each possible outcome by its probability and adding the results. It describes an average over many repeats, not a single guaranteed result.

What Is the Formula for Expected Value?

The formula is EV = sum of (outcome x probability of that outcome). You multiply every possible outcome by how likely it is, then add all the weighted results together. Every probability used must be between 0 and 1, and all probabilities must add up to 1.

How Do You Calculate Expected Value for a Die Roll?

For a fair six-sided die, each face has a probability of 1/6. Multiply each face, 1 through 6, by 1/6 and add the six results. The total is 3.5, which you can also find by adding 1 through 6 and dividing by 6.

Is Expected Value the Same as the Most Likely Outcome?

No. Expected value is a weighted average, not the outcome you expect to see most often. A fair die’s expected value is 3.5, but no face is more likely than any other, and 3.5 can never actually appear on a roll.

Can Expected Value Be a Number That Never Actually Occurs?

Yes, and this is common. A die’s expected value of 3.5 never appears on any roll, since faces only show whole numbers 1 through 6. Expected value describes the long-run average, not a possible single result.

How Does Expected Value Relate to Probability?

Expected value uses probability as its weighting tool. Each outcome is multiplied by its probability before the results are added. Getting expected value right always starts with getting the probability of each outcome right first.

Where Is Expected Value Used in Real Life?

Expected value appears in games of chance, insurance pricing, business planning, and simple bets. Insurers use it to estimate average payouts across many customers. Businesses use it to weigh possible profits against possible losses before deciding.

Sources

Authoritative Sources Used in This Article

This article is for general education only. Statistical methods and examples use standard conventions and simplified data, so real-world analysis can be more complex. Reviewed for accuracy by Prof. Dr. Khalil Mudassar, PhD. Last updated September 13, 2026.


Author

shakeel-Muzaffar
Founder & Editor-in-Chief at  ~ Web ~  More Posts

Shakeel Muzaffar is the Founder and Editor-in-Chief of MultiCalculators.com, bringing over 15 years of experience in digital publishing, product strategy, and online tool development. He leads the platform's editorial vision, ensuring every calculator meets strict standards for accuracy, usability, and real-world value. Shakeel personally oversees content quality, formula verification workflows, and the platform's commitment to publishing tools that are genuinely useful for students, professionals, and everyday users worldwide.

Leave a Comment