Beginner

First Quartile Calculator — Q1 (25th Percentile)

Enter a list of numbers to find Q1 — the first quartile (25th percentile) — plus Q2, Q3, the IQR and the lower Tukey fence. Q1 is the value below which 25% of your data falls.
Enter at least 4 numbers separated by commas, spaces or semicolons
First Quartile (Q1)
10

25th percentile — median of the lower half of the data

Minimum
4
Q1 — 25th percentile
10
Q2 — Median (50th percentile)
19
Q3 — 75th percentile
30
Maximum
45
IQR (Q3 − Q1)
20
Lower Tukey fence (Q1 − 1.5 × IQR)
-20
Count (n)
11
49.114.319.424.529.634.839.945MinQ1Q2Q3MaxQ1 marks the boundary of the lowest 25% of the data
Results are estimates for general information only and are not professional advice — always verify important results independently before relying on them. Read the full disclaimer.
Quick answer

How does this calculator work?

Q1 is the 25th percentile: sort the data, split at the median, then take the median of the lower half (Tukey hinges). It marks the boundary below which one quarter of the data falls and anchors the IQR (Q3 − Q1). Needs ≥ 4 data points.

Formula
Q1 = median of the lower half of the sorted data (Tukey hinges) • IQR = Q3 − Q1
How this is calculated

The first quartile (Q1) is calculated by first sorting all values in ascending order and finding Q2 (the overall median). The data is then split: all values below the median form the lower half. When the count is odd, the median value itself is excluded from both halves (this is the Tukey hinges method, used by most textbooks, R, and Excel's QUARTILE.EXC function). Q1 is the median of that lower half.

Q1 marks the 25th percentile: roughly one quarter of your data falls at or below this value. Together with Q3 (the 75th percentile) it defines the interquartile range (IQR = Q3 − Q1), which measures the spread of the central 50% of the data without being distorted by extreme values. The lower Tukey fence (Q1 − 1.5 × IQR) is the standard box-plot threshold below which values are considered potential outliers.

Different software may give slightly different Q1 values because there are at least nine recognised interpolation methods. The Tukey hinges method used here avoids interpolation and works exactly on data values, making it the most transparent and widely taught approach.

Frequently asked questions

Q1 is the value below which approximately 25% of the data falls. It anchors the lower end of the interquartile range (IQR) and is the left edge of a box plot. A very low Q1 relative to the mean can signal a left skew or lower outliers in the data.

There are nine standard methods for computing quartiles. This calculator uses Tukey hinges (R type 2 / Excel QUARTILE.EXC), which excludes the median from both halves. Other tools use linear interpolation (R type 7, the R default) and may return a slightly different value — differences are small for large samples.

You need at least 4 values to split the data into meaningful halves and compute Q1 and Q3. For very small samples (4–6 values) the quartiles may be sensitive to individual values — use caution when interpreting Q1 for tiny data sets.

Also known as

first quartile calculator
q1 calculator
25th percentile calculator
lower quartile calculator
find q1 statistics
quartile one calculator
lower fourth calculator

APA

TG we-Calculate Editorial Team. (2026). First Quartile Calculator — Q1 (25th Percentile) [Online calculator]. TG we-Calculate. https://we-calculate.com/calculator/first-quartile-calculator

Chicago

TG we-Calculate Editorial Team. "First Quartile Calculator — Q1 (25th Percentile)." TG we-Calculate. 2026. https://we-calculate.com/calculator/first-quartile-calculator.

IEEE

TG we-Calculate Editorial Team, "First Quartile Calculator — Q1 (25th Percentile)," TG we-Calculate, 2026. [Online]. Available: https://we-calculate.com/calculator/first-quartile-calculator

BibTeX

@misc{wecalculate_first_quartile_calculator, title = {First Quartile Calculator — Q1 (25th Percentile)}, author = {{TG we-Calculate Editorial Team}}, howpublished = {\url{https://we-calculate.com/calculator/first-quartile-calculator}}, year = {2026}, note = {TG we-Calculate} }

Did this calculator help you?