Math tools

Free percentage calculator

Five focused modes — percent of, what percent, find the whole, percent change, and discount. Copy-ready results with optional CSV and PDF export.

What this percentage calculator does

  • Percent of

  • What percent

  • Find the whole

Quick example

Worked examples

Five modes compared

ModeQuestionFormulaExample
Percent ofHow much is X% of Y?Result = Base × P ÷ 10020% of 50 = 10
What percentWhat share is the part?P = Part ÷ Whole × 10045 of 180 = 25%
Find the wholeX is Y% of what?Whole = Part × 100 ÷ P50 is 25% of 200
Percent changeHow much did a value move?((New − Old) ÷ Old) × 100100 → 80 = −20%
DiscountPrice after a markdown?Final = Base × (1 − P ÷ 100)100 − 20% = 80

How to calculate percentage increase or decrease

  1. Find the difference

    Subtract the old value from the new value: New − Old.

  2. Divide by the old value

    Divide the difference by the original amount (use the absolute value if the old value is negative).

  3. Multiply by 100

    Multiply by 100 to express the result as a percentage. A negative result means a decrease.

Example: price increase

Percentage formulas in Excel and Google Sheets

TaskFormulaExample
Percent of=A1*(B1/100)=50*(20/100) → 10
What percent=(A1/B1)*100=(45/180)*100 → 25
Find the whole=A1*100/B1=50*100/25 → 200
Percent change=((B1-A1)/A1)*100From A1 to B1
Discount=A1*(1-B1/100)Price after B1% off

Common percentage mistakes

Percentage points vs relative percent
Percent change vs percentage difference
Rounding too early
Confusing part and whole

Discover more calculators for time tracking, payroll, and HR.

Frequently asked questions about this percentage calculator

How do you calculate a percentage of an amount?

Multiply the amount by the percentage divided by 100: Result = Amount × (P ÷ 100). Example: 15% of 200 = 200 × 0.15 = 30. Use Percent of mode above.

How much is 20% of 70?

20% of 70 = 70 × (20 ÷ 100) = 70 × 0.2 = 14. Enter base 70 and percentage 20 in Percent of mode.

How do you calculate percentage increase or decrease?

Use Percent change mode: ((New − Old) ÷ Old) × 100. Example: 100 to 125 → +25%; 100 to 80 → −20%. See the step-by-step section above.

How do you calculate a discount or sale price?

Choose Discount, enter the original price and discount percent. You get the discount amount and final price. Example: 100 with 15% off → discount 15, final 85.

What is the percentage formula?

Core patterns: Percent of = Base × P ÷ 100; What percent = Part ÷ Whole × 100; Find the whole = Part × 100 ÷ P. The mode table on this page maps each question to its formula.

How do you calculate percentage in Excel?

Typical formulas: =A1*(B1/100) for percent of, =(A1/B1)*100 for what percent, and =A1*(1-B1/100) for a discount. See the Excel section above for a full table.

What is the difference between percentage change and percentage difference?

Percent change compares a new value to an original baseline (included in this tool). Percentage difference compares two values symmetrically and is used in some scientific contexts — not in this calculator.

Can I export my calculation?

Yes. After each calculation you can download CSV or PDF with inputs, formula, and result — free, no account required.