Calculate Percentages — Every Common Scenario
Percentage calculations come up constantly: discounts, grade calculations, tip amounts, data interpretation, financial returns. Cluster Tools handles every standard percentage scenario with plain-language labels so you don't need to remember which formula applies.
Runs in your browser. Nothing is sent to any server.
Calculation Types
What is X% of Y?
"What is 15% of $80?" → 15 ÷ 100 × 80 = $12.00
Use this for: calculating tips, finding discount amounts, computing tax on a subtotal.
X is what percent of Y?
"27 is what percent of 200?" → (27 ÷ 200) × 100 = 13.5%
Use this for: calculating scores and grades, finding market share, computing the fraction of a total.
X is Y% of what number?
"$12 is 15% of what?" → 12 ÷ (15 ÷ 100) = $80
Use this for: finding the original price before a percentage was applied, back-calculating original values.
Percentage Increase/Decrease
"A price went from $80 to $95. What's the percentage increase?" → ((95 - 80) ÷ 80) × 100 = 18.75% increase
Use this for: calculating price changes, growth rates, salary increases, metric changes in analytics.
Percentage Difference
"What's the percentage difference between 80 and 95?" → |80 - 95| ÷ ((80 + 95) ÷ 2) × 100 = 17.14%
Note: percentage change (from A to B) and percentage difference (between A and B, without a clear direction) use different formulas. Percentage change is directional; percentage difference is symmetric.
Common Percentage Mistakes
Confusing percentage points and percentage change. If an interest rate goes from 4% to 6%, it increased by 2 percentage points — but the percentage change is (6-4)/4 × 100 = 50%. Politicians and media routinely conflate these. They're different.
Percentages don't add directly. A 10% increase followed by a 10% decrease does not return to the original value. $100 → $110 (+10%) → $99 (-10%). The net result is a 1% loss.
Percentage of a percentage. "Our conversion rate increased 10%." Does that mean it went from 5% to 15% (10 percentage points), or from 5% to 5.5% (10% of 5%)? The ambiguity matters. Always clarify whether a stated percentage change is in percentage points or relative terms.
Step-by-Step: How to Use
- Select the calculation type — the calculator labels all options in plain language.
- Enter your values — input the numbers.
- Read the result — shown with clear labeling of what was calculated.
Frequently Asked Questions
What's the difference between percentage and percentage points? If a rate goes from 20% to 25%, it increased by 5 percentage points (absolute) or 25% (relative). Both are correct, but they mean very different things. Percentage points measure the arithmetic difference; percentage change measures the relative increase.
How do I calculate a tip? For a 20% tip on a $65 bill: use "What is 20% of 65?" = $13.00 tip. Total bill: $78.00.
How do I calculate a discount? For 30% off a $120 item: calculate 30% of 120 = $36 discount. Sale price: $120 - $36 = $84.
What's compound percentage growth? For compound growth (like annual investment returns), simple percentage addition doesn't work. Use the Compound Interest Calculator for compound growth scenarios.
Related Tools
- Discount Calculator — dedicated calculator for discounts and sale prices.
- Compound Interest Calculator — compound percentage growth over time.
- ROI Calculator — return on investment as a percentage.
- Profit Margin Calculator — calculate profit margins and markups.