Average Calculator

Free online average calculator – Fast, accurate, and easy to use

Calculate mean, median, mode, range, standard deviation, and more for any set of numbers. Supports comma, space, or newline-separated input.

Statistics Formulas

Mean

Mean = Sum of all values / Count of values

Median

Sort values; median = middle value (odd n) or average of two middle values (even n)

Range

Range = Maximum value − Minimum value

Std Dev (Pop.)

σ = √[ Σ(x − mean)² / N ]

Worked Example

Dataset: 4, 8, 6, 5, 3, 2, 8, 9, 2, 5

Count: 10 | Sum: 52

Mean: 52 / 10 = 5.2

Sorted: 2, 2, 3, 4, 5, 5, 6, 8, 8, 9

Median: (5 + 5) / 2 = 5.0 (average of 5th and 6th values)

Mode: 2, 5, 8 (each appears twice)

Range: 9 − 2 = 7

Related Calculators

People Also Ask

Advertisement

How to Use This Calculator

Step 1: Enter your numbers

Separated by commas, spaces, or new lines

Step 2: Click Calculate

Get mean, median, mode, range, and more instantly

Step 3: Review full statistics

Sum, count, min, max, standard deviation

Advertisement