Fold Decrease Calculator
Enter your starting value and ending value to calculate fold decrease, percent decrease, and log2 fold change.
What Is Fold Decrease?
Fold decrease is a way to describe how much smaller a value became compared with its original amount. Instead of saying “it dropped by 75%,” you can say “it had a 4-fold decrease.” Scientists, analysts, and students often use fold language because it is compact and useful for comparing big changes.
For example, if a concentration drops from 200 units to 50 units, the final value is four times smaller than the initial value. That is a 4-fold decrease.
Fold Decrease Formula
Fold decrease = Initial value ÷ Final value (when final value is lower than initial)
Percent decrease = ((Initial − Final) ÷ Initial) × 100
Log2 fold change = log2(Final ÷ Initial)
If the final value is greater than the initial value, that is not a decrease. It is a fold increase. This calculator detects that automatically and reports the correct interpretation.
How to Use This Calculator
- Type your initial value (the “before” number).
- Type your final value (the “after” number).
- Select your preferred decimal precision.
- Click Calculate to view the fold result and additional metrics.
Worked Examples
Example 1: Clear Fold Decrease
Initial = 80, Final = 20
- Fold decrease = 80 ÷ 20 = 4
- Percent decrease = (80 − 20) ÷ 80 × 100 = 75%
- Interpretation: the final value is 4 times smaller than the initial value.
Example 2: No Change
Initial = 45, Final = 45
- Fold change ratio = 1
- Percent change = 0%
- Interpretation: no increase or decrease occurred.
Example 3: Fold Increase Instead
Initial = 10, Final = 40
- This is a 4-fold increase, not a fold decrease.
- Percent increase = 300%
Where Fold Decrease Is Commonly Used
- Biology and qPCR: describing changes in gene expression levels.
- Chemistry: comparing concentration changes after dilution or reaction.
- Finance and business: analyzing drop-offs in metrics such as traffic, leads, or revenue.
- Engineering and operations: evaluating reductions in error rates, failures, or defects.
Common Mistakes to Avoid
- Mixing up fold decrease with percent decrease. They are related but not identical.
- Using zero or negative values in contexts where only positive measurements make sense.
- Calling an increase a “decrease” when the final value is larger than the initial value.
- Reporting fold values without indicating the direction (increase vs decrease).
Quick FAQ
Is fold decrease the same as dividing by 100?
No. Fold decrease is based on a ratio between two values (initial/final), not a fixed scaling operation.
Can fold decrease be less than 1?
By standard wording, fold decrease is used when values get smaller and is typically greater than 1. If your value grows, that is a fold increase.
Why include log2 fold change?
Log2 fold change is standard in many scientific workflows because it centers “no change” at 0 and makes up/down changes easier to compare symmetrically.