PERCENTAGE CALCULATOR
15% of 80 = 0.15 × 80 = 12. All three calculations run in your browser using basic arithmetic. No probability, no estimate, no API call. Numbers you enter are not sent to a server.
Updated May 2026 · Built by Lukáš, an architect in Prague.
Assumptions, rounding & privacy
Assumptions
- Percentages are calculated from the values entered in the form.
- Invalid or incomplete inputs show a placeholder instead of a final result.
- Both decimal comma (15,5) and decimal point (15.5) are accepted.
Rounding
- Results are rounded to 2 decimal places for display.
Privacy
- This calculation runs in your browser. The numbers you enter here are not sent to a server.
How do I calculate 15% of a number in my head?
Take 10% (move the decimal one place left), then add half of that. For 15% of 80: 10% is 8, half of 8 is 4, so 15% is 8 + 4 = 12. The same trick works for 18% tip: 10% + 5% + 3% (≈ 10% + half + a third of half).
What’s the difference between percentage and percentage points?
If a rate goes from 5% to 7%, that’s a change of 2 percentage points, but a 40% increase (because 2 ÷ 5 = 0.4). News headlines often confuse these. Use percent change mode for the relative number, plain subtraction for percentage points.
Why does “X is what % of Y” sometimes give over 100%?
Because X is bigger than Y. If you scored 110 on a test out of 100, you got 110%. Nothing is broken — percentages can exceed 100% whenever the part is larger than the whole.
How do I reverse a percentage to find the original?
If a final price after 25% off is $60, the original is $60 ÷ (1 − 0.25) = $80. For tax, $108 after 8% tax means original $108 ÷ 1.08 = $100. Use the Discount Calculator or Sales Tax Calculator for these reverse cases.