UseToolSuite UseToolSuite

Percentage Calculator

Calculate percentages, increases, and decreases instantly in your browser.

Runs entirely in your browser Three calculations in one Works on phone and desktop Nothing to install

1. Basic Percentage

What is % of ?
-
is what % of ?
-

2. Margin & Markup

Gross Margin
-
Markup
-

3. Growth (Increase/Decrease)

From to
-

4. Value Distribution

Total Value:

Calculation History

No history yet.

The three percentage problems — and how to recognize them

Every percentage question is one of three shapes. Recognizing which one you’re facing is the whole game:

Question shapeFormulaExample
What is X% of Y?Y × X/10015% tip on 240 → 36
X is what % of Y?X/Y × 10045 of 180 attendees → 25%
Change from A to B?(B−A)/A × 10080 → 92 → +15%

The third one is where mistakes live: the denominator is always the starting value. A stock that falls 50% then rises 50% ends at 75% of where it began — because the two 50%s are measured against different bases.

Percentages in business: margin vs markup

The most expensive percentage confusion in small business: markup is profit measured against cost, margin is profit measured against price. A product bought at 100 and sold at 150 has a 50% markup but a 33% margin. Pricing “for a 40% margin” by adding 40% to cost actually yields a 28.6% margin — a silent profit leak. To price for a target margin, divide cost by (1 − margin): 100 ÷ 0.60 = 166.67 for a true 40% margin.

Stacked percentages don’t add

Sequential percentage changes multiply, never add. A 20% discount followed by an extra 10% off is not 30% off — it’s 1 − (0.80 × 0.90) = 28% off. Three years of 10% growth is not 30% but 33.1% (1.1³). This is also why “down 60% then up 60%” leaves you at 64% of the start. When a calculation chains percentages, convert each to a multiplier (±x% → 1 ± x/100), multiply them, and convert back at the end — the one habit that makes compound discounts, inflation series, and investment returns all come out right.

Percentage Calculator works offline in the browser to help you get a small job done quickly. It's one of the free Productivity Tools on UseToolSuite. Below you'll find a step-by-step guide, answers to common questions, and related tools.

Last updated

How to Use This Tool

  1. 1

    Pick the calculation

    Choose what you need: a percent of a number, what percent one number is of another, or the percent change between two numbers.

  2. 2

    Enter your numbers

    Type the values into the fields. The result updates as you type — no equals button.

  3. 3

    Read the answer

    The result shows immediately, along with the working so you can check it.

How helpful was this tool?

Click to rate

Embed this tool on your site

Paste this snippet into any HTML page or blog post to embed a live, fully working copy of Percentage Calculator. Free for any use.

Key Concepts

Essential terms and definitions related to Percentage Calculator.

Percentage

A fraction expressed out of 100. "45%" simply means 45 per hundred, or 0.45 as a decimal.

Percentage change

How much a value grew or shrank relative to its starting point: (new − old) ÷ old × 100. Going from 50 to 75 is a 50% increase.

Percentage points

The plain arithmetic difference between two percentages. A move from 10% to 12% is 2 percentage points — not "2%".

Frequently Asked Questions

How do I work out a percentage of a number by hand?

Divide the percentage by 100 and multiply by the number. For 15% of 1,200: 15 ÷ 100 = 0.15, then 0.15 × 1,200 = 180. This tool does that instantly, but the method is worth knowing for a quick mental check.

What is the difference between percentage change and percentage points?

If a rate goes from 20% to 25%, that is a 5 percentage-point rise but a 25% increase (5 is a quarter of 20). Mixing the two is a common source of misleading statistics — this calculator gives the percentage change; add or subtract the raw numbers yourself for percentage points.

Why can I not calculate a percentage change from zero?

Percentage change divides by the starting value, and dividing by zero is undefined — there is no meaningful "percent increase from 0." If your baseline is zero, describe the change as an absolute number instead.

What is the difference between a percentage and percentage points?

If an interest rate rises from 10% to 15%, it increased by 5 percentage points but by 50 percent (5 is half of 10). News and statistics confuse these constantly. Use 'points' when subtracting two percentages directly, and 'percent change' when expressing the relative size of the move.

How do I find the original price before a discount or tax?

Divide, don't subtract. A price of 120 after 20% VAT means original × 1.20 = 120, so original = 120 ÷ 1.20 = 100. The classic mistake is computing 120 − 20% = 96, which answers a different question. The same logic applies to discounts: a 75 price tag after 25% off means the original was 75 ÷ 0.75 = 100.

Troubleshooting & Technical Tips

Common errors developers encounter and how to resolve them.

The result shows NaN or nothing

A field contains something that is not a plain number. Remove currency symbols, thousands separators (commas), spaces, or letters and enter just the digits and a decimal point.

The percentage change looks impossibly large

Check your starting number — a very small baseline makes even a modest absolute change look like a huge percentage. That is mathematically correct, but often not the number you actually want to report.

Related Tools