백분율 증가 계산기
Calculate the percentage increase between an original value and a new, larger value. The calculator also shows the absolute increase so you can see both the relative and the actual change.
풀이 예시
500 → 650: ((650 − 500) ÷ 500) × 100 = 30%
계산 방법
- Enter the original value — the smaller, starting number.
- Enter the new value — the larger, final number.
- Read the percentage increase and the absolute amount gained.
공식
Percentage Increase = ((New − Original) ÷ Original) × 100
설명
- Price and rent increases, salary growth and inflation comparisons.
- Traffic, revenue and follower growth reporting.
관련 계산기
자주 묻는 질문
How do I calculate percentage increase?
Subtract the original value from the new value, divide by the original value, and multiply by 100. Example: from 500 to 650 → (150 ÷ 500) × 100 = 30%.
What if the new value is smaller?
Then the value decreased, and the result will be negative — use the percentage decrease calculator for a clearer breakdown.