Average Calculator
Calculate mean, median, mode, range, standard deviation and more from any set of numbers. Enter numbers separated by commas, spaces or new lines.
Understanding mean, median and mode
These three "measures of central tendency" each describe a dataset differently. Together with range and standard deviation, they give a complete picture of your data distribution.
Mean is affected by outliers (extreme values). If 5 people earn ₹30,000 and 1 earns ₹10 crore, the mean salary is misleading. Median shows the "middle" salary better. Always check both.
Tells you how spread out the data is. Low SD = values are close to the mean. High SD = values vary widely. In a normal distribution, 68% of data falls within 1 SD of the mean.
Mode is used for categorical data and finding the most common value. A dataset can have no mode (all unique), one mode (unimodal), or multiple modes (bimodal/multimodal).
Range = Maximum − Minimum. It shows the spread of data. A large range indicates high variability. Range is simple but sensitive to extreme outliers — use SD for a more robust measure.