Average Calculator
Show the math
What Your Result Means
- Mean (Arithmetic): The standard average — the sum of all values divided by the count. Most useful when your data has no extreme outliers pulling the center away.
- Median: The middle value when data is sorted. More robust than the mean when you have outliers or skewed data, such as income distributions.
- Mode: The most frequently occurring value. Useful for categorical or discrete data. "No mode" means every value appears equally often.
- Geometric Mean: The nth root of the product of all values. Commonly used for growth rates, investment returns, and ratios. Only defined for positive values.
- Harmonic Mean: The reciprocal of the average of reciprocals. Best suited for rates and ratios, such as averaging speeds over equal distances.
How This Calculator Works
You enter a list of comma-separated numbers and optional weights. The tool parses the list, then computes seven averages using their standard mathematical definitions: arithmetic mean (sum divided by count), weighted mean (weighted sum divided by weight total), median (middle of sorted values), mode (highest-frequency value), geometric mean (nth root of product), harmonic mean (count divided by reciprocal sum), and RMS (square root of mean of squares). Non-positive values are excluded from the geometric mean; zeros are excluded from the harmonic mean.
Quick Questions
When should I use the median instead of the mean?
Use the median when your data has extreme outliers or is skewed. For example, household income data is typically reported as median because a few very high earners pull the mean upward, making it less representative of the typical value.
What are weights used for?
Weights let you give some values more importance than others. A common example is calculating a GPA, where each course grade is weighted by its credit hours. Leave weights blank for an equally-weighted average.
Why is the geometric mean missing for my data?
The geometric mean requires all values to be positive (greater than zero). If your data set includes zero or negative numbers, the geometric mean is mathematically undefined and will show a dash instead.
What is RMS and when would I use it?
Root Mean Square gives higher weight to larger values and is used in engineering and physics — for example, AC voltage is expressed as an RMS value. It is always equal to or greater than the arithmetic mean.
Sources
- Wikipedia — Average (definitions of arithmetic, geometric, harmonic, and other means)
- Khan Academy — Summarizing Quantitative Data (mean, median, mode concepts and practice)
- Wolfram MathWorld — Arithmetic Mean (formal mathematical definitions)
Method & review
Estimate only. Results reflect your inputs and standard formulas. Double-check important decisions independently.