Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
Percentages are everywhere in daily life, from sales tax and restaurant tips to investment returns and exam scores.
Reviewed by: CalcMojo Editorial Team
This percentage calculator handles every common percentage operation in one place: find what percent one number is of another, calculate a percentage of a given number, or determine the percentage increase or decrease between two values. Enter your numbers, get your answer instantly, and move on with your day.
Beyond simple calculations, percentages are the foundation of financial literacy. Understanding how percentages work helps you evaluate loan interest rates, compare discount offers, interpret investment performance, and make sense of statistics in the news. A 20% discount on a $150 item is not the same dollar savings as 20% off a $50 item, yet the percentage itself can trick you into thinking both deals are equally good. This tool removes the guesswork.
Whether you are a student working through math homework, a shopper comparing sale prices, a business owner calculating profit margins, or an investor tracking portfolio returns, this percentage calculator gives you accurate results without the mental gymnastics. All calculations happen in your browser with no data stored or transmitted.
A percentage is a way of expressing a number as a fraction of 100. The word itself comes from the Latin "per centum," meaning "by the hundred." When you say 25%, you mean 25 out of every 100, or equivalently, the fraction 25/100, which simplifies to 1/4 or the decimal 0.25.
The core formula behind every percentage calculation is straightforward:
Percentage = (Part / Whole) x 100
This single relationship powers every variation of percentage problems. If you know two of the three values (part, whole, percentage), you can solve for the third. This calculator automates all three scenarios so you never have to rearrange the formula yourself.
For example, if you scored 42 out of 50 on a test, the percentage is (42 / 50) x 100 = 84%. If you want to find 15% of 300, you compute 300 x (15 / 100) = 45. If you know the part is 60 and the percentage is 30%, then the whole is 60 / (30 / 100) = 200. Each of these operations is a single click in this tool.
This calculator supports several percentage operations that come up regularly in everyday situations.
What is X% of Y? This is the most common percentage question. You have a percentage and a total, and you want the resulting amount. Typical uses include calculating tips at restaurants, figuring out sale prices, determining tax amounts, and computing interest payments. The formula is simply Y x (X / 100). For instance, 18% of $85 equals $85 x 0.18 = $15.30.
X is what percent of Y? This reverses the previous question. You have two numbers and want to know what percentage the first is of the second. This comes up when calculating test scores, determining what fraction of a budget a particular expense represents, or figuring out win rates. The formula is (X / Y) x 100. If you spent $340 out of a $2,000 budget, that is (340 / 2000) x 100 = 17%.
Percentage change between two values. This measures how much a value has increased or decreased relative to its starting point. The formula is ((New – Old) / Old) x 100. A positive result indicates an increase; a negative result indicates a decrease. If a stock price went from $50 to $62, the percentage change is ((62 – 50) / 50) x 100 = 24% increase. If it dropped from $62 to $50, the change is ((50 – 62) / 62) x 100 = -19.35% decrease. Notice the asymmetry: a 24% increase followed by a 19.35% decrease brings you back to the starting point, not a 24% decrease. This is a common source of confusion in financial reporting.
Percentage difference between two values. Unlike percentage change, percentage difference does not assume one value is the "starting" value. It measures the relative difference between two numbers by comparing the absolute difference to their average. The formula is (|A – B| / ((A + B) / 2)) x 100. This is useful when comparing two independent measurements, such as prices at two different stores or test scores from two different exams.
Percentages are the language of money. Nearly every financial concept is expressed as a percentage, and understanding them is essential to making sound financial decisions.
Interest Rates. When a bank offers a savings account at 4.5% APY, that means your balance grows by 4.5% per year (with compounding factored in). On a $10,000 deposit, you would earn approximately $450 in the first year. On the borrowing side, a credit card with a 24% APR charges roughly 2% per month on your outstanding balance. On a $5,000 balance, that is $100 in interest in the first month alone. Use our Compound Interest Calculator to see how these rates affect your money over time.
Investment Returns. Portfolio performance is always discussed in percentage terms because it normalizes returns across different account sizes. A 10% return on $50,000 ($5,000 gain) and a 10% return on $500,000 ($50,000 gain) represent the same quality of investment performance, even though the dollar amounts differ dramatically. When evaluating investment performance, always look at annualized percentage returns to make fair comparisons across different time periods.
Profit Margins. Business owners live and die by margins. Gross profit margin is calculated as ((Revenue – Cost of Goods Sold) / Revenue) x 100. A product that costs $30 to produce and sells for $100 has a gross margin of 70%. Net profit margin, which accounts for all expenses including overhead and taxes, is the more complete measure. Understanding your margins helps you set pricing, identify cost reduction opportunities, and benchmark against industry averages.
Tax Rates. Income tax, sales tax, property tax, and capital gains tax are all expressed as percentages. A common mistake is confusing marginal tax rates with effective tax rates. If your marginal federal tax rate is 22%, that does not mean 22% of your total income goes to federal taxes. It means only the income within that bracket is taxed at 22%, while lower portions are taxed at lower rates. Your effective rate, the actual percentage of total income paid in taxes, is always lower than your marginal rate.
Even people comfortable with math make systematic errors with percentages. Here are the most frequent pitfalls.
Confusing percentage points with percentages. If an interest rate moves from 3% to 5%, it increased by 2 percentage points, but it increased by 66.7% in relative terms. News headlines often blur this distinction, which can lead to significantly misunderstanding the magnitude of changes. A headline saying "unemployment rose 50%" sounds catastrophic, but if unemployment went from 4% to 6%, that is a 2 percentage point increase, which is serious but not as alarming as the headline suggests.
Assuming percentage increases and decreases are symmetric. A 50% increase followed by a 50% decrease does not return you to the starting value. If you start with $100 and gain 50%, you have $150. A 50% loss from $150 brings you to $75, not $100. To recover from a 50% loss, you actually need a 100% gain. This asymmetry is critical in investing: large percentage losses require disproportionately large percentage gains to recover.
Applying percentages to the wrong base. When a store advertises "an additional 20% off already reduced prices," the second discount applies to the sale price, not the original price. A $100 item marked down 30% is $70. An additional 20% off is $70 x 0.80 = $56, not $100 x 0.50 = $50. The total discount is 44%, not 50%. Use our Discount Calculator to see the true savings on stacked discounts.
Ignoring compounding. A 1% monthly fee does not equal a 12% annual fee. With compounding, 1% per month results in (1.01^12 – 1) x 100 = 12.68% annually. The difference grows more significant at higher rates and over longer periods. Credit card companies rely on this confusion by advertising low-sounding monthly rates that translate to much higher effective annual rates.
If you are working through percentage problems in school, here are some shortcuts and mental math strategies that can help.
The commutative trick. X% of Y always equals Y% of X. So if you need 8% of 50, flip it to 50% of 8, which is obviously 4. This trick works because multiplication is commutative: (X/100) x Y = (Y/100) x X. It is especially useful when one direction is much easier to compute mentally than the other.
Break percentages into components. To find 15% of something, calculate 10% (move the decimal point one place left) and then add half of that (which gives you the additional 5%). For 25%, find half of half. For 75%, find half, then add half of that. Building percentages from easy components like 10%, 5%, and 1% is faster than reaching for a calculator in most everyday situations.
Use benchmarks. Memorize the decimal equivalents of common fractions: 1/4 = 25%, 1/3 = 33.3%, 1/5 = 20%, 1/8 = 12.5%, 1/10 = 10%. When you recognize a percentage as a familiar fraction, the calculation often becomes trivial. 33.3% of 90 is simply 90 / 3 = 30.
Check your answer with estimation. Before accepting a calculated result, sanity-check it. If you are computing 23% of 80, you know it should be a bit more than 20% of 80 (which is 16) and less than 25% of 80 (which is 20). If your answer is 18.4, it falls in the expected range. If your answer were 184, you would immediately know something went wrong.
Percentages are fundamental to interpreting data, surveys, and research findings. When a poll reports that 62% of respondents favor a policy, that number carries a margin of error, typically plus or minus 3 to 4 percentage points for standard sample sizes. This means the true value likely falls between 58% and 66%. Understanding this range prevents overreacting to small differences between polls.
Percentile rankings are another percentage-based concept. If your child scores in the 85th percentile on a standardized test, that means they scored higher than 85% of test-takers. It does not mean they answered 85% of questions correctly. Percentiles describe relative standing within a group, not absolute performance.
Year-over-year percentage changes are the standard way to track growth in business and economics. Revenue growing from $1.2 million to $1.5 million represents a 25% year-over-year increase. Comparing percentage growth rather than absolute dollar amounts levels the playing field between companies of different sizes and provides a clearer picture of momentum.
This calculator provides results for informational purposes only. It is not financial advice. Consult a licensed financial advisor or tax professional before making financial decisions based on percentage calculations.
Divide the first number (the part) by the second number (the whole), then multiply by 100. For example, to find what percent 35 is of 200, compute (35 / 200) x 100 = 17.5%. This formula works for any two numbers regardless of size.
Multiply the number by the percentage expressed as a decimal. To find 15% of 240, compute 240 x 0.15 = 36. You convert the percentage to a decimal by dividing by 100 (15% becomes 0.15). This is the standard method used in all financial and mathematical calculations.
Percentage change measures how much a value increased or decreased relative to its original value, using the formula ((New – Old) / Old) x 100. Percentage difference measures the relative difference between two values without designating one as the starting point, using the formula (|A – B| / ((A + B) / 2)) x 100. Use percentage change when tracking growth over time; use percentage difference when comparing two independent values.
Because the loss is calculated on the higher amount. Starting at $100 and gaining 50% gives you $150. Losing 50% of $150 leaves you with $75, not $100. The base changes after the first operation. To recover from a 50% loss, you need a 100% gain. This asymmetry applies to all percentage increases and decreases.
Subtract the original number from the new number, divide the result by the original number, and multiply by 100. The formula is ((New – Old) / Old) x 100. For example, if a price went from $80 to $100, the percentage increase is ((100 – 80) / 80) x 100 = 25%.
Yes. This is because multiplication is commutative. 8% of 50 = (8/100) x 50 = 4, and 50% of 8 = (50/100) x 8 = 4. This trick is useful for mental math because you can flip the calculation to whichever direction is easier to compute in your head.
Divide the numerator by the denominator, then multiply by 100. For example, 3/8 = 0.375, and 0.375 x 100 = 37.5%. Every fraction can be expressed as a percentage, and every percentage can be expressed as a fraction by placing it over 100 and simplifying.
If you know the final amount after a percentage was applied and want to find the original, divide by (1 + percentage/100) for increases or (1 – percentage/100) for decreases. For example, if an item costs $84 after a 20% markup, the original price was $84 / 1.20 = $70. If an item is $64 after a 20% discount, the original was $64 / 0.80 = $80.
Data accurate as of: March 2026