Percentile Rank Calculator
Paste a comma-separated data set and one value to get 100 * (L + 0.5E) / n: the share of points below it, with every tie counted as half a point.
Percentil de x
—
Percentile rank: the position of a value in a distribution
The percentile rank of a value x in a dataset of size n is the share of observations less than or equal to x: P(x) = (count ≤ x) / n · 100%. Say you have 100 exam scores and 75 of them sit at or below 80. Then 80 lands at percentile 75, meaning three quarters of candidates scored at most that much. A few conventions are worth knowing. The inclusive method counts x itself; the exclusive one leaves it out (that's what Excel's PERCENTRANK.EXC does); and the interpolated approach, which approximates the CDF, hands back fractional ranks. Whichever you pick, the payoff is the same. You can place a single value against a whole population without leaning on the absolute scale.
Applications
ENEM and SAT scores report which percentile a candidate landed in. WHO growth curves for children mark the typical range with P3, P50 and P97. The same idea shows up when you compare salaries and wealth, where the question is which percentile a given income falls in, and in engineering SLAs, where P95 / P99 latency is the response time that 95% or 99% of requests stay below.
FAQ
What is the difference between percentile and quartile? Quartiles are just the percentiles at 25, 50 and 75. So every quartile is a percentile, but the reverse doesn't hold.
Can two values have the same percentile? Yes. When values repeat, the ties share a rank, and the inclusive method tends to push tied values up to the higher percentile.
Why does engineering monitor P95 instead of the average? The average hides outliers. P95 latency tells you the worst experience 95% of users actually get, which is far more meaningful for SLAs than a mean dragged down by all the fast requests.
Related Tools
Normal Distribution Z and Percentile Calculator
Converts a normal distribution value to standardized z score and estimates the cumulative percentile using error function approximation.
Z-Score Calculator
Compute the Z-score (standard score) of a value given population mean and standard deviation. Includes corresponding percentile. Everything in your browser.
Percentile Calculator
Compute the percentile of a value in a sample, or the value at a given percentile (p25, p50/median, p75, p99). Everything in your browser.
Child BMI Percentile Calculator
Calculate the BMI of children aged 2 to 5 and see the classification by WHO percentile. Track whether the weight is appropriate for their age.
Tail Ratio
Computes the tail ratio of a return series: the absolute value of the 95th percentile divided by that of the 5th percentile. It compares the size of extreme gains with extreme losses — a tail ratio above one means the right tail (gains) is larger than the left (losses), a desirable asymmetric profile. Below one, extreme losses dominate. It's a quick snapshot of the asymmetry at the ends of the distribution. Enter the list of returns separated by commas.
Cutoff by Percentile Calculator
Given a set of scores and a cutoff percentile (e.g., top 10%), compute the minimum score to make the cut. Useful for college admissions, HR.
The results provided by this tool are for general informational and educational purposes only and do not constitute professional, financial, medical, legal, tax or accounting advice. Always confirm important decisions with a qualified professional and official sources.