Mean, Median & Mode Calculator

Enter numbers separated by commas, spaces, or new lines.

Mean, Median & Mode — Definitions

Mean (Arithmetic Average)

x̄ = Σxᵢ / n  —  add all values and divide by count. Sensitive to outliers.

Median

Sort values. If n is odd: middle value. If n is even: average of the two middle values.
Robust to outliers; preferred for skewed distributions.

Mode

The value(s) that appear most often. Can be: no mode, unimodal, bimodal, or multimodal.

Range

Range = Max − Min. A simple spread measure.

Quick Example: 3, 7, 5, 13, 20, 23, 39, 23, 40, 23

MeasureValueHow
Mean19.6(3+7+5+…+23) / 10
Median21.5Sorted → (20+23)/2
Mode23Appears 3 times
Range3740 − 3

Related Calculators

References

  • Triola, M.F. (2018). Elementary Statistics (13th ed.). Pearson.
  • Moore, D.S., McCabe, G.P. & Craig, B.A. (2017). Introduction to the Practice of Statistics (9th ed.). Freeman.
Have Feedback or a Suggestion? Contact Us
Top