# Percentage Increase Calculator

Calculate the percentage increase between an original value and a new value

> Canonical page: https://elysiatools.com/en/tools/percentage-increase-calculator

- **Category:** Math & Numbers

- **Keywords:** percentage increase, growth rate, increase calculator

## Overview

The Percentage Increase Calculator is a straightforward utility designed to determine the absolute growth and percentage increase between an original value and a new value. Whether you are tracking revenue growth, analyzing price changes, or measuring performance improvements, this tool instantly computes the exact difference and percentage change while allowing you to customize the decimal precision of your results.

## Inputs

- **Original Value** (text): e.g. 80
- **New Value** (text): e.g. 96
- **Decimal Places** (number)

## When to use

- When you need to calculate the growth rate of sales, revenue, or website traffic over a specific period.
- When analyzing price hikes for products, services, or household bills to understand the exact percentage change.
- When comparing performance metrics, such as test scores or production output, to measure relative improvement.

## How it works

- Enter the starting number in the 'Original Value' field.
- Input the updated or final number in the 'New Value' field.
- Adjust the 'Decimal Places' setting if you need more or less precision in your final result.
- The tool instantly calculates the absolute increase amount and the percentage increase, outputting the data in a clean JSON format.

## Use cases

- Business owners calculating month-over-month or year-over-year revenue growth.
- Investors determining the percentage return on a stock or real estate investment.
- Consumers figuring out the percentage increase in their monthly rent or utility bills.

## Frequently asked questions

### How is the percentage increase calculated?

The tool subtracts the original value from the new value to find the absolute increase, divides that by the original value, and then multiplies by 100.

### Can I use decimals in the input values?

Yes, you can input decimal numbers for both the original and new values to calculate precise percentage increases.

### What happens if the new value is lower than the original value?

If the new value is lower, the result will show a negative percentage, indicating a percentage decrease rather than an increase.

### How many decimal places can I display in the result?

You can configure the output to show anywhere from 0 to 12 decimal places using the 'Decimal Places' setting.

### What format does the tool output?

The tool outputs the calculated increase amount and percentage increase in a structured JSON format.

## Related tools

- [Active Earth Pressure (Rankine)](https://elysiatools.com/en/tools/active-earth-pressure): Calculate the Rankine active earth pressure on a smooth vertical wall backfilled with cohesionless soil. K_a = tan²(45°−φ/2). Optional uniform surcharge q. Returns the base pressure p₀, the total force P, and the resultant height.
- [Antilog Calculator](https://elysiatools.com/en/tools/antilog-calculator): Calculate antilogarithms for any valid base and optionally verify the result by applying the logarithm again
- [Arithmetic Sequence Calculator](https://elysiatools.com/en/tools/arithmetic-sequence-calculator): Calculate the nth term, first terms, and finite sum of an arithmetic sequence
- [Bayes Theorem Calculator](https://elysiatools.com/en/tools/bayes-theorem-calculator): Calculate posterior probability P(A given B) using prior, likelihood, and false-positive rate
- [Bearing Capacity Calculator (Terzaghi)](https://elysiatools.com/en/tools/bearing-capacity-calculator): Calculate the Terzaghi ultimate bearing capacity of a shallow foundation: q_ult = c·Nc·sc + q·Nq·sq + 0.5·γ·B·Nγ·sγ. Computes Nc/Nq/Nγ and shape factors automatically; supports strip, square, and circular footings. Result in kPa.
- [Belt Pulley Speed Ratio Calculator](https://elysiatools.com/en/tools/belt-pulley-speed-ratio): Calculate the ratio, driven speed and belt linear speed of a belt drive. i = d₂/d₁ = n₁/n₂, belt speed v = π·d·n/60. Supports mm/cm/m/inch diameter units.
- [Bending Stress Calculator](https://elysiatools.com/en/tools/bending-stress-calculator): Calculate the maximum bending (flexural) stress σ_max = M·c/I = M/Z at the outermost fiber of a beam section. Supports solid circle, rectangle, hollow tube, and I-beam; computes I, section modulus Z, and distance c automatically. Stress in MPa.
- [Break-Even Calculator](https://elysiatools.com/en/tools/break-even-calculator): Calculate the break-even point for a product or business based on fixed costs, variable costs, and price

## Samples

- [Android Image Processing Java Samples](https://elysiatools.com/en/samples/android-image-processing-java): Android Java image processing examples including reading/saving images, scaling, and format conversion
- [Android Image Processing Kotlin Samples](https://elysiatools.com/en/samples/android-image-processing-kotlin): Android Kotlin image processing examples including reading/saving images, scaling, and format conversion
- [Web Image Processing Python Samples](https://elysiatools.com/en/samples/web-image-processing-python): Web Python image processing examples using PIL/Pillow including reading, saving, resizing, and format conversion
- [Web Image Processing Rust Samples](https://elysiatools.com/en/samples/web-image-processing-rust): Web Rust image processing examples including image read/save, scaling, and format conversion
