Percentile Calculator
Calculate any percentile (1st to 99th) instantly. Perfect for standardized test scores, salary benchmarking, and statistical analysis.
How to Calculate Percentiles
Enter Dataset
Comma or space-separated
Choose Percentile
1st - 99th percentile
View Results
Instant calculation
Quick Start - Try Example Data:
Click any button to see instant results with real data
Supported Data Formats:
- Comma-separated: 1.5, 2.8, 9.1, 16.2
- Space-separated: 1.5 2.8 9.1 16.2
- Newline-separated: one number per line
- Scientific notation: 1.23e-4, 5.67E+8
- Series mode: use "Group Name: value1, value2, value3" per line to compare multiple groups
- Automatically ignores text and special characters
Universal Standard (R, Python, Google Sheets)
Linear interpolation method, default standard for modern data science software
Your calculation results and box plot will appear here instantly
Please enter at least 4 numbers above to start calculating
Calculation Results
Basic Statistics
Quartiles
5 Number Summary
Outliers Detected
The following data points are identified as outliers using the method:
Grouped Series Summary
Box Plot Distribution
What is a Percentile?
A percentile is a statistical measure that indicates the value below which a given percentage of observations fall. For example, the 75th percentile is the value below which 75% of the data points lie. This is also known as the third quartile (Q3) . Percentiles are widely used to understand relative standing in datasets like test scores, salaries, height distributions, and quality control metrics. For a complete overview of data distribution, you can use our 5-Number Summary tool which shows Min, Q1, Median, Q3, and Max together.
Common Percentiles Explained
25th Percentile (Q1)
Also called the first quartile. 25% of data falls below this value. Used in box plots and salary benchmarking.
50th Percentile (Median)
The median or middle value. Exactly half the data is below and half is above. Very robust to outliers.
75th Percentile (Q3)
Also called the third quartile. 75% of data falls below this value. Upper bound of the IQR in box plots.
90th/95th/99th Percentiles
High percentiles identify top performers or extreme values. Common in performance testing and quality metrics.
How Percentiles are Calculated
PlotNerd supports multiple percentile calculation methods (based on the Hyndman & Fan classification) to match different statistical software:
- Type 7 (R/Python Default): Linear interpolation of the modes. Standard for most modern software.
- Type 6 (Excel/Minitab): Weighted average at X(N+1). Matches Excel's PERCENTILE.EXC function.
- Type 5: Piecewise linear interpolation. Common in hydrology and environmental sciences.
When to Use This Tool
Perfect for:
- Standardized Test Scores: SAT, GRE, GMAT percentile rankings
- Salary Benchmarking: Understanding where your salary falls relative to market data
- Growth Charts: Pediatric height/weight percentiles for child development
- Performance Metrics: Website load times, API response latency (P95, P99)
- Risk Assessment: Value at Risk (VaR) in finance using percentiles
Percentile vs Quartile: Key Differences
| Aspect | Percentile | Quartile |
|---|---|---|
| Division | Divides data into 100 parts | Divides data into 4 parts |
| Range | 1st to 99th percentile | Q1, Q2 (median), Q3 |
| Relationship | More granular | Q1 = 25th, Q2 = 50th, Q3 = 75th percentile |
| Use Case | Fine-grained ranking (test scores) | General distribution overview |
Related Tools & Resources
Quartile Calculator
Calculate the 25th, 50th, and 75th percentiles
โ Calculate quartilesIQR Calculator
Calculate interquartile range from percentiles
โ Find IQR5 Number Summary
Min, Q1, Median, Q3, Max in one view
โ Get summaryPercentile vs Quartile Guide
Deep dive into the key differences
โ Read articleAlgorithm Comparison
Compare percentile calculation methods
โ View comparisonWhy PlotNerd Is More Accurate
Kahan summation + Type 6/7 explained
โ Read deep diveUniversal Calculator
Try all percentile methods with your data
โ Try all methodsFrequently Asked Questions
Statistical concepts explained in plain language
Mathematical Formulas
View the standard mathematical formulas behind the calculations
Quartile Calculation (Method 2)
First Quartile (Q1):
Median (Q2):
Third Quartile (Q3):
Interquartile Range & Outlier Detection
Interquartile Range (IQR):
Outlier Boundaries:
Algorithm Explanation
PlotNerd uses the statistically standard "Method 2 (Median Quartile Method)" for quartile calculations, consistent with major statistical software (such as R, SPSS). All calculation results are verified against authoritative platforms to ensure accuracy.