All tools · 🧮 Calculate

% Percentage Calculator

A general-purpose percentage calculator covering the four most common cases: X percent of Y, percent change between two numbers, percent off (discount), and finding the original price given a discounted price.

Loading tool…

Examples

X% of Y
Input15% of 200
Output30
What % is X of Y?
Input75 of 250
Output30%
Percent change
Inputfrom 50 to 65
Output+30%
Original price from sale price
Input$80 after 20% off
OutputOriginal was $100

Sale price = original × (1 − discount).

Frequently asked questions

How do I calculate percent change?

((new − old) / old) × 100. A positive result is an increase, negative is a decrease. From 50 to 65 = ((65 − 50) / 50) × 100 = 30%.

Is "percent off" the same as discount?

Yes. 20% off means the final price is 80% of the original. So $50 with 20% off = $40.

How do I find the original price from a sale price?

Divide the sale price by (1 − discount). $80 after 20% off → 80 / 0.80 = $100 original.

Does increasing then decreasing by the same percent return to the original?

No. +50% then −50% does NOT undo. 100 → 150 → 75. The percentages apply to different bases.

How is percentage different from percentage points?

Going from 30% to 40% is "+10 percentage points," but "+33% relative" (10/30). News articles often confuse the two.

About this tool

Percentage Calculator runs entirely in your browser using standard Web APIs. No data is sent to any server. The source for this tool is in our public GitHub repository.

Related tools

← All 96 tools

Why this tool

vs typical free web-tool sites

1vwTypical free site
PriceFreeFree
Signup requiredNoOften (for premium features)
Ads inside the toolNoYes (banner + video)
Data sent to serverNo (browser-only)Yes (inputs analyzed for ads)
Total tools96Often <20 or scattered across sites
Bookmarkable URL per toolYesMixed
Loads in under 1sYes (static)Often slow (ad tracking)
MultilingualEN / ES / PT / FR / DEUsually EN only
Open sourceYesNo