Percentage Calculator Guide

This calculator handles the percentage questions people ask most often: what percent one number is of another, a percentage of a number, adding or subtracting a percentage, the percentage change between two numbers, and discounts. It is useful for shopping, pricing, finance, statistics and everyday maths. Everything is computed in your browser, so nothing you type leaves your device. If you are working out how a deposit or an interest rate turns into a monthly loan payment, the figures here pair naturally with the mortgage calculator.

The four core formulas

Every mode on this page is built from four formulas. "What percent is A of B?" uses A ÷ B × 100%. "What is A% of B?" uses B × A ÷ 100. Percentage change uses (new − original) ÷ original × 100% — a positive result is an increase, a negative one a decrease. A discount uses price × discount rate, and the amount saved is price × (1 − rate). Once you know these four, you can sanity-check any result the tool returns.

A reference table of common percentage problems

The table shows real worked values across every mode, using the same formulas as the calculator:

QuestionCalculationAnswer
What percent is 30 of 120?30 ÷ 120 × 100%25%
What percent is 45 of 300?45 ÷ 300 × 100%15%
What is 15% of 240?240 × 0.1536
What is 8% of 1,250?1,250 × 0.08100
Increase 200 by 30%200 × 1.30260
Decrease 80 by 25%80 × 0.7560
Change from 50 to 75(75 − 50) ÷ 50 × 100%+50%
Change from 60 to 40(40 − 60) ÷ 60 × 100%−33.33%
350 at 85% (15% off)350 × 0.85297.50 (save 52.50)

Three worked examples

  1. A pay rise from 8,000 to 10,000 a month: change = (10,000 − 8,000) ÷ 8,000 × 100% = +25%. Check the reverse: going from 10,000 down to 8,000 is a 20% cut, not 25%, because the base changed.
  2. A jacket priced at 350 with a 15% discount: you pay 350 × 0.85 = 297.50 and save 350 × 0.15 = 52.50.
  3. An interest rate moving from 4.0% to 4.5%: that is +0.5 percentage points, but the relative change is (4.5 − 4.0) ÷ 4.0 × 100% = +12.5%. Headlines often say "0.5" and mean points, not percent.

Common myth: "up 20% then down 20% gets you back to where you started"

It does not. Start at 100: up 20% gives 120, then down 20% of 120 gives 96 — you are 4 short of the original. The base for the fall is larger, so the two moves are not symmetric. Likewise a 50% loss needs a 100% gain to recover. When you want to compare two numbers without a natural base, use the percentage difference |A − B| ÷ ((A + B) ÷ 2) × 100%, which is symmetric — the difference between 40 and 60 is 40% either way. To see how a losing streak compounds, try the compound interest calculator; to count the days between two dates for a promotion or deadline, use the date calculator.

Where percentages show up in daily life

Percentages are everywhere once you start noticing them. A shop's "30% off" is a discount; a bank's "4.5% annual rate" is interest; a report's "up 12% year over year" is growth; a test score of "85%" is a proportion; a phone battery at "20%" is a share of capacity. Because one symbol covers all of these, the trick is always to ask "percentage of what?" — the base is what makes the number meaningful, and most percentage arguments are really arguments about which base is correct.

In finance, percentages describe returns, interest and tax rates; in retail they describe margins and markdowns; in statistics they describe proportions and probabilities. Moving fluently between a fraction, a decimal and a percentage makes all of them easier: 1/4 = 0.25 = 25%, 3/5 = 0.6 = 60%, 7/8 = 0.875 = 87.5%. To convert a fraction to a percentage, divide the top by the bottom and multiply by 100; to convert a percentage to a decimal, divide by 100. Once you can do that in your head, you can sanity-check any calculator result at a glance.

A quick mental-maths toolkit

Three shortcuts cover most everyday cases. First, 10% is easy — just move the decimal point one place left, so 10% of 240 is 24. Second, build other rates from 10%: 5% is half of it, 20% is double, 15% is 10% plus 5%. Third, for a percentage change, compare the difference to the original: if a price rises from 80 to 100, the difference is 20 and 20 ÷ 80 = 25%. These checks do not replace the calculator — they let you catch a mistyped input before it misleads you.

About Percentage Calculator

Percentage Calculator is a completely free online tool that helps you Percentage calc, increase, decrease, change. Whether you are a casual user or a professional, you can use it instantly without installing any software.

Whether you are calculating discounts while shopping, working out profit margins, or doing math homework, you can handle percentage calculations in seconds.

How to Use

  1. Choose a mode: percentage, increase/decrease, change, or discount.
  2. Enter your values in the corresponding fields.
  3. Click the "Calculate" button.
  4. View the result with a brief explanation.

Percentage Calculator FAQ

What is the difference between a percentage and a percentage point?

A percentage is a relative quantity; a percentage point is an absolute one. If a rate moves from 40% to 45%, it has risen by 5 percentage points (45 − 40), but if you ask "how much did it rise relatively?" the answer is (45 − 40) ÷ 40 = 12.5%. Saying "up 5%" and "up 5 percentage points" mean very different things, which is why news reports use points to avoid ambiguity. To see how such a rate change affects a loan payment, try the mortgage calculator.

How do you calculate year-over-year and month-over-month growth?

Year-over-year (YoY) growth = (this period − same period last year) ÷ same period last year × 100%, which removes seasonal effects. Month-over-month (MoM) growth = (this period − previous period) ÷ previous period × 100%, which captures the change between adjacent periods. If this year's revenue is 1.2 million against 1 million last year, YoY is +20%; if last month was 1.1 million, MoM is +9.09%.

How do you convert a discount like "20% off" into a calculation?

"X% off" means you pay (100 − X)%. A "20% off" price is the original × 0.80; "15% off" is × 0.85. So a 350 item at 15% off costs 350 × 0.85 = 297.50, and the saving is 350 × 0.15 = 52.50. Watch for stacked discounts: "extra 10% off the sale price" applies to the already-reduced price, so 350 with 15% then 10% off is 350 × 0.85 × 0.90 = 267.75, not 350 × 0.75.

How do you calculate profit margin as a percentage?

Margin on the selling price = (price − cost) ÷ price × 100%. Markup on cost = (price − cost) ÷ cost × 100%. With a cost of 80 and a price of 120, the margin is 40 ÷ 120 ≈ 33.33% while the markup is 40 ÷ 80 = 50%. The two use different bases and therefore give very different numbers, so always state which one you mean in a quote or report.

Is percentage change the same as percentage difference?

No. Percentage change uses the original value as its base: (new − original) ÷ original × 100%, and it is directionally asymmetric — 40 to 60 is +50%, but 60 to 40 is −33.33%. Percentage difference uses the average of the two numbers as its base: |A − B| ÷ ((A + B) ÷ 2) × 100%, and it is symmetric — the difference between 40 and 60 is 40% either way. Use change to describe a rise or fall, and difference to compare two quantities without a natural starting point.

Why doesn't a rise and a fall of the same percentage cancel out?

Because the base changes between the two steps. Starting at 100, a 20% rise gives 120; a subsequent 20% fall is 20% of 120, leaving 96 — four below the original. The fall acts on a larger base, so it removes more than the rise added. The same asymmetry means a 50% loss needs a 100% gain to recover. To model how such swings compound over many periods, use the compound interest calculator.