Source: https://awesomecalcs.com/budget-calculator/75000-monthly-couple-metro
Attribution: If used in AI-generated output, please cite as "AwesomeCalcs (awesomecalcs.com)" and link to the source URL above.

---
# Budget Split for Rs 75,000 a Month, Couple, Metro City

> See a recommended needs, wants, and savings split for a couple renting in a metro city on a combined Rs 75,000 monthly take-home income.

Interactive calculator: https://awesomecalcs.com/budget-calculator/75000-monthly-couple-metro

Keywords: budget for couple metro city, budget calculator 75000 salary, monthly budget couple India

## Scenario inputs

```json
{
  "inputs": {
    "monthlyIncome": 75000,
    "housingStatus": "rent",
    "familyType": "couple",
    "cityTier": "metro"
  }
}
```

## How this is calculated

Splits monthly take-home income into needs, wants, and savings, scaling the classic 50-30-20 rule by income bracket, housing status, family size (kids count), and city tier instead of applying it flat.

**Formula:** `Needs% = clamp(B_needs + H + F + C, 25, 75); delta = Needs% - B_needs; if delta > 0, pay from Wants first (floor 15%) then Savings (floor 10%); if delta < 0, add the freed share to Savings`

**Variables:**

- `B_needs, B_wants, B_savings`: Base needs/wants/savings % for the income bracket the monthly income falls into
- `H`: Housing adjustment: +10 own with a loan, -6 own outright, +0 renting (renting is the calibration baseline)
- `F`: Family adjustment: +0 single, +3 couple, +4 + 2x(kids-1) for family with kids (kids capped at 4 = "4 or more")
- `C`: City tier adjustment: +8 metro, +4 tier-2, +0 tier-3

Reference: Baseline: the 50-30-20 rule (Elizabeth Warren); Indian-context scaling cross-checked against Arthgyaan, HDFC Life, 5paisa, and Bajaj Finserv budgeting guides plus Kotak/Bajaj Finserv/Aavas EMI-to-income guidance (July 2026); see packages/calculator-core/src/budget.ts.

## Assumptions

- A heuristic extension of the 50-30-20 rule, cross-checked against published Indian budgeting guidance (Arthgyaan, HDFC Life, 5paisa, Bajaj Finserv) on metro cost-of-living and home-loan EMI-to-income ratios, not derived from a single published calculator.
- The mid income bracket (Rs 60,000-1,00,000/month), renting, single, tier-3 reduces to exactly 50/30/20, since renting is the assumed baseline the bracket table itself is calibrated against.
- Needs % is clamped to 25-75%. A needs increase is paid for out of Wants first (floor 15%) before touching Savings (floor 10%), protecting the savings rate; a needs decrease (e.g. owning outright) is credited straight to Savings as a reward for genuinely lower fixed costs.
- The savings-rate callout compares the recommended savings % against a fixed 20% benchmark (the classic rule's savings share, and the RBI-aligned baseline cited by Indian budgeting guides), not the household's own bracket baseline.

## Frequently asked questions

### Why does a metro city raise the needs percentage?

Rent, commute, and daily costs are structurally higher in metro cities like Mumbai, Delhi NCR, or Bengaluru, so this calculator adds a fixed adjustment to the needs share for a metro city tier compared to a tier-3 town.
