Formula
P% of Q% = (P × Q) ÷ 100. Convert the first percentage to a decimal, then multiply by the second. Example: 20% of 50% = (20 × 50) ÷ 100 = 10%.
Key takeaways
- P% of Q% = (P × Q) ÷ 100. Multiply the two percentages together and divide by 100 - do not add them.
- Stacked discounts are never additive. Two successive discounts of A% and B% give A + B - (A×B/100) total, not A + B.
- The result is always smaller than both input percentages when both are between 0% and 100%, because a fraction of a fraction shrinks.
How to use our percentage of percentage calculator
Enter two percentage values. The calculator returns P% of Q% - the result of applying the first percentage to the second. This is useful for successive discounts, commission calculations, probability, and any scenario where one percentage rate applies to another.
Explained to a beginner
A store has 50% of its items on sale. You have a coupon for 20% off sale items only. You might expect to save 20% across the whole store - but you can only use the coupon on the half that is already on sale. So your coupon covers 20% of 50% of the store: (20 × 50) / 100 = 10% of the full store's prices.
The formula turns this into arithmetic: convert 20% into the decimal 0.20, then multiply by 50%. Result: 0.20 × 50% = 10%. The "percentage of a percentage" step shrinks the result because you are applying a fraction to an already-smaller number.
P% of Q% formula
To find what P% of Q% equals, convert P to its decimal form and multiply by Q%:
$$P\% \text{ of } Q\% = \frac{P \times Q}{100}$$
Equivalently: divide P by 100 to get its decimal, then multiply that decimal by Q. The result is a percentage. Note that the result is always smaller than both P and Q (for positive inputs between 0 and 100) - because a fraction of a fraction is smaller than either fraction alone.
Worked examples
Example 1: 20% of 50%
$$20\% \text{ of } 50\% = \frac{20 \times 50}{100} = 10\%$$
20% of 50% is 10%.
Example 2: tax on commission
A salesperson earns 15% commission on sales. If 30% of that commission goes to income tax, what percentage of the original sale value is paid in tax?
$$30\% \text{ of } 15\% = \frac{30 \times 15}{100} = 4.5\%$$
The tax on the commission equals 4.5% of the original sale value. The salesperson retains 15% − 4.5% = 10.5% net.
Successive discounts and stacked percentages
One of the most important applications of percentage-of-a-percentage is understanding why stacked discounts or rates cannot be added together.
If an item is discounted by A%, and then an additional B% is taken off the already-reduced price, the total discount is:
$$\text{Total discount} = A + B - \frac{A \times B}{100}$$
The subtracted term - A×B/100 - is exactly "A% of B%". Without it, simply adding A and B overstates the combined effect.
Example: 20% off, then 25% off
$$\text{Total discount} = 20 + 25 - \frac{20 \times 25}{100} = 45 - 5 = 40\%$$
The total discount is 40%, not 45%. The 5% difference is 20% of 25% - the amount that was "double-counted" by naive addition.
To verify using the multiplier approach:
$$\text{Effective multiplier} = \left(1 - \frac{A}{100}\right) \times \left(1 - \frac{B}{100}\right)$$
For 20% and 25%: (1 − 0.20) × (1 − 0.25) = 0.80 × 0.75 = 0.60, meaning 60% of the original price remains - confirming a 40% total discount.
Key rule: two successive percentage discounts of A% and B% always give a total discount that is less than A + B. The shortfall is exactly A% of B%.
When I see retail promotions advertising "20% off + an extra 25% off", I calculate 40% total, not 45%. Most shoppers assume 45%, so the framing creates a perception gap. The retailer is mathematically precise, but the stacking language makes the offer sound more generous than it is.
Common mistakes for percent of a percent
Adding stacked percentages instead of compounding them
The most common error is treating successive percentage rates as additive. A 10% discount and an additional 10% discount do not give a 20% total discount - they give a 19% total discount (10 + 10 − 1 = 19), because the second 10% acts on the already-reduced price.
Confusing "P% of Q%" with "P% of a value that is Q%"
"20% of 50%" (this calculator) asks what percentage 20% of 50% represents - the answer is 10%. This is different from "20% of a value, where that value is 50% of something else." Both involve percentage of a percentage, but the framing matters for context.
Treating the result as a percentage point reduction
When a 30% tax rate is applied to a 15% commission, the result (4.5%) is an absolute percentage reduction on the base amount - not a percentage point reduction of the commission rate. Keeping track of what the "base" is at each step prevents errors.
The mistake I see most consistently in commission calculations is sales reps adding their override rate to their base rate. If a rep earns 15% commission and a manager takes a 30% override of that commission, the manager does not receive 30% of the sale - they receive 30% of 15% = 4.5% of the sale. The two rates operate on different bases and cannot be added.
FAQs about percentages of percentages
What is the formula for a percentage of a percentage?
P% of Q% = (P × Q) ÷ 100. Convert P to a decimal by dividing by 100, then multiply by Q. Example: 20% of 50% = (20 × 50) ÷ 100 = 10%.
What is 20% of 50%?
10%. Calculation: (20 × 50) ÷ 100 = 10%.
Is a 20% discount followed by a 25% discount the same as 45% off?
No - it is 40% off. The total discount = 20 + 25 − (20% of 25%) = 45 − 5 = 40%. Stacked discounts can never simply be added; the overlap is always P% of Q%.
Why can't you add stacked percentages?
Each successive percentage acts on a smaller base. The second rate applies to the already-reduced value, not the original. Adding them ignores this shrinking base and overstates the combined effect by exactly P% of Q%.
What is 30% of 15%?
4.5%. Calculation: (30 × 15) ÷ 100 = 4.5%.
When do you need to calculate a percentage of a percentage?
Common scenarios: successive retail discounts, commission structures where part of the commission is taxed, probability calculations combining two rates, and VAT or sales tax on a discounted price.
Quiz: how well do you know percentage of percentage?
1. What is the formula for P% of Q%?
2. A store applies a 20% discount, then an extra 25% off the reduced price. What is the total discount?
3. A salesperson earns 15% commission on sales, and 30% of that commission goes to income tax. What percentage of the original sale value is paid in tax?
4. Why can stacked percentage discounts NOT simply be added together?
5. For two positive percentages P and Q (both between 0% and 100%), what is always true about the result of P% of Q%?