The Percentage Calculator handles the three most common percentage problems: finding X% of a number, calculating the percentage change between two values, and determining what percentage one number is of another โ€” all in one simple tool.

Percentage Calculator

Calculate percentages, percentage change, and more.

%
of
โ†’
is what % of
Result
โ€”

How to Use This Calculator

  1. X% of Y: Enter the percentage and the number to find the portion (e.g., “What is 15% of 85?”)
  2. % Change: Enter a starting value and ending value to find the percentage increase or decrease.
  3. X is what % of Y: Enter both numbers to find what percentage the first is of the second.

Common Uses

  • Discounts: “A $120 item is 25% off โ€” what’s the sale price?” โ†’ 25% of 120 = $30 off โ†’ $90
  • Tax: “Sales tax is 8.5% on a $45 purchase.” โ†’ 8.5% of 45 = $3.83 tax
  • Grade calculation: “I got 43 out of 50 โ€” what’s my percentage?” โ†’ 43 is what % of 50 = 86%
  • Tip: “15% tip on a $78 dinner.” โ†’ 15% of 78 = $11.70
  • Revenue change: “Sales went from $80,000 to $95,000.” โ†’ % change = 18.75% increase

Percentage Change Explained

A percentage change measures the relative change between two values. A positive result is an increase; negative is a decrease. Note that percentage changes are not symmetric: a 50% increase followed by a 50% decrease does not return to the original value โ€” it results in a 25% net loss ($100 โ†’ $150 โ†’ $75).

Frequently Asked Questions

What’s the difference between percentage and percentage points?

If your test score improved from 60% to 75%, it increased by 15 percentage points, but by 25% in percentage terms (15/60 ร— 100 = 25%). The two terms measure different things and are often confused in news headlines.

How do I calculate a percentage of a percentage?

Multiply the two percentages together (as decimals). For example, 30% of 40% = 0.30 ร— 0.40 = 0.12 = 12%.

How it works

For "X% of Y": result = (X/100) ร— Y. For "% change from A to B": result = ((Bโˆ’A)/|A|) ร— 100. For "X is what % of Y": result = (X/Y) ร— 100.

Formula

Portion = (Percentage/100) ร— Total. % Change = ((Newโˆ’Old)/|Old|) ร— 100. % Of = (Part/Whole) ร— 100