Interquartile Range Calculator
Enter comma-separated numbers to instantly compute Q1, Q2, Q3, IQR, and detect outliers via the 1.5×IQR rule.
Dataset Input
Quick Examples
Enter numbers above and click Calculate IQR
Q1
—
25th pct.
Q2 (Median)
—
50th pct.
Q3
—
75th pct.
IQR
—
Q3 − Q1
Dataset Summary
Count
—
Min
—
Max
—
Range
—
Lower fence
—
Upper fence
—
Outlier Detection (1.5×IQR rule)
Sorted Dataset
Copied!
Summary
Enter comma-separated numbers to instantly compute Q1, Q2, Q3, IQR, and detect outliers via the 1.5×IQR rule.
How it works
- Enter your numbers separated by commas (or spaces) in the input box.
- The calculator sorts the dataset and computes Q1, Q2 (median), and Q3 using the exclusive-quartile method.
- IQR is calculated as Q3 - Q1.
- Lower fence = Q1 - 1.5×IQR; Upper fence = Q3 + 1.5×IQR.
- Any value outside these fences is flagged as an outlier.
- Results update instantly as you type.
Use cases
- Verify homework or exam solutions for descriptive statistics.
- Identify outliers in survey, lab, or sensor data before modeling.
- Determine box-plot whisker boundaries for data visualization.
- Assess data spread without sensitivity to extreme values.
- Quality control: flag measurements that fall outside expected ranges.
- Compare dataset variability across different groups or time periods.
Frequently Asked Questions
Last updated: 2026-06-10 ·
Reviewed by Nham Vu