When the Average Lies: Explain Mean, Median, Skew and Outliers Confidently
The dashboard says average delivery time is acceptable, but angry customers are still posting screenshots of late orders. That gap is where statistics becomes business judgment: the average may be technically correct and still hide the truth.
- Mean is the arithmetic average; it uses every value, so it is sensitive to extreme observations.
- Median is the middle value after sorting; it is robust when data is skewed or has outliers.
- Positive skew means a long right tail; mean is usually greater than median.
- Negative skew means a long left tail; mean is usually less than median.
- Outliers are not automatically errors; they may be data-entry mistakes, rare events, fraud, VIP customers or operational breakdowns.
- For business decisions, report centre + spread + tail: median, IQR, mean, standard deviation, p90 or p95.
- The interview-safe line: βI would not rely on the mean alone; I would check distribution shape, outliers and percentiles before concluding.β
Big Picture: Do Not Ask βWhat Is the Average?β First
The right first question is: what does the distribution look like? Once you know shape, spread and outliers, you can decide whether mean, median or percentiles tell the better business story.
Core Explanation: Why the Mean Lies and the Median Survives
The mean is powerful because it uses every observation. That is also its weakness. One unusually high salary, order value, claim amount or delivery delay can pull the mean away from what a typical person experiences.
The median is the value in the middle. It ignores how extreme the extremes are, so it often represents the βtypicalβ case better when data has a long tail.
Use this mental shortcut:
- Symmetric data: mean and median are close; mean is usually fine.
- Right-skewed data: a few very high values pull the mean up; median is safer.
- Left-skewed data: a few very low values pull the mean down; median is safer.
A Small Worked Example: Salary Data That Looks Better Than It Feels
Imagine nine MBA salary offers in lakh rupees per annum:
6, 7, 8, 8, 9, 10, 11, 12, 100
This is the cleanest interview example: the mean is not mathematically wrong, but it is managerially misleading if presented as the typical outcome.
Definitions You Should Be Able to Say in One Breath
- Mean: The sum of all observations divided by the number of observations.
- Median: The middle observation when values are arranged in ascending order.
- Outlier: An observation unusually far from the rest of the data.
- Skewness: The degree of asymmetry in a distribution around its centre.
- Robust statistic: A measure that is not heavily affected by extreme observations.
- Percentile: The value below which a given percentage of observations falls.
How to Choose the Right Summary Statistic
A strong analyst does not choose mean or median by habit. They choose based on the business question and the distribution.
A quick-commerce player such as Zepto may have many orders delivered quickly, but a few weather, stockout or rider-allocation failures can create a long right tail. The strategic so what: operations leaders should not celebrate only average delivery time; the primary driver is dark-store proximity and fast picking, supported by inventory accuracy, rider availability and route optimisation.
Metrics That Reveal What the Average Hides
When someone gives you an average, ask for these companion metrics. They convert βnice dashboard numberβ into decision-grade analysis.
The best dashboards show median for typical experience, p90 or p95 for tail experience, and outlier reasons for managerial action.
Outliers: Delete, Cap or Investigate?
Outliers are not enemies. They are clues. The wrong move is to delete them mechanically because they make the chart look messy.
Case Study: Delhivery and the Danger of Average Transit Time
Delhiveryβs express parcel network is a strong Indian example of why logistics performance must be read through median and tail metrics, not a single average.

Delhivery operates in a business where millions of parcels move through pickup points, sortation centres, line-haul routes and last-mile delivery. The βaverage transit timeβ across such a network can look stable even when a small share of shipments suffer long delays due to address issues, failed delivery attempts, weather, route disruptions or seller-side handover delays.
The strategic move is to treat transit time as a distribution, not one number. For a lane or city cluster, the median shows the normal shipment experience. The p90 or p95 shows how bad the tail is. Outlier buckets reveal what to fix: address quality, hub processing, line-haul planning, last-mile capacity or customer availability.
The lesson is broader than logistics. Any business with service times, delivery delays, claim amounts, ticket resolution times or customer spend should report the centre and the tail. The primary driver of better decisions is distribution-aware measurement, supported by segmentation, root-cause tagging and operational follow-through.
How AI Changes Mean, Median, Skew and Outlier Analysis
AI does not remove the need for statistical judgment. It makes the judgment more important because dashboards and automated summaries can make a misleading average look authoritative.
- Automated anomaly detection: ML models can flag unusual transactions, delivery delays, claims or expenses faster than manual threshold rules, but analysts must still verify whether the outlier is fraud, error or a valid rare event.
- Natural-language BI: Tools can generate instant summaries such as βaverage ticket size improved,β but the analyst must ask for median, p90 and skew before accepting the narrative.
- Robust forecasting: AI-driven forecasting systems increasingly use quantiles and prediction intervals, not just point averages, because businesses need best-case, typical-case and tail-risk views.
Paste a small dataset or summary table into ChatGPT and ask: βCalculate mean, median, IQR, skew direction, p90 and likely outlier impact. Then write a 60-second business interpretation and state whether the mean is misleading.β Verify calculations manually for small datasets.
Interview Relevance
βA company says its average customer support resolution time has improved, but complaints have increased. How would you analyse this?β
Use this sentence in interviews: βThe mean answers total load, the median answers typical experience, and percentiles answer service risk.β
Common Mistake
The single biggest mistake is saying βoutliers distort the average, so remove them.β That sounds careless because outliers may be the actual business problem. Fix: first classify the outlier as error, rare valid event or segment-specific signal, then choose mean, median, trimmed mean or percentile reporting.
What to Revise Next
Once you can read a dataset without being fooled by the average, move to the probability ideas that explain uncertainty and the distributions analysts use to model real business data.