Zero Signup ToolsFree browser tools

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.

10 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

ValueCountPercentBar
88220.0%
70110.0%
76110.0%
78110.0%
82110.0%
85110.0%
90110.0%
92110.0%
95110.0%

How to use

  1. Paste your numbers into the input area. Commas, spaces, tabs, semicolons, and newlines all work as separators.
  2. Pick one of the sample data presets to see how the calculator works, or clear the input and start with your own values.
  3. 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.
  4. Click any Copy button to copy a single value, or use Copy full report to grab every statistic as a plain text block.
  5. 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

All tools
All toolsCalculator Tools