How to use Percentage Calculator
- 1
Choose the type of percentage calculation.
- 2
Enter the required values.
- 3
Results appear instantly as you type.
Calculate percentages instantly — find X% of Y, percentage change, what percentage X is of Y, and more.
Choose the type of percentage calculation.
Enter the required values.
Results appear instantly as you type.
Divide X by Y and multiply by 100. Example: 45 is what % of 180? → 45 ÷ 180 × 100 = 25%.
Percentage change = ((New Value − Old Value) ÷ Old Value) × 100. A positive result is an increase; negative is a decrease.
It means calculating X% of the value and adding it. Example: Add 18% to ₹1,000 → 1,000 + (1,000 × 18 ÷ 100) = ₹1,180.
If a value after adding 20% tax is ₹1,200, the original = 1,200 ÷ 1.20 = ₹1,000. The tool's "Extract from total" mode does this automatically.
Yes — use the "Subtract X%" mode. Enter the original price and the discount percentage to find the discounted price instantly.
No practical limit. The tool handles large numbers (millions, billions) and decimals accurately using standard JavaScript floating-point arithmetic.
Percentages appear in almost every area of life — tax invoices, exam results, salary increases, investment returns, discounts, and data analysis. But there's more than one way to ask a percentage question:
Each is a different formula. This calculator handles all four simultaneously as you type — no Calculate button needed.
1. What is X% of Y?
Result = (X ÷ 100) × Y
Example: 15% of ₹3,500 = (15 ÷ 100) × 3,500 = ₹525
Use cases: Commission on a sale, tip amount, tax on a value, discount amount
2. X is what percent of Y?
Percentage = (X ÷ Y) × 100
Example: 67 out of 80 = (67 ÷ 80) × 100 = 83.75%
Use cases: Exam scores, market share, completion percentage, error rate
3. Percentage Change (increase or decrease)
Change = ((New Value − Old Value) ÷ Old Value) × 100
Example: ₹12 lakh to ₹16.8 lakh = ((16.8 − 12) ÷ 12) × 100 = +40% Example: 100 employees to 72 employees = ((72 − 100) ÷ 100) × 100 = −28%
Use cases: Business growth metrics, year-over-year comparisons, weight loss tracking, price changes
4. Add or Subtract a Percentage from a Value
Add: Result = Value × (1 + P ÷ 100)
Subtract: Result = Value × (1 − P ÷ 100)
Add example: ₹8,500 + 18% GST = ₹8,500 × 1.18 = ₹10,030 Subtract example: ₹3,200 − 25% discount = ₹3,200 × 0.75 = ₹2,400
Use cases: Tax-inclusive pricing, discount pricing, salary after deduction
A 20% increase followed by a 20% decrease doesn't return you to the original value:
You've lost 4% overall, even though the percentage rises and falls were identical. This catches people off guard in investment return discussions and is worth checking with a calculator before presenting numbers.
If a tax rate rises from 5% to 6%, two descriptions are both technically valid but describe different things:
News articles and financial reports often use these interchangeably, which creates confusion. When precision matters (financial reporting, research), always specify which measure you mean.
Retail: "Original price ₹2,400, discount 35%, what's the final price?" → 2,400 × 0.65 = ₹1,560
Finance: "I invested ₹50,000 and got back ₹61,500 — what's my return?" → (61,500 − 50,000) ÷ 50,000 × 100 = 23%
HR/Payroll: "Salary increase from ₹45,000 to ₹52,200 — what percentage?" → (52,200 − 45,000) ÷ 45,000 × 100 = 16%
Students: "I scored 54 out of 65. What percentage?" → (54 ÷ 65) × 100 = 83.08%
Health: "Starting weight 90kg, now 82kg. Percentage lost?" → (90 − 82) ÷ 90 × 100 = 8.9%
Recommended schema: SoftwareApplication + FAQPage + CalculatorApp
Your data never leaves this device. All processing is handled locally by JavaScript.
4 different percentage tools in one place. Instant results as you type.