Mean, Median & Mode Calculator
Paste in a data set once and get all three measures of centre — the equal-share mean, the middle-value median and the most-frequent mode — each with its working shown.
7 numbers recognised
Separate with commas or spaces — up to 60 values.
Mean 6.428571 (equal share), median 4 (middle value), mode 4 (most frequent). When mean and median disagree by a lot, an outlier is pulling the mean.
Mean — add everything, share it out
mean = (4 + 8 + 4 + 15 + 2 + 8 + 4) ÷ 7 = 45 ÷ 7 = 6.428571Sort the values from smallest to largest
The median is a position, not a calculation — you have to put the data in order before you can find the middle.
As entered
48415284Sorted — smallest to largest
24448815The middle value (gold) is the median.
Pick the middle value
With 7 values, position 4 is the middle — 1 values either side of it.
median = value at position 4 = 4Mode — the most frequent value
4 appears 3 times, more than any other value.
Value Frequency 2 1 4 3 ★ 8 2 15 1 Mode = 4
Works instantly in your browser — nothing is uploaded, and the URL keeps your numbers so you can share the exact worked example.
Studying statistics or linear algebra? See every tool in the Stats & Algebra hub — variance, interpolation, RREF and eigenvectors, cross-linked.Reading the three together
When mean, median and mode roughly agree, the data is symmetric and any of them tells the story. When the mean runs well ahead of the median, a high tail is pulling it — the median is the honest summary. The gap between them is itself a signal.