A reverse percentage calculation works backwards from a result to find the original value. You know the final amount and you know the percentage it represents — but you need to figure out the whole. This comes up constantly in shopping, accounting, and data analysis when you need to "undo" a percentage that was already applied.
The reverse percentage formula
The key insight is that dividing "undoes" multiplication. If a percentage was applied by multiplying the original by a decimal, you reverse it by dividing the result by that same decimal. For example, if $80 is 40% of some number: Original = 80 ÷ 0.40 = 200.
Worked examples
- Finding the pre-discount price: A shirt costs $75 after a 25% discount. The $75 represents 75% of the original (100% − 25%). Original = $75 ÷ 0.75 = $100.
- Finding the pre-tax price: A receipt total is $107.50 including 7.5% tax. The total is 107.5% of the pre-tax price. Original = $107.50 ÷ 1.075 = $100.
- Finding a test total: You scored 36 points, which was 90% of the test. Total points = 36 ÷ 0.90 = 40.
- Finding population from a sample: A survey of 450 people represents 15% of the total population. Total = 450 ÷ 0.15 = 3,000.
Discount vs. markup — getting the percentage right
The most common mistake with reverse percentages is using the wrong percentage in the denominator. When reversing a discount, you divide by what's left after the discount, not the discount itself:
- A 30% discount means you paid 70% of the original → divide by 0.70
- A 20% markup means you paid 120% of the base → divide by 1.20
- An 8% tax means the total is 108% of the pre-tax amount → divide by 1.08
When to use a reverse percentage calculator
- Shopping: Find the original price of a sale item to see the true savings amount.
- Accounting: Extract the pre-tax amount from an invoice that includes VAT or sales tax.
- Salary negotiation: If your take-home pay is a known percentage of your gross salary, calculate the gross figure.
- Data analysis: Reconstruct full totals when you only have partial data and know what share it represents.