./prontouso.com

CALCULATORS

Percentage Calculator

Solve common percentage questions locally: what is X percent of Y, percentage change, final totals after increase or decrease, discount price plus savings, and adding or removing a tax rate.

Tool statusRuns in your browser
Preview
prontouso://math/percentage-desk
6 FORMULASLOCAL ONLY

Find a percentage

Calculate a percentage of a value and the adjusted totals.

INPUT
Quick percentages
Formula usedbase × percentage ÷ 100
Calculated locally in your browser.

Calculation result

The answer and its breakdown update as you type.

RESULT
Percentage amountREADY
30
CALCULATION200 × 15 ÷ 100

 

200Base value
30Percentage amount
230After increase
170After decrease
Visual comparison
Selected percentage15%
Remaining85%
The percentage amount is also used to show the value after an increase or decrease.

30

How it works

  1. Enter your input

    Fill in the values, paste your text, or upload the file this tool works with.

  2. See results instantly

    Most tools update live as you type; a few use a single button. Either way, the result appears right on this page.

  3. Use your results

    Copy, download, or share what the tool produces — you're always in control of the output.

Privacy and processingRuns locally in your browser. This tool does not upload your input.

What is Percentage Calculator?

ProntoUso's Percentage Calculator provides quick and accurate percentage computations. Supports simple percentage of a value (X% of Y), value proportions, percentage change (growth/decline), shopping discounts, and VAT/tax addition or removal.

UNDERSTAND THE TOOL

How to Calculate Percentages and Percentage Changes

Calculate simple percentages, proportions, percentage increases, decreases, commercial discounts, and tax extractions.

Simple percentage and proportion

To find X% of Y, divide the percentage by 100 and multiply by the base value. To find what percentage X is of Y, divide X by Y and multiply by 100.

Percentage of value
(percentage / 100) * value
Value proportion
(part / total) * 100

15% of $200

Fifteen percent of $200 equals $30.

(15 / 100) * 200 = 30

Percentage change and growth

Percentage change measures relative growth or reduction between an initial value and a final value. Positive results indicate growth; negative results indicate a decrease.

Percentage change
((final_value - initial_value) / abs(initial_value)) * 100

From $120 to $150

Increasing from $120 to $150 represents a 25% growth.

((150 - 120) / 120) * 100 = 25%

Discounts and tax extraction

Commercial discounts reduce price by (Price * Discount / 100). For gross prices including tax (like VAT), removing tax requires dividing the gross total by (1 + TaxRate/100) to isolate the true net amount.

Discounted price
price * (1 - discount / 100)
Remove included tax
gross_value / (1 + tax_rate / 100)

Instant client-side calculation

All percentage calculations run in real time inside your web browser. Input numbers are never transmitted to external servers.

Frequently Asked Questions

How do I calculate 15% of 200?

In 'Percentage of value' mode, enter 15 in the percentage field and 200 in the base value field. The result displays 30, along with adjusted increase (230) and decrease (170) totals.

What is the difference between adding tax and removing included tax?

Adding tax calculates the rate on net value and adds it to the total ($100 + 20% = $120). Removing tax extracts the tax component from a gross total, dividing by 1.20 ($120 / 1.20 = $100 net and $20 tax).

Why does percentage change show N/A when the starting value is zero?

Percentage change formulas divide by the initial value. Since division by zero is mathematically undefined, the calculator displays N/A.

Does the calculator accept period and comma decimals?

Yes. The parser supports both period (1,250.50) and comma (1.250,50) decimal conventions.

What happens if I enter a discount rate over 100%?

Discounts are capped at 100%, ensuring final prices equal zero and preventing accidental negative price values.