백분율 감소 계산기
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.