Subtract Percentage from a Number

Reduce any number by a percentage in one step.

%

New Total

170

That's 200 − 30 removed.

This is the discount version of "add a percentage" — instead of working out the percentage separately and subtracting it by hand, this gives you the reduced number directly.

It is the calculation behind every "% off" sale price, salary deductions, and any situation where a percentage needs to come off a starting number.

Result = Number × (1 − Percentage ÷ 100)

This gives the new, reduced total directly.

Worked example

Question: Subtract 15% from 200.
Step 1 — Convert the percentage to a decimal and subtract from 1: 1 − (15 ÷ 100) = 0.85
Step 2 — Multiply by the number: 200 × 0.85 = 170
Answer: 200 with 15% subtracted is 170.

For a ₹2,499 item with 30% off, this gives the final price directly: ₹2,499 × 0.70 = ₹1,749.30 — no need to calculate 30% separately and then subtract.

Two discounts of 20% and 10% applied one after another do not equal a flat 30% off — the second discount applies to the already-reduced price. 200 with 20% off is 160; 160 with a further 10% off is 144 — not the 140 you would get from a single 30% discount.

How do I subtract a percentage from a number?

Multiply the number by (1 − the percentage as a decimal). Subtracting 25% from 400 is 400 × 0.75 = 300.

Do two discounts stack to their sum?

No — applying 20% off and then 10% off is not the same as 30% off in one go, because the second discount is calculated on the already-discounted price, giving a slightly smaller total reduction.

How is this different from a discount percentage calculator?

This tool goes from a known percentage to a new total. A discount percentage calculator typically works backwards from an original and sale price to find the discount rate itself.

All Calculator Tools