
Mean Absolute Deviation
Average absolute distance of values from the mean (MAD).
Mean absolute deviation
2.4
5 values
Mean
6
AI Breakdown & Smart Takeaway
Plain-English insight on your numbers
Get a personalized explanation of what these results mean — and how to improve them.
How the Mean Absolute Deviation works
The Mean Absolute Deviation (MAD) calculator finds the average distance between each value in a dataset and the dataset's mean, giving you a clear, intuitive measure of how spread out your data really is. It's ideal for students, analysts, teachers, and anyone who needs a straightforward way to quantify variability without the complexity of variance or standard deviation.
The calculator starts by computing the arithmetic mean of all values you enter — that is, it adds every number together and divides by the count. This mean acts as the central reference point. Every individual value is then compared to that mean by subtracting one from the other. Because some values fall below the mean and some above, raw differences can be negative, which would cause them to cancel out if simply summed. To prevent this, the calculator takes the absolute value of each difference, ensuring every deviation is expressed as a positive distance regardless of direction.
Once all absolute deviations are calculated, the calculator averages them. This final figure — the Mean Absolute Deviation — tells you, on average, how far each data point strays from the center of the dataset. A small MAD signals that values cluster tightly around the mean, while a large MAD reveals a highly spread-out or variable dataset. This makes MAD an immediately interpretable statistic: it lives in the same units as your original data, so a MAD of 4.5 on a dataset of test scores means scores typically deviate by 4.5 points from the average.
The key factors that influence MAD are the range and clustering of your data. Outliers — extreme values far from the mean — pull the MAD upward substantially, because their large absolute deviations are included in the average. This sensitivity to outliers is actually one of the honest trade-offs of MAD: it is more robust than variance (which squares deviations, amplifying outliers even more), yet it still reflects the presence of extreme values. If you're working with a dataset suspected to contain errors or genuine extremes, comparing MAD before and after removing those values can be analytically revealing.
A common mistake users make is confusing MAD with standard deviation. While both measure spread, standard deviation squares the deviations before averaging (then takes a square root), giving disproportionate weight to values far from the mean. MAD treats all deviations linearly and is often easier to explain to non-technical audiences. Another frequent error is using MAD on a very small dataset — with only two or three values, the statistic can be misleading or oversimplified. MAD becomes most meaningful and statistically reliable as your dataset grows, ideally to at least eight to ten data points.
Formula
MAD = Σ|xᵢ − x̄| / n
Pro tips
- Always check your data for typos before calculating — a single miskeyed value (e.g., 1000 instead of 100) can inflate MAD dramatically and misrepresent your dataset's true spread.
- Use MAD alongside the mean, not instead of it. Reporting both together gives a much fuller picture: the mean shows where the center is, while MAD shows how reliable that center is as a summary of the data.
- When comparing two datasets with different units or scales, MAD alone isn't directly comparable. Instead, compute the relative MAD (MAD divided by the mean, expressed as a percentage) to get a normalized measure of variability.
- If you're teaching statistics, MAD is the ideal entry point before introducing standard deviation — it uses only subtraction and absolute values, making the concept of spread concrete and accessible without advanced algebra.
- For quality control or process monitoring, track MAD over time across repeated samples. A rising MAD signals increasing inconsistency in your process even if the mean stays stable, which variance-based charts might catch later.
Key terms
- Mean (x̄)
- — The arithmetic average of a dataset, calculated by summing all values and dividing by the number of values.
- Absolute Deviation
- — The non-negative distance between a single data point and the dataset's mean, found by taking the absolute value of their difference.
- Mean Absolute Deviation (MAD)
- — The average of all absolute deviations in a dataset, expressing how far values typically stray from the mean in the original unit of measurement.
- Spread
- — A general statistical concept describing how widely values in a dataset are distributed around a central point.
- Outlier
- — A data point that lies unusually far from the rest of the dataset, which can significantly increase the MAD.
- Variance
- — A related measure of spread that averages squared deviations from the mean, giving greater weight to extreme values than MAD does.