Percentage Calculator
Calculate various percentage values for mathematical, financial, academic, and everyday use cases. Select a calculation type below to get started.
Part of a Whole
Calculate what percentage a part is of a whole.
Percentage Increase
Calculate the percentage increase from original to new value.
Percentage Decrease
Calculate the percentage decrease from original to new value.
Percentage Change
Calculate the percentage change between two values.
Profit Percentage
Calculate profit percentage based on cost and selling price.
Loss Percentage
Calculate loss percentage based on cost and selling price.
Discount Percentage
Calculate the discount percentage on marked price.
Simple Interest Rate
Calculate the simple interest rate.
Academic/Marks Percentage
Calculate percentage of marks obtained.
Success Percentage
Calculate success percentage based on attempts.
Failure Percentage
Calculate failure percentage based on attempts.
Attendance Percentage
Calculate attendance percentage.
Percentage Error
Calculate percentage error between true and measured values.
Percentage Yield
Calculate percentage yield of a chemical reaction.
Percentage Purity
Calculate percentage purity of a substance.
Population Growth Percentage
Calculate population growth percentage.
Percentage Share
Calculate percentage share of a value from total.
Completion Percentage
Calculate completion percentage of a project or task.
Probability Percentage
Calculate probability percentage of an event.
Compound Interest Rate
Calculate compound interest rate.
Percentage Calculator
Percentages are everywhere. From calculating the tip on a restaurant bill to understanding a massive “70% off” sale sign, or analyzing data in a business report, the ability to work with percentages is a fundamental life skill. But sometimes, the math can be tricky.
That’s where a Percentage Calculator comes in. It’s a digital tool designed to solve your percentage problems in seconds, eliminating errors and saving you time.
But a tool is even more powerful when you understand the logic behind it. This guide will not only introduce you to our easy-to-use calculator but will also break down the key formulas and concepts, empowering you to calculate percentages with confidence.
What is a Percentage?
At its core, a percentage is a way of expressing a number as a fraction of 100. The word “percent” literally means “per hundred.” The % A symbol is used to represent it.
So, 50% means 50 out of every 100, or simply, 50/100, which is equivalent to 0.5.
How to Use Our Percentage Calculator
Our calculator is built for speed and simplicity. It’s designed to handle the three most common percentage problems:
- What is X% of Y? (e.g., What is 15% of 200?)
- X is what percent of Y? (e.g., 50 is what percent of 200?)
- X is Y% of what? (e.g., 50 is 25% of what number?)
How it works:
- Choose the calculation type from the dropdown menu that matches your problem.
- Enter the two known values into the corresponding input fields.
- Click “Calculate.”
- Get your instant, accurate result!
(Embed a simple, functional percentage calculator here. If this is for a web page, you would use HTML/CSS/JavaScript. Since this is text, imagine a simple box with two input fields and a button.)
Mastering the Math: Key Percentage Formulas
Understanding the formulas makes you less reliant on any tool. Here’s how to solve percentage problems manually.
1. Finding a Percentage of a Number (What is X% of Y?)
Formula: (X / 100) * Y
Example: What is 15% of 200?
- Calculation:
(15 / 100) * 200 = 0.15 * 200 = 30 - Answer: 30
2. Finding What Percent One Number Is of Another (X is what percent of Y?)
Formula: (X / Y) * 100
Example: 50 is what percent of 200?
- Calculation:
(50 / 200) * 100 = 0.25 * 100 = 25 - Answer: 25%
3. Finding the Original Number from a Percentage (X is Y% of what?)
Formula: X / (Y / 100)
Example: 50 is 25% of what number?
- Calculation:
50 / (25 / 100) = 50 / 0.25 = 200 - Answer: 200
Practical Applications: Percentages in Real Life
Calculating Discounts & Sales Tax
- Scenario: A laptop costs $900 and is on sale for ****20% off. The sales tax is 8%. What is the final price?
- Find the discount: 20% of $900 =
0.20 * 900 = $180 off. - Sale Price:
$900 - $180 = $720. - Find the tax: 8% of $720 =
0.08 * $720 = $57.60. - Final Price:
$720 + $57.60 = $777.60.
- Find the discount: 20% of $900 =
Calculating Tips
- Scenario: Your dinner bill is $85. You want to leave an 18% tip. How much is the tip?
- Calculation: 18% of $85 =
0.18 * 85 = $15.30.
- Calculation: 18% of $85 =
Calculating Percentage Increase/Decrease
This is crucial for tracking growth (like profits) or reduction (like expenses).
Formula: ((New Value - Original Value) / Original Value) * 100
- Increase Example: A company’s revenue grew from $1,000 last month to $1,300 this month. What is the percentage increase?
- Calculation:
(($1300 - $1000) / $1000) * 100 = ($300 / $1000) * 100 = 30% increase.
- Calculation:
- Decrease Example: The temperature dropped from 78°F to 68°F. What is the percentage decrease?
- Calculation:
((68 - 78) / 78) * 100 = (-10 / 78) * 100 ≈ -12.8%(a 12.8% decrease).
- Calculation:
Why Use a Percentage Calculator?
While knowing the math is important, a calculator offers unbeatable advantages:
- Speed: Get answers in milliseconds.
- Accuracy: Eliminate human error in arithmetic, especially with complex numbers.
- Efficiency: Perfect for double-checking your manual calculations or quickly solving problems during a busy workday.
Frequently Asked Questions (FAQ)
Q: How do you calculate a 10% discount?
A: Find 10% of the original price and subtract it. For a $50 item: 10% is $5. The sale price is $50 - $5 = $45.
Q: How do I add a percentage to a number (e.g., adding tax)?
A: Calculate the percentage amount and add it to the original number. To add 8% tax to a $100 item: 8% of $100 is $8. The total is $100 + $8 = $108.
Q: What is the difference between a percentage and a percentile?
A: A percentage is a number out of 100. A percentile is a value below which a certain percentage of data falls in a set. For example, if you score in the 90th percentile, you scored higher than 90% of people.
Q: Can this calculator handle decimal numbers?
A: Absolutely. You can enter values like 12.5 for a percentage or 245.67 for an amount.


