Discount Calculator

Calculate the final price after applying a percentage or flat discount. Great for shopping and sales.

If unchecked, tax applies to the base amount first.

Stacked Discounts (Sequential)

# Value Type
verified Reviewed: Jul 28, 2026
update Updated: Jul 28, 2026
commit v2.0.0
schedule 2 min read

lightbulb When to use this tool

  • check_circle Verifying the discounted price quoted by a vendor before accepting a purchase order.
  • check_circle Calculating the original MRP from a sale price tag showing the discount percentage.
  • check_circle Generating a discounted quote for a client and confirming the exact discount amount and final price.
  • check_circle Comparing multiple discount offers (15% off vs ₹300 flat discount) to determine which is better.

Why use our tool?

Three Modes — Price After Discount, Amount Saved, Original Price

Stacked Discounts Support

GST Integration

How it works

1

Select mode: 'Price after discount', 'Amount saved', or 'Find original price'.

2

Enter the original price and discount percentage (or flat discount amount).

3

The final price, discount amount, and savings percentage all display instantly.

Examples

science Sale Price Calculation

science Reverse — Find Original Price

Frequently Asked Questions

Is a 20% + 10% stacked discount the same as 30% off? expand_more
No. Stacked discounts are not additive. A 20% discount followed by 10% discount: ₹1,000 × 0.80 = ₹800, then ₹800 × 0.90 = ₹720. Total effective discount = 28% (not 30%). The combined formula is: (1 - d1) × (1 - d2) = (1 - 0.20) × (1 - 0.10) = 0.72, so effective discount = 28%.
How do I calculate what percentage discount I received? expand_more
Discount % = (Original price - Sale price) ÷ Original price × 100. Example: Original ₹800, Sale ₹600 → Discount = (800-600) ÷ 800 × 100 = 25%. If you only know the sale price and discount %, the original price is: Original = Sale price ÷ (1 - discount %).

More Business & Billing