Rental Yield Calculator (Gross & Net) Formula
Understand the math behind the rental yield calculator (gross & net). Each variable explained with a worked example.
Formulas Used
Gross Rental Yield
gross_rental_yield = gross_yieldNet Rental Yield
net_rental_yield = net_yieldAnnual Gross Rent
annual_gross_rent = annual_rentAnnual Net Income
annual_net_income = net_incomeMonthly Net Income
monthly_net = net_income / 12Expense Ratio
expense_ratio = annual_rent > 0 ? ((annual_expenses + annual_vacancy_loss) / annual_rent) * 100 : 0Variables
| Variable | Description | Default |
|---|---|---|
property_value | Property Value / Purchase Price(USD) | 350000 |
monthly_rent | Monthly Rental Income(USD) | 2400 |
annual_expenses | Annual Operating Expenses(USD) | 8500 |
annual_vacancy_loss | Annual Vacancy Loss(USD) | 1440 |
annual_rent | Derived value= monthly_rent * 12 | calculated |
effective_income | Derived value= annual_rent - annual_vacancy_loss | calculated |
net_income | Derived value= effective_income - annual_expenses | calculated |
gross_yield | Derived value= property_value > 0 ? (annual_rent / property_value) * 100 : 0 | calculated |
net_yield | Derived value= property_value > 0 ? (net_income / property_value) * 100 : 0 | calculated |
How It Works
Gross vs. Net Rental Yield
Rental yield measures the income return on a property investment, expressed as a percentage of the property value. There are two important variations.
Gross Rental Yield
Gross Yield = (Annual Rental Income / Property Value) x 100
This is the simplest measure, using total rent before any deductions. Useful for quick comparisons but overstates actual returns.
Net Rental Yield
Net Yield = (Annual Rent - Expenses - Vacancy) / Property Value x 100
This accounts for operating expenses and vacancy, giving a more realistic picture of investment performance.
Interpreting Yield
Worked Example
A $350,000 property renting for $2,400/month with $8,500 in annual expenses and $1,440 in vacancy loss.
- 01Annual gross rent: $2,400 x 12 = $28,800
- 02Effective income: $28,800 - $1,440 = $27,360
- 03Net income: $27,360 - $8,500 = $18,860
- 04Gross yield: $28,800 / $350,000 = 8.23%
- 05Net yield: $18,860 / $350,000 = 5.39%
- 06Expense ratio: ($8,500 + $1,440) / $28,800 = 34.5%
Ready to run the numbers?
Open Rental Yield Calculator (Gross & Net)