how to calculate percent improvement

Percent Improvement Calculator

Enter your starting value and ending value, then choose what “improvement” means for your situation.

Tip: If original value is 0, percent improvement is undefined because division by zero is not possible.

What is percent improvement?

Percent improvement tells you how much better a result is compared to where you started, expressed as a percentage. It is one of the quickest ways to compare progress across different scales and units.

You can use percent improvement in personal finance, fitness, education, business KPIs, software performance, manufacturing quality, and almost any goal where you track before-and-after values.

The basic formula

Case 1: Higher values are better

Use this when an increase means improvement (for example: revenue, test score, website traffic).

Percent Improvement = ((New Value − Original Value) ÷ Original Value) × 100

Case 2: Lower values are better

Use this when a decrease means improvement (for example: time to complete task, defects, cost, error rate).

Percent Improvement = ((Original Value − New Value) ÷ Original Value) × 100

Step-by-step examples

Example A: Sales increased from 80 to 100

  • Original value = 80
  • New value = 100
  • Difference = 100 − 80 = 20
  • Percent improvement = (20 ÷ 80) × 100 = 25%

Your sales improved by 25%.

Example B: Processing time dropped from 40 minutes to 30 minutes

  • Original value = 40
  • New value = 30
  • Because lower is better, use (Original − New)
  • Percent improvement = ((40 − 30) ÷ 40) × 100 = 25%

Your process improved by 25% in speed/efficiency.

Common mistakes to avoid

  • Using the wrong direction: Decide first whether “higher is better” or “lower is better.”
  • Dividing by the new value: The denominator should usually be the original value.
  • Confusing percentage points with percent improvement: They are not the same.
  • Ignoring a zero baseline: If original value is 0, percent improvement cannot be computed with this formula.

Percent improvement vs percent change

Percent change is a neutral term (it can be positive or negative). Percent improvement usually implies movement in the “better” direction. If your result goes the wrong way, you can report it as a percent decline.

Quick spreadsheet formulas

When higher is better

=((B2-A2)/A2)*100

When lower is better

=((A2-B2)/A2)*100

Then format the cell as a percentage for clean reporting.

Practical uses

  • Track monthly savings growth
  • Measure reduction in support ticket response time
  • Compare workout performance over time
  • Monitor defect-rate improvement in production
  • Evaluate campaign conversion optimization

Final takeaway

To calculate percent improvement correctly, always start with the original value, choose the correct direction for improvement, and apply the formula consistently. Use the calculator above for instant results and a clear interpretation of improvement or decline.

🔗 Related Calculators