BCBetter Calculators

Average Calculator

Calculate the average (mean), sum, and count of two or three numbers.

🧮

Enter your values and click Calculate

How It Works

The arithmetic mean is computed using the formula: mean = (sum of all values) ÷ (count of values). When only two values are active, the calculator sums Value 1 and Value 2 and divides by 2. When the third value is toggled on, Value 3 is added to the sum and the divisor becomes 3. The toggle approach prevents accidentally including an unused zero-value field in the calculation, which would distort the result. For example, if you enter 80 and 90 without toggling on Value 3 (which defaults to 0), you correctly get an average of 85 rather than 56.67. The sum and count are also displayed as separate outputs because they are often needed independently — for instance, when computing a weighted average manually or when verifying that all values were entered correctly. The result is rounded to four decimal places, which is sufficient precision for virtually all practical averaging tasks.

Examples

Average of two test scores
Calculating the average of an 85 and a 95.
Result: The average is 90, the sum is 180, and the count is 2.
Average of three expenses
Finding the mean of $120, $80, and $100.
Result: The average is 100, the sum is 300, and the count is 3.
Including a zero value
Averaging 50, 50, and 0.
Result: The average is 33.3333, the sum is 100, and the count is 3.

Frequently Asked Questions

What is the difference between mean and average?
In everyday language, 'average' usually refers to the mathematical mean, which is the sum of a list of numbers divided by the number of items in the list.
Does a zero affect the average?
Yes, if you include a zero as one of your values, it adds 0 to the sum but increases the count by 1, which lowers the overall average.
Can the average be a negative number?
Yes, if the sum of the numbers is negative, the average will also be negative.
Why is my third value not changing the result?
Ensure the 'Include Value 3' toggle is switched on. Otherwise, the calculator will only average the first two values.

Related Calculators