Percentage Calculator
Percentage calculations are fundamental to everyday numeracy, but they are easy to get wrong under pressure, especially when working with percentage change versus percentage of a total, or when trying to work backwards from a discounted price to the original. The formula varies depending on exactly what question you are asking, and mixing up the formulas produces confidently wrong answers.
The ToolzPedia Percentage Calculator solves four distinct percentage problems with separate clearly-labelled calculators: What is X% of Y (basic percentage of a number), X is what percent of Y (percentage expressed as a fraction), percentage change from X to Y (increase or decrease), and what original value produces X after a Y% change (reverse percentage). Each section shows the formula used alongside the result so you can verify the logic and adapt it.
All calculations run in your browser with no data transmitted anywhere.
Use the tool edit
How to use Percentage Calculator edit
Follow these steps to use the tool:
-
Choose a mode
Pick what you want to calculate: a percentage of a number, percent change, add/remove percentage, etc.
-
Enter values
Fill in the two numbers and click Calculate.
-
Get the result
See the exact answer along with the formula used.
Frequently asked questions edit
Use cases edit
Calculate the sale price when an item is 35% off, or work backwards to find the original price when you know the discounted price and the discount percentage.
Calculate month-on-month percentage change in revenue, cost, or user counts. The percentage change formula (new minus old, divided by old, times 100) is the same calculation used in financial reports and dashboards.
If you scored 68 out of 85 on an exam, what is your percentage? The "X is what percent of Y" calculator answers this in one step.
Calculate 20% VAT on a price, or find the pre-tax amount when you only know the tax-inclusive total. The reverse percentage mode handles the latter.
Calculate a 15%, 18%, or 20% tip on any restaurant bill amount.
If a food item contains 12g of protein and has 250g total weight, what percentage is protein? Use the fraction percentage mode.
How it works edit
What is X% of Y: result = (X / 100) × Y. This is the most fundamental percentage calculation.
X is what percent of Y: result = (X / Y) × 100. This finds what fraction X is of Y, expressed as a percentage.
Percentage change from X to Y: result = ((Y - X) / X) × 100. A positive result is an increase; a negative result is a decrease.
Reverse percentage (what was the original if Y is X% of it): original = Y / (X / 100), which simplifies to original = Y × (100 / X). For finding pre-discount prices: original = discounted price / (1 - discount percentage/100).
Tips and best practices edit
- Percentage change and percentage of are different calculations. A common mistake is using the wrong formula when asked "by what percentage did sales increase?" (percentage change) versus "what percentage of target did we achieve?" (fraction percentage).
- When calculating a tip, round the result to the nearest convenient number. A tip of $8.37 is mathematically exact but practically awkward. Round up to $9 or $10 for simplicity.
- Percentage decreases have a lower absolute bound than percentage increases. You cannot decrease something by more than 100%, but you can increase it by any positive percentage. A 50% decrease followed by a 50% increase does not return to the original value; it returns to 75% of it.
Common mistakes edit
Percentage change is always calculated relative to the starting (old) value, not the ending (new) value. Going from 100 to 120 is a 20% increase (20/100). Going from 120 to 100 is a 16.7% decrease (20/120), not a 20% decrease.
A 25% decrease followed by a 25% increase does not return to the original. It returns to 93.75% of the original. To reverse a 25% decrease, you need a 33.3% increase.
Related tools edit
Other free utilities available on ToolzPedia:
Password Generator
Generate cryptographically-secure random passwords, passphrases or PINs. Bulk download as .txt.
QR Code Generator
Create QR codes for URLs, Wi-Fi, vCards, email, SMS and more. Download as PNG or SVG.
Word Counter
Count words, characters, sentences, paragraphs and reading time. Real-time text analysis with keyword density.
Case Converter
Convert text between UPPER CASE, lower case, Title Case, Sentence case, camelCase, snake_case and more.
BMI Calculator
Calculate your Body Mass Index (BMI) in metric or imperial units with category classification and healthy weight range.
GPA Calculator
Calculate GPA on 4.0, 4.3, 5.0, or 10.0 scales. Includes cumulative GPA, target GPA planner, and weighted percentage average.
See also edit
- All utilities on ToolzPedia
- All tools, every utility in the encyclopedia
- Tutorials and guides related to utilities
- Report a bug or request a feature