Descriptive Statistics Calculator (All-in-One)

Need to check quartiles, IQR, fences, and outliers for a dataset? This Descriptive Statistics Calculator focuses on spread + outlier checks so you can finish box-plot and outlier questions quickly.

If your task is simply “compute the core summary stats” (and you need to choose sample vs population formulas), use the Summary Statistics Calculator instead.

Descriptive Statistics Calculator (Outliers + Spread)
This tool is best when you need quartiles, IQR, outlier fences, and outlier checks. Need only the core “summary stats” (and sample vs population formulas)? Use the Summary Statistics Calculator.
Separate values using commas, spaces, or new lines. You can paste a column from Excel or Google Sheets.
Tip: If you only need mean/median/SD, use the Summary Statistics Calculator. This page is for outliers + spread.
Many classes use 2 decimals. Follow your teacher’s rule.
Results
Enter your values on the left, then click Calculate. Your selected outputs will appear here.
What this means
  • Quartiles (Q1, Q3) split the data into quarters. IQR is the spread of the middle 50%.
  • Outlier fences are cutoffs using the 1.5 × IQR rule. Values outside them are flagged as outliers.
  • Sample SD (s) summarizes spread for a sample dataset (most homework uses sample formulas).
  • If you only need the core “summary stats” (and sample vs population choice), use the Summary Statistics Calculator.
Show formulas

Quartiles (median of halves)

Q2 is the median. Split the sorted data into lower and upper halves. If n is odd, exclude the median from both halves. Q1 is the median of the lower half. Q3 is the median of the upper half.

IQR

IQR = Q3 − Q1

Outliers (1.5 × IQR rule)

Lower fence = Q1 − 1.5 × IQR

Upper fence = Q3 + 1.5 × IQR

Values outside the fences are flagged as outliers.

Sample variance and sample standard deviation

Sample variance: s² = Σ(x − x̄)² ÷ (n − 1)

Sample standard deviation: s = √(s²)

Mean and median

Mean = (sum of values) ÷ n

Median: sort the data; if n is odd, median is the middle value; if n is even, median is the average of the two middle values.

How to use this Descriptive Statistics Calculator

  1. Paste your data into the box (comma, space, or new line separated).
  2. Choose outputs to show (or keep “Recommended”).
  3. Choose rounding (decimal places).
  4. Click Calculate.
  5. Copy the results into your solution, then use the steps and formulas if needed.

It summarizes a list of numbers using center (mean/median/mode), spread (range/variance/standard deviation), position (quartiles/IQR), and outliers (1.5 × IQR rule).

What this calculator does

This calculator summarizes a dataset with an emphasis on position and outliers, which are common in:

  • box plots
  • IQR questions
  • “identify outliers” tasks
  • interpreting spread beyond just the mean

It can compute:

  • five-number summary pieces (min, Q1, median, Q3, max)
  • IQR
  • outlier fences (1.5 × IQR rule)
  • outliers (values outside fences)
  • plus supporting measures (mean, mode, range, sample SD/variance)

What counts as “descriptive statistics” here?

On this page, “descriptive statistics” means describing a dataset without making predictions—especially using:

  • position (median, quartiles)
  • spread (IQR, range, sample SD/variance)
  • unusual values (outliers)

For a simpler “summary stats for class” tool (mean/median/quartiles + sample vs population SD), use the Summary Statistics Calculator.


How to use this Descriptive Statistics Calculator

  1. Paste your data into the box (comma, space, or new line separated).
  2. Choose outputs to show (or keep Recommended).
  3. Choose rounding (decimal places).
  4. Click Calculate.
  5. Copy results into your solution, then use the formulas section if needed.

Input format: how to enter data correctly

You can type or paste numbers in any of these formats:

  • Commas: 12, 15, 18, 21
  • Spaces: 12 15 18 21
  • New lines:
    12
    15
    18
    21

Tips

  • You can paste a column from Excel or Google Sheets.
  • Use a minus sign for negatives (example: -3.5).
  • Don’t include units inside the data box (type only numbers).

Output guide: what each result means (interpretation)

Use this quick guide to explain results in words:

  • n (count): number of data values.
  • Min / Max: smallest and largest values (useful for the five-number summary).
  • Range: max − min (simple spread, sensitive to extremes).
  • Median (Q2): middle value after sorting (best “typical value” when data are skewed).
  • Q1 / Q3: cut points around the middle 50% (25th and 75th percent points by this tool’s method).
  • IQR: Q3 − Q1 (spread of the middle 50%; resists outliers).
  • Outlier fences: lower = Q1 − 1.5×IQR, upper = Q3 + 1.5×IQR (cutoffs).
  • Outliers: any values below the lower fence or above the upper fence.
  • Outlier count: how many values were flagged.
  • Mean: average value (can be pulled by extremes).
  • Mode: most frequent value(s); “no mode” means no value repeats.
  • Sample SD (s): typical distance from the mean for a sample (spread measure).
  • Sample variance (s²): squared spread; SD is the square root of variance.
  • Sum: total of all values (useful for checking work and computing mean manually).

Quartiles note: why results can differ

Quartiles can be calculated in more than one way. This tool uses the median of halves method, which is common in high school and many intro statistics classes.

If your teacher uses a different quartile method, your Q1 and Q3 may differ slightly even if everything else is correct. Follow your class rule.

Step-by-step example (short)

Example data: 12, 15, 15, 18, 21, 21, 21, 25, 30, 33

  1. Sort the data (the calculator does this for you).
  2. Median (Q2) = middle value(s) after sorting.
  3. Q1 and Q3 = medians of the lower and upper halves (median-of-halves method).
  4. IQR = Q3 − Q1.
  5. Fences:
    • Lower fence = Q1 − 1.5×IQR
    • Upper fence = Q3 + 1.5×IQR
  6. Any values outside fences are flagged as outliers.
mistakes

Common mistakes (and how to avoid them)

  • Including text/labels in the data box (e.g., “Student A 12”): paste numbers only.
  • Using commas as thousands separators (e.g., 1,200): paste 1200 or use one value per line.
  • Mixing decimal comma format (3,5 instead of 3.5): use dot decimals.
  • Rounding too early: keep precision during steps; round at the end.
  • Expecting quartiles to match every site: quartile method differences are normal.
  • Forgetting that outliers are “flagged,” not automatically “wrong”: outliers may be real values that need interpretation, not deletion.

Common mistakes (and how to avoid them)

  • Rounding too early: keep more decimals during steps, then round at the end.
  • Mixing sample vs population formulas: check what your class expects.
  • Quartiles not matching your teacher’s method: confirm the method your class uses.
  • Forgetting to sort data for median and quartiles (the calculator sorts automatically).

FAQs

What is descriptive statistics in simple words?

Descriptive statistics are numbers that summarize a dataset, like the mean, median, and standard deviation.

What is the difference between mean and median?

The mean is the average. The median is the middle value after sorting. Median is often better when there are outliers.

What does standard deviation tell me?

Standard deviation tells you how spread out the data is. A larger standard deviation means the values vary more.

Why does my quartile result look different from another calculator?

Different calculators may use different quartile methods. Always follow your teacher’s preferred method.

What is IQR used for?

IQR shows the spread of the middle 50% of the data. It is also used to flag possible outliers.

How does this calculator find outliers?

It uses the 1.5 × IQR rule and checks which values fall outside the lower and upper fences.

Can I paste data from Excel or Google Sheets?

Yes. Copy a column of numbers and paste it into the data box.

What does “no mode” mean?

It means no value repeats more than once (so there isn’t a most frequent value).

How should I round my answers?

Use your teacher’s rounding rule. If none is given, 2 decimals is a common choice.

What does “outlier fence” mean?

A fence is a cutoff value. Anything lower than the lower fence or higher than the upper fence is flagged as a possible outlier.

Related BrainMattersLearning statistics tools

If you only need one result, these focused tools may be faster:

Looking for more? Explore all BrainMattersLearning statistics calculators and study guides.

References

OpenStax. (2019). Introductory Statistics. OpenStax, Rice University. https://openstax.org/details/books/introductory-statistics-2e

NIST/SEMATECH. (n.d.). e-Handbook of Statistical Methods (sections on basic statistics/outliers). https://www.itl.nist.gov/div898/handbook/

Scroll to Top