All three centres — and what it tells you when they disagree.
Three centres, and the distance between them
Paste numbers separated by commas, spaces or new lines.
n = 7
mean 16.29 · median 6.00 · mode 6.00
The mean sits 10.29 above the median, which makes this right-skewed. On data like this the median is the more honest single number.
Mean
16.29
sum ÷ count; moves with every value
Median
6.00
the middle of the sorted list
Mode
6.00
appears 3×
Mean − median
10.29
right-skewed
Where each centre falls on your data
Skew, from that gap
Pearson’s second coefficient scales the mean-median gap by the standard deviation: 3(16.29 − 6.00) ÷ 28.11 = 1.098. Values beyond about ±1 indicate strong skew; near zero means the two centres agree.
What this tool shows
Three numbers in a row tell you very little. Where they sit relative to each other tells you the shape of the data — so all three are marked on one axis over your actual observations, and the mean-median gap is reported as a result rather than left for you to notice.
The mean, median and every mode
All three marked on your actual data
The mean-median gap as a skew signal
Pearson's second skewness coefficient
Multimodal data flagged, not hidden
Which centre to report, and when
All three, one axis Every mode, not just one Flags multimodality Skew read from the gap
Reports every mode, and says so plainly when there is none.
Updated 7 September 2026 · Works in any browser, no installation
Mean is the balance point, median is the middle, mode is the most common. When all three land together the data is symmetric and any of them will do. When they spread apart, the direction and size of that spread is itself the finding.
At a glance
Formula shown
Mean = Σx / n. Median = the middle value of the sorted list, or the average of the middle two. Mode = the most frequent value or values. Pearson's second skewness coefficient = 3(mean − median) / s.
Scenario support
Summarising exam marks, salaries or house prices in one number; deciding whether an average is being distorted by a few extreme values; spotting that a dataset actually contains two groups; reporting a typical rating or category.
Educational estimate
Planning support from the values you enter — not professional advice.
What each one actually measures
They are all called averages, and they answer three genuinely different questions.
The mean is the balance point. If the values were weights on a ruler, the mean is where it balances. Every observation contributes in proportion to its distance, which makes the mean the most informative of the three when the data is well behaved — and the most fragile when it is not. Move one value far enough and the mean follows it anywhere.
The median is the middle. Half the observations sit on each side. It does not care how far away anything is, only how many are on which side, which is why it barely moves when an extreme value appears. Its breakdown point is 50% — the theoretical maximum — and nothing else here comes close.
The mode is the most common. It is the only one of the three that must be a value that actually occurred, and the only one that works on data with no numeric meaning at all. It is also the least stable on continuous measurements, where exact repeats are largely accidental.
A quick illustration with the tool’s presets. On 4, 5, 6, 6, 6, 7, 8 all three are 6. Change the last value to 80 and the median stays at 6, the mode stays at 6, and the mean jumps to about 16 — a “typical” value larger than all but one observation. Nothing is broken; the mean is doing exactly what it is defined to do.
Reading skew straight from the gap
This is the part most calculators leave out, and it is the most useful thing on the page.
Mean above median means a right tail. Something up at the high end is pulling the balance point away from the middle. Incomes, house prices, city populations, response times, insurance claims and word frequencies are all like this — most values modest, a few very large.
Mean below median means a left tail. Rarer, and it shows up in bounded measurements near their ceiling: exam marks on an easy test, time-to-completion for a task nearly everyone finishes, component lifetimes with early failures.
Mean equal to median means roughly symmetric. Not necessarily normal — symmetry is a much weaker claim than normality, and a bimodal distribution can be perfectly symmetric — but at least not lopsided.
Pearson’s second skewness coefficient turns that into a comparable number by scaling the gap: 3(mean − median) divided by the standard deviation. Dividing by s makes it unit-free, so a value of 0.8 means the same thing on salaries in rupees and on marks out of 100. Beyond roughly ±1 is strong skew.
The reason to prefer this over a moment-based skewness is that you can compute it in your head from two numbers you already have, and it is far less sensitive to a single extreme value than a measure built on cubed deviations. It is an indicator, not a test.
The mode problem, and what most tools get wrong
The mode is the most awkward of the three, and the awkwardness is usually hidden rather than reported.
There can be no mode at all. If every value occurs exactly once, no value is most frequent. That is not the same as the mode being zero, and it is not the same as every value being a mode. This page says “none”.
There can be several, and that is usually the headline. Two clear peaks almost always means two populations have been mixed — two machines, two shifts, two customer segments, adults and children. A single “average” then describes nobody, and the right response is to split the data rather than summarise it.
This is where the tooling actively misleads. Excel’s MODE returns one value — the first it encounters — and gives no indication that others tied. A genuinely bimodal dataset looks unimodal, and the single most important feature of the data disappears into a cell. Newer Excel has MODE.MULT, which returns them all, but MODE is what people reach for and what older sheets contain. This page reports every tied value and flags multimodality explicitly.
On continuous data the mode is nearly meaningless. Measure anything precisely enough and no two values repeat, so any mode you do find is an artefact of rounding. For continuous measurements the useful analogue is the peak of a histogram or density curve, which depends on the bin width you chose — a real decision, not a property of the data.
Which one to report
A short decision procedure that covers most real cases.
Symmetric, no extreme values: the mean. It uses all the information and it is what every downstream method — standard deviations, t-tests, confidence intervals — expects as input.
Skewed or containing extremes: the median. This is why national statistics agencies publish median household income and median house prices rather than means. A handful of very large values would otherwise produce an “average” that is above what most people experience, which is technically correct and practically misleading.
Categories, or the most likely single outcome: the mode. The most common blood type, the most-chosen answer, the most frequently ordered size. A mean shoe size is a real number and a useless one for stocking a shop.
When they disagree substantially: report more than one. Giving both the mean and the median costs a few characters and tells the reader immediately that the distribution is lopsided. A summary that quotes only the flattering one is the most common way statistics are used to mislead without anything false being said.
When the mean is actively misleading
Three concrete cases, all common.
Salaries. Load the salaries preset: eight ordinary figures and one large one. The mean lands well above what most of those people earn, so “the average salary here” describes a level nobody in the middle is at. This is exactly why pay transparency reporting uses medians and quartiles.
Averaging averages. The mean of several group means is not the overall mean unless the groups are the same size. Three classes averaging 60, 70 and 80 do not give a school average of 70 if the classes hold 10, 10 and 100 students. That needs aweighted average, and getting it wrong is one of the commonest errors in reporting.
Rates and ratios. The arithmetic mean of growth rates or speeds is wrong. Driving out at 30 km/h and back at 60 km/h does not average 45; it averages 40, because you spend twice as long at the slower speed. Rates need theharmonic mean, and compounded growth needs thegeometric mean.
The pattern in all three: the arithmetic mean assumes every observation should carry equal weight and that adding the values is meaningful. When either assumption fails, the mean is not approximately right — it is answering a different question.
Ordinal and categorical data
Which centres are even defined depends on what kind of data you have, and this is worth being strict about.
Categorical data — blood types, countries, product categories — has no order, so only the mode exists. There is no middle of an unordered set and no meaningful sum.
Ordinal data — rankings, satisfaction scales, small/medium/large — has order but no guaranteed equal spacing. The median and the mode are both well defined. The mean is where it gets contentious: computing 3.7 from a five-point Likert scale assumes the gap between “agree” and “strongly agree” is the same size as the gap between “neutral” and “agree”, which nobody has established.
In practice mean Likert scores are reported constantly and are often useful for comparing groups. The honest position is that it is a pragmatic convention rather than a sound one, and that a median plus the full distribution of responses says more and assumes less.
Interval and ratio data — temperatures, lengths, counts, money — supports all three. Note that the tool will compute a mean for anything you paste, including data where it should not be computed. That judgement is yours, and no calculator can make it for you.
Sources and methodology
Definitions, and the reporting conventions cited above.
Method. Modes are found by frequency count and every tied value is returned, sorted — the suite asserts that a bimodal set reports both values rather than the first, and that an all-unique set reports no mode rather than an arbitrary one. The skew direction is judged against a threshold relative to the standard deviation rather than an absolute gap, so a difference of 2 is not called skew on salaries and ignored on exam marks; symmetric data is required to report as symmetric rather than being given a spurious direction. Pearson’s second coefficient is checked against a hand calculation. That engine is verified on every change against 44 assertions. The count and the per-case breakdown are published on the formula verification page.
Related calculators
Where this goes next:
Standard DeviationSample and population standard deviation, plus variance, mean, median, quartiles, z-scores, outliers, and confidence intervals.
VarianceSample and population variance from your data, with a live simulation that shows exactly how much the wrong divisor costs — 20% low at n = 5, closing as the sample grows.
Five Number SummaryMinimum, Q1, median, Q3 and maximum, drawn as a box plot with every one of your observations plotted underneath it — so you can see what the summary threw away.
QuartileQ1, Q2 and Q3 by all eleven conventions in common use — Excel, R, Tukey hinges and the TI-84 rule — with a warning when they disagree.
Weighted AverageEach value carries the weight you give it, with every item's share of the total shown as a percentage so you can see what is actually driving the answer.
Geometric MeanThe average for things that compound. Growth of +50% then -50% averages to zero arithmetically and to a real 13.4% loss geometrically, which is what actually happened.
An educational tool for describing a dataset you supply. Which centre best represents your data is a judgement about the data, not a fact this tool can settle for you.
Published a mean, median and mode calculator that plots all three centres on one axis over the reader's actual observations, because where they sit relative to each other is the finding and three numbers in a row is not.
Reports EVERY mode rather than the first one found. Excel's MODE returns a single value and gives no hint that a dataset is bimodal, which is usually the most important thing about it — two peaks almost always means two populations mixed together.
Treats the mean-median gap as a result: signed, scaled by the standard deviation into Pearson's second skewness coefficient, and judged against a threshold relative to the spread so a gap of 2 is not called skew on salaries and ignored on exam marks.
Add this calculator to your site
Responsive embed — and private: nothing your visitors type leaves their browser.