Percentage Calculator
Four percentage calculators in one: find a percent of a number, calculate what percent one number is of another, and find percentage change or difference.
What is X% of Y?
Enter values to see result.
Result
—
Formulas
All percentage formulas.
X% of Y
result = Y × (X ÷ 100)
25% of 200 = 200 × 0.25 = 50
X is what % of Y?
result = (X ÷ Y) × 100
45 is what % of 180? → (45 ÷ 180) × 100 = 25%
% change (old → new)
result = ((new − old) ÷ |old|) × 100
80 → 100: ((100 − 80) ÷ 80) × 100 = +25%
% difference
result = (|A − B| ÷ ((A + B) ÷ 2)) × 100
40 vs 50: (10 ÷ 45) × 100 ≈ 22.22%
FAQ
Frequently asked questions.
How do I calculate what percent a number is of another number?
To find what percent one number is of another, divide the 'part' by the 'whole' and then multiply the result by 100. The formula is: (Part / Whole) x 100 = Percentage. For example, to find what percent 25 is of 200, calculate (25 / 200) x 100 = 12.5%. This method is especially useful in finance, academics, and statistics.
How do you calculate a percentage of a percent?
To calculate a percentage of a percentage, first convert both percentages to their decimal equivalents by dividing each by 100. Then multiply the two decimals together, and finally multiply the product by 100 to convert back to a percentage. For example, 50% of 20% equals (0.50 x 0.20) x 100 = 10%.
How do I calculate my percentage score from marks?
To calculate your percentage score from marks, divide your obtained marks by the total possible marks and multiply by 100. The formula is: (Marks Obtained / Total Marks) x 100. For instance, if you scored 450 out of 600, your percentage is (450 / 600) x 100 = 75%. This is the standard method used in schools and universities worldwide.
How do you calculate percentage increase or decrease?
Percentage increase is calculated as: ((New Value - Old Value) / Old Value) x 100. If the result is positive, it represents an increase; if negative, it represents a decrease. For example, if a price rises from $80 to $100, the percentage increase is ((100 - 80) / 80) x 100 = 25%. This formula is widely used in finance, economics, and data analysis.
How do I calculate the percentage of a total?
To find what percentage a part is of a total, use the formula: (Part / Total) x 100. For example, if you spent $30 out of a $150 budget, your spending percentage is (30 / 150) x 100 = 20%. This calculation is essential for budgeting, data analysis, and understanding proportions in any context.
How do you calculate a percentage difference between two numbers?
The percentage difference between two numbers is calculated as: (|Value1 - Value2| / ((Value1 + Value2) / 2)) x 100. This formula treats both numbers symmetrically and is best used when neither value is a clear 'original' or 'reference' point. For example, the percentage difference between 40 and 60 is (|40 - 60| / 50) x 100 = 40%.
How do you find what percentage one number is of another for profit calculations?
To calculate profit percentage, use: (Profit / Cost Price) x 100, where Profit = Selling Price - Cost Price. For example, if you buy an item for $50 and sell it for $65, your profit is $15 and the profit percentage is (15 / 50) x 100 = 30%. This metric is fundamental to business analysis and pricing decisions.
Related
Related calculators.
Last updated: August 8, 2026