Percentage Calculator

Calculate percentages instantly in your browser: find what percent of a number is, calculate percentage change, apply discounts or markups, and use the tip calculator. Free, no ads, works offline.

Did we solve your problem today?

What Is a Percentage Calculator?

A percentage calculator solves the most common percent math problems instantly in your browser — no server, no data sent, no installation required.

The Five Modes

Mode 1 — What Is X% of Y?

Enter a percentage and a value to find the result. For example: what is 20% of 150? Answer: 30. Useful for calculating discounts, tax amounts, shares, or commission.

Mode 2 — X Is What Percent of Y?

Enter a part and a whole to find the percentage. For example: 25 out of 200 is 12.5%. Useful for grades, market share, or any ratio question.

Mode 3 — Percentage Change

Enter an original value and a new value to find the percentage increase or decrease. For example, going from 80 to 100 is a +25% increase; going from 100 to 80 is a −20% decrease.

Formula: ((new − original) ÷ original) × 100

Mode 4 — Increase / Discount

Apply a percentage markup or discount to a price. Choose Increase for markups, VAT, or surcharges; choose Discount for sales and coupons. The result and the applied formula are shown side by side.

Tip Calculator

Enter the bill amount and a tip percentage to instantly see the tip amount and total. Common tip rates are 10%, 15%, and 20%.

Percentage Formulas Quick Reference

QuestionFormula
What is X% of Y?(X ÷ 100) × Y
X is what % of Y?(X ÷ Y) × 100
Change from A to B((B − A) ÷ A) × 100
Increase by X%Value × (1 + X ÷ 100)
Discount by X%Value × (1 − X ÷ 100)

Common Percentage Examples

How Results Are Rounded

All results are rounded to two decimal places using standard mathematical rounding (half-up). This matches the behavior of most financial calculators and spreadsheet applications.

Privacy

All calculations run entirely in your browser. No values are sent to a server, stored, or tracked.

FAQ

How do I calculate what percentage one number is of another?

Use Mode 2 ("X is what % of Y?"). Enter the part and the whole — for example, 25 out of 200 gives 12.5%. The formula is (part ÷ whole) × 100.

How do I calculate percentage change between two numbers?

Switch to Mode 3 ("Percentage Change"). Enter the original value and the new value. A positive result means an increase; a negative result means a decrease. Formula: ((new − original) ÷ original) × 100.

How is a discount calculated?

In Mode 4 ("Increase / Discount"), enter the original price and the discount percentage and select Discount. For example, 20% off €119.99 gives €95.99. Formula: price × (1 − discount ÷ 100).

Does this tool send my data to a server?

No. All calculations happen locally in your browser using pure JavaScript. No numbers are ever sent to a server.