Percentage Calculator

Check out this free online percentage calculator. It quickly solves percentage problems like finding a percent of a number, calculating discounts, tips, or increases, giving instant and accurate results.

Percentage Calculator

Percentage Calculator

You’re standing at a checkout counter. The jacket you’ve been eyeing for three weeks just went on sale: “40% off.” Your brain does that thing where it just… stops. Or maybe you just got your exam results back. You scored 47 out of 60. Is that good? Should you be happy with that?

Percentages show up in almost every decision you make. Shopping, saving, studying, investing, even checking the weather forecast. And yet, for something so common, a lot of people aren’t fully comfortable with the math behind it. This guide covers what percentages are, how to calculate them, and how to use a percentage calculator to get answers quickly. Every section includes real examples so the math actually clicks.

What Is a Percentage?

The simplest way to think about it: a percentage is just a fraction where the bottom number is always 100. The word “percent” comes from the Latin per centum, which means “for every hundred.” So 25% simply means 25 out of every 100. If half the class passed a test, that’s 50 out of 100, which is 50%.

The “%” symbol is how percentages are written. You’ll sometimes see “pct” in reports or documents. Both mean the same thing. What makes percentages useful is that they let you compare numbers even when the totals are different. Here’s a quick example:

One school had 30 students pass out of 50. Another had 80 passes out of 200. Which school did better?

It’s hard to tell from those numbers alone. But once you convert them to percentages:

  • School A: (30 / 50) x 100 = 60%
  • School B: (80 / 200) x 100 = 40%

Now it’s clear. That’s what percentages do. They put everything on the same scale of 100, so comparing is straightforward.

A Brief History of Percentages

Percentages weren’t invented overnight. The idea of dividing things into hundredths goes back a long way, and the symbol we use today has a surprisingly interesting origin story.

Where It All Started

The ancient Babylonians were among the first to calculate proportions in a consistent way. Their clay tablets, dating back thousands of years, show calculations involving fixed fractions, which is the earliest known version of the thinking behind percentages. They used a base-60 number system, not base-10, but the core idea of expressing parts of a whole was already there.

In ancient Rome, the concept became more practical and financial. Roman merchants and lenders used calculations based on hundredths to figure out interest on loans. The Roman Senate even had to set a legal maximum on how much interest a lender could charge, because some were pushing rates so high that borrowers couldn’t keep up. The Latin phrase used at the time was pro centum, meaning “for a hundred.”

The Middle Ages and Trade

As trade expanded across Europe during the Middle Ages, calculating percentages became a necessary skill for merchants. Traders needed to figure out profit margins, taxes, and compound interest. Individual firms actually developed their own private percentage tables, which they kept secret as a competitive advantage. The ability to calculate percentages quickly was genuinely valuable.

The Belgian mathematician Simon Stevin, an engineer from Bruges, is widely credited with bringing the concept into formal mathematics. In 1584, he published tables for calculating percentages and helped standardise decimal fractions more broadly.

How the % Symbol Came to Be

The symbol “%” has a quirky origin. It likely evolved from the abbreviation “cto,” which was short for cento (the Italian word for hundred). Over time, as handwriting shortened and cursive writing changed, the “c” and “t” gradually merged into a shape resembling a circle and a slash. Eventually, a second circle was added, and the modern “%” symbol took shape.

There is also a popular story that the symbol appeared by accident. In 1685, a typesetter working on a book called Guide to Commercial Arithmetic by Mathieu de la Porte reportedly misread the abbreviation “cto” and set it as “%.” Whether that’s true or just a good story, the symbol stuck.

The percent sign only became truly widespread in the 20th century, even though the calculations it represents had been in use for centuries.

The Basic Percentage Formula

Almost every percentage problem comes down to this one formula:

\[\text{Percentage} = \left(\frac{\mathrm{Part}}{\mathrm{Whole}}\right) \times 100\]

Here’s what each part means:

  • (Part) is the smaller value you’re looking at
  • (Whole) is the total or full amount
  • (Percentage) is the result, expressed out of 100

Once this formula makes sense to you, every other type of percentage problem is just a variation of it.

Three Types of Percentage Problems

Nearly every percentage question you’ll come across falls into one of these three categories.

1. Finding What Percentage One Number Is of Another

Use this when you have both numbers and want to know how one compares to the other as a percentage.

\[\left(\frac{\mathrm{Part}}{\mathrm{Whole}}\right) \times 100 = \text{Percentage}\]

Example: What percent of 80 is 20?

\[\frac{20}{80} = 0.25\]
\[0.25 \times 100 = 25%\]

So 20 is 25% of 80.

Real-life example: You scored 45 out of 60 on a test. What’s your percentage?

\[\frac{45}{60} = 0.75\]
\[0.75 \times 100 = 75%\]

Here’s something worth knowing. If you scored 38 out of 50 on a different test:

\[\frac{38}{50} = 0.76\]
\[0.76 \times 100 = 76%\]

Your 45/60 score (75%) was actually slightly lower than your 38/50 score (76%), even though the raw number was higher. That’s exactly why percentages are more useful than raw scores when comparing performance.

2. Finding a Percentage of a Number

Use this when you know the percentage and want to find the actual value it represents.

\[\left(\frac{\mathrm{Percentage}}{100}\right) \times \, \text{Number} \, = \text{Result}\]

Example: What is 30% of 150?

\[\frac{30}{100} = 0.30\]
\[0.30 \times 150 = 45\]

So 30% of 150 is 45.

Real-life example: Your restaurant bill is $80 and you want to leave a 15% tip. How much is that?

\[\frac{15}{100} = 0.15\]
\[0.15 \times 80 = \$12\]

This also works for converting fractions to percentages. If you want to know what (10/12) is as a percentage, divide 10 by 12 to get 0.8333, then multiply by 100. That gives you roughly 83.33%.

3. Finding the Whole When You Know the Part and the Percentage

Use this when you know a partial amount and its percentage, and you need to find the full total.

\[ \, \text{Part} \, \div \left(\frac{\mathrm{Percentage}}{100}\right) = \text{Whole}\]

Example: 18 is 45% of what number?

\[\frac{45}{100} = 0.45\]
\[\frac{18}{0.45} = 40\]

So 18 is 45% of 40.

Real-life example: You’ve saved $60, which is 20% of your total savings goal. What’s the full goal?

\[\frac{20}{100} = 0.20\]
\[\frac{60}{0.20} = \$300\]

Your savings goal is $300.

How to Calculate Percentage Increase or Decrease

When a price goes up, a salary changes, or a score improves, you’ll often want to know how much the change was in percentage terms.

Percentage Increase

Use this when a value has gone up and you want to know by how much, in percentage terms.

\[( ( \, \text{New Value} \, - \, \text{Old Value} \, ) / \, \text{Old Value} \, ) \times 100\]

Example: A shirt was $40 and now costs $50.

\[50 - 40 = 10\]
\[\frac{10}{40} = 0.25\]
\[0.25 \times 100 = 25% \, \text{increase} \, \]

Percentage Decrease

Use this when a value has gone down and you want to express that drop as a percentage.

\[(( \, \text{Old Value} \, - \, \text{New Value} \, ) / \, \text{Old Value} \, ) \times 100\]

Example: A phone was $600 and is now on sale for $450.

\[600 - 450 = 150\]
\[\frac{150}{600} = 0.25\]
\[0.25 \times 100 = 25% \, \text{decrease} \, \]

One thing to watch: always divide by the original value, not the new one. That’s the most common mistake people make with these formulas.

Percentage Change vs. Percentage Difference

These two sound similar but they’re used in different situations. Most guides don’t explain the difference clearly, so here it is.

Percentage change is what you use when one value comes before the other. You’re tracking something that moved over time. The starting value is your reference point, and you want to know how much it grew or shrank.

Percentage difference is what you use when you’re comparing two values side by side and there’s no “before” or “after.” Neither value is the starting point. The formula uses the average of the two numbers as the base.

\[\text{Percentage Difference} = \frac{\left|V1 - V2\right|}{[\frac{V1 + V2}{2}]} \times 100\]

Here’s what each part means:

  • (V1) and (V2) are your two values.
  • (|V1 – V2|) is the absolute difference between them, always positive.
  • ([(V1 + V2) / 2]) is the average of the two values.

Example: Two grocery stores sell the same item. One charges $10, the other charges $15. What’s the percentage difference?

\[\left|10 - 15\right| = 5\]
\[\frac{10 + 15}{2} = 12.5\]
\[\frac{5}{12.5} = 0.4\]
\[0.4 \times 100 = 40%\]

The percentage difference between the two prices is 40%.

Quick rule: use percentage change when tracking movement over time. Use percentage difference when comparing two things that exist at the same time.

Percent vs. Percentage Points

This is something that trips up a lot of people, including journalists and news anchors.

Say a store’s sale rate went from 10% to 15%. Did it increase by 5% or by 5 percentage points?

The answer is it increased by both, but they mean very different things:

  • It increased by 5 percentage points: a direct arithmetic difference (15 – 10 = 5)
  • It increased by 50% as a percentage change: ((15 – 10) / 10) × 100 = 50%

Percentage points are just the straight arithmetic difference between two percentages. Percentage change tells you how much one percentage grew or shrank relative to where it started.

When you see a news headline saying “interest rates rose by 1%,” they almost always mean 1 percentage point, not a 1% change in the rate itself. These are very different things in practice.

Per Mille and Basis Points

Percentages aren’t the only way to express parts of a whole. For very small proportions, two other units come up regularly, especially in finance and science.

Per Mille (‰)

Per mille means “per thousand.” The symbol is ‰, and it works exactly like a percentage except the base is 1,000 instead of 100.

So (1‰) equals (1/1000), or (0.001). If a bank charges 5‰ as a fee on a transaction, that’s 0.5% in percentage terms, or $5 on every $1,000.

You’ll see per mille used in blood alcohol level measurements in some countries, in certain tax rates, and in population statistics where the numbers are too small to show clearly as percentages.

To convert from per mille to percent, divide by 10. To go the other way, multiply by 10.

  • (1‰) = (0.1%)
  • (10‰) = (1%)

Basis Points (‱)

A basis point is one hundredth of a percentage point, or one ten-thousandth of a whole. The symbol is ‱, and it’s used almost exclusively in finance.

  • (1 basis point) = (0.01%) = (0.0001)
  • (100 basis points) = (1%)

When a central bank raises interest rates by 25 basis points, that means a 0.25% increase. The reason finance professionals use basis points instead of just saying “0.25%” is precision: at the scale of billions of dollars, even tiny fractions of a percent represent enormous sums.

How to Convert Between Percentages, Decimals, and Fractions

All three formats express the same value in different ways. Here’s how to switch between them.

Percentage to Decimal

Divide the percentage by 100.

\[\frac{75}{100} = 0.75\]

Decimal to Percentage

Multiply the decimal by 100.

\[0.42 \times 100 = 42%\]

Percentage to Fraction

Write the percentage over 100, then simplify.

\[60% = \frac{60}{100} = \frac{3}{5}\]

Fraction to Percentage

Divide the top number by the bottom number, then multiply by 100.

\[\frac{3}{4} = 0.75\]
\[0.75 \times 100 = 75%\]

How to Use This Percentage Calculator

The percentage calculator on this page covers the four most common calculation types.

What is P% of X?

Enter the percentage and the number. The calculator gives you the result instantly.

Example: What is 20% of 85? Enter 20 and 85. The answer is 17.

X is What Percent of Y?

Enter both numbers. The calculator tells you what percentage the first number is of the second.

Example: What percent of 200 is 50? Enter 50 and 200. The answer is 25%.

X is P% of What?

Enter the partial number and its percentage. The calculator finds the full total.

Example: 30 is 15% of what? Enter 30 and 15. The answer is 200.

Percentage Increase or Decrease

Enter the starting value, choose increase or decrease, and enter the percentage. The calculator shows the new value.

Example: $120 increased by 10% becomes $132.

These cover most everyday tasks: budgeting, comparing prices, checking grades, or figuring out tips.

Common Percentage Mistakes to Avoid

Forgetting to Convert the Percentage to a Decimal First

If you want 20% of 50, you need to use 0.20, not 20. Multiplying by 20 instead of 0.20 gives a result 100 times too large.

Correct: (0.20 × 50 = 10)

Wrong: (20 × 50 = 1,000)

Confusing Percent and Percentage Points

A rise from 4% to 6% is a 2 percentage point increase, but a 50% increase in the rate itself. They describe the same change in two completely different ways.

Using the Wrong Base for Percentage Change

Always divide by the original value, not the new one. The original value is your reference point. Dividing by the new value gives a different number and a misleading result.

Rounding Too Early

When doing multi-step calculations, keep the decimal places until the final step. Rounding early introduces small errors that multiply through each subsequent step and can throw off your final answer more than you’d expect.

Quick Reference: Percentage Formulas

What You Want to FindFormula
Percentage of a number(P / 100) × Number
What percent one number is of another(Part / Whole) × 100
The whole from a part and percentagePart / (P / 100)
Percentage increase((New – Old) / Old) × 100
Percentage decrease((Old – New) / Old) × 100
Percentage difference|V1 – V2| / [(V1 + V2) / 2] × 100

Final Thoughts

Percentages come up constantly in daily life. Once you understand the core formula and the three main problem types, most percentage questions become straightforward.

A percentage calculator speeds things up, especially for multi-step problems. But knowing how the math works behind the tool helps you catch errors and understand what the numbers are actually telling you.

Whether you’re comparing prices, tracking progress, or reading a report, a solid understanding of percentages helps you make better, more informed decisions.

Frequently Asked Questions

What is the basic formula for calculating a percentage?

Answer: The basic formula is: (Percentage = (Part / Whole) × 100). Divide the part by the total and multiply by 100. For example, if you scored 18 out of 25, the calculation is (18 / 25 × 100 = 72%).

How do I find what percentage one number is of another?

Answer: Divide the first number by the second, then multiply by 100. To find what percentage 45 is of 180: (45 / 180 × 100 = 25%). So 45 is 25% of 180.

How do I calculate a percentage increase?

Answer: Subtract the old value from the new value, divide by the old value, and multiply by 100. If a price goes from $50 to $65: ((65 – 50) / 50 × 100 = 30%).

How do I calculate a percentage decrease?

Answer: Subtract the new value from the old value, divide by the old value, and multiply by 100. If a product drops from $80 to $60: ((80 – 60) / 80 × 100 = 25%).

What’s the difference between percentage change and percentage difference?

Answer: Percentage change is used when one value comes before the other, like tracking a price over time. Percentage difference is used when comparing two values with no set order, using their average as the base.

What does “percentage points” mean?

Answer: Percentage points are the straight arithmetic difference between two percentages. If a passing rate goes from 60% to 75%, it increased by 15 percentage points. That’s different from a 25% increase, which would be the percentage change relative to the original 60%.

What is per mille?

Answer: Per mille (‰) means per thousand. It works like a percentage but uses 1,000 as the base instead of 100. So (1‰ = 0.1%). It’s used in finance, science, and some statistical measurements.

What is a basis point?

Answer: A basis point equals (0.01%), or one hundredth of a percentage point. It’s used mainly in finance. (100 basis points = 1%). When a central bank raises rates by 25 basis points, that’s a 0.25% increase.

How do I convert a fraction to a percentage?

Answer: Divide the top number by the bottom number, then multiply by 100. For example: (7/8 = 0.875 × 100 = 87.5%).

How do I convert a percentage to a decimal?

Answer: Divide the percentage by 100. For example: (35% / 100 = 0.35).

Can percentages be more than 100%?

Answer: Yes. A percentage above 100% means the part is greater than the whole. If a company’s profits doubled, that’s a 100% increase. If they tripled, that’s a 200% increase.

Why do I get a different answer when I round early in my calculation?

Answer: Rounding early removes decimal precision before the final step, which causes small errors to build up. Always finish the full calculation first and round only at the very end.