Daily Figures Edition No Sign-Up No Tracking Free Forever Vol. XII — No. 204
“The figures, plainly worked — a standing desk of free, no-nonsense calculators.”

Average Calculator

Paste your numbers. Read the average. Count, sum, mean, median, mode, range and standard deviation — computed live in your browser as you type. Nothing is sent anywhere. Separate values with commas, spaces, or new lines.

 
Mean — the average
Sum divided by count.
Full statistical readout
Count how many values
Sum total of all values
Median the middle value
Mode most frequent
Range max minus min
Std. Deviation population σ
Std. Deviation sample s
Min   /   Max Variance Everything computed client-side — your data never leaves this page

How the Average Calculator Works

The average most people mean is the arithmetic mean: add every value together, then divide by how many values there are. This tool reports the mean along with the other summary statistics a data set is usually judged by, so you can see the centre and the spread at a glance.

The formulas

mean = ( x₁ + x₂ + … + xₙ ) / n

variance σ² = Σ( xᵢ − mean )² / n

population σ = √variance    sample s = √( Σ( xᵢ − mean )² / (n−1) )

What each figure tells you

Population versus sample

Use population σ when your numbers are the entire group you care about. Use sample s when they are a sample meant to estimate a larger population; dividing by n−1 corrects the bias that a small sample introduces.

Frequently Asked Questions

What is the difference between mean and median?

The mean is the sum of all values divided by how many there are. The median is the middle value when the data is sorted. The median is more resistant to outliers than the mean.

Does the calculator use population or sample standard deviation?

It reports both. Population sigma divides by N, and sample s divides by N minus 1. Use sample s when your numbers are a sample drawn from a larger group.

Is my data sent anywhere?

No. Every figure is computed with JavaScript in your own browser. Nothing is uploaded, stored, or tracked.

More From The Desk

Five calculators, same plain method