Last updated: March 2, 2026 by Dr. David Park

Interquartile Range (IQR) Explained

Formula

IQR = Q3 - Q1.
Lower fence = Q1 - 1.5*IQR.
Upper fence = Q3 + 1.5*IQR.

The interquartile range (IQR) is a measure of statistical dispersion representing the range of the middle 50% of data. It is calculated as Q3 minus Q1 and is resistant to outliers, unlike the full range.

IQR is used to construct box plots and to identify outliers. Values below Q1 - 1.5*IQR or above Q3 + 1.5*IQR are commonly flagged as potential outliers.

Common use cases:

  • Identifying outliers in datasets
  • Box plot construction
  • Robust dispersion measurement

Frequently Asked Questions

DD

Dr. David Park

Applied Mathematician, PhD Mathematics

David holds a PhD in Applied Mathematics from MIT. He has published research on numerical methods and computational algorithms used in engineering and scientific calculators.

Share & Embed

Was this calculator helpful?

Related Calculators