Percentage Calculator
A versatile percentage calculator — find X% of Y, what percent X is of Y, or calculate percentage change.
A versatile percentage calculator — find X% of Y, what percent X is of Y, or calculate percentage change.
How to use Percentage Calculator
- 1
Pick the calculation mode: X% of Y, X is what percent of Y, or percentage change.
- 2
Enter your two numbers in the labeled fields.
- 3
Read the instant result and the formula shown beneath it.
- 4
Adjust either value to test a different scenario without retyping the mode.
Real examples of Percentage Calculator in action
Mode: X% of Y; X=15, Y=80
12 (formula: 80 x 0.15)
Mode: X is what % of Y; X=25, Y=200
12.5% (formula: 25 / 200 x 100)
Mode: percentage change; from=150, to=180
+20% increase (formula: (180 - 150) / 150 x 100)
Who is Percentage Calculator for?
Shoppers computing tips and sale percentages on the spot
Students converting raw scores into grade percentages
Analysts calculating growth rates between two reporting periods
Small business owners working out commission splits and margins
Why use Percentage Calculator?
- Combines three distinct percentage questions in one interface so you never pick the wrong formula.
- Prints the exact formula used for each answer, so you can verify and learn at once.
- Distinguishes percentage increase from decrease correctly, avoiding the asymmetric-base error.
- Accepts decimals and negative inputs for refunds, losses, and other real-world figures.
- Runs entirely client-side, so salary and commission scenarios stay off any server.
Common use cases
- Work out a tip or a sale discount at the register without mental math.
- Convert a test score like 38 out of 45 into a percentage grade.
- Calculate period-over-period growth between two revenue figures for a report.
- Check the percentage change in a bill, rent, or subscription after a price rise.
How Percentage Calculator keeps your data private
All math runs in your browser's JavaScript engine — no numbers are transmitted, no calculations are logged. This matters when you're running what-if scenarios on salary negotiations, commission structures, or sensitive business margins: the values stay entirely on your device.
How Percentage Calculator compares to alternatives
Honest comparison to other popular options — pick the right tool for the job.
| Tool | Main limitation |
|---|---|
| Google's built-in calculator | Handles one mode at a time and types your figures into your search history |
| CalculatorSoup | Ad-saturated layout with trackers and slower page loads |
| Smartphone calculator app | No dedicated percentage modes, so you do each formula by hand |
| Percentage Calculator | Free, runs in your browser, no sign-up, no watermarks, no file-size limits beyond your device memory. |
Limitations & things to know
- Uses JavaScript floating point, so extremely large numbers may show tiny rounding differences
- Does not apply currency rules or tax logic; it returns the pure percentage math
About Percentage Calculator
A percentage calculator answers the everyday "what part of the whole" questions that show up in discounts, tips, taxes, test scores, and growth rates. This free tool bundles the three most common percentage questions into one place so you do not have to remember which formula applies. The first mode, "what is X% of Y", multiplies: 15% of 80 means 0.15 x 80 = 12. The second mode, "X is what percent of Y", divides and scales: 25 out of 200 is 25 / 200 x 100 = 12.5%. The third mode, percentage change, measures how a value moved from a starting point: (new minus old) divided by old, times 100, so going from 150 to 180 is a 20% increase. The tool shows the actual formula it used for every result, which matters because percentage change is directional and asymmetric. A jump from 100 to 150 is a 50% increase, but the reverse drop from 150 back to 100 is only a 33.3% decrease, since the base changed. Confusing those two is one of the most common reporting errors. The calculator accepts decimals and negative numbers, so you can model a loss, a refund, or a temperature swing without separate steps. Everything runs in your browser's JavaScript engine, meaning your salary figures, commission splits, and margin scenarios are never uploaded, logged, or attached to your search history. Use it to verify a sale price, sanity-check a percentage quoted in a report, or learn the underlying arithmetic by reading the formula each mode prints alongside the answer.
Frequently asked questions
Helpful tutorials
Practical guides that show real workflows for this tool and related tasks.
Your files never leave your device
Every tool on Xevon Tools runs 100% in your browser. No uploads, no servers, no tracking. Free forever.
Embed Percentage Calculator on your site
Add this tool to your own website, blog, or internal tool page with one line of code. Free to use, no attribution required (but appreciated).
<iframe src="https://www.xevontools.com/embed/percentage-calculator" width="100%" height="640" style="border:1px solid #e2e8f0;border-radius:12px;" title="Percentage Calculator — Xevon Tools"></iframe>
