Free online average calculator
Mean, median, and mode each describe a data set's center differently. This calculator shows all three plus range, min, max, sum, and count for any list of numbers.
Saved to favorites
Your favorites are on the home page under “Your favorites.” They are saved only in this browser on this device, so they will not appear on another device or browser. No account, no server.
How to use
- Type or paste your numbers into the text area — commas, spaces, semicolons, or new lines all work as separators.
- Results update as you type.
- Use “Share with my numbers” to save or share the data set via URL.
Definitions and formulas
Mean: sum of all values divided by the count.
mean = (x₁ + x₂ + … + xₙ) / n
Median: the middle value of the sorted list. For an even count, average the two middle values.
Mode: the value(s) that appear most often. “None” if all values are unique.
Range: max − min.
Worked example
Data: 2, 4, 4, 4, 5, 5, 7, 9
- Sorted: 2, 4, 4, 4, 5, 5, 7, 9
- Count: 8 | Sum: 40
- Mean: 40 / 8 = 5
- Median: (4 + 5) / 2 = 4.5 (average of 4th and 5th values)
- Mode: 4 (appears 3 times)
- Range: 9 − 2 = 7
Notes
- Non-numeric tokens (letters, symbols) are silently ignored.
- Results are rounded to four decimal places.
- Share URLs encode your data in the
dquery parameter — paste the URL to restore the same data set.
References
- Mean (arithmetic mean / average)Wikipedia · en.wikipedia.org
- Median (measure of central tendency)Wikipedia · en.wikipedia.org
- Mode (most frequent value)Wikipedia · en.wikipedia.org
Frequently asked
What is the difference between mean, median, and mode?
When should I use median instead of mean?
What does it mean when there is no mode?
Can a data set have more than one mode?
How do I enter my numbers?
What is the range?
Embed this calculator
Add this free calculator to your own site. Copy the snippet — it works anywhere you can paste HTML, and stays in sync with this page.
Related calculators
- Standard deviation calculator
Population and sample standard deviation, variance, and mean from a list.
- Percentage change calculator
Find how much a value changed, or calculate a new value from a percent.
- Fraction calculator
Add, subtract, multiply, and divide fractions with automatic simplification.
- Quadratic equation solver
Solve ax² + bx + c = 0 for real or complex roots instantly.