Average & Statistics Calculator
Average Calculator – Mean, Median, Mode, and More
This free online statistics calculator computes ten descriptive statistics from any list of numbers: count, sum, mean (average), median, mode, minimum, maximum, range, variance, and standard deviation. Just type or paste your numbers — separated by commas or on separate lines — and click Calculate. All results update instantly without reloading the page.
Mean vs Median vs Mode: What Is the Difference?
Mean (Average): The sum of all values divided by the count. Most commonly used, but sensitive to outliers. For [1, 2, 3, 100], mean = 26.5 — far from most of the data.
Median: The middle value when data is sorted. If there are two middle values, their average is taken. Resistant to outliers. For [1, 2, 3, 100], median = 2.5 — much more representative.
Mode: The most frequently occurring value(s). A dataset can have no mode (all values appear once), one mode (unimodal), or multiple modes (bimodal, multimodal). For [1, 2, 2, 3, 3, 3], mode = 3.
Variance and Standard Deviation
Both measure spread — how far values deviate from the mean.
- Variance (σ²): The average of squared differences from the mean. Large variance = data is spread out.
- Standard deviation (σ): The square root of variance, expressed in the same units as the original data. More intuitive than variance.
This calculator uses population formulas (divide by N), appropriate when your data represents the complete population. For a sample, you would divide by N−1 (sample standard deviation). If your data is a sample from a larger population, the population std dev shown here slightly underestimates the true spread.
Range
Range = Maximum − Minimum. It gives a quick sense of how spread out the data is, but is highly sensitive to extreme values (outliers).
Practical Uses
- Academic performance: Find the class mean, median grade, and standard deviation.
- Finance: Analyze return distribution, volatility (std dev), and central tendency.
- Science: Summarize experimental measurements and assess variability.
- Sports: Analyze player statistics across a season.
- Quality control: Measure process consistency using variance and std dev.
