百分比减少计算器
Calculate how much a value dropped in percent. Enter the original and the new value and the calculator shows the percentage decrease plus the absolute amount lost.
计算示例
200 → 150: ((200 − 150) ÷ 200) × 100 = 25%
如何计算
- Enter the original value — the larger, starting number.
- Enter the new value — the smaller, final number.
- Read the percentage decrease and the absolute amount lost.
公式
Percentage Decrease = ((Original − New) ÷ Original) × 100
说明
- Price drops, discounts measured over time, weight or cost reduction.
- Comparing before/after metrics in reports.
相关计算器
常见问题
How do I calculate percentage decrease?
Subtract the new value from the original value, divide by the original value, and multiply by 100. Example: from 200 to 150 → (50 ÷ 200) × 100 = 25%.
Why is my result negative?
A negative result means the value actually increased. Swap your inputs or use the percentage increase calculator.