Percentage Calculator
Calculate percentages, percentage change, and adding or subtracting a percentage from a value.
Use this as the percent value, part value, original value, or change percent depending on the selected operation.
Use this as the base value, whole value, new value, or starting value depending on the selected operation.
Status: initial
Results
Awaiting calculation
Introduction
A percentage is a way to describe a part of a whole using 100 as the reference point. Percentages make it easier to compare marks, discounts, taxes, interest, sales growth, sports statistics, and everyday changes even when the original numbers are different.
Purpose
Use this calculator to solve common percentage questions with one consistent input model. Select the operation, enter X and Y, and the result includes the answer, formula, calculation, and interpretation.
Formula explanation
Each operation treats X and Y differently. The selected operation determines whether X is a percent, part, original value, or adjustment rate, and whether Y is the base, whole, new value, or starting value.
Variable explanations
X is the percent, part, original value, or change percentage depending on the selected operation.
Y is the whole, base, new value, or starting value depending on the selected operation.
The selected operation determines which reusable formula branch is executed.
Formula guide
What is X% of Y?
X / 100 x Y
- X is the percentage.
- Y is the base value.
Convert X from a percent into a decimal, then multiply by Y.
X is what percent of Y?
X / Y x 100
- X is the part.
- Y is the whole.
Divide the part by the whole, then multiply by 100 to express the ratio as a percent.
Percentage increase
(Y - X) / X x 100
- X is the original value.
- Y is the new value.
Find the increase, compare it with the original value, then convert it to a percent.
Percentage decrease
(X - Y) / X x 100
- X is the original value.
- Y is the new value.
Find the decrease, compare it with the original value, then convert it to a percent.
Add X% to a value
Y x (1 + X / 100)
- X is the percent to add.
- Y is the starting value.
Convert the percent to a multiplier greater than 1, then multiply by the starting value.
Subtract X% from a value
Y x (1 - X / 100)
- X is the percent to subtract.
- Y is the starting value.
Convert the percent to a multiplier less than 1, then multiply by the starting value.
Worked examples
Shopping discount
- Select Subtract X%.
- Enter X as 20.
- Enter Y as 80.
- The sale price is 64.
School marks
- Select X is what percent of Y?
- Enter X as 42 marks scored.
- Enter Y as 50 total marks.
- The score is 84%.
Tax added to a bill
- Select Add X%.
- Enter X as 18.
- Enter Y as 1,000.
- The total is 1,180.
Salary increase
- Select Percentage increase.
- Enter X as 50,000.
- Enter Y as 57,500.
- The increase is 15%.
Interest estimate
- Select What is X% of Y?
- Enter X as 7.5.
- Enter Y as 20,000.
- The interest amount is 1,500.
Business growth
- Select Percentage increase.
- Enter X as last month's sales.
- Enter Y as this month's sales.
- Use the result to compare growth against the previous month.
Sports statistics
- Select X is what percent of Y?
- Enter X as successful attempts.
- Enter Y as total attempts.
- The result is the success rate.
Everyday comparison
- Select Percentage decrease.
- Enter X as the old time or cost.
- Enter Y as the new time or cost.
- The result shows how much it dropped.
Common mistakes
Percentage vs percentage points
A move from 10% to 15% is a 5 percentage point increase, but it is a 50% relative increase because 5 is half of 10.
Increase vs difference
Percentage increase compares the change with the original value. A raw difference alone does not tell you the relative size of the change.
Wrong denominator
For 'X is what percent of Y?', Y must be the whole. For percentage change, the denominator is the original value.
Rounding too early
Round the final answer, not each intermediate step, especially in finance, tax, and academic calculations.
FAQs
What is a percentage?
How do I calculate X% of Y?
How do I find what percent one number is of another?
What is the formula for percentage increase?
What is the formula for percentage decrease?
Can I use decimals?
Why must some values be greater than zero?
What is the difference between percent and percentage point?
How do I add a percentage to a value?
How do I subtract a percentage from a value?
Which value should be the denominator?
Why can two percentage changes feel different even with the same difference?
Can percentages be greater than 100?
Can percentages be negative?
Are formulas calculated in the page component?
References
Related calculators
- Discount Calculator
- GST Calculator
- Profit Margin Calculator
- Markup Calculator
- Average Calculator
- Fraction Calculator
- Ratio Calculator
- Simple Interest Calculator