Part of the Maths & Statistics suite · 235 calculators

Trimmed Mean Calculator

The mean after discarding a percentage from each end — the compromise between the mean's efficiency and the median's robustness.

A k% trimmed mean sorts the data, removes the lowest k% and the highest k%, and averages what remains.

Comma-separated
%
Results update as you type
Results
Trimmed mean
10.222222
Plain mean
Median
Values removed from each end
Values kept
Winsorised mean (extremes capped, not dropped)
Difference from the plain mean
Reviewed September 2026. Pure mathematics: the result does not depend on where you are. Terminology follows the national curriculum (maths, brackets, decimal point).
No account required · Google Analytics off unless allowedCalculator arithmetic runs in your browserResults update as you type
All calculations run 100% in your browser. The calculator code does not submit your figures to GlobalCalc to obtain a result.
About trimmed mean

How the trimmed mean calculator works

A k% trimmed mean sorts the data, removes the lowest k% and the highest k%, and averages what remains. At 0% it is the plain mean; as the trim approaches 50% it converges on the median.

A 10% or 20% trim keeps most of the mean's statistical efficiency while removing its vulnerability to a handful of extreme values. Olympic judging uses exactly this idea.

Formula: trim ⌊kn⌋ from each end, then average the rest

Worked examples

InputsTrimmed meanNote
10% trim on nine values with one outlier10.222222the 45 is dropped
No trim10.222222equals the plain mean
A 40% trim6.333333close to the median

Frequently asked questions

What is a trimmed mean?

The mean of the data after discarding a fixed percentage from each end.

How much should I trim?

10% or 20% is conventional. It removes most of the outlier sensitivity while keeping far more information than the median does.

Where is it used in practice?

Olympic scoring drops the highest and lowest judges; the US core inflation measure uses a trimmed mean of price changes; robust regression uses the same idea.

What is a winsorised mean?

Instead of dropping the extremes, it replaces them with the nearest kept value. It uses every observation but caps their influence.

Is trimming cheating?

No, provided you declare it. Choosing the trim after seeing which answer you prefer is cheating; setting it in advance is standard robust practice.

Where these figures come from

Last checked: September 2026. Formulas are fixed by mathematics and do not change with tax years or regulations.