Mean, Median & Mode Calculator
Paste a list of numbers to get the mean, median, mode, range, count, and sum — the core measures of central tendency.
Result
How to use this calculator
- Paste or type your numbers, separated by commas, spaces, or new lines.
- Read the mean, median, and mode, plus the count, sum, and range.
- Compare mean and median: a big gap signals a skewed dataset or outliers.
- Note whether there is one mode, multiple modes, or none.
About this calculator
The mean, median, and mode are the three classic measures of central tendency — different ways of describing the "typical" value in a dataset. The mean is the arithmetic average: add all the values and divide by how many there are. The median is the middle value when the data is sorted (or the average of the two middle values for an even count); it is unaffected by extreme outliers, which makes it a better summary for skewed data like incomes or house prices. The mode is the value that appears most often; a dataset can have one mode, several, or none. This calculator accepts a pasted list of numbers separated by commas, spaces, or line breaks, and also reports the count, sum, and range so you can describe a dataset at a glance.
How it works — the formula
Mean = Σxᵢ ÷ n
Median = middle of sorted data (avg of two middles if n even)
Mode = value(s) with the highest frequency
Range = max − minEach measure summarizes the center differently: the mean balances magnitudes, the median balances counts, and the mode reflects frequency.
Worked examples
- Inputs:
- data=2,4,4,4,5,5,7,9
- Output:
- mean 5, median 4.5, mode 4, range 7
- Inputs:
- data=4,8,15,16,23,42
- Output:
- mean 18, median 15.5, no mode
- Inputs:
- data=10,10,20,30
- Output:
- mean 17.5, median 15, mode 10
Limitations
- Mode reporting requires at least one repeated value.
- Mean and range are sensitive to outliers; prefer median for skewed data.
- Treats all entries as a single sample; does not group or weight values.
Descriptive statistics only — they summarize the data entered, not a wider population.
Frequently asked
What is the difference between mean, median, and mode?+
When should I use the median instead of the mean?+
Can a dataset have more than one mode?+
How is the median found for an even number of values?+
What is the range?+
Does the order I enter numbers matter?+
Related calculators
More tools you might like
Hand-picked tools that pair well with this one — same audience, same intent.
Compute sample and population standard deviation and variance from a pasted list of numbers, with the mean and formulas shown.
Find Q1, Q2 (median), Q3, the interquartile range, and outliers using the 1.5×IQR rule from a pasted dataset.
z = (x − μ) / σ — how many standard deviations a value is above or below the mean.
All 5 descriptive statistics from a list of numbers — sample + population variants for std dev / variance.
Build a confidence interval for a population mean from the sample mean, standard deviation, size, and confidence level using the t-distribution.
Print source code to PDF with line numbers — paste any code snippet or upload a source file.