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
Calculate mean, median, mode, standard deviation, variance, range, quartiles, and IQR.
Version 1.0 · Last Updated: August 8, 2026 · Maintained by ToolLarder
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.
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
Variance measures squared distance from the mean, while standard deviation is its square root expressed in the same unit as the data.
σ = √(Σ(x − μ)² ÷ N)
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)
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
Minimum and maximum identify the data boundaries. Range is the difference between the largest and smallest values.
Range = Maximum − Minimum