Calculator Tools
Mean Median Mode Calculator
Calculate mean, median, mode, range, standard deviation, and quartiles from any list of numbers in your browser. Paste comma or line separated values.
Sample data
Central tendency
Mean (average)
84.4
Sum of values divided by the count.
Median
86.5
Average of the two middle values in the sorted list.
Mode
88
Appears 2 times.
Range
25
Maximum minus minimum.
Spread
Sample standard deviation
7.834397
Bessel-corrected, divides by n minus 1. Use for samples.
Population standard deviation
7.432362
Divides by n. Use when the data is the whole population.
Sample variance
61.3777777778
Square of the sample standard deviation.
Population variance
55.24
Square of the population standard deviation.
Sum
844
Total of all values.
Count
10
Number of values entered.
Five number summary
Minimum
70
Q1 (25th percentile)
79
Median (Q2)
86.5
Q3 (75th percentile)
89.5
Maximum
95
Interquartile range
10.5
Q3 minus Q1. A robust measure of spread.
Sorted values
Ascending
70, 76, 78, 82, 85, 88, 88, 90, 92, 95
Descending
95, 92, 90, 88, 88, 85, 82, 78, 76, 70
Frequency table
| Value | Count | Percent | Bar |
|---|---|---|---|
| 88 | 2 | 20.0% | |
| 70 | 1 | 10.0% | |
| 76 | 1 | 10.0% | |
| 78 | 1 | 10.0% | |
| 82 | 1 | 10.0% | |
| 85 | 1 | 10.0% | |
| 90 | 1 | 10.0% | |
| 92 | 1 | 10.0% | |
| 95 | 1 | 10.0% |
How to use
- Paste your numbers into the input area. Commas, spaces, tabs, semicolons, and newlines all work as separators.
- Pick one of the sample data presets to see how the calculator works, or clear the input and start with your own values.
- Read the four headline statistics (mean, median, mode, range) at the top, plus the spread panel for variance and standard deviation and the five number summary for quartile breakdowns.
- Click any Copy button to copy a single value, or use Copy full report to grab every statistic as a plain text block.
- Skim the sorted list and frequency table to spot duplicates, gaps, and outliers in your data set.
About this tool
Mean Median Mode Calculator turns a list of numbers into a full set of descriptive statistics in your browser. Paste values separated by commas, spaces, tabs, semicolons, or newlines and the tool reports the mean (arithmetic average), the median (middle value of the sorted list, or the average of the two middles when the count is even), the mode (most frequent value, with multimodal data sets handled correctly and reported as no mode when every value occurs once), the range (max minus min), and the full five number summary (minimum, Q1, median, Q3, maximum). It also computes both sample and population standard deviation, both sample and population variance, the interquartile range, the count, and the sum, so the same input answers homework questions, spreadsheet checks, and quick data analysis. Quartiles use linear interpolation between order statistics, the same method NumPy uses by default and the convention most statistics textbooks teach. The result panel includes a sorted ascending and sorted descending view, a frequency table with percentages and a visual bar for data sets with up to 60 unique values, and a full report you can copy in one click. Useful for students learning measures of central tendency and dispersion, teachers preparing answer keys, analysts double-checking a quick column of numbers, scientists summarizing experimental readings, and anyone who needs an average without opening a spreadsheet. Everything is computed locally on your device, so the numbers you paste here never leave your browser.
Free to use. Works in your browser. No signup, no login.
Related tools
You may also like
Percentage Calculator
Four percentage calculators: percent of, what percent, change, and discount.
Open tool
GeneratorRandom Number Generator
Random integers, decimals, dice rolls, and list picks with unique-only and sort.
Open tool
ConverterDecimal Fraction Converter
Two-way converter with repeating decimal support and step-by-step working.
Open tool
CalculatorCompound Interest Calculator
Future value, time to goal, and required contribution with annual schedule.
Open tool