Calculate mean, median, mode, quartiles, IQR, variance, standard deviation, and skewness.
Reviewed by the CalculatorKosh Editorial TeamUpdated June 2026Free ยท No sign-up
Descriptive Statistics Calculator
Calculate mean, median, mode, quartiles, IQR, variance, standard deviation, and skewness.
Enter at least 2 numbers separated by commas or spaces
How It Works
This descriptive statistics calculator takes any list of numbers โ typed with commas or spaces โ and instantly reports the full summary: mean, median, mode, variance, standard deviation, range, quartiles (Q1 and Q3), interquartile range, minimum, maximum, count, sum, and skewness. Descriptive statistics summarize and describe the key features of a dataset โ its centre, spread, and shape โ without drawing inferences about a larger population. That makes this tool a fast companion for students working through a statistics chapter, teachers checking marks, analysts profiling a column of data, and anyone who needs the shape of a dataset at a glance rather than crunching each formula by hand.
Who it is for
If you are a Class 11โ12 or college student in India learning the difference between sample and population statistics, this calculator lets you verify your worked answers and see every measure side by side. If you manage a small business, you can paste in monthly sales or daily footfall and immediately read the average and the variability. Researchers and spreadsheet users get a quick second opinion that matches the percentile method used by Excel and Google Sheets.
Measures of centre
The mean (arithmetic average) is the sum of all values divided by the count โ it answers "what is the typical value if everything were shared equally?" The median is the middle value once the data is sorted, and because it ignores how extreme the highest and lowest points are, it resists outliers. The mode is the value that appears most often; a dataset can have one mode, several (bimodal, trimodal), or none if every value is unique.
Measures of spread
Two datasets can share the same mean yet feel completely different, and spread is what separates them. Variance is the average of the squared distances of each value from the mean; this calculator uses the sample variance, dividing by nโ1 (Bessel's correction) so it is an unbiased estimate. Standard deviation is the square root of variance, expressed back in the original units, which makes it the most readable measure of how far values stray from the mean. The range is simply maximum minus minimum. The interquartile range (IQR = Q3 โ Q1) captures the middle 50% of the data and, like the median, shrugs off extreme values โ it is the safer spread measure for skewed data.
Quartiles and shape
Q1 is the 25th percentile and Q3 is the 75th, computed here by linear interpolation so the results agree with Excel's PERCENTILE.INC. Skewness measures the asymmetry of the distribution using Pearson's second coefficient, 3 ร (mean โ median) / standard deviation: a positive value means a tail stretching to the right (mean greater than median), a negative value a left tail, and a value near zero a roughly symmetric shape.
Worked example (India context)
Imagine a teacher in Pune recording six unit-test marks out of 50: 32, 45, 38, 50, 29, 42. The sum is 236 and the count is 6, so the mean is 236 รท 6 โ 39.3. Sorting gives 29, 32, 38, 42, 45, 50; with an even count the median is the average of the two middle marks, (38 + 42) รท 2 = 40. Here the median (40) sits just above the mean (39.3), a hint of a mild left tail pulled down by the lowest score of 29. The range is 50 โ 29 = 21 marks, and the standard deviation works out to roughly 7.7, telling the teacher most students scored within about 8 marks of the average. Paste the same six numbers above and every figure โ including Q1, Q3, and skewness โ appears at once.
Tips
Report the median rather than the mean when your data is skewed โ incomes, property prices in โน, and exam marks with a few very low scores are classic cases where the mean is dragged away from the typical value. Pair the standard deviation with the mean so a reader can judge whether the spread is large or small relative to the average. For comparing two groups of different sizes, the standard deviation and IQR travel better than the raw range, which only reflects the two most extreme points.
Common mistakes
A frequent slip is confusing sample and population variance: this tool divides by nโ1 for a sample, so it will differ slightly from a population calculation that divides by n โ expect a small gap and do not treat it as an error. Another is reading the range as a measure of typical spread when a single outlier can inflate it wildly; use the IQR instead. Remember the mode is about frequency, not size, so the largest number is not automatically the mode. Finally, the order in which you type numbers does not matter โ the calculator sorts internally โ but every entry must be a real number, as blanks and stray text are ignored.
Frequently Asked Questions
The mean is the sum of all values divided by the count. The median is the middle value when data is sorted. The mean is sensitive to extreme values (outliers), while the median is robust. For skewed data (like income distributions), the median often better represents the "typical" value.
Part of Statistics & Probability Calculators โ compare every related calculator in one place.