Percentage Calculator

Calculate any percentage instantly with step-by-step solutions

X% of Y
X is ?% of Y
% Change
Add %
Subtract %
Reverse %

Common Percentages Quick Reference

PercentageFractionDecimalExample (of 200)
1%1/1000.012
5%1/200.0510
10%1/100.1020
12.5%1/80.12525
15%3/200.1530
20%1/50.2040
25%1/40.2550
33.3%1/30.33366.6
50%1/20.50100
66.7%2/30.667133.4
75%3/40.75150
100%11.00200
150%3/21.50300
200%22.00400

Percentage Tips & Tricks

The Flip Trick

8% of 25 = 25% of 8 = 2. You can always flip the numbers. This makes mental math much easier.

10% Shortcut

To find 10% of any number, just move the decimal point one place left. 10% of 450 = 45. Then scale from there.

5% Shortcut

Find 10% first, then divide by 2. 5% of 80: 10% is 8, half is 4.

15% Tip Shortcut

Find 10%, then add half of that. 15% of $60: 10% = $6, half = $3, total = $9.

20% Shortcut

Find 10% and double it. 20% of $85: 10% = $8.50, doubled = $17.

25% = Divide by 4

25% of any number is simply that number divided by 4. 25% of 120 = 30.

1% Trick

Find 1% by dividing by 100, then multiply. 7% of 300: 1% = 3, times 7 = 21.

Percentage vs Percentage Points

Going from 10% to 15% is a 5 percentage point increase, but a 50% relative increase. Know the difference.

Percentages in Daily Life

Shopping Discounts

A 30% off sale on a $50 item means you save $15 and pay $35. Use our "Subtract %" mode to quickly calculate sale prices. For double discounts (e.g., 20% off then 10% off), apply each separately — the total is not simply 30% off.

Sales Tax

Add your local tax rate to the price. Use our "Add %" mode. For example, with 8.5% tax on a $100 purchase, the total is $108.50.

Tipping

Use the 10% shortcut. Move the decimal left: 10% of $67.50 = $6.75. For 20%, double that: $13.50. For 15%, add half: $6.75 + $3.38 = $10.13.

Grade Calculations

Your grade is usually (points earned / total points) times 100. If you scored 42 out of 50, that is 42/50 = 0.84 = 84%. Use our "X is ?% of Y" mode.

Salary Increases

A 5% raise on a $60,000 salary means an extra $3,000 per year, or $250/month before taxes. Use "Add %" to see your new salary.

Investment Returns

If your investment grew from $10,000 to $12,500, use "% Change" mode to see it was a 25% increase. Compound returns over multiple years require calculating each year separately.

Percentage Calculator - Calculate Percentages Instantly [2026]

Percentage calculations are among the most frequently needed mathematical operations in daily life, from calculating discounts and tips to understanding investment returns, tax rates, and grade scores. Despite being a fundamental math concept, many people struggle with percentage calculations, especially when dealing with percentage increases, decreases, and differences. Our calculator handles all common percentage operations instantly, eliminating errors and saving time.

Percentages express a number as a fraction of 100 and appear everywhere in modern life: your phone battery level, annual salary raise, mortgage interest rate, sales tax, stock market returns, and even the weather forecast's chance of rain. Understanding how to calculate percentages quickly makes you better at evaluating deals, understanding financial statements, and making data-driven decisions.

Common Percentage Calculations Explained

What is X% of Y? Multiply Y by X/100. For example, 20% of \$85 = 85 x 0.20 = \$17. This is the most common calculation, used for discounts, tips, and tax. A quick mental math shortcut: to find 20%, divide by 5. To find 15%, find 10% (move the decimal) and add half of that.

What percentage is X of Y? Divide X by Y and multiply by 100. For example, 35 out of 200 = (35/200) x 100 = 17.5%. This tells you a proportion as a percentage, useful for test scores, conversion rates, and market share calculations.

Percentage change: ((New - Old) / Old) x 100. If a stock goes from \$50 to \$62, the percentage increase is ((62-50)/50) x 100 = 24%. If it drops to \$45, the decrease is ((45-50)/50) x 100 = -10%. Note that a 50% decrease requires a 100% increase to recover to the original value, not another 50%.

Percentage Shortcuts for Mental Math

To find 10%: Move the decimal point one place left. 10% of \$234 = \$23.40. To find 5%: Find 10% and halve it. To find 1%: Move the decimal two places left. To find 25%: Divide by 4. To find 33%: Divide by 3. To find 75%: Find 25% and multiply by 3, or subtract 25% from the total. These shortcuts make quick calculations possible in everyday situations like splitting bills, estimating discounts, and calculating tips.

Frequently Asked Questions

How do I calculate a percentage increase?

Use the formula: ((New Value - Original Value) / Original Value) x 100. For example, if your salary increased from \$60,000 to \$66,000, the percentage increase is ((66,000 - 60,000) / 60,000) x 100 = 10%. To calculate the new value from a percentage increase: Original x (1 + Percentage/100). \$60,000 x 1.10 = \$66,000.

How do I calculate a discount?

Multiply the original price by the discount percentage divided by 100, then subtract from the original. For a 30% discount on \$89.99: \$89.99 x 0.30 = \$27.00 discount, final price = \$62.99. Shortcut: multiply by (1 - discount/100). \$89.99 x 0.70 = \$62.99. For stacked discounts (e.g., 20% off then an additional 10% off), apply them sequentially: \$100 x 0.80 x 0.90 = \$72, which is NOT the same as 30% off (\$70).

Why does a 50% loss require a 100% gain to break even?

Percentage changes are calculated from different base values. If \$100 drops by 50%, you have \$50. To get back to \$100, you need a \$50 gain. But \$50 gain on a \$50 base is a 100% increase, not 50%. This asymmetry is important in investing: a stock that falls 33% needs to rise 50% to recover, and a stock that falls 75% needs to rise 300%. This is why avoiding large losses is more important than chasing large gains.

How do I convert a fraction to a percentage?

Divide the numerator by the denominator and multiply by 100. For example, 3/8 = 0.375 x 100 = 37.5%. Common fractions to know: 1/4 = 25%, 1/3 = 33.33%, 1/2 = 50%, 2/3 = 66.67%, 3/4 = 75%, 1/5 = 20%, 1/8 = 12.5%.

How do I calculate percentage difference between two numbers?

Percentage difference = |Value1 - Value2| / ((Value1 + Value2) / 2) x 100. This gives the difference relative to the average of both values, useful when neither value is the "original." For example, comparing two products priced at \$45 and \$55: difference = 10 / 50 x 100 = 20% difference. This is different from percentage change, which uses one specific value as the reference point.

Related Tools