Mean Calculator

Calculate different types of means including arithmetic, geometric, harmonic, and weighted mean.

Enter Your Data

5 numbers entered. Sum: 150

Arithmetic Mean (Average)

30

Sum of all values divided by count

Types of Mean

Geometric Mean

nth root of product

26.051711
Harmonic Mean

n / sum of reciprocals

21.89781
Quadratic Mean (RMS)

Root mean square

33.166248

Mean Formulas

Arithmetic Mean

AM = (x1 + x2 + ... + xn) / n

Geometric Mean

GM = (x1 * x2 * ... * xn)^(1/n)

Harmonic Mean

HM = n / (1/x1 + 1/x2 + ... + 1/xn)

Quadratic Mean

QM = sqrt((x1^2 + x2^2 + ... + xn^2) / n)