Calculate the arithmetic mean, median, mode, range, geometric mean, harmonic mean, RMS, standard deviation, and more from any list of numbers. Supports weighted averages, distribution visualization...
The **Average Calculator** is a comprehensive statistics tool that computes every common measure of central tendency from a list of numbers. Enter your data set — test scores, prices, temperatures, measurements — and instantly see the arithmetic mean, median, mode, range, geometric mean, harmonic mean, root mean square (RMS), standard deviation, variance, quartiles, and interquartile range.
**Why are there so many types of averages?** Different measures answer different questions. The arithmetic mean gives the overall "center" of your data, but it can be skewed by extreme outliers. The median tells you the true middle value, unaffected by extremes. The mode identifies the most common value. The geometric mean is ideal for growth rates and ratios, while the harmonic mean is best for averaging rates like speed or efficiency.
This calculator also supports **weighted averages**, where each value carries a different importance. Switch to weighted mode, enter weights alongside your values, and see how each weight contributes to the final result. A contribution table and visual distribution bars make it easy to spot outliers, understand your data's spread, and compare values relative to the mean.
Eight presets let you explore common scenarios — test scores, temperatures, prices, skewed data, and weighted GPA calculations — so you can see the tool in action without typing. Adjust precision from 0 to 10 decimal places, sort values in any order, and export the full statistics summary for reports or homework.
The Average calculator is useful when you need quick, repeatable answers without losing context. It combines direct computation with supporting outputs so you can validate homework, reports, and what-if scenarios faster. Preset scenarios help you start from realistic values and adapt them to your case. Reference tables make it easier to audit intermediate values and catch input mistakes. Visual cues speed up interpretation when you compare multiple cases.
Arithmetic Mean = Σxᵢ / n; Median = middle value when sorted; Geometric Mean = (∏xᵢ)^(1/n); Harmonic Mean = n / Σ(1/xᵢ); RMS = √(Σxᵢ²/n); Std Dev σ = √(Σ(xᵢ−μ)²/n)
Result: Using these inputs, the calculator computes the average answer and updates all related output cards.
This example follows the same workflow as the built-in presets: enter values, apply options, and read the computed outputs.
Use this calculator when you need a fast, consistent way to solve average problems and explain the answer clearly. It is useful for practice sets, exam review, classroom demos, and quick checks during real work where arithmetic mistakes can snowball into larger errors.
Treat the primary result as the headline value, then confirm the supporting cards to understand how that result was produced. This extra context helps you catch input mistakes early and communicate the calculation method with confidence.
Start with a preset or simple numbers to verify your setup, then switch to your real values. Change one field at a time so cause and effect stay clear. Keep units and rounding rules consistent across comparisons, and use the table to inspect intermediate steps and use the visual cues to compare cases quickly.
The mean is the sum divided by the count. The median is the middle value when data is sorted. The median is more robust to outliers — for example, in {1, 2, 3, 4, 100}, the mean is 22 but the median is 3.
Use geometric mean for growth rates, investment returns, and ratios. If a stock grows 10% one year and 20% the next, the geometric mean of 1.10 and 1.20 gives the equivalent constant rate, which is more accurate than the arithmetic mean.
Harmonic mean is used when averaging rates. If you drive 60 mph going and 40 mph returning, the average speed is not 50 mph — it's the harmonic mean: 2/(1/60+1/40) = 48 mph.
Variance is the average of squared deviations from the mean. Standard deviation is the square root of variance. Standard deviation is in the same units as your data, making it easier to interpret.
Population variance divides by n (total count). Sample variance divides by n−1 (Bessel's correction) to provide an unbiased estimate when working with a sample rather than the full population.
Yes, arithmetic mean, median, mode, and range all work with negative numbers. However, geometric mean requires all positive values, and harmonic mean requires all non-zero values.