Mean, Median & Mode Calculator
Enter any dataset to calculate mean (average), median (middle value), mode (most frequent), and range. Instantly analyze order values, response times, salary benchmarks, pricing, and more. Descriptive statistics for business decision-making.
Enter a comma-separated list of numbers to calculate descriptive statistics: mean, median, mode, range, and more. Useful for analyzing order values, response times, salary benchmarks, and pricing data.
Enter numbers separated by commas. Decimals are supported. Example: 45, 52, 48, 67, 52, 49
Formula
Mean = Σx / n | Median = middle value (sorted) | Mode = most frequent value(s) | Range = max − min
The mean (average) is the sum of all values divided by the count. The median is the middle value when data is sorted in order — it is resistant to outliers. The mode is the value that appears most frequently. The range measures spread from the smallest to largest value. Together, these statistics describe the central tendency, distribution shape, and variability of your data.
Worked Example
Customer response times (hours): 2, 4, 3, 2, 18, 2, 4, 3, 2, 5
Count (n): 10
Sum: 46 hours
Mean: 4.6 hours (average response time)
Median: 3.5 hours (middle value — less affected by the 18-hour outlier)
Mode: 2 hours (most common response time)
Range: 16 hours (18 − 2)
The mean of 4.6 hours is inflated by one slow response (18 hours). The median (3.5 hours) better represents typical performance. The mode (2 hours) shows your most common response time. The wide range (16 hours) indicates inconsistent service — investigate why some tickets take 18 hours.
Common mistakes to avoid
- 1.Using mean with outliers: If you have extreme values (like one huge order), the mean becomes misleading. Use the median instead to get a typical value.
- 2.Assuming mode always exists: If every value appears once, there is no mode. This is normal and tells you your data has no dominant value.
- 3.Ignoring count (n): A mean from 5 observations is less reliable than from 500. Always report the sample size alongside statistics.
- 4.Forgetting about context: High range might be normal in some metrics but problematic in others. Always interpret results in your business context.
Frequently Asked Questions
Use this in your workflow
Pair with the Standard Deviation Calculator to measure variability and identify outliers. Use Percentage Calculator to convert metrics to percentages for comparison. Browse all Free Business Calculators.
When to use this calculator
- →Analyzing order values to understand typical transaction size and identify outliers or trends
- →Reviewing response times to benchmark customer service performance and consistency
- →Salary benchmarking to compare compensation ranges and identify pay equity issues
- →Pricing analysis to find optimal price points and understand demand distribution
- →Inventory metrics to track stock levels, lead times, or turnover across products
- →Quality control to measure consistency and identify process variations
Understanding the statistics
Each metric tells you something different about your data.
Mean
The average — all values summed and divided by count. Sensitive to outliers.
Median
The middle value when sorted. Robust to outliers; best for skewed data.
Mode
The most frequently occurring value. Identifies the most common observation.
Range
Max minus min — shows the spread of your data and indicates variability.
Count (n)
Number of data points. Larger samples give more reliable statistics.
Sum
Total of all values — useful for revenue, time, or other aggregations.
Min / Max
Smallest and largest values in your dataset — boundaries of your data.
Worked example: order value analysis
A useful reference before entering your own figures above.
| Item | Value |
|---|---|
| Dataset | 10 daily order values |
| Orders (£) | 45, 52, 48, 67, 52, 49, 53, 61, 52, 55 |
| Count (n) | 10 |
| Sum | 534 |
| Mean order value | £53.40 |
| Median order value | £52.50 |
| Mode (most common) | £52.00 |
| Range | £22 (£67 − £45) |
| Min order | £45 |
| Max order | £67 |
Mean (£53.40) and median (£52.50) are very close, indicating a symmetric distribution. The mode (£52) appears 3 times, suggesting this is a popular price point. The range of £22 shows moderate variability — most orders cluster between £45 and £67. No extreme outliers are present.
Real-world use case: response time benchmarking
How this calculator helps analyze customer service performance.
Scenario: A support team wants to understand their response time consistency. They collect 50 response times (in hours) and feed them into the calculator.
Results: Mean = 6.2 hours, Median = 4.5 hours, Mode = 3 hours, Range = 18 hours. The median being lower than the mean signals outliers — a few tickets take much longer. The wide range (18 hours) indicates inconsistent service quality.
Action: The team investigates the outliers, identifies a process bottleneck for complex tickets, and restructures workflows. After improvement, they recalculate: Mean = 4.8 hours, Median = 4.2 hours, Range = 8 hours. The gap between mean and median narrows, and range shrinks — consistency has improved.
Limitations & considerations
Descriptive statistics describe what you observe, not why. A high mean order value might reflect customer willingness to pay or product mix — you need additional context. Ensure your data is accurate and representative; garbage in, garbage out. Use the median when extreme outliers are present. Mode is most useful with categorical data or when identifying the most common discrete value. Standard deviation complements these metrics to understand variability. These results are for analysis only — interpret within your business context and validate with domain expertise.
Related calculators
Frequently asked questions
What is the difference between mean, median, and mode?
The mean is the average — sum of all values divided by the count. The median is the middle value when data is sorted — it is unaffected by outliers. The mode is the value that appears most frequently. Use mean for symmetric distributions, median for skewed data or outliers, and mode to identify the most common category.
When should I use median instead of mean in business?
Use median when analyzing salary benchmarks (executives' high salaries skew averages), response times (one slow response inflates the mean), or order values (high-value outliers distort average). Median is robust to extremes and better represents a "typical" metric.
What does a high range indicate?
High range suggests high variability. In order values, it means inconsistent sales. In response times, some customers experience much worse service. In salaries, it may indicate pay equity concerns. Always check range alongside mean and median to understand data spread.
How do I interpret the mode in business?
Mode identifies the most common value. In retail, mode product price is the most frequently sold price. In HR, it reveals common job titles or salary bands. If mode differs significantly from mean, your most popular offering differs from the average.
Why is the count (n) important?
Count tells you how many observations you have. A mean from 10 points is less reliable than from 1,000. Larger samples provide more confidence. Always report count alongside mean and median for proper context.
What is the difference between mean, median, and standard deviation?
Mean and median measure central tendency (typical value). Standard deviation measures spread or variability around that center. High standard deviation = scattered values; low = closely clustered. Together they describe location and shape of your distribution.