Percentage of a number calculator
Enter a percentage and a number to instantly see what that percentage of the number is — for example, 15% of 200 = 30. The calculator also shows the remaining amount, so you can read off the balance after a deduction such as a discount, tax slice or commission. It is the fastest way to answer “what is X% of Y?”.
How it works
The tool multiplies the number by the percentage expressed as a decimal, and subtracts to find what is left:
result = number × (percentage ÷ 100)
remaining = number − result
This works for any percentage, including values above 100% (which give a result larger than the original number).
Example
Find 15% of 200:
- Result: 200 × (15 ÷ 100) = 30
- Remaining: 200 − 30 = 170 (the other 85%)
| Percentage | Number | Result | Remaining |
|---|---|---|---|
| 15% | 200 | 30 | 170 |
| 20% | 50 | 10 | 40 |
| 150% | 80 | 120 | −40 |
Everything runs in your browser — nothing is uploaded.