🧮 Math · calculator

Percentage Calculator — 4 Modes, Free & Instant

Four percentage calculators in one: find % of a number, calculate % change, determine what % X is of Y, or adjust a value by any percentage. Free.

What is this calculator?

This percentage calculator computes four common percentage scenarios: what is X% of Y, what percent is X of Y, percentage change from X to Y, and percentage increase or decrease of Y by X%. The underlying concept is that a percentage represents a fraction of 100, allowing proportional comparisons between values.

Formula

For 'percent of': result = (X/100) * Y. For 'is what percent': result = (X/Y) * 100. For 'percent change': result = ((Y - X) / X) * 100. For 'percent adjust': result = Y * (1 ± X/100), where + is increase and - is decrease.

Example

To find 15% of 200, set mode to 'percent-of', a=15, b=200. The result is 30. To find what percent 30 is of 200, set mode to 'is-what-percent', a=30, b=200; result is 15%.

How to use

  1. 1Select the calculation mode from the dropdown: 'percent-of', 'is-what-percent', 'percent-change', or 'percent-adjust'. Then enter the first value (X) and second value (Y) in the number fields.
  2. 2Click the Calculate button. The calculator applies the appropriate formula based on the selected mode and computes the result, rounding it to two decimal places.
  3. 3The output shows the raw result and the rounded result. For 'percent-change' mode, it also indicates whether the change is an increase (positive) or decrease (negative). Use the rounded result for practical purposes.

Frequently Asked Questions

How do I calculate a percentage of a number?
Use the 'percent-of' mode. For example, to find 20% of 150, set a=20, b=150. The formula is (20/100)*150 = 30. The result is 30.
What does the 'isIncrease' output mean in percentage change mode?
In 'percent-change' mode, isIncrease is true if the percentage change is positive (i.e., Y > X), meaning an increase. If false, the change is a decrease. For example, from 100 to 120 gives a 20% increase (isIncrease: true).
When should I use the 'percent-adjust' mode?
Use 'percent-adjust' to increase or decrease a number by a given percentage. For instance, to increase 200 by 10%, set mode to 'percent-adjust', a=10, b=200, direction='increase'. The result is 220. For a 10% decrease, set direction='decrease' to get 180.
What does the 'roundedResult' field show?
The 'roundedResult' is the raw result rounded to two decimal places. For example, if the raw result is 33.3333..., the rounded result is 33.33. This is useful for reporting or financial calculations where two decimal places are standard.
Is there an official standard for percentage calculations?
Percentage calculations follow basic arithmetic rules defined in mathematics, not a specific regulatory standard. However, in finance, the SEC and IRS provide guidelines for percentage-based disclosures and tax calculations. The formulas used here are universally accepted.

Continue Your Journey