# Percentage Decrease Calculator

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

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

- **Category:** Math & Numbers

- **Keywords:** percentage decrease, drop rate, decrease calculator

## Overview

The Percentage Decrease Calculator is a straightforward utility designed to find the exact drop rate between an original value and a new, lower value. Whether you are tracking price reductions, weight loss, or a decline in support tickets, this tool instantly computes both the absolute decrease amount and the percentage drop, allowing you to customize the decimal precision of your results.

## Inputs

- **Original Value** (text): e.g. 150
- **New Value** (text): e.g. 120
- **Decimal Places** (number)

## When to use

- When you need to calculate the exact percentage drop in sales, revenue, or website traffic over a specific period.
- When evaluating price discounts to determine the true percentage saved on a retail item.
- When tracking performance metrics like a reduction in customer support tickets or error rates.

## How it works

- Enter the starting number in the 'Original Value' field.
- Input the lower, updated number in the 'New Value' field.
- Adjust the 'Decimal Places' setting to choose your preferred level of precision (up to 12 decimal places).
- The calculator instantly outputs the absolute decrease amount and the exact percentage decrease in JSON format.

## Use cases

- Retailers calculating the discount percentage of clearance items to print on sale tags.
- Data analysts reporting on month-over-month declines in user churn or server downtime.
- Individuals tracking personal goals, such as calculating the percentage of weight lost or monthly expenses reduced.

## Frequently asked questions

### How is percentage decrease calculated?

It is calculated by subtracting the new value from the original value, dividing that difference by the original value, and multiplying by 100.

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

Yes, you can input both whole numbers and decimals for the original and new values.

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

This tool is designed for decreases. If the new value is higher, the result will be a negative percentage decrease, which actually represents a percentage 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.

### Does this tool calculate the absolute difference as well?

Yes, the calculator outputs both the percentage decrease and the absolute decrease amount.

## 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
