๐Ÿงฐ UtlKit

Discount Calculator

Calculate discount amount, final price, with optional tax and tip.

๐Ÿ›

Report a Problem

Found a bug or have a suggestion? Help us improve this tool.

๐Ÿ“Š Data Summary (auto-filled)

Tool: Discount Calculator ยท /tools/discount-calculator/

What is this tool?

A discount calculator helps you quickly compute the final price after applying a percentage discount. It shows the discounted price, amount saved, and effective savings rate. Essential for comparing deals during sales, splitting costs, or calculating bulk purchase savings. The formula is: Discounted Price = Original Price ร— (1 - Discount%/100).

How to use

  1. 1

    Enter original price

    Type the full price before any discount.

  2. 2

    Enter discount percentage

    Type the discount rate as a percentage.

  3. 3

    View results

    See final price, amount saved, and tax calculation if applicable.

Frequently Asked Questions

How do I calculate multiple discounts applied together?

Multiple discounts are usually applied sequentially, not additively. For example, 20% off then 10% off means: Price ร— 0.8 ร— 0.9 = Price ร— 0.72 (effective 28% off, not 30%). The second discount applies to the already-reduced price.

What is the difference between "20% off" and "20% less"?

They mean the same thing in retail contexts. Both indicate you pay 80% of the original price. However, in finance, "20% less" could refer to a reduction from a different reference point.

How do I calculate the original price from a discounted price?

Original Price = Discounted Price / (1 - Discount%/100). For example, if an item is $80 after a 20% discount: Original = $80 / (1 - 0.20) = $80 / 0.80 = $100. This is useful when you see the sale price and want to know what the item originally cost.