How to Calculate Percentages

· 5 min read

Percentage calculations come up constantly: discounts, tax, tips, grade scores, data analysis, business metrics. The math is simple, but doing it in your head with real numbers is where mistakes happen. A percentage calculator handles the arithmetic and the rounding, so you can focus on whether the answer makes sense.

The four percentage problems

Most percentage questions fall into one of four categories:

1. What is X% of Y?

Formula: (X / 100) x Y

Example: What is 15% of 200? → (15 / 100) x 200 = 30

Use for: calculating tips, discounts, tax amounts, commissions.

2. X is what percent of Y?

Formula: (X / Y) x 100

Example: 45 is what percent of 180? → (45 / 180) x 100 = 25%

Use for: test scores, conversion rates, budget breakdowns.

3. Percentage change (increase or decrease)

Formula: ((New - Old) / Old) x 100

Example: Price went from 80 to 100 → ((100 - 80) / 80) x 100 = 25% increase

Use for: price changes, growth rates, performance comparisons.

4. Reverse percentage

Formula: Final / (1 + percentage/100) for increases, or Final / (1 - percentage/100) for decreases

Example: After a 20% increase, the price is 120. Original? → 120 / 1.20 = 100

Use for: finding original prices before tax or markup.

How to use the calculator

  1. Choose your calculation type: select from the four modes above.
  2. Enter your numbers: type your values into the fields.
  3. Read the result: it updates instantly as you type, no submit button needed.

A brief history of the percentage

The word "percent" comes from the Latin "per centum," meaning "per hundred." Ancient Romans used percentage-like calculations for tax assessments (the "centesima rerum venalium" was a 1% sales tax under Emperor Augustus in 6 AD). The modern percent sign "%" evolved from Italian merchant shorthand. In 15th-century Italian arithmetic manuscripts, scribes wrote "per cento" (per hundred); over centuries, this contracted to "p cento," then "p c with a small 'o' on top," and finally to the familiar "%" symbol by the 17th century.

Percentages became central to finance with the introduction of compound interest tables in the 1500s and the development of insurance underwriting in the 1700s. By the 19th century, percentage-based statistics (Florence Nightingale's mortality charts, William Playfair's economic graphs) had become the standard way to communicate quantitative information to non-specialists. Today, percentages are arguably the most-used unit of measure in everyday life: weather forecasts, exam results, election polls, loan rates, nutrition labels, battery indicators all use percentages because they make abstract numbers comparable.

Common real-world uses

Percentage versus percentage points

This is the most common percentage mistake in news reporting and casual conversation:

If unemployment goes from 5% to 7%, the news might say "unemployment rose 2%." This is wrong. Unemployment rose 2 percentage points, but rose 40% in relative terms ((7 - 5) / 5 = 0.40).

Both numbers describe the same change. They are just measuring different things:

When you see a headline like "interest rate rose from 4% to 5%," that is a 1 percentage point increase or a 25% relative increase. Both descriptions are technically correct; only one is intuitive depending on what you care about.

Common pitfalls

Tips

Privacy

The calculator runs entirely in your browser. The numbers you enter, whether they are salary figures, investment returns, medical test values, or budget breakdowns, stay on your device and are never uploaded to any server. This matters for percentages because the inputs often reveal sensitive context: "What percent of my income do I save?" "What percentage of my cholesterol is HDL?" "What fraction of my budget is rent?" Browser-based math has zero exposure for any of these.

Frequently Asked Questions

How do I calculate what percent one number is of another?

Divide the part by the whole and multiply by 100. For example, 30 is what percent of 120? (30 / 120) x 100 = 25%.

How do I calculate percentage increase or decrease?

Subtract the old value from the new value, divide by the old value, and multiply by 100. If a price goes from 80 to 100, the increase is ((100 - 80) / 80) x 100 = 25%.

What is a reverse percentage?

A reverse percentage finds the original number before a percentage was applied. If an item costs 120 after a 20% markup, the original price is 120 / 1.20 = 100.

Why do I get slightly different results in different calculators?

Rounding differences. Some tools round to 2 decimal places, others to more. The underlying math is the same. For most purposes, 2 decimal places is sufficient.