Percentage Change Calculator
Calculate
Result
Tracking whether a metric went up or down sounds easy until the numbers are tiny decimals, mixed units, or a baseline of zero. I have watched analysts re-type the same before-and-after pair three times because the phone calculator rounded halfway through. This page does one job: measure relative change from where you started.
How to Use This Percentage Change Calculator
- Enter the initial value (v1). This is your baseline—the “before” reading. Stock price last month, last week’s weight, January revenue. It becomes the denominator, so it cannot be zero.
- Enter the final value (v2). The “after” reading in the same units as v1. Dollars with dollars, meters with meters.
- Press Calculate. A positive percentage means growth; negative means shrinkage. The result line shows percent change from v1 to v2.
- Sanity-check direction. If v2 is larger than v1, expect a positive sign. If v2 dropped, expect negative. When signs flip across zero—loss to profit—the math still runs, but the story needs human context.
For static part-whole percent questions (tips, quiz scores), use the Percentage Calculator. For lab measurement accuracy, try the Percent Error Calculator.
Percentage Change Formulas and Practical Applications
Percent change is a growth rate expressed in familiar percent language. Picture a plant that was 10 cm tall and is now 12 cm—the extra 2 cm is 20% of the original height, not of the new height.
Percent Change = ((v2 − v1) / v1) × 100
Example: v1 = 0.1 and v2 = 0.2 doubles the value, so percent change = ((0.2 − 0.1) / 0.1) × 100 = 100%. That is the classic “small decimal” case students paste into homework—the tool keeps those keystrokes in a decimal-safe workspace end to end.
Price and revenue checks
A product that moved from $45 to $54: ((54 − 45) / 45) × 100 = 20% increase. Retail teams use the same formula for markdowns—$80 down to $64 is a −20% change because the drop is measured against the original $80 tag.
Grades and lab readings
Test scores from 72 to 81: ((81 − 72) / 72) × 100 ≈ 12.5% improvement. Sensor drift from 3.40 to 3.52 units follows the same pattern—always anchor to the starting reading in v1.
What this tool does not model
No compounding, tax lines, or currency conversion. Display caps at 14 decimal places with trailing zeros trimmed. It answers “how much did this single pair move relative to the start?”—not annualized CAGR or averaged percentage difference.
A common classroom trap: doubling from 50 to 100 is a 100% increase, not 200%. The formula measures change relative to the starting point—like asking how much taller a plant got compared to yesterday, not compared to tomorrow’s height. Keep v1 as the older or baseline reading and the sign on the result will make sense.
When both values are small decimals—0.1 to 0.2, 0.003 to 0.006—the decimal-safe workspace matters. Ordinary phone calculators sometimes show 99.999…% instead of 100% on those pairs; this page evaluates the typed text as high-precision decimals before formatting the readable percent line.
Marketing copy sometimes cites “200% growth” when it means “twice as large as before”—that is 100% growth in the strict formula above. Align your v1 and v2 with the period the headline describes (week-over-week, year-over-year) before you paste numbers here. Mixing periods produces a correct calculation for the wrong story. Double-check units too—percent change is meaningless if v1 is dollars and v2 is euros.
Copy the formatted percent from the result panel into slides or email; the secondary line restates the direction so you do not misread a negative sign as shrinkage when you glanced too fast.
Frequently Asked Questions
How do I calculate a percentage increase?
Subtract v1 from v2, divide by v1, multiply by 100. Positive answers are increases; negative answers are decreases. Enter both values above and press Calculate to skip the scratchpad division.
Why does the calculator show an error when the initial value is zero?
The formula divides by v1. Zero baseline means “percent of what?” is undefined—going from 0 to 5 is not the same kind of ratio as going from 5 to 10. The tool reports Division by Zero rather than inventing a percentage.
Are small decimals like 0.1 and 0.2 accurate?
Yes. Typed text parses into high-precision decimals before the formula runs, which avoids the 0.1 + 0.2 ≠ 0.3 surprises you sometimes see with raw JavaScript floats.
Is percent change the same as percentage difference?
Not always. This page uses v1 alone in the denominator—the standard growth-rate definition. Some fields average the two values instead. Match the method your assignment or dashboard specifies.
Can I use negative starting or ending values?
Non-zero v1 may be negative; the arithmetic still executes. Interpreting “−50% change” when crossing from negative to positive territory needs domain knowledge the calculator will not supply. For ratio-style checks, see the Ratio Calculator.
Disclaimer. RapidRatio is informational only—not financial, tax, or business advice. Verify figures with official sources before making decisions.