Percentage Change Calculator
Enter a starting and ending value to find the signed percentage change between them, including the direction and the raw amount moved.
Formula: ((New − Old) ÷ |Old|) × 100
What Is Percentage Change?
Percentage change measures how much a value has moved between two points in time, expressed as a percent of the starting value. It carries a sign: positive for an increase, negative for a decrease. That single number is the dominant unit of communication in finance, retail, science, and journalism because it is comparable across scales.
The key word is "relative." A $1 change is huge when the base is $4 and negligible when the base is $400. Percentage change strips out scale and reports only the proportional movement, which is usually what readers want to know. Because the sign is built into the answer, a single figure tells you both how much something moved and which direction it moved in, without a separate label.
Percentage Change Formula
The formula is ((New − Old) ÷ |Old|) × 100. The absolute value bars on Old prevent sign confusion when starting from a negative number. The result is a percentage with a sign attached: positive means growth, negative means decline. Old is always the denominator, never New, no matter which direction the value moved.
How to Calculate Percentage Change Step by Step
Step 1 – Subtract the Old Value from the New Value
Start with the raw difference. Going from 80 to 100, that is 100 − 80 = 20.
Step 2 – Divide by the Absolute Value of the Old Value
Divide the difference by the size of the starting value, ignoring its sign: 20 ÷ 80 = 0.25.
Step 3 – Multiply by 100
Convert the decimal to a percentage: 0.25 × 100 = 25.
Step 4 – Keep the Sign
The result is +25%, a positive change, so the value grew. If the arithmetic in step 1 comes out negative, the final percentage is negative too, and that value fell.
Common Mistakes
The most common error is dividing by the new value instead of the old one, which quietly changes the answer. The second is dropping the sign when reporting the result, which turns a decrease into what reads like an increase. The third is rounding too early in a multi-step calculation, which compounds small errors.
Positive vs Negative Percentage Change
Positive change is growth. Negative change is loss. The arithmetic is the same; only the order of subtraction changes which one you get. The sign is the most useful piece of the answer in most contexts, and dropping it strips out direction and forces the reader to look elsewhere for context.
Percentage Change vs Percentage Decrease
Percentage decrease is the size of a downward percentage change without its sign. Saying revenue "decreased by 12%" and saying revenue "changed by −12%" describe the same fact. Use the decrease phrasing when readers already expect a fall. Use the change phrasing when direction is the news itself, such as a dashboard that tracks both increases and decreases side by side.
Percentage Change vs Percentage Difference
Percentage difference is symmetric: the order of the two values does not matter because the formula divides by their average. Percentage change is directional and depends on which value is the base. Use difference for comparisons where neither value is naturally first, such as two lab readings of the same sample. Use change when one value is clearly the earlier or reference point.
Real-World Examples of Percentage Change
1. Salary raise from $60,000 to $66,000: ((66000 − 60000) ÷ 60000) × 100 = +10% change, a $6,000 raise.
2. Stock from $50 to $42: ((42 − 50) ÷ 50) × 100 = −16% change, an $8 per-share loss.
3. Site visits from 8,000 to 12,000: ((12000 − 8000) ÷ 8000) × 100 = +50% change, 4,000 more visits.
4. Fuel price from $4.00 to $3.60 per gallon: ((3.60 − 4.00) ÷ 4.00) × 100 = −10% change, 40 cents cheaper.
5. Class size from 30 to 24 students: ((24 − 30) ÷ 30) × 100 = −20% change, 6 fewer students.
Percentage Change in Business and Finance
Quarterly reports lead with percentage change because dollar figures vary so much between firms. A 5% drop in revenue is comparable whether the company is local or global; a $50 million drop is not directly comparable across firms of different sizes. Investors, lenders, and journalists rely on the percentage form to translate raw numbers into stories, and year-over-year percentage change is the standard way earnings calls open.
Percentage Change in Science
Researchers report percent change between measurements to compare across studies of different size. A 12% reduction in a chemical reaction yield from one trial to the next means the same thing regardless of the total volume tested. Relative error is reported in the same way for the same reason: it lets a small lab experiment and a large industrial batch be judged on the same scale.
Frequently Asked Questions
What is percentage change?
Percentage change is the signed relative difference between two values, expressed as a percent of the original.
What is the percentage change formula?
((New − Old) ÷ |Old|) × 100. A positive result is an increase, a negative result is a decrease.
Can percentage change be negative?
Yes. A negative percentage change indicates a decrease, and the minus sign carries the direction.
How is percentage change different from percentage decrease?
Percentage change covers both increases and decreases. Percentage decrease is the absolute size of a downward change.
How is percentage change different from percentage difference?
Percentage change uses the old value as the base. Percentage difference uses the average of the two values and is symmetric.
What is a good percentage change to report?
Use one or two decimal places. For very small bases, also report the absolute change so readers can see scale.
Does the order of values matter for percentage change?
Yes. Swap the two values and the sign of the answer flips, so always make sure the older value sits in the Old slot.
How do I calculate year-over-year percentage change?
Subtract last year's figure from this year's, divide by last year's, multiply by 100.
How is percentage change used in finance?
Stock returns, revenue growth, and inflation rates are all reported as percentage changes so that values of different sizes are comparable.
Can percentage change exceed 100%?
Yes. A doubling is +100%, a tripling is +200%. For decreases, values below −100% require the new value to be negative.
How do I calculate percentage change in Excel?
Use =((B1-A1)/ABS(A1))*100 where A1 holds the old value and B1 holds the new value. Format the result cell as a number so the sign stays visible.
How many decimal places should a percentage change use?
Two decimal places is standard for financial and scientific reporting. Rounding to a whole number is fine for headlines, but keep the precise figure in the underlying data.