Percentage Calculator Free
Calculate any percentage instantly — find X% of a number, what percent one value is of another, percentage change between two numbers, or apply an increase/decrease. No signup, runs entirely in your browser.
How the Percentage Calculator Works
- 1Select a calculation mode — X% of Y, what percent, percentage change, or increase/decrease.
- 2Enter your two values in the input fields. Labels update to show you exactly what each field means for the selected mode.
- 3The result appears instantly as you type — no button to press.
- 4The formula is shown below the result so you can see exactly how the calculation was done.
Percentage Formulas
Every mode uses a standard mathematical formula. X% of Y: result = (X ÷ 100) × Y. X is what % of Y: result = (X ÷ Y) × 100. Percentage change: result = ((New − Old) ÷ |Old|) × 100. Increase by X%: result = Y × (1 + X/100). Decrease by X%: result = Y × (1 − X/100).
Common Percentage Calculations
Sales Tax
Use "Increase by X%" to add tax to a price. Enter the tax rate as X and the pre-tax price as Y to get the total including tax.
Discount Price
Use "Decrease by X%" to apply a discount. Enter the discount percentage and the original price to get the sale price instantly.
Exam Scores
Use "X is what % of Y" to convert marks to a percentage. Enter your score as X and the total marks as Y.
Profit / Loss
Use "Percentage change" to calculate profit or loss percentage. Enter the cost price as the original value and the selling price as the new value.
Tip Calculation
Use "X% of Y" to calculate a tip. Enter the tip percentage (e.g. 15 or 20) and the bill total to get the tip amount.
Population / Growth
Use "Percentage change" to measure year-over-year growth. Enter last year's value as original and this year's as new.
Frequently Asked Questions
How do I calculate what percentage one number is of another?
Divide the part by the whole, then multiply by 100. For example, to find what percentage 30 is of 200: (30 ÷ 200) × 100 = 15%. Use the "X is what % of Y" mode in the calculator — enter 30 as X and 200 as Y.
How do I calculate a percentage of a number?
Multiply the number by the percentage divided by 100. For example, 15% of 200 = (15 ÷ 100) × 200 = 30. Use the "X% of Y" mode — enter 15 as the percentage and 200 as the number.
How is percentage change calculated?
Percentage change = ((New Value − Original Value) ÷ |Original Value|) × 100. A positive result means an increase; negative means a decrease. For example, from 80 to 100: ((100 − 80) ÷ 80) × 100 = +25%.
What is the difference between percentage increase and percentage change?
Percentage change measures how much a value changed relative to its original — it can be positive (increase) or negative (decrease). Percentage increase specifically refers to a positive change. The "Percentage change" mode covers both; the "Increase / Decrease" mode lets you apply a percentage to a starting number to get a new value.
How do I increase a number by a percentage?
Multiply the number by (1 + percentage/100). For example, to increase 500 by 20%: 500 × 1.20 = 600. Use the "Increase / Decrease" mode, set to Increase, enter 20% and 500.
Is this calculator free and does it store my inputs?
Yes, completely free — no signup, no account required. All calculations run entirely in your browser using JavaScript. No data is sent to any server.