Average Calculator
Mean, median, and mode
Understanding Averages
There are three main types of averages: mean, median, and mode. The mean is the sum of all values divided by the count. The median is the middle value when numbers are sorted. The mode is the most frequently occurring value. Each provides different insights into a dataset.
When to Use Each
Use the mean for general average calculations with normally distributed data. Use the median when data has outliers (like income data), as it is not skewed by extreme values. Use the mode to find the most common value, useful for categorical data or finding popular choices.
Average Calculator: practical guide
The Average Calculator is built for people who want a fast answer without losing context. It keeps the calculation simple, shows the result clearly, and helps you understand what the number means before you use it in a real decision.
This tool is built for quick everyday math. It can help with shopping, invoices, schoolwork, reports, and checking manual calculations.
What is the best way to use the Average Calculator?
Enter the values carefully, review the units, and use the result as a reliable reference point. The Average Calculator is most useful when you compare scenarios or repeat the calculation with consistent inputs.
Is the Average Calculator accurate?
The calculator follows standard calculation logic, but accuracy depends on the values you enter and the assumptions behind the formula. For important math decisions, use it as guidance and verify the result with a trusted source.
Mean, median, mode and range — what each one measures
When people say "average," they usually mean the arithmetic mean — but there are multiple types of averages, each capturing a different aspect of a data set. Understanding which measure is most appropriate for your data prevents misleading interpretations, especially when data includes extreme outliers.
Arithmetic mean (most common "average")
Mean = Sum of all values ÷ Number of values
Example: Test scores: 72, 85, 91, 68, 88, 75. Sum = 479. Mean = 479 ÷ 6 = 79.83
The mean is sensitive to outliers. If one score was 20 instead of 68: Sum = 431, Mean = 431 ÷ 6 = 71.83 — pulled down significantly by one low score.
Median
The median is the middle value when data is arranged in order. For even-numbered data sets, the median is the mean of the two middle values. The median is resistant to outliers — useful for skewed data like income distributions.
Odd count example: 12, 15, 18, 22, 35. Sorted. Middle value (3rd of 5) = 18
Even count example: 72, 68, 85, 91, 88, 75. Sorted: 68, 72, 75, 85, 88, 91. Middle two: 75 and 85. Median = (75 + 85) ÷ 2 = 80
Mode
The mode is the most frequently occurring value in a data set. A set can have no mode (all values unique), one mode (unimodal), or multiple modes (bimodal, multimodal).
Example: 4, 7, 7, 9, 11, 7, 3. Mode = 7 (appears 3 times)
Mode is most useful for categorical data — the most popular product size, the most common exam grade, or the most frequently chosen answer in a survey.
Range
Range = Maximum value – Minimum value
Range shows the spread of the data. A large range indicates high variability; a small range indicates consistency.
Scores: 68, 72, 75, 85, 88, 91. Range = 91 – 68 = 23
When to use each measure
- Use mean when: Data is roughly symmetrical with no extreme outliers (test scores, heights, temperatures)
- Use median when: Data is skewed or has outliers (income data, house prices, response times) — the median is more representative of "typical"
- Use mode when: You need the most common value (shoe sizes, grade distributions, survey responses)
- Use range when: You need a quick sense of data spread alongside the central tendency
Real example: Average global household income. The mean is pulled up by a small number of very high earners. The median better represents what a "typical" global household earns. This is why "median income" is more commonly reported by economists than "mean income" for this kind of data.
Weighted average
A weighted average assigns different importance to different values. Used for GPA (credit hours are the weights), portfolio returns (investment amounts are the weights), and academic grades (marks out of different totals).
Weighted Mean = Σ(Value × Weight) ÷ Σ(Weights)
Example — GPA: Subject A (4 credits, grade 8.5), Subject B (3 credits, grade 7.0), Subject C (5 credits, grade 9.0).
Weighted GPA = [(4 × 8.5) + (3 × 7.0) + (5 × 9.0)] ÷ (4 + 3 + 5) = (34 + 21 + 45) ÷ 12 = 100 ÷ 12 = 8.33
Frequently asked questions about averages
Why is the mean different from the median? The mean is affected by every value including outliers. The median is affected only by the middle values. When data is perfectly symmetric, mean = median. When data is skewed, they diverge. The direction of skew determines which is higher.
What is the geometric mean? The geometric mean multiplies all values and takes the nth root (where n is the count). It is used for averaging growth rates, investment returns, and ratios. For example, 20% return followed by –10% return: geometric mean return = √(1.20 × 0.90) – 1 = √1.08 – 1 = 3.92% (not the arithmetic average of 5%).
How do I calculate average percentage? If the percentages are of the same base, simply average them arithmetically. If they are percentages of different bases (e.g., percentage changes), use the geometric mean or calculate from the underlying values rather than averaging the percentages directly.