Mean, Median, Mode Calculator

Calculate arithmetic, geometric, harmonic, trimmed, and weighted means plus median, mode, and modality. Includes frequency table, skewness, and visual comparison.

Enter numeric values
0–10
% to trim from each end for trimmed mean
One weight per value for weighted mean
Mean
82.1000
Sum 821.0000 ÷ n 10
Median
83.0000
Middle value of sorted data
Mode
No mode
Amodal
Geometric Mean
81.6212
Nth root of the product (positive data)
Harmonic Mean
81.1378
n / Σ(1/xᵢ) (positive data)
RMS (Quadratic)
82.5706
√(Σxᵢ²/n)
Trimmed Mean (10%)
82.2500
Removed 1 from each end
Weighted Mean
Enter weights
Σ(wᵢ × xᵢ) / Σwᵢ
Midrange
81.5000
(Min + Max) / 2

Central Tendency Comparison

Mean (82.10)
Median (83.00)
Midrange (81.50)

Skewness

MeasureValueInterpretation
Fisher skewness-0.1310Approximately symmetric
Pearson\'s 2nd coeff.-0.29103 × (Mean − Median) / SD
Mean vs MedianMean < MedianSuggests left skew

Frequency Table

ValueFrequencyRelative Freq.Bar
68.0000110.0%
72.0000110.0%
74.0000110.0%
76.0000110.0%
81.0000110.0%
85.0000110.0%
88.0000110.0%
90.0000110.0%
92.0000110.0%
95.0000110.0%
Sorted Data & Summary
Sorted: 68.0000, 72.0000, 74.0000, 76.0000, 81.0000, 85.0000, 88.0000, 90.0000, 92.0000, 95.0000
n = 10, Sum = 821.0000
Min = 68.0000, Max = 95.0000, Range = 27.0000
Planning notes, formulas, and examples

About the Mean, Median, Mode Calculator

The mean, median, and mode calculator computes all major measures of central tendency in one place. Enter your data to get the arithmetic mean (average), median (middle value), and mode (most frequent), along with the geometric mean, harmonic mean, root-mean-square, trimmed mean, and weighted mean.

Central tendency tells you where the "center" of your data lies. Different measures are appropriate for different situations — the mean works best for symmetric data, the median is robust to outliers and skewed distributions, and the mode identifies the most common value. This calculator computes all of them simultaneously, with a visual comparison showing exactly how they relate.

You also get a frequency table, skewness metrics (Fisher and Pearson), and an optional weighted mean for situations where not all data points are equally important. The sample data makes it easy to see how repeated values drive the mode while skewness pulls the mean away from the median.

When This Page Helps

It gives a comprehensive view of central tendency that no single measure can offer alone. By computing arithmetic, geometric, harmonic, trimmed, and weighted means alongside the median and mode, it helps you choose the right measure for your specific data and application.

The visual comparison chart and skewness metrics reveal the shape of your distribution at a glance — essential for choosing the right statistical tests and reporting the most representative summary of your data.

How to Use the Inputs

  1. Enter numeric data separated by commas or spaces.
  2. Set the number of decimal places for output precision.
  3. Adjust the trim percentage for the trimmed mean calculation.
  4. Optionally enter weights (one per data point) for the weighted mean.
  5. Compare mean, median, mode, and the optional weighted mean in the visual comparison chart.
  6. Check the skewness table to understand your data's symmetry.
  7. Review the frequency table to see value counts.
Formula used
Arithmetic mean = Σxᵢ / n. Median = middle value(s) of sorted data. Mode = most frequent value. Geometric mean = (∏xᵢ)^(1/n). Harmonic mean = n / Σ(1/xᵢ). RMS = √(Σxᵢ²/n). Trimmed mean = mean after removing top/bottom k% of values.

Example Calculation

Result: Mean = 82.10, Median = 83, Mode = No mode

With 10 values, the mean is 821/10 = 82.10. The sorted data has no repeated values, so no mode exists. The median is the average of the 5th and 6th values in sorted order: (81+85)/2 = 83. Mean < Median suggests slight left skew.

Tips & Best Practices

  • When mean ≈ median, your data is approximately symmetric. When they diverge, the data is skewed.
  • Use the geometric mean for rates of change (investment returns, population growth rates).
  • Use the harmonic mean for rates (speed, throughput, price-to-earnings ratios).
  • The trimmed mean is a compromise between mean and median — it removes a percentage of extremes before averaging.
  • If your data is multimodal (2+ modes), consider whether it comes from a mixture of different populations.
  • Weighted means are used in GPA calculations, portfolio returns, and any situation where observations have unequal importance.

Choosing the Right Average

The "best" average depends on your data and context. For symmetric data without outliers, the arithmetic mean is generally preferred — it uses all data and has the smallest standard error. For skewed data (income, property values), the median is more representative. For growth rates, use the geometric mean. For rates (speed, fuel economy), use the harmonic mean.

Mean–Median–Mode Inequality

For unimodal, moderately skewed distributions, an approximate relationship holds: Mode ≈ 3 × Median − 2 × Mean. This is Pearson's empirical rule. It's useful for estimating the mode when you only know the mean and median, but it breaks down for multimodal or highly skewed distributions.

Weighted Averages in Practice

Weighted means appear everywhere: GPA weights credit hours, stock indices weight by market cap (S&P 500) or price (Dow Jones), and quality metrics weight by importance. When calculating weighted means, ensure weights are meaningful and sum to a positive value. Negative weights can cause paradoxical results.

Sources & Methodology

Last updated:

Frequently Asked Questions

  • The mean (average) sums all values and divides by count — it uses every data point but is sensitive to outliers. The median is the middle value when data is sorted — it's robust to extreme values. The mode is the most frequently occurring value — it's the only measure that works for categorical data and identifies peaks in distributions.