Mean Median Mode Calculator — Full Descriptive Statistics

The Mean Median Mode Calculator computes all descriptive statistics for any dataset. Enter numbers separated by commas, spaces, or new lines — the calculator instantly finds the mean (average), median (middle value), mode (most frequent value, including bimodal and no-mode cases), range, standard de...

ENTER YOUR DATA

Commas, spaces, or new lines — any format works

n = 8

MEAN

6.25

average

MEDIAN

7

middle

MODE

8

most frequent

Count (n)8
Sum50
Min2
Max10
Range8
Midrange6
Population Variance6.4375
Population Std Dev2.5372
Q1 (25th pct)4
Q3 (75th pct)8
IQR (Q3−Q1)4
Sorted data2, 4, 4, 6, 8, 8...

QUICK EXAMPLES

DOT PLOT

246810MMeanMedianMode

FIVE-NUMBER SUMMARY

Min

2

Q1

4

Median

7

Q3

8

Max

10

FREQUENCY TABLE

ValueFreqRel %Cum %
2112.5%12.5%
4225%37.5%
6112.5%50%
8337.5%87.5%
10112.5%100%

Bold rows = mode value(s)

Created with❤️byeaglecalculator.com

HOW TO USE

  1. 1

    Type or paste your numbers into the input box. Any separator works — commas, spaces, semicolons, or new lines. The calculator accepts integers, decimals, and negative numbers.

  2. 2

    Mean, median, and mode appear instantly in the three black result cards. The mode card shows all modes if the data is bimodal or multimodal, or None if every value appears exactly once.

  3. 3

    Toggle between Population (÷n) and Sample (÷n−1) using the buttons below the main results to switch between population and sample variance and standard deviation.

  4. 4

    Check the dot plot — each data point is stacked as a dot above the number line. The blue dashed line marks the mean, red marks the median, the grey shading shows the IQR, and mode dots are black.

  5. 5

    The frequency table on the right shows each unique value with its frequency, relative percentage, and cumulative percentage. Mode values are highlighted in bold.

WORKED EXAMPLE

Dataset: 2, 4, 4, 6, 8, 8, 8, 10 (n=8). Mean=50/8=6.25. Median=(6+8)/2=7 (4th and 5th values). Mode=8 (appears 3×). Range=10−2=8. Population variance=52/8=6.5. Std dev=√6.5≈2.5495. Sample variance=52/7≈7.4286. Q1=4, Q3=8, IQR=4. Five-number summary: 2, 4, 7, 8, 10.

FORMULAS

DESCRIPTIVE STATISTICS FORMULAS
NAMEFORMULADESCRIPTION
Meanx̄ = Σx / nSum of all values divided by count
Median (odd n)Middle value after sortingThe single central value
Median (even n)(x_{n/2} + x_{n/2+1}) / 2Average of two middle values
ModeValue with highest frequencyMost common value; no mode if all unique
Population varianceσ² = Σ(x−x̄)² / nAverage squared deviation from mean
Sample variances² = Σ(x−x̄)² / (n−1)Bessel corrected for sample data
Std deviationσ = √(σ²)Square root of variance
Rangemax − minSpan from lowest to highest value
IQRQ3 − Q1Spread of middle 50% of data
Q1 (25th pct)Median of lower half25th percentile
Q3 (75th pct)Median of upper half75th percentile

FREQUENTLY ASKED QUESTIONS

RELATED CALCULATORS

MORE STATISTICS CALCULATORS

Was this calculator helpful?

Last updated: April 29, 2026 · Formula verified by EagleCalculator team · Eagle-eyed accuracy for every calculation.