Calculator.org.in
Calculator

Percentage Calculator

Calculate percentages, percentage change, and adding or subtracting a percentage from a value.

Use this as the percent value, part value, original value, or change percent depending on the selected operation.

Use this as the base value, whole value, new value, or starting value depending on the selected operation.

Status: initial

Results

Awaiting calculation

Guide

Introduction

A percentage is a way to describe a part of a whole using 100 as the reference point. Percentages make it easier to compare marks, discounts, taxes, interest, sales growth, sports statistics, and everyday changes even when the original numbers are different.


Purpose

Use this calculator to solve common percentage questions with one consistent input model. Select the operation, enter X and Y, and the result includes the answer, formula, calculation, and interpretation.


Formula explanation

Each operation treats X and Y differently. The selected operation determines whether X is a percent, part, original value, or adjustment rate, and whether Y is the base, whole, new value, or starting value.

Variable explanations

X value

X is the percent, part, original value, or change percentage depending on the selected operation.

Y value

Y is the whole, base, new value, or starting value depending on the selected operation.

Operation

The selected operation determines which reusable formula branch is executed.

Formula guide

What is X% of Y?

X / 100 x Y

  • X is the percentage.
  • Y is the base value.

Convert X from a percent into a decimal, then multiply by Y.

X is what percent of Y?

X / Y x 100

  • X is the part.
  • Y is the whole.

Divide the part by the whole, then multiply by 100 to express the ratio as a percent.

Percentage increase

(Y - X) / X x 100

  • X is the original value.
  • Y is the new value.

Find the increase, compare it with the original value, then convert it to a percent.

Percentage decrease

(X - Y) / X x 100

  • X is the original value.
  • Y is the new value.

Find the decrease, compare it with the original value, then convert it to a percent.

Add X% to a value

Y x (1 + X / 100)

  • X is the percent to add.
  • Y is the starting value.

Convert the percent to a multiplier greater than 1, then multiply by the starting value.

Subtract X% from a value

Y x (1 - X / 100)

  • X is the percent to subtract.
  • Y is the starting value.

Convert the percent to a multiplier less than 1, then multiply by the starting value.

Worked examples

Shopping discount

  1. Select Subtract X%.
  2. Enter X as 20.
  3. Enter Y as 80.
  4. The sale price is 64.

School marks

  1. Select X is what percent of Y?
  2. Enter X as 42 marks scored.
  3. Enter Y as 50 total marks.
  4. The score is 84%.

Tax added to a bill

  1. Select Add X%.
  2. Enter X as 18.
  3. Enter Y as 1,000.
  4. The total is 1,180.

Salary increase

  1. Select Percentage increase.
  2. Enter X as 50,000.
  3. Enter Y as 57,500.
  4. The increase is 15%.

Interest estimate

  1. Select What is X% of Y?
  2. Enter X as 7.5.
  3. Enter Y as 20,000.
  4. The interest amount is 1,500.

Business growth

  1. Select Percentage increase.
  2. Enter X as last month's sales.
  3. Enter Y as this month's sales.
  4. Use the result to compare growth against the previous month.

Sports statistics

  1. Select X is what percent of Y?
  2. Enter X as successful attempts.
  3. Enter Y as total attempts.
  4. The result is the success rate.

Everyday comparison

  1. Select Percentage decrease.
  2. Enter X as the old time or cost.
  3. Enter Y as the new time or cost.
  4. The result shows how much it dropped.

Common mistakes

Percentage vs percentage points

A move from 10% to 15% is a 5 percentage point increase, but it is a 50% relative increase because 5 is half of 10.

Increase vs difference

Percentage increase compares the change with the original value. A raw difference alone does not tell you the relative size of the change.

Wrong denominator

For 'X is what percent of Y?', Y must be the whole. For percentage change, the denominator is the original value.

Rounding too early

Round the final answer, not each intermediate step, especially in finance, tax, and academic calculations.

FAQs

What is a percentage?
A percentage expresses a value as parts per 100. For example, 25% means 25 out of every 100.
How do I calculate X% of Y?
Divide X by 100 and multiply by Y. For example, 15% of 200 is 15 / 100 x 200 = 30.
How do I find what percent one number is of another?
Divide the part by the whole and multiply by 100. If 20 is the part and 80 is the whole, 20 / 80 x 100 = 25%.
What is the formula for percentage increase?
Percentage increase is (new value - original value) / original value x 100.
What is the formula for percentage decrease?
Percentage decrease is (original value - new value) / original value x 100.
Can I use decimals?
Yes. Decimal inputs are accepted and outputs are rounded by the registered precision policy.
Why must some values be greater than zero?
Operations that divide by X or Y require a positive denominator to avoid division by zero.
What is the difference between percent and percentage point?
Percent is relative to a base value. Percentage points describe the direct difference between two percentages.
How do I add a percentage to a value?
Use Y x (1 + X / 100). For example, adding 10% to 200 gives 200 x 1.10 = 220.
How do I subtract a percentage from a value?
Use Y x (1 - X / 100). For example, subtracting 10% from 200 gives 200 x 0.90 = 180.
Which value should be the denominator?
Use the whole for part-to-whole questions and the original value for increase or decrease questions.
Why can two percentage changes feel different even with the same difference?
The same numeric difference can be a small or large percentage depending on the original value.
Can percentages be greater than 100?
Yes. A value can be more than 100% of another value, and increases can exceed 100% when a value more than doubles.
Can percentages be negative?
In many contexts, a negative percentage indicates decrease or loss. This calculator uses separate increase and decrease operations for clarity.
Are formulas calculated in the page component?
No. The page renders a registered calculator specification and formulas run through the Formula Engine.

References

  • Discount Calculator
  • GST Calculator
  • Profit Margin Calculator
  • Markup Calculator
  • Average Calculator
  • Fraction Calculator
  • Ratio Calculator
  • Simple Interest Calculator