Percentage Calculator
About the Percentage Calculator
The ProcalcAI Percentage Calculator helps you get clean percentage answers fast, without signups or extra steps. Use the Percentage Calculator to find percent change between two values, calculate discounts, split tips, or figure out what percent one number is of another—all in a couple of clicks. You’ll see it most often in the hands of students double-checking homework, retail staff verifying markdowns at the register, and freelancers reviewing invoices and rate increases. Say you’re shopping during a sale and a jacket drops from $120 to $84; plug in the original and new price to instantly see the discount percentage and how much you’re saving. It works the way you’d expect: you enter the numbers you know (like original value and new value, or total and percent), choose the calculation type, and you get the percentage, the difference, and the final amount immediately. With the Percentage Calculator, you spend less time doing mental math and more time making the decision you actually care about.
What exactly is a percentage, and why is it useful?
A percentage is simply a way to express a number as a fraction of 100. It's incredibly useful for comparing proportions or changes across different contexts, like understanding discounts, interest rates, or statistical data, because it standardizes the comparison to a common base.
How is a percentage calculated? A percentage is calculated by dividing a part by the whole and then multiplying the result by 100. The formula is: Percentage = (Part / Whole) × 100. For example, if 15 out of 50 items are red, the percentage of red items is (15 / 50) × 100 = 30%.
How do you find a percentage of a number? To find a percentage of a number, convert the percentage to a decimal by dividing it by 100, then multiply that decimal by the number. For example, to find 20% of 150, convert 20% to 0.20, then multiply 0.20 × 150, which equals 30.
How do you calculate percentage change? Percentage change is calculated by subtracting the original value from the new value, dividing the result by the original value, and then multiplying by 100. The formula is: Percentage Change = ((New Value - Original Value) / Original Value) × 100. A positive result indicates an increase, while a negative result indicates a decrease.
Percentage Calculator
ProCalc.ai's Percentage Calculator (part of our Math tools) solves every common percentage problem in one place. It handles three core operations: "What is X% of Y?" (e.g., what is 15% of 200 → 30), "X is what % of Y?" (e.g., 30 is what % of 200 → 15%), and "X is Y% of what?" (e.g., 30 is 15% of what → 200). It also calculates percentage change between two values and percentage difference for comparisons.
The formulas are: X% of Y = Y × (X/100), percentage change = ((New − Old) / Old) × 100, and percentage difference = |A − B| / ((A + B) / 2) × 100. These calculations appear constantly in daily life — figuring out sale discounts (a $80 item at 25% off costs $60), calculating tips, understanding tax rates, tracking investment returns, computing grade scores (42 out of 50 = 84%), and interpreting statistics. The calculator accepts decimals and handles edge cases like percentage changes from or to zero.
This is one of the most searched calculator tools on the internet because percentage math is deceptively tricky for mental arithmetic. "What is 17.5% of $347?" requires multiplying by 0.175, which most people cannot do quickly in their head. The calculator eliminates that friction entirely — type, get an instant answer, move on.
Percentage Calculator — Frequently Asked Questions(8)
Common questions about percentage.
Last updated Mar 2026
Percentages show how big one number is relative to another, using 100 as the reference point. A good Percentage Calculator saves time and prevents slip-ups when you’re doing everyday math like discounts, tips, growth rates, and comparisons. Below is a clear “how to calculate” guide for the Percentage Calculator on ProCalc.ai, including the exact formulas it uses, plus worked examples, Pro Tips, and Common Mistakes to avoid.
What this Percentage Calculator can compute
1) X percent of Y (find a portion of a number) 2) X is what percent of Y (convert a ratio into a percent) 3) Percent change (measure increase or decrease from an original value) 4) Increase a number by a percent (apply a percent raise/markup)
These cover most real-world percent tasks: finding a discount amount, computing a tip, comparing part-to-whole, and calculating growth or decline over time.
Formulas used (and what each input means)
### 1) “Percent of” (X% of Y) Use this when you know the percent and the base number.
- Inputs: Percentage (pct_val), Number (base_val) - Formula: result = (pct_val / 100) × base_val
This converts the percent into a decimal and multiplies by the base.
### 2) “Is what percent” (part is what percent of whole) Use this when you know a part and a whole and want the percent.
- Inputs: The part (part), The whole (whole) - Formula: result = (part / whole) × 100
This turns a fraction into a percent.
### 3) Percent change (from original to new) Use this to measure relative change between two values.
- Inputs: Original value (from_val), New value (to_val) - Formula: result = ((to_val − from_val) / from_val) × 100
A positive result means an increase; a negative result means a decrease.
### 4) Increase a number by a percent Use this when you want the new value after adding a percent.
- Inputs: Percentage (pct_val), Number (base_val) - Formula: result = base_val × (1 + pct_val / 100)
This is the “multiplier” method: add 1 to the percent-as-decimal, then multiply.
Step-by-step: how to use it on ProCalc.ai
2) Enter the relevant numbers - For “percent of” and “increase by percent,” you’ll enter Percentage and Number. - For “is what percent,” you’ll enter The part and The whole. - For “percent change,” you’ll enter Original value and New value.
3) Read the result and sanity-check it A quick mental estimate (even rough) helps confirm you didn’t swap inputs or miss a negative sign.
### Worked examples (real calculations) ### Example 1: Find 18% of 250 (tip, commission, or portion) Question: What is 18% of 250?
Use “Percent of.”
- pct_val = 18 - base_val = 250 - result = (18 / 100) × 250 - result = 0.18 × 250 = 45
Answer: 18% of 250 is 45.
Sanity check: 10% of 250 is 25, 20% is 50, so 18% should be a bit less than 50. 45 makes sense.
### Example 2: 45 is what percent of 300? (part-to-whole) Question: 45 is what percent of 300?
Use “Is what percent.”
- part = 45 - whole = 300 - result = (45 / 300) × 100 - result = 0.15 × 100 = 15
Answer: 45 is 15% of 300.
Sanity check: 30 would be 10% of 300, and 60 would be 20%, so 45 being halfway between fits 15%.
### Example 3: Percent change from 80 to 92 (growth rate) Question: What is the percent change from 80 to 92?
Use “Percent change.”
- from_val = 80 - to_val = 92 - result = ((92 − 80) / 80) × 100 - result = (12 / 80) × 100 - result = 0.15 × 100 = 15
Answer: The value increased by 15%.
Sanity check: 10% of 80 is 8; 12 is 1.5 times that, so 15% is correct.
### Pro Tips for faster, more accurate percentage math - Use the decimal conversion shortcut: divide by 100 once and remember common percents. 5% = 0.05, 12% = 0.12, 25% = 0.25, 50% = 0.5.
- For “increase by percent,” think in multiplier form: Increase by 20% → multiply by 1.2 Increase by 7% → multiply by 1.07 This is often faster and reduces arithmetic steps.
- For decreases, use a decrease multiplier (even if the calculator option is “increase by percent,” you can enter a negative percent when appropriate): Decrease by 15% → multiply by 0.85 (since 1 − 0.15 = 0.85)
- Keep track of what “of” means: “X% of Y” always means X percent times Y. If your result is bigger than Y for a percent under 100, something’s off.
- When comparing two numbers, choose the correct baseline. Percent change is always relative to the Original value, not the new one.
### Common Mistakes (and how to avoid them) - Mixing up “part” and “whole” in “is what percent.” If you accidentally do whole/part × 100, you’ll get a percent that’s too large (often over 100). The whole is the total; the part is the piece.
- Using the wrong reference for Percent change. The formula divides by the original (from_val). Dividing by the new value answers a different question and will produce a different percent.
- Forgetting that percent change can be negative. If from_val = 100 and to_val = 80, then ((80 − 100) / 100) × 100 = −20%. The negative sign is meaningful: it’s a decrease.
- Confusing “percent of” with “increase by percent.” “20% of 200” equals 40 (a portion). “Increase 200 by 20%” equals 240 (the new total after adding 20%).
- Entering 0 as the original value in percent change. The formula divides by from_val. If from_val is 0, the percent change is undefined (division by zero). In that case, you may need a different way to describe the change (like absolute difference).
### Quick cheat sheet (choose the right mode) - “What is X% of Y?” → (X/100) × Y - “A is what percent of B?” → (A/B) × 100 - “Change from A to B?” → ((B − A)/A) × 100 - “Increase Y by X%” → Y × (1 + X/100)
If you match your question to the right calculation type and keep the baseline straight, percentage math becomes quick, consistent, and easy to verify.
Authoritative Sources
This calculator uses formulas and reference data drawn from the following sources:
- NIST — Weights and Measures - NIST — International System of Units - MIT OpenCourseWare
Percentage Formula & Method
The Percentage Calculator is a versatile tool designed to handle common percentage-related problems, breaking them down into four core scenarios. Understanding these scenarios and their underlying formulas is key to accurately interpreting and applying percentages in various contexts, from financial calculations to scientific analysis.
The first scenario addresses finding a percentage *of* a number. This is useful when you know the total value and a percentage, and you want to determine the corresponding portion. For example, calculating a 15% tip on a $50 bill.
Result = Percentage / 100 * Base Value
Here, Percentage is the given percentage (e.g., 15 for 15%), and Base Value is the total number you're taking a percentage of (e.g., $50). The division by 100 converts the percentage into a decimal, making it a multiplier. For instance, 15% of $50 would be (15 / 100) * 50 = 0.15 * 50 = $7.50.
The second scenario determines "what percentage one number *is* of another." This is frequently used to express a part as a proportion of a whole. For example, if 30 students out of a class of 120 passed an exam, you might want to know what percentage passed.
Result = (Part / Whole) * 100
In this formula, Part represents the specific portion you're interested in (e.g., 30 students), and Whole is the total quantity (e.g., 120 students). Multiplying by 100 converts the resulting decimal fraction into a percentage. So, (30 / 120) * 100 = 0.25 * 100 = 25%.
The third scenario calculates the percentage *change* between two values. This is invaluable for tracking growth, decay, or fluctuations over time, such as stock price changes or population growth.
Result = ((New Value - Original Value) / Original Value) * 100
Here, New Value is the value after the change, and Original Value is the starting value. The difference (New Value - Original Value) indicates the absolute change. Dividing this by the Original Value gives the proportional change, which is then multiplied by 100 to express it as a percentage. A positive result indicates a percentage increase, while a negative result signifies a percentage decrease. For example, if a stock went from $100 to $120, the percentage change is (($120 - $100) / $100) * 100 = (20 / 100) * 100 = 20%. If it went from $100 to $80, the change is (($80 - $100) / $100) * 100 = (-20 / 100) * 100 = -20%. A critical edge case here is when the Original Value is zero; division by zero is undefined, and in practical terms, a percentage change from zero is not meaningfully calculable with this formula.
The fourth scenario calculates a value *after* a percentage increase or decrease. This is common for calculating sales prices, taxes, or interest.
Result = Base Value * (1 + Percentage / 100)
In this formula, Base Value is the initial amount, and Percentage is the rate of increase or decrease. If it's an increase, the Percentage is positive (e.g., 5 for a 5% increase). If it's a decrease, the Percentage is negative (e.g., -10 for a 10% decrease). The (1 + Percentage / 100) term acts as a direct multiplier. For example, a $100 item with a 5% tax would be $100 * (1 + 5 / 100) = $100 * 1.05 = $105. A $100 item with a 10% discount would be $100 * (1 + (-10) / 100) = $100 * 0.90 = $90.
It's important to note that percentages are dimensionless; they represent a ratio or proportion. Therefore, unit conversions are generally not an issue, as long as the Part and Whole (or New Value and Original Value) are expressed in consistent units. For instance, you wouldn't calculate the percentage of apples in a basket of oranges and bananas by counting apples and then the total weight of oranges and bananas. Always ensure the quantities being compared are of the same type and unit.
Percentage Sources & References
Explore More Calculators
Content reviewed by the ProCalc.ai editorial team · About our standards
🔀 You Might Also Use
Mortgage Calculator
Free mortgage calculator with payment breakdown, amortization schedule, extra payment scenarios, and 15 vs 30 year comparison.
FINANCEBMI Calculator
Free BMI Calculator — Calculate BMI. Check if weight is healthy based on height. AI-powered health tool.
HEALTHAge Calculator
Free Age Calculator — Calculate your age in years, months, days. Find day of week you were born. Instant results.
MATHLoan Calculator
Calculate loan payments for any amount and term. See monthly payments, total interest, and amortization schedule for auto, personal, or home loans.
FINANCEExplore More Math Tools
Division Calculator
Free Division Calculator — Divide any two numbers. See quotient, remainder, decimal result, and fraction form.
Celsius to Fahrenheit
Free Celsius to Fahrenheit Converter — Convert Celsius to Fahrenheit instantly. Enter a temperature in Celsius and get the Fahrenheit equivalent using.
Miles to Kilometers
Free Miles to Kilometers Converter — Convert miles to kilometers instantly with precise calculations. Get your distance in km, meters, and helpful ...
Distance Calculator
Free Distance Calculator — Calculate distance between any two locations instantly. Get straight-line distance, driving distance, flight time, and ...
Age Calculator
Free Age Calculator — Calculate your age in years, months, days. Find day of week you were born. Instant results.
CM to Inch Bi-Directional Converter
Free CM to Inch Bi-Directional Converter — convert centimeters to inches and inches to centimeters. Free and accurate.
📖 Related Articles
How to Calculate Percentages: Every Type with Worked Examples
Percentage calculations show up everywhere. Here's how to handle every type — from basic to percentage change — with real worked examples.
12 min read
How to Calculate Percent Change Between Two Numbers
Percent change is just difference over the original—once you stop swapping Old and New, the math gets simple fast.
6 min read
Loot Drop Probability: How Drop Rates Actually Work
Drop rates aren’t promises—here’s how to calculate your real odds, runs-to-90%, and why streaks feel personal.
6 min read