Statistics Calculator

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

  1. Home
  2. Utilities
  3. Statistics Calculator

Descriptive Statistics

Count
--
Sum
--
Mean (Average)
--
Median
--
Mode
--
Range
--
Min
--
Max
--
Q1 (25th percentile)
--
Q3 (75th percentile)
--
Variance (sample)
--
Std Dev (sample)
--
Sorted Data
--

How to Use

  1. Enter data — Type or paste numbers separated by commas, spaces, or newlines.
  2. Calculate — Click Calculate to compute all descriptive statistics instantly.
  3. Interpret — View count, sum, mean, median, mode, range, min, max, quartiles, variance, and standard deviation.

Frequently Asked Questions

What is the difference between sample and population variance?

Sample variance uses n-1 in the denominator (Bessel's correction) to better estimate the population variance from a sample. This calculator uses sample variance by default.

How is the median calculated?

For an odd number of values, the median is the middle value. For an even number, it is the average of the two middle values after sorting.

What are quartiles?

Quartiles divide the sorted data into four equal parts. Q1 is the 25th percentile (median of lower half), Q3 is the 75th percentile (median of upper half).