Discount Calculator
A discount calculator helps you estimate sale price and savings by using original price with either a discount percentage or discount amount. Enter what an item normally costs, then choose whether you know the percentage off or the dollar amount off, and the tool works out the rest. It is built for everyday shopping math: comparing a 25% off tag against a flat $15 coupon, checking a receipt before you pay, or figuring out how much a sale actually saves you before you add it to a cart. The same discount amount and discount percentage math applies whether you are pricing a single item, a bundle, or a retail markdown you are planning to run yourself.
Quick answer
You can calculate discounts by percentage or fixed dollar amount, whichever the store or coupon shows.
What this tells you
- •You can calculate discounts by percentage or fixed dollar amount, whichever the store or coupon shows.
- •The tool returns estimated discount amount, discount percentage, sale price, and total savings from a single entry.
- •Percentage mode multiplies original price by the percent off to get the discount amount, then subtracts it from the original price.
- •Amount mode does the reverse: it takes the dollar discount you enter and works out the equivalent percentage off.
- •Use consistent currency and rounding assumptions when comparing offers, especially across different retailers or coupon types.
- •Results are rounded to two decimal places, matching how prices are normally shown at checkout.
How to Use
- 1Enter the original price of the item or order before any discount is applied.
- 2Choose whether to apply the discount by percentage or by a fixed dollar amount, depending on what the offer states.
- 3Enter the discount value, either the percent off (for example 25) or the dollar amount off (for example 15), then calculate.
- 4Review the estimated sale price, the discount amount in dollars, and the equivalent discount percentage.
- 5Repeat with a second offer's numbers if you want to compare two discounts side by side before deciding which one to use.
How It Works
Formula
Discount Amount = Original Price x Discount (%) / 100
Sale Price = Original Price - Discount Amount
Savings = Discount Amount
Amount mode: Discount (%) = (Discount Amount / Original Price) x 100In percentage mode, the calculator multiplies the original price by the discount percentage and divides by 100 to get the discount amount in dollars, then subtracts that amount from the original price to get the sale price. In amount mode, you enter the discount amount directly and the calculator derives the equivalent discount percentage by dividing the discount amount by the original price and multiplying by 100. Savings is always equal to the discount amount, since that is the dollar value you keep in your pocket rather than paying. The calculator assumes a single discount applied once to the full original price, with no taxes, shipping, or additional coupon stacking layered on top.
Calculation note: values are processed in the order shown above, using the current input units.
Worked Examples
Percent discount on a jacket
A 25% discount on a $120 jacket comes out to $120 x 0.25 = $30.00 off. Subtracting that from the original price leaves a sale price of $90.00, and the full $30.00 is your savings.
Fixed coupon amount on a paperback set
A flat $9.00 coupon on a $45.00 order is equivalent to 9 / 45 x 100 = 20.00% off. The sale price drops to $36.00, which matches subtracting the $9.00 discount directly from the original price.
Clearance markdown on furniture
A 40% clearance tag on a $250 item works out to $100.00 off, bringing the sale price down to $150.00. This is the kind of markdown that is worth checking against the store's original ticketed price before assuming the discount is genuine.
Everyday sale on running shoes
A 20% discount on $59.99 comes to $11.998, which rounds to $12.00 in the discount amount field. The sale price of $47.99 reflects the exact unrounded subtraction, so it may look one cent different from a quick mental estimate.
Cash-off coupon on a grocery order
A $15.00 coupon on an $85.99 order equals roughly 17.44% off once converted to a percentage. The sale price of $70.99 is simply the original price minus the flat $15.00 discount, no matter how the percentage rounds.
Electronics sale near an even percent
A 15% discount on $799.99 computes to $119.9985, which rounds to $120.00 for the displayed discount amount and savings. The sale price of $679.99 uses the unrounded discount internally, which is why it lands one cent above a simple $799.99 minus $120.00 estimate.
Common mistakes
- Applying a discount to an already discounted price, which compounds savings incorrectly instead of using the original ticketed price.
- Ignoring taxes or shipping when comparing final checkout price, since this calculator estimates the discount on the item price only.
- Using mixed currency assumptions across offers, which makes a percentage-off comparison meaningless if the prices are not in the same currency.
- Confusing discount percentage with the fraction you still pay, for example treating a 25% discount as paying 25% of the price instead of 75%.
- Assuming a fixed dollar coupon and a percentage discount are equal value without converting one to match the other first.
- Rounding the discount percentage by hand and then multiplying it back out, which can produce a sale price a few cents off from the calculator's unrounded result.
Limitations
This calculator estimates discount outcomes from the values you enter only. It does not include sales tax, shipping fees, promo stacking rules, minimum-spend conditions, membership pricing, or retailer-specific terms and conditions unless you factor those in separately. It also assumes a single discount applied once to the full original price rather than multiple sequential discounts, so it will not model tiered or stacked promotions on its own. Actual checkout totals can differ from this estimate depending on the retailer's rounding rules, regional tax rates, and any exclusions that apply to the specific item or offer.
Embed this calculator on your site
Drop this single line where you want the calculator to appear. It is responsive, mobile-friendly, resizes automatically, and is free to use with attribution.
<script src="https://calctide.com/embed.js" data-tool="discount-calculator" async></script>Preview the embed at /embed/discount-calculator/.