Rental Income Calculator Formula
Understand the math behind the rental income calculator. Each variable explained with a worked example.
Formulas Used
Effective Annual Income
effective_annual_income = (gross_annual_rent + other_annual) * (1 - vacancy_rate / 100)Gross Potential Income
gross_potential_income = gross_annual_rent + other_annualAnnual Vacancy Loss
vacancy_loss = (gross_annual_rent + other_annual) * vacancy_rate / 100Variables
| Variable | Description | Default |
|---|---|---|
num_units | Number of Units | 4 |
avg_monthly_rent | Average Monthly Rent Per Unit(USD) | 1200 |
vacancy_rate | Expected Vacancy Rate(%) | 8 |
other_monthly_income | Other Monthly Income(USD) | 200 |
gross_monthly_rent | Derived value= num_units * avg_monthly_rent | calculated |
gross_annual_rent | Derived value= gross_monthly_rent * 12 | calculated |
other_annual | Derived value= other_monthly_income * 12 | calculated |
How It Works
Projecting Rental Income
Rental income projection starts with gross potential income and adjusts for expected vacancy and collection losses.
Formula
Gross Potential Income = (Units x Avg Rent x 12) + Other Income
Effective Income = Gross Potential x (1 - Vacancy Rate)
Other Income Sources
Worked Example
A 4-unit property averages $1,200/month rent per unit with $200/month other income and 8% vacancy.
num_units = 4avg_monthly_rent = 1200vacancy_rate = 8other_monthly_income = 200
- 01Gross monthly rent: 4 x $1,200 = $4,800
- 02Gross annual rent: $4,800 x 12 = $57,600
- 03Other annual income: $200 x 12 = $2,400
- 04Gross potential income: $57,600 + $2,400 = $60,000
- 05Vacancy loss: $60,000 x 8% = $4,800
- 06Effective annual income: $60,000 - $4,800 = $55,200
Ready to run the numbers?
Open Rental Income Calculator