Tools/🧮 Calculators/Statistics Calculator

Statistics Calculator

Calculate mean, median, mode, standard deviation, variance, range, quartiles, and IQR.

Version 1.0 · Last Updated: August 8, 2026 · Maintained by ToolLarder

Separate values with spaces, new lines, or semicolons. Use a decimal point or comma for decimal values.

Variance and Standard Deviation Type

Choose this when the entered values represent the complete group being studied.

Mean
Enter a data list to see the statistics.

How are basic statistics calculated?

The Statistics Calculator summarizes central tendency, spread, and quartile distribution in a single analysis. It automatically applies the appropriate variance and standard deviation formula for population or sample data.

Mean, median, and mode calculator

The mean combines every value, the median identifies the center of the sorted list, and the mode shows the most frequently occurring values.

Mean = Σx ÷ n

Standard deviation and variance

Variance measures squared distance from the mean, while standard deviation is its square root expressed in the same unit as the data.

σ = √(Σ(x − μ)² ÷ N)

Population vs. sample standard deviation

Use N when analyzing the complete population and n−1 when a sample is being used to estimate a larger population.

Sample variance = Σ(x − x̄)² ÷ (n − 1)

Q1, Q2, Q3, and IQR calculator

Quartiles divide sorted data into four parts. IQR measures the width of the middle 50 percent and is resistant to extreme values.

IQR = Q3 − Q1

Range, minimum, and maximum

Minimum and maximum identify the data boundaries. Range is the difference between the largest and smallest values.

Range = Maximum − Minimum

Statistics Calculator Frequently Asked Questions