Calculate discounts, tips, VAT, percentage change, and percentage difference. Results update as you type.
Calculate the percent change between two numbers: growth, decline, or any movement from a starting value to a final one. Type the initial value and the final value below; the result is signed (positive for an increase, negative for a decrease) and updates as you type. Common uses: stock returns, year-over-year revenue, KPI deltas, A/B test lifts.
Percentage change measures how far a value has moved relative to where it started. The formula is change = (final − initial) ÷ initial × 100. Because the denominator is the initial value, the order of inputs matters; swapping them flips the sign and the magnitude.
If the initial value is zero the formula is undefined: dividing by zero has no meaningful answer, and "infinite percent growth" is a description, not a number. The calculator surfaces this as an error rather than guessing.
A stock opens at $200 and closes at $250. Enter 200 as the initial value and 250 as the final value. The result is +25%. If it had dropped to $150, the result would be −25%: same magnitude, opposite direction.
200 → 150 is −25%; 200 → 250 is +25%. The sign tells you direction, the magnitude tells you size.Need a different calculation?