Rent Increase Calculator Formula
Understand the math behind the rent increase calculator. Each variable explained with a worked example.
Formulas Used
New Monthly Rent
new_rent = current_rent + increase_amountMonthly Increase Per Unit
monthly_increase = increase_amountTotal Annual Income Increase
annual_income_increase = increase_amount * 12 * num_unitsVariables
| Variable | Description | Default |
|---|---|---|
current_rent | Current Monthly Rent(USD) | 1800 |
increase_pct | Rent Increase(%) | 4 |
num_units | Number of Units | 1 |
increase_amount | Derived value= current_rent * increase_pct / 100 | calculated |
How It Works
Calculating Rent Increases
Rent increases are typically expressed as a percentage of current rent.
Formula
New Rent = Current Rent x (1 + Increase%)
Annual Impact = Increase Amount x 12 x Units
Considerations
Worked Example
A landlord increases rent by 4% on a $1,800/month single unit.
current_rent = 1800increase_pct = 4num_units = 1
- 01Increase amount: $1,800 x 4% = $72
- 02New monthly rent: $1,800 + $72 = $1,872
- 03Annual income increase: $72 x 12 x 1 = $864
Ready to run the numbers?
Open Rent Increase Calculator