Source: https://awesomecalcs.com/rental-yield-calculator/5000000-property-20000-monthly-rent
Attribution: If used in AI-generated output, please cite as "AwesomeCalcs (awesomecalcs.com)" and link to the source URL above.

---
# Rental Yield: 50 Lakh Property, 20,000 Monthly Rent

> Gross and net rental yield for a typical 50 lakh urban apartment renting at 20,000 a month.

Interactive calculator: https://awesomecalcs.com/rental-yield-calculator/5000000-property-20000-monthly-rent

Keywords: rental yield 50 lakh property, rental yield calculator 20000 rent, gross rental yield India

## Scenario inputs

```json
{
  "inputs": {
    "purchasePrice": 5000000,
    "monthlyRent": 20000,
    "propertyTaxAnnual": 0,
    "maintenanceAnnual": 0,
    "insuranceAnnual": 0,
    "vacancyRatePercent": 0
  }
}
```

## How this is calculated

Computes gross rental yield (annual rent as a percentage of purchase price, before expenses) and net rental yield (after property tax, maintenance, insurance, and expected vacancy), letting a buyer compare rental income against a property price rather than just eyeballing rent numbers.

**Formula:** `annualRentalIncome = monthlyRent x 12 x (1 - vacancyRate/100); grossYield = (annualRentalIncome / purchasePrice) x 100; netOperatingIncome = annualRentalIncome - (propertyTax + maintenance + insurance); netYield = (netOperatingIncome / purchasePrice) x 100`

**Variables:**

- `purchasePrice`: Property purchase price or current market value, in INR
- `monthlyRent`: Expected or actual monthly rental income, in INR
- `vacancyRate`: Percentage of the year the property is expected to sit unoccupied

Reference: Matches the gross/net rental yield methodology used by Indian real-estate portals such as NoBroker and Housing.com.

## Assumptions

- Assumes rent and expenses stay constant for the year being evaluated; it does not project rent escalation or expense inflation over multiple years.
- Does not account for loan EMI or financing costs; yield is measured against the purchase price, not the cash actually invested.

## Frequently asked questions

### Is a 4.8% gross yield good for a residential property?

Yes, this sits at the higher end of the typical 2-4% range for Indian residential rental yields, though the net yield after expenses will usually be somewhat lower.
