Average Calculator — Find the Mean of Any Set of Numbers
Calculate the average (arithmetic mean) of any numbers instantly. Also find weighted average, median, mode, and range from your dataset.
"What's the average?" is one of the most asked math questions — from calculating test scores to finding average monthly expenses. The CalcHub Average Calculator computes the mean of any set of numbers instantly, plus weighted averages and other central tendency measures.
How to Calculate Average
Formula: Average = Sum of all values / Number of valuesEnter your numbers into the CalcHub Average Calculator and get the result instantly. Or follow the manual formula:
Example: Test scores — 85, 92, 78, 96, 88Average = (85 + 92 + 78 + 96 + 88) / 5 = 439 / 5 = 87.8
Quick Average Reference
| Numbers | Sum | Count | Average |
|---|---|---|---|
| 10, 20, 30 | 60 | 3 | 20 |
| 75, 80, 85, 90 | 330 | 4 | 82.5 |
| 5, 10, 15, 20, 25 | 75 | 5 | 15 |
| 100, 200, 300, 400, 500 | 1,500 | 5 | 300 |
| 3.5, 4.2, 3.8, 4.0 | 15.5 | 4 | 3.875 |
Types of Averages
Arithmetic Mean (Most Common)
Sum of values divided by count. This is what people usually mean by "average." Best for: test scores, temperatures, prices, heights, most everyday calculations.Weighted Average
When some values count more than others: Weighted Average = Σ(value × weight) / Σ(weights) Example — College GPA:| Subject | Grade | Credits (Weight) | Grade × Credits |
|---|---|---|---|
| Math | 8 | 4 | 32 |
| English | 7 | 3 | 21 |
| Science | 9 | 4 | 36 |
| History | 6 | 2 | 12 |
| Total | 13 | 101 |
Simple average would be (8+7+9+6)/4 = 7.5 — the weighted version is higher because the higher grades have more credits.
Median (Middle Value)
Sort the numbers and pick the middle one. Better than mean when there are outliers. Example: Salaries: ₹20K, ₹25K, ₹30K, ₹35K, ₹2,00,000Mean = ₹62,000 (inflated by the outlier)
Median = ₹30,000 (more representative)
Mode (Most Frequent)
The value that appears most often. Useful for categorical data. Example: Shoe sizes sold: 8, 9, 8, 10, 8, 11, 9 Mode = 8 (appears 3 times)Geometric Mean
Used for growth rates, returns, and ratios: GM = (x₁ × x₂ × ... × xₙ)^(1/n) Example: Investment returns — +20%, −10%, +15% over 3 years: GM = (1.20 × 0.90 × 1.15)^(1/3) = 1.0764 → 7.64% average annual returnArithmetic mean would give (20 − 10 + 15)/3 = 8.33% — overstating the actual compounded return.
Practical Applications
Students — Finding Required Score
You have scores 75, 82, 88 on three tests. What do you need on the fourth test for a 85 average? Required = (Target average × Total tests) − Sum of existing scores Required = (85 × 4) − (75 + 82 + 88) = 340 − 245 = 95Household — Average Monthly Expenses
Track 6 months: ₹35K, ₹42K, ₹38K, ₹45K, ₹36K, ₹40K Average = ₹2,36,000 / 6 = ₹39,333/monthSports — Batting Average
In cricket, batting average = Total runs / Number of innings dismissed 500 runs in 12 innings (out 10 times) = 50.00 averageBusiness — Average Order Value
Total revenue ₹5,00,000 from 200 orders = ₹2,500 AOVHow to Use the Calculator
- Open the CalcHub Average Calculator
- Enter your numbers (comma-separated or one per line)
- For weighted average, enter weights alongside values
- See: mean, median, mode, range, sum, and count
When should I use median instead of mean?
Use median when your data has extreme outliers (incomes, house prices, test scores with one very high/low value). The median isn't affected by outliers, while the mean gets pulled toward them. This is why economists report "median household income," not "mean household income."
Can the average be a number not in the data set?
Yes — and it usually is. The average of 1, 2, 3 is 2 (in the set), but the average of 1, 2, 4 is 2.33 (not in the set). The average is a calculated value, not necessarily one of the original numbers.
What's the difference between average and expected value?
They're mathematically similar — expected value is the average you'd get over infinite trials. In practice, "average" describes data you already have; "expected value" describes what you predict from probability.
Related Calculators
- Standard Deviation Calculator — how spread out your data is
- Percentage Calculator — percentage operations
- Grade Calculator — weighted grade averages
- GPA Calculator — grade point average