debt
Debt-to-Income Ratio Calculator
Estimate housing-cost and total-debt ratios from before-tax income, housing obligations, and recurring monthly debt payments.
mortgage calculator
The Rent Calculator estimates a monthly rent range from three inputs: pre-tax income, whether that income is entered yearly or monthly, and recurring monthly debt payback. It shows monthly gross income, a recommended monthly rent, an upper rent estimate, a one-third income screen, and the two internal guideline limits that drive the result.
Your scenario
Working scenario
Not saved yet
Saved scenarios
Save this result, then use saved scenarios to switch between assumptions.
Use this calculator when you want an income-and-debt rent screen before comparing apartments or saving a scenario. Use Debt-to-Income Ratio when the main question is total debt pressure, Budget when take-home spending categories matter, Rent vs. Buy when you are comparing renting with ownership, and lease, landlord, housing-authority, insurance, utility, or local legal sources for official or location-specific details.
The app first converts preTaxIncome into monthlyGrossIncome: annual income is divided by 12, while monthly income is used as entered. It then calculates frontEndRentLimit = max(0, monthlyGrossIncome * 0.28 - monthlyDebtPayback), backEndRentLimit = max(0, monthlyGrossIncome * 0.36 - monthlyDebtPayback), and landlordScreenRent = monthlyGrossIncome / 3. Recommended monthly rent is the lower of the front-end and back-end limits. Maximum monthly rent is the back-end limit. Annual recommended rent and annual maximum rent multiply the unrounded monthly estimates by 12.
This formula page covers the app's Rent Calculator: an income-and-debt planning screen that converts pre-tax income to a monthly amount, subtracts recurring monthly debt from fixed 28 percent and 36 percent rent limits, and shows a separate one-third income screen. It does not estimate local market rent, landlord approval, rental-assistance eligibility, lease terms, tenant rights, utilities, insurance, taxes, or whether a specific rent is affordable for a specific household.
MGI = incomeUnit == year ? PTI / 12 : PTI; FEL = max(0, MGI * 0.28 - Debt); BEL = max(0, MGI * 0.36 - Debt); OneThird = MGI / 3; RecRent = min(FEL, BEL); MaxRent = BEL; AnnualRec = RecRent * 12; AnnualMax = MaxRent * 12
The calculator first normalizes entered income to monthly gross income, then applies the two fixed less-debt screens. Recommended monthly rent is the lower of those screens, maximum monthly rent is the 36 percent less-debt screen, and the one-third row is shown separately as context.| Symbol | Meaning | How this page uses it |
|---|---|---|
| PTI | Pre-tax income | The income amount entered on the calculator before taxes and deductions. It can be annual or monthly depending on the income frequency field. |
| incomeUnit | Income frequency | The selected year or month setting. Annual income is divided by 12, while monthly income is used as entered. |
| MGI | Monthly gross income | The normalized monthly income before tax, deductions, utilities, deposits, insurance, savings, and other household costs. |
| Debt | Monthly debt payback | The recurring monthly debt-payment amount entered by the user. The app subtracts it from both fixed rent screens. |
| FEL | 28 percent less-debt limit | Monthly gross income times 28 percent minus monthly debt payback, floored at 0. |
| BEL | 36 percent less-debt limit | Monthly gross income times 36 percent minus monthly debt payback, floored at 0. |
| OneThird | One-third income screen | Monthly gross income divided by 3. This is displayed separately and does not set the recommended rent output. |
| RecRent | Recommended monthly rent | The lower of the 28 percent less-debt limit and the 36 percent less-debt limit. |
| MaxRent | Maximum monthly rent | The 36 percent less-debt limit after the zero floor is applied. |
| AnnualRec | Annual recommended rent | The full-precision recommended monthly rent multiplied by 12, then rounded for display. |
| AnnualMax | Annual maximum rent | The full-precision maximum monthly rent multiplied by 12, then rounded for display. |
These examples use the app's package fixtures so the formula page matches the production calculator instead of a generic rent-affordability worksheet.
The examples show how income frequency, recurring debt, the fixed percentage screens, min selection, and zero floors change the calculator output. They do not show whether a landlord will approve an application or whether a rent amount is suitable for a household.
Geographic scope: works globally. The math is currency-agnostic, so enter amounts in your own currency; local taxes, fees, and product rules are not included.
The calculator converts your pre-tax income to monthly and applies two classic screens: 28 percent of gross income (front-end) and 36 percent minus your existing monthly debt payments (back-end). The recommended rent is the lower of the two; on the default $80,000 income with no debt, that is about $1,867 per month. A separate one-third-of-income screen is shown because many landlords use it.
The back-end screen treats rent and debt as competing for the same 36 percent slice of gross income - $400 of monthly car and card payments shrinks the affordable-rent figure by the same $400. That mirrors how landlord and lender affordability checks think about obligations. The outputs show both limits separately so you can see which constraint is binding for your situation.
The 28/36 screens and the one-third rule are widely-used conventions, not regulations - individual landlords commonly ask for income of 2.5 to 3 times rent, and screening services apply their own criteria including credit history. The calculator's output is a planning ceiling from standard arithmetic. Local market prices, guarantor options, and roommate arrangements all sit outside the model.
This calculator is an original implementation based on the app's documented rent-screen formulas, fixed planning assumptions, deterministic fixtures, edge cases, rounding policy tests, and internal validation. It is not copied from a single source.
Outputs are checked with deterministic fixtures, edge cases, rounding policy tests, and internal validation artifacts. The result remains an educational estimate, not a rent recommendation, landlord approval rule, rental-assistance eligibility decision, local rent estimate, lease interpretation, legal answer, lending decision, budgeting plan, or personalised housing advice.
Formula version 2026.05.22-generic-rent-affordability. The version marks the calculation logic and validation fixture set used for this estimate.
Results are educational estimates, not advice. Read the full disclaimer.
debt
Estimate housing-cost and total-debt ratios from before-tax income, housing obligations, and recurring monthly debt payments.
other
Plan monthly cash flow from before-tax income, tax rate, and detailed household spending categories.
mortgage
Compare the long-term financial cost of buying a home with renting by modeling mortgage payments, transaction costs, ownership costs, rent growth, taxes, appreciation, and investment opportunity cost.
mortgage
Estimate an affordable home price from household income, debt payments, a fixed housing budget, mortgage terms, and recurring homeownership costs.
mortgage
Estimate principal-and-interest mortgage payments from home price, down payment, rate, and term.
loan
Estimate a lease payment from asset value, residual value, term, and interest rate, or solve the effective rate implied by a quoted monthly lease payment.