Skip to main content

Percentage Calculators - Help & Documentation

Master our percentage tools quickly with this easy-to-follow guide.

Quick Start & Requirements

  • JavaScript Required

    Just Percent runs entirely in your browser. Just make sure JavaScript is enabled to get started.

  • Decimal Separators

    You can type either a dot (.) or comma (,) as the decimal separator. The app converts it to your locale format automatically. For example:

    • If your locale uses a dot (.), entering 10,5 is normalized to 10.5.
    • If your locale uses a comma (,), entering 10.5 is normalized to 10,5.
  • Thousands Separator

    Thousands separators are optional when typing. You do not need to include them. When pasting, the app removes grouping separators and keeps one decimal separator (the last dot/comma), then converts it to your locale format. For example, "1,234.56" and "1.234,56" are both normalized to "1234.56" in dot-decimal locales and "1234,56" in comma-decimal locales. If you mean one thousand exactly, enter "1000".

  • Instant Results

    Calculations happen in real-time as you type. No need to hunt for a "Calculate" button.

Helpful Calculator Features

Our calculators include several features to make your calculations faster and easier:

Smart Clipboard

  • Click Save to copy the result to your clipboard and save it to your saved calculations list.
  • Results are copied as plain numbers (no currency symbols, percent signs, or formatting), so they paste cleanly into any app.

Keyboard Shortcuts

  • Enter moves to the next field, or when pressed in the last field, saves the calculation, copies the result to clipboard, and returns focus to the first field.
  • Escape clears everything for a fresh start.
  • Space jumps between fields.

Drag-to-Adjust Values

  • Click and hold any number field, then drag left or right to adjust the value.
  • Power user tip! Hold Alt (or Option) for larger jumps, or Shift for whole numbers.

Saved Calculations

  • The current calculation is saved when you press Enter in the last field or click the Save calculation button.
  • Clicking any previous entry reloads it instantly.
  • Single items can be cleared, or you can wipe the slate clean with one click.
  • Your data stays private - everything is stored right in your browser.
  • We keep your last 20 calculations, automatically making room for new ones.

Customize Your Layout

  • Drag and drop calculator cards to rearrange them.
  • Put your favorites at the top for quick access.
  • Your layout is saved automatically.

Collapse Calculator Sections

  • Hover over the top edge of any calculator card to reveal chevron controls (↑ ↓).
  • Use the chevrons to progressively hide or show sections like saved calculations, hints, or the input form.
  • The system automatically skips levels that have no effect in your current view.
  • Your visibility preferences are saved per calculator and restored on your next visit.
  • On touch devices, the chevron controls are always visible.

Mobile-Friendly

  • Works perfectly on phones, tablets, and desktops.
  • Touch-friendly buttons and clear navigation.

Extras

  • One-click Dark Mode.
  • Visual formulas to help you understand the math.
  • Smart validation ensuring precise results every time.

Basic Percentage CALCULATOR

Calculate the percentage value of a given number.

How to Use

  • Enter the percentage in the first box.
  • Enter the total number in the second box.
  • The result appears instantly in the third box.
  • Check "Round" if you want to keep the result to two decimal places.
  • Save it to your list with Enter or the "Save calculation" button.

How It Works

The Basic Percentage calculator uses this formula:

Result=Percentage100×Number\text{Result} = \frac{\text{Percentage}}{100} \times \text{Number}

Example: What is 20% of 80?

20100×80=16\frac{20}{100} \times 80 = 16

So 20% of 80 is 16.

Go to CALCULATOR

Original Value CALCULATOR

The Original Value calculator (also known as reverse percentage calculator) helps you find the original value when you know a percentage and its result. This is useful for working backward from a known percentage to find the original amount.

How to Use

  • Enter the percentage in the first box.
  • Enter the part value in the third box.
  • The original value appears instantly in the middle box.
  • Check "Round" if you want to keep the result to two decimal places.
  • Save it to your list with Enter or the "Save calculation" button.

How It Works

The Original Value calculator uses this formula:

Original Value=Result×100%Percentage\text{Original Value} = \frac{\text{Result} \times 100\%}{\text{Percentage}}

Example: If 15% equals 30, the original value is:

16×100%20=80\frac{16 \times 100\%}{20} = 80

So the original value is 200.

Important Note

When the percentage is 0%, the calculation is undefined because you cannot divide by zero.

Go to CALCULATOR

Part-to-Whole Percentage CALCULATOR

Find what percentage one number is of another.

How to Use

  • Enter the whole value in the middle box.
  • Enter the part value in the third box.
  • The percentage result appears instantly in the first box.
  • Check "Round" if you want to keep the result to two decimal places.
  • Save it to your list with Enter or the "Save calculation" button.

How It Works

The Part-to-Whole Percentage calculator uses this formula:

Percentage=ZY×100%\text{Percentage} = \frac{\text{Z}}{\text{Y}} \times 100\%

For example, to find what percentage 25 is of 100, the calculator computes:

25100×100%=25%\frac{25}{100} \times 100\% = 25\%

So 25 is 25% of 100.

Important Note

When the whole/total value is 0, the percentage is undefined because you cannot divide by zero.

Go to CALCULATOR

Percentage Change CALCULATOR

Calculate the percentage difference between two values to determine increases or decreases.

How to Use

  • Enter the original value in the first box.
  • Enter the new value in the second box.
  • The percentage change appears instantly.
  • A negative result means the value decreased.
  • Save it to your list with Enter or the "Save calculation" button.

How It Works

The Percentage Change calculator uses this formula:

Change%=NewOldOld×100\text{Change}\% = \frac{\text{New} - \text{Old}}{\text{Old}} \times 100

Example: What is the percentage change from 50 to 75?

755050×100=50%\frac{75 - 50}{50} \times 100 = 50\%

The value increased by 50%.

Go to CALCULATOR

Increased Value CALCULATOR

See what you get after boosting a value by the Increase %.

How to Use

  • Enter the original value in the first box.
  • Enter the increase percentage in the second box.
  • The new value (after increase) appears instantly.
  • Check "Round" if you want to keep the result to two decimal places.
  • Save it to your list with Enter or the "Save calculation" button.

How It Works

The Increased Value calculator uses this formula:

New Value=Original×(1+Increase%100)\text{New Value} = \text{Original} \times (1 + \frac{\text{Increase}\%}{100})

Example: What is 100 increased by 25%?

100×(1+25100)=125100 \times (1 + \frac{25}{100}) = 125

100 plus 25% equals 125.

Go to CALCULATOR

Original Before Increase CALCULATOR

Calculate the original value before a percentage increase, given the new value and percentage increase.

How to Use

  • Enter the new value (after the increase) in the first box.
  • Enter the increase percentage in the second box.
  • The original value (before increase) appears instantly.
  • Check "Round" if you want to keep the result to two decimal places.
  • Save it to your list with Enter or the "Save calculation" button.

How It Works

The Original Before Increase calculator uses this formula:

Original=New Value1+Increase%100\text{Original} = \frac{\text{New Value}}{1 + \frac{\text{Increase}\%}{100}}

Example: What was the original if 125 is after a 25% increase?

1251+25100=100\frac{125}{1 + \frac{25}{100}} = 100

The original value was 100.

Go to CALCULATOR

Decreased Value CALCULATOR

Calculate the new value after decreasing an original amount by a specific percentage.

How to Use

  • Enter the original value in the first box.
  • Enter the decrease percentage in the second box.
  • The new value (after decrease) appears instantly.
  • Check "Round" if you want to keep the result to two decimal places.
  • Save it to your list with Enter or the "Save calculation" button.

How It Works

The Decreased Value calculator uses this formula:

New Value=Original Value×(1Decrease100)\text{New Value} = \text{Original Value} \times (1 - \frac{\text{Decrease}}{100})

Example: What is 100 decreased by 25%?

2000×(115100)=17002000 \times (1 - \frac{15}{100}) = 1700

100 minus 25% equals 75.

Go to CALCULATOR

Original Before Decrease CALCULATOR

Calculate the original value before a percentage decrease, given the new value and percentage decrease.

How to Use

  • Enter the new value (after the decrease) in the first box.
  • Enter the decrease percentage in the second box.
  • The original value (before decrease) appears instantly.
  • Check "Round" if you want to keep the result to two decimal places.
  • Save it to your list with Enter or the "Save calculation" button.

How It Works

The Original Before Decrease calculator uses this formula:

Original=New Value1Decrease%100\text{Original} = \frac{\text{New Value}}{1 - \frac{\text{Decrease}\%}{100}}

Example: What was the original if 75 is after a 25% decrease?

75125100=100\frac{75}{1 - \frac{25}{100}} = 100

The original value was 100.

Go to CALCULATOR