Skip to main content
math

Percentage Calculator

Calculate percentages, increases, and decreases

Reviewed by Christopher FloiedUpdated

This free online percentage calculator provides instant results with no signup required. All calculations run directly in your browser — your data is never sent to a server. Enter your values below and see results update in real time as you type. Perfect for everyday calculations, homework, or professional use.

%

Result

50

How to Use This Calculator

1

Enter your input values

Fill in all required input fields for the Percentage Calculator. Most fields include unit selectors so you can work in your preferred unit system — metric or imperial, whichever matches your problem.

2

Review your inputs

Double-check that all values are correct and that you have selected the right units for each field. Incorrect units are the most common source of calculation errors and can produce results that are off by factors of 2, 10, or more.

3

Read the results

The Percentage Calculator instantly computes the output and displays results with units clearly labeled. All calculations happen in your browser — no loading time and no data sent to a server.

4

Explore parameter sensitivity

Try adjusting individual input values to see how the output changes. This is a quick and effective way to develop intuition about how different parameters influence the result and to identify which inputs have the largest effect.

Formula Reference

Percentage Calculator Formula

See calculator inputs for the governing equation

Variables: All variables and their units are labeled in the calculator interface above. Input fields accept values in multiple unit systems — select your preferred unit from the dropdown next to each field.

When to Use This Calculator

  • Use the Percentage Calculator when you need a quick mathematical result without writing out all the steps manually, saving time on repetitive calculations.
  • Use it to verify hand calculations on tests or assignments and catch arithmetic mistakes.
  • Use it when teaching or explaining mathematical concepts to others, demonstrating how changing inputs affects the result.
  • Use it to explore the behavior of mathematical functions across a range of inputs.

About This Calculator

The Percentage Calculator is a free mathematical calculation tool for students, educators, and professionals who need quick, reliable results. Calculate percentages, increases, and decreases The underlying algorithms implement well-established mathematical formulas and numerical methods. Results are computed instantly in the browser. This tool is useful for learning, verification of hand calculations, and rapid exploration of mathematical relationships. All computation happens locally — no data is sent to a server.

The Theory Behind It

A percentage (from Latin 'per centum', 'by the hundred') expresses a fraction as parts per 100, written with the '%' symbol. Mathematically, x% means x/100 — so 25% = 25/100 = 0.25 = 1/4. The percentage calculator handles the three fundamental percentage questions: (1) what is X% of a number (forward: take the percentage of a value, P = base × rate); (2) X is what percent of Y (reverse: find what percentage one number is of another, rate = P / base × 100); and (3) percentage change (increase/decrease between two values, change = (new − old) / old × 100). Each of these operations is arithmetically simple but easy to confuse verbally. A common trap: '20% more' and '20% off' are NOT inverses. If a $100 item goes up 20% to $120, then drops 20%, it lands at $96 — not back to $100 — because the 20% decrease is calculated on the higher $120 base. The calculator handles all three operations and is useful whenever you need to convert between fractions, decimals, and percentages. Another common use is percentage-point vs percent arithmetic: if an interest rate goes from 5% to 7%, that is a 2 percentage-point increase but a 40% relative increase (2/5 = 40%). Percentage points are used for absolute differences in rates; percentages are used for relative differences in quantities. Confusing the two in news or financial discussions leads to significant misunderstanding. The calculator also handles compound percentage changes (successive increases and decreases) by multiplying the change factors: a 10% increase followed by a 10% decrease gives (1.10)(0.90) = 0.99, a net 1% decrease.

Real-World Applications

  • Sales and discounts: compute the sale price of a discounted item (original × (1 − discount%)) or the amount saved (original × discount%). A 30% discount on a $120 item is $36 off, for a sale price of $84.
  • Tip and service calculation: apply a percentage tip to a bill amount. Though dedicated tip calculators handle edge cases, the general percentage calculation works identically.
  • Grading and test scoring: convert raw scores to percentages (points earned / total points × 100). Useful for students, teachers, and anyone tracking performance across assignments with different point totals.
  • Growth and change analysis: compute year-over-year revenue growth, population change, or any comparison between two values over time. Percentage change is the standard way to normalize such comparisons across different base amounts.
  • Probability and statistics: express probabilities as percentages instead of fractions or decimals. A 0.65 probability is a 65% probability — the same information in more familiar units.

Frequently Asked Questions

How do I calculate a percentage of a number?

Multiply the number by the percentage expressed as a decimal (divide the percentage by 100 first). To find 25% of 80: 0.25 × 80 = 20. To find 15% of 200: 0.15 × 200 = 30. Mental-math shortcut: 10% is just moving the decimal one place left (10% of 200 = 20), and other percentages are multiples or fractions of 10%. 25% = 10% + 10% + 5% (half of 10%), and 50% is simply half of the number.

How do I calculate percentage change?

Percentage change = (new value − old value) / old value × 100. If sales went from $500 to $625, change = (625 − 500) / 500 × 100 = 25% increase. A decrease is negative: from $500 to $400 is (400 − 500) / 500 × 100 = −20%. Important: the denominator is always the OLD (original, starting) value, not the new value. A common mistake is dividing by the new value, which gives a different number and is wrong for percentage-change calculations.

Why don't a 20% increase and a 20% decrease cancel out?

Because the two percentages are applied to different base values. A 20% increase on $100 gives $120. A 20% decrease on $120 (the new base) takes off $24, leaving $96 — not $100. To reverse a 20% increase exactly, you need a 16.67% decrease (since 100/120 = 0.8333, a 16.67% drop). The mathematical rule: if an increase of x% is followed by a decrease of y%, the net change is (1 + x/100)(1 − y/100) − 1. The only pair that cancels exactly is a 100% increase followed by a 50% decrease.

What's the difference between percent and percentage points?

Percentage points refer to absolute differences between two percentages. Percent refers to relative differences. If an interest rate changes from 4% to 5%, that is a 1 percentage-point increase AND a 25% relative increase (1/4 = 0.25). Financial news often uses the two incorrectly or ambiguously, leading to confusion. When reporting changes in interest rates, approval ratings, unemployment rates, or any other percentage-valued metric, using percentage points is the unambiguous way to describe absolute changes.

How do I convert a decimal to a percentage?

Multiply by 100 and add the % symbol. 0.25 = 25%, 0.08 = 8%, 1.5 = 150%, 0.0025 = 0.25%. Conversely, to convert a percentage to a decimal, divide by 100: 37% = 0.37, 0.5% = 0.005. Percentages above 100% are perfectly valid and represent quantities larger than the base — '150% of budget' means 1.5 times the budget. The calculator handles all these cases automatically.

References & Further Reading