Discount Calculator

Enter an original price and a discount percentage to see exactly how much you save and what the final price comes to.

Final price

{{ result.finalPrice }}

{{ result.discountAmount }}You save
{{ result.finalPrice }}Final price

Enter a price and discount percentage above to see the result.

Every calculation runs in your browser. Nothing you enter is uploaded to a server.

How it's calculated

discount = price × percent ÷ 100 final price = price − discount

Example: ₹2,000 at 25% off is ₹500 off, for a final price of ₹1,500.

Stacking multiple discounts

Two discounts don't add together — a 20% discount followed by another 10% discount is not 30% off. The second discount applies to the already-reduced price, so run this calculator twice: once for the first discount, then again using that result as the new "original price".

How is the discount calculated?

The discount amount is the price multiplied by the percentage, divided by 100. The final price is the original price minus that discount.

Do two discounts stack by adding the percentages?

No. A 20% discount followed by a 10% discount is not 30% off — the second discount applies to the already-reduced price. Run the calculator twice, using the first result as the new "original price" for the second.

Can the discount percentage be over 100%?

No — that would mean a negative final price, which isn't a real discount. The tool flags this rather than showing a nonsensical result.

Does this include tax?

No, this calculates the discount only. Use the GST Calculator afterward if tax needs to be applied to the discounted price.