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
26.051711nth root of product
Harmonic Mean
21.89781n / sum of reciprocals
Quadratic Mean (RMS)
33.166248Root mean square
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)