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)
💡
Help us improve!
How would you rate the Mean Calculator?
Editorial Note
MyCalcBuddy Editorial Team
This page is maintained as an educational calculator reference.
📚
Formula Source: Handbook of Mathematical Functions
by Abramowitz & Stegun
🔄Last reviewed: May 2026
✓Formula checks are based on standard references and internal QA review.