How to Calculate the Average (Mean)
The arithmetic mean is the most common type of average. Add all numbers together, then divide by how many numbers there are.
Mean = (x₁ + x₂ + ... + xₙ) ÷ n
Example: Find the average of 72, 85, 91, 68, 79
Sum = 72 + 85 + 91 + 68 + 79 = 395
Count = 5
Mean = 395 ÷ 5 = 79
The arithmetic mean is used for grades, test scores, temperatures, financial data, and most everyday applications. It treats every value equally and is affected by extreme values (outliers). For data with outliers, the median is often more appropriate.
Mean vs Median vs Mode: When to Use Each
Each measure of central tendency serves a different purpose. Choosing the wrong one can lead to misleading conclusions.
| Measure | Best For | Example |
| Mean | Symmetric data without outliers | Test scores: 85, 90, 88, 92, 87 → Mean = 88.4 |
| Median | Skewed data or data with outliers | Salaries: $40K, $45K, $50K, $55K, $500K → Median = $50K (Mean = $138K, misleading) |
| Mode | Categorical data or finding most common value | Shoe sizes sold: 8, 9, 9, 10, 9, 11 → Mode = 9 (most popular size) |
| Range | Quick measure of data spread | Temps: 62°F, 71°F, 58°F, 75°F → Range = 75−58 = 17°F |
The most commonly misused statistic is the mean applied to income data. When politicians say "average income is $75,000," the median (around $56,000) would be far more representative because a small number of very high earners pull the mean upward. Similarly, home prices, response times, and hospital wait times are better described by median than mean.
Types of Averages Beyond the Arithmetic Mean
The arithmetic mean is just one type of average. Other types are useful for specific applications.
Weighted average: When some values matter more than others. Your GPA is a weighted average — a 4-credit A counts more than a 1-credit A. Formula: Σ(value × weight) ÷ Σ(weights). Use our GPA Calculator for weighted grade averages.
Geometric mean: Used for growth rates and percentages. If an investment returns +50% year 1 and -20% year 2, the arithmetic mean is +15% but the geometric mean is +9.5% (which correctly shows the actual average annual growth). Formula: ⁿ√(x₁ × x₂ × ... × xₙ).
Harmonic mean: Used for rates and ratios. If you drive 60 mph for one leg and 40 mph for the return, your average speed is not 50 mph (arithmetic mean) but 48 mph (harmonic mean), because you spend more time at the slower speed. Formula: n ÷ Σ(1/xᵢ).
Trimmed mean: Removes the top and bottom X% of values before computing the mean. Used in Olympic judging (remove highest and lowest scores) and inflation measurement (the Cleveland Fed's trimmed-mean CPI).
Standard Deviation: Understanding Data Spread
Standard deviation tells you how much values typically differ from the mean. Two datasets can have the same average but very different spreads.
Standard Deviation (population) = √[ Σ(xᵢ - μ)² / N ]
Standard Deviation (sample) = √[ Σ(xᵢ - x̄)² / (N-1) ]
Example: Dataset: {4, 8, 6, 5, 7} → Mean = 6
Deviations: (4-6)²+(8-6)²+(6-6)²+(5-6)²+(7-6)² = 4+4+0+1+1 = 10
SD (population) = √(10/5) = √2 ≈ 1.41
In a normal (bell-curve) distribution: 68% of data falls within ±1 SD of the mean, 95% within ±2 SD, and 99.7% within ±3 SD. This is called the 68-95-99.7 rule (or empirical rule). In finance, standard deviation is used as a measure of volatility — the S&P 500 has a historical annual SD of about 15%, meaning returns typically range from -5% to +25% in any given year (10% average ± 15%).
Common Real-World Applications of Averages
Averages are used in virtually every field — from education to medicine to sports to business.
Education: Grade point averages (GPA), class average scores, standardized test percentiles. A student scoring 1200 on the SAT is at the 74th percentile — above average but well below the 99th percentile (1550+).
Sports: Batting averages (.300 is excellent), points per game, earned run average (ERA). In basketball, the average NBA player scores about 11 points per game; averaging 25+ puts you in the elite tier.
Business: Average revenue per user (ARPU), average order value (AOV), customer lifetime value (CLV). Amazon's average order value is approximately $47, which they've increased through cross-selling and bundling.
Medicine: Average blood pressure (normal: 120/80 mmHg), average resting heart rate (60-100 BPM, athletes can be 40-60), average body temperature (98.6°F/37°C, though recent research suggests 97.9°F is more accurate for modern populations).
Weather: Average daily temperatures, average rainfall. "Average high of 75°F in June" means some days are hotter and some cooler, but 75°F represents the typical maximum temperature.
Averages in Everyday Life and Weighted Averages
"The average American" statistics: household income $75,149 (mean) vs $56,420 (median), credit score 714, student loan debt $37,574, car payment $726/month, rent $1,987/month.
When you see "average" in headlines, ask: mean or median? For income and wealth data, the median is more representative because outliers pull the mean upward. A weighted average assigns different importance to each value — your GPA is a weighted average where a 4-credit A counts more than a 1-credit A. Formula: Weighted Mean = Sum(value × weight) ÷ Sum(weights). Example: grades A(4.0, 4 credits), B(3.0, 3 credits), A(4.0, 1 credit). Weighted GPA = (16+9+4) ÷ 8 = 3.625. Simple average: (4.0+3.0+4.0) ÷ 3 = 3.67. The difference matters in scholarships and graduate admissions. Use our GPA Calculator for weighted grade calculations.
✦ Built with AEO Methodology
This calculator is AI-visible by design
Every tool on SmarterCalculator uses AEO methodology — JSON-LD Schema, Quick Answer formatting, and E-E-A-T optimization — to be recommended by ChatGPT, Perplexity, and Gemini. Learn how to make your brand AI-visible too.
By Claudia-Elena Linul — AEO Business Strategist
Note: This calculator computes the population standard deviation (dividing by N). For sample standard deviation (dividing by N-1), which is appropriate when your data is a sample from a larger population, multiply the SD by √(N/(N-1)). All calculations are performed locally in your browser.
Related Calculators