Choose a percentage calculation

All tools use the same rule: values are unitless unless you decide otherwise. If you enter dollars, kilograms, or users, keep the same unit across related inputs.

Find a percentage of a number

Formula: result = percent / 100 × number

Use negative percentages for discounts or reversals if needed.

The base amount can be a count, price, distance, or any other unit.

Result

Run a calculation to see the answer, the formula used, and a copy-ready summary.

Displayed results round to 2 decimal places. Internal math uses standard JavaScript number precision, so very large inputs are capped for safety.

Quick examples

Tap an example to load it into the matching calculator and compute the answer immediately.

How it works

This page groups four percentage formulas that cover most day-to-day calculations. Each mode checks inputs before dividing, blocks undefined cases like a zero denominator, and explains the formula used so the answer is easy to audit.

  • Percent of a number: multiply the number by the percentage written as a decimal.
  • What percent? divide the part by the whole, then multiply by 100.
  • Increase or decrease: compare the change against the original value, not the new one.
  • Reverse percentage: divide the final value by the growth or shrink factor to recover the starting amount.
Assumptions: all related values use the same unit, and results are rounded for display only. If you need compound growth, taxes, or interest, use a dedicated finance calculator instead.