Percentage Calculator — Solve Any Percent Question
Four percentage questions, one page. Inline answers as you type.
What is percentage calculator?
A percentage is just a fraction with a fixed denominator of 100, which is why all four common percentage questions are rearrangements of one identity: part = (percent / 100) × whole. The first row solves that identity for the part, the second for the percent, the third for the whole. The fourth row is a different shape — it computes how much one value differs from another in percentage terms — but the underlying arithmetic is the same family.
Reach for the percent-change row whenever you have two values and want to know how much one moved relative to the other. The sign is informative: positive for an increase, negative for a decrease. One subtlety is worth flagging — percent change is asymmetric. The change from 80 to 100 is +25%, but the change from 100 to 80 is −20%, not −25%. The denominator (the “from” value) changes between the two directions, and that changes the answer. If you need a symmetric measure, that’s a different calculation called percent difference, which this tool intentionally doesn’t include because it’s rare outside scientific contexts.
Privacy is the final detail worth naming. Every calculation runs locally in your browser. The numbers you type never leave your device — there is no server, no API, no analytics on input values. The page does carry a third-party display ad slot (which is how the site stays free), but the ad has no access to the calculator’s state.
When to use a percentage calculator
- Calculating a tip or a tax amount — Use the first row to compute X% of Y — 18% of a $46 bill, 7.25% sales tax on a $1,200 purchase, a 15% gratuity. The inline answer updates as you type, so adjusting the percent or the base is instant.
- Working out a sale discount — A '30% off $89' sale means typing 30 and 89 into the first row gives the dollar value of the discount. Subtract that from $89 mentally for the sale price — or use the percent-change row to confirm the percent off when you already know both prices.
- Finding what fraction of a whole something is — Test scores (29 of 35 right), budget shares (groceries are $480 of a $2,000 monthly budget), survey results — the second row answers 'A is what percent of B' for any pair of numbers, including decimals.
- Reversing a discount to find the original price — A coat is on a sales rack at $84, advertised as 30% off. The third row — 'A is B% of what?' — recovers the original price (84 is 70% of what, since 30% off means 70% remaining). Common for sale math, refunds, and tax-inclusive vs tax-exclusive pricing.
- Tracking a value's percentage change over time — Stock prices, weight loss, view counts, app downloads — the fourth row computes the percent change from one value to another, with the sign indicating direction (positive for an increase, negative for a decrease) and the helper word labeling it in plain English.
How to use the Percentage Calculator — Solve Any Percent Question
- Pick the row that matches your question — Each of the four rows is a fillable English sentence. Read across the rows and pick the one whose phrasing matches the question you're trying to answer.
- Type your two known numbers — Each row has two number inputs. Type or paste your values — negatives and decimals work normally; the mobile keypad opens to the numeric layout automatically.
- Read the inline answer — The answer appears at the end of the row as you type, replacing the muted dash. The result is in accent color and bold so it stands out from the sentence around it.
- Tap the copy button to grab a formatted line — Each row has its own copy icon at the right edge. Pressing it copies a one-line summary like '15% of 80 = 12' or '% change from 80 to 100 = +25%' to the clipboard, ready to paste into a doc or message.
Worked examples
What is 15% of 80?
Input: Row 1: 15 and 80
Output: 12 A standard tip-and-percent example. 15% of 80 means '15 hundredths of 80', which is 12.
12 is what percent of 80?
Input: Row 2: 12 and 80
Output: 15 % The reverse of the first example — a part-and-whole question. 12 out of 80 is 15%.
12 is 15% of what?
Input: Row 3: 12 and 15
Output: 80 Recovers the unknown total when you know a part and the percent it represents — useful for reversing a discount.
Percent change from 80 to 100
Input: Row 4: 80 and 100
Output: +25 % (increase) A directional change. Note that going the other way (100 → 80) gives −20%, not −25% — the denominator changes between the two directions.
Frequently asked questions
What is a percentage?
15% means '15 out of 100', or 15/100 = 0.15 as a decimal. Every percentage question reduces to part, whole, and percent — the four rows on this page are the four ways to ask which one of those three is the unknown.What is the difference between 'percent' and 'percentage'?
How do I compute X% of Y by hand?
15% of 80 = 0.15 × 80 = 12. For round percentages there are mental shortcuts: 10% is 'move the decimal one place left', 50% is 'half', 25% is 'a quarter'.How is percentage change signed (positive vs negative)?
((to − from) / from) × 100. If the value increased, the result is positive; if it decreased, the result is negative. The sign always reflects the direction from the first number to the second.What is the difference between 'percentage points' and 'percent change'?
((7 − 5) / 5) × 100 = 40%. News reports often confuse the two — the calculator above always computes percent change, not percentage points.How does the calculator handle negative numbers?
Why does the third row require a non-zero percent?
part = (percent/100) × whole for whole, which means dividing by the percent. If the percent is zero, the part must also be zero — and any whole would satisfy the equation. The calculator surfaces this by hiding the answer and showing 'can't compute — percent is zero' instead of returning a misleading number.