Calculate simple averages, weighted averages, list averages, and running averages with clear steps and formulas.
1. Simple Average (Mean)
mean = (sum of all values) / (number of values)
2. Weighted Average
weighted average = (Σ(value × weight)) / (Σ weights)
3. Average of a List
average = (v₁ + v₂ + ... + vₙ) / n
4. Running Average
new average = (old average × count + new value) / (count + 1)
To calculate a simple average:
To calculate a weighted average:
To calculate the average of a list:
To calculate a running average:
Averages are one of the most widely used tools in mathematics, statistics, finance, and everyday decision‑making. They help summarize large sets of numbers into a single, meaningful value.
This calculator supports four essential types of averages: simple mean, weighted average, list average, and running average. Each method is useful in different situations — from school grades and financial analysis to sports statistics and scientific measurements.
The formulas and steps above show exactly how each calculation works, helping you understand not just the result, but the math behind it.