Average Calculator
Easily calculate the average (mean) of a set of numbers. Add or remove numbers to see the result update instantly.
Enter Your Numbers
Average (Mean)
20.0000
Sum
100
Count
5
Average Calculator: Mean, Median, Mode & Range
Everything you need to know
About the Average Calculator
When people say "average," they usually mean the mean—but that's only one way to describe the center of a data set. Our average calculator computes all the key measures of central tendency and spread:
- Mean (Arithmetic Average): The sum divided by the count
- Median: The middle value when data is ordered
- Mode: The most frequently occurring value
- Range: The difference between highest and lowest values
- Standard Deviation: How spread out the data is from the mean
Whether you're analyzing test scores, tracking stock prices, evaluating sports statistics, or completing a statistics assignment, this calculator gives you the full picture.
How Each Average Is Calculated
Mean (Arithmetic Average)
Formula: Mean = Sum of all values ÷ Number of values
Example: Test scores: 78, 82, 90, 85, 88, 92, 75
- Sum: 78 + 82 + 90 + 85 + 88 + 92 + 75 = 590
- Count: 7
- Mean: 590 ÷ 7 = 84.3
Weighted Mean
When values have different importance:
Formula: Weighted Mean = Σ (Value × Weight) ÷ Σ Weights
Example: Course grade components
| Component | Score | Weight |
|---|---|---|
| Homework | 85 | 20% |
| Midterm | 78 | 30% |
| Final | 92 | 50% |
Weighted Mean = (85×0.20 + 78×0.30 + 92×0.50) ÷ (0.20 + 0.30 + 0.50) Weighted Mean = (17 + 23.4 + 46) ÷ 1 = 86.4
Median
The middle value when data is arranged in order.
Odd number of values: Data: 12, 15, 18, 22, 25, 30, 35
- Ordered: 12, 15, 18, 22, 25, 30, 35
- Median: 22 (the 4th of 7 values)
Even number of values: Data: 10, 14, 18, 22, 26, 30
- Ordered: 10, 14, 18, 22, 26, 30
- Median: (18 + 22) ÷ 2 = 20
Mode
The value that appears most frequently.
Example: 3, 5, 7, 5, 9, 5, 2, 8
- 5 appears 3 times
- Mode: 5
Bimodal data: 2, 3, 3, 4, 5, 5, 6
- Both 3 and 5 appear twice
- Modes: 3 and 5
No mode: 1, 2, 3, 4, 5 (all values appear once)
Range
Formula: Range = Maximum value - Minimum value
Example: 45, 62, 38, 71, 55, 49
- Maximum: 71
- Minimum: 38
- Range: 71 - 38 = 33
Standard Deviation
Measures how spread out data is from the mean.
Population standard deviation: σ = √(Σ(x - μ)² ÷ N)
Sample standard deviation: s = √(Σ(x - x̄)² ÷ (n - 1))
Example: 10, 12, 14, 16, 18
- Mean: (10+12+14+16+18) ÷ 5 = 14
- Deviations: -4, -2, 0, 2, 4
- Squared deviations: 16, 4, 0, 4, 16
- Sum of squared deviations: 40
- Population variance: 40 ÷ 5 = 8
- Population standard deviation: √8 = 2.83
When to Use Each Measure
| Measure | Best Used When | Example |
|---|---|---|
| Mean | Data is symmetrical, no extreme outliers | Average salary in a company (if no CEO pay outliers) |
| Median | Data has outliers or is skewed | Home prices in a neighborhood with a few mansions |
| Mode | Finding the most common category | Most popular ice cream flavor in a survey |
| Range | Quick understanding of spread | Temperature variation over a week |
| Std Dev | Precise measure of data spread | Quality control in manufacturing |
Real-World Applications
| Field | Use Case | Which Average? |
|---|---|---|
| Education | Typical test score | Mean or median |
| Real Estate | Typical home price | Median (outliers skew mean) |
| Business | Average customer spend | Mean |
| Sports | Batting average | Mean |
| Healthcare | Most common symptom | Mode |
| Finance | Stock price volatility | Standard deviation |
| Manufacturing | Product consistency | Mean and standard deviation |
| Weather | Average temperature | Mean (monthly/seasonal) |
Outliers and Their Impact
An outlier is a value far from the others. Outliers drastically affect the mean but not the median.
Example: Salaries: $40k, $45k, $48k, $52k, $55k, $500k
- Mean: $123.3k (misleading due to CEO salary)
- Median: $50k (better represents typical worker)
- Lesson: Always check for outliers before using the mean.
Frequently Asked Questions
What's the difference between mean and average?
In everyday language, they're the same. Statistically, "average" can refer to mean, median, or mode depending on context.
Why is median better than mean for home prices?
A few extremely expensive homes can pull the mean way up, making it seem like typical homes cost more than they do. The median shows the middle price.
Can there be more than one mode?
Yes. Bimodal (two modes) and multimodal (multiple modes) data sets occur when several values tie for most frequent.
What if the median falls between two numbers?
With an even number of values, the median is the average of the two middle numbers.
When should I use standard deviation?
Use standard deviation when you need to understand how much data varies from the average. Small standard deviation means data is clustered closely; large means it's spread out.
Related Calculators
Browse AllMean, Median, Mode Calculator
Calculate central tendencies of a dataset.
Standard Deviation Calculator
Calculate SD and variance for a dataset.
Population Mean Calculator
Estimate population mean from a dataset.
Variance Calculator
Calculate population and sample variance.