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...
Commas, spaces, or new lines — any format works
n = 8
MEAN
6.25
average
MEDIAN
7
middle
MODE
8
most frequent
QUICK EXAMPLES
FIVE-NUMBER SUMMARY
Min
2
Q1
4
Median
7
Q3
8
Max
10
FREQUENCY TABLE
| Value | Freq | Rel % | Cum % |
|---|---|---|---|
| 2 | 1 | 12.5% | 12.5% |
| 4 | 2 | 25% | 37.5% |
| 6 | 1 | 12.5% | 50% |
| 8 | 3 | 37.5% | 87.5% |
| 10 | 1 | 12.5% | 100% |
Bold rows = mode value(s)
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.
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.
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.
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.
The frequency table on the right shows each unique value with its frequency, relative percentage, and cumulative percentage. Mode values are highlighted in bold.
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.
| NAME | FORMULA | DESCRIPTION |
|---|---|---|
| Mean | x̄ = Σx / n | Sum of all values divided by count |
| Median (odd n) | Middle value after sorting | The single central value |
| Median (even n) | (x_{n/2} + x_{n/2+1}) / 2 | Average of two middle values |
| Mode | Value with highest frequency | Most common value; no mode if all unique |
| Population variance | σ² = Σ(x−x̄)² / n | Average squared deviation from mean |
| Sample variance | s² = Σ(x−x̄)² / (n−1) | Bessel corrected for sample data |
| Std deviation | σ = √(σ²) | Square root of variance |
| Range | max − min | Span from lowest to highest value |
| IQR | Q3 − Q1 | Spread of middle 50% of data |
| Q1 (25th pct) | Median of lower half | 25th percentile |
| Q3 (75th pct) | Median of upper half | 75th percentile |
Probability Calculator
Calculate instantly →
Standard Deviation Calculator
Calculate instantly →
Combination Calculator (nCr)
Calculate instantly →
Permutation Calculator (nPr)
Calculate instantly →
Grade Calculator
Calculate instantly →
GPA Calculator
Calculate instantly →
Final Grade Needed Calculator
Calculate instantly →
Test Grade Calculator
Calculate instantly →
Last updated: April 29, 2026 · Formula verified by EagleCalculator team · Eagle-eyed accuracy for every calculation.