$
$
$
$
$
$

Enter your details and hit Calculate

What is Debt-to-Income Ratio?

Debt-to-income (DTI) ratio is the percentage of your gross monthly income that goes toward paying debts. It is the single most important metric lenders use to evaluate your ability to manage monthly payments and repay borrowed money. A lower DTI indicates a better balance between debt and income — and a lower risk to lenders.

There are two DTI ratios lenders consider. The front-end DTI (also called the housing ratio) measures only housing costs (mortgage principal, interest, taxes, and insurance) as a percentage of income. Most lenders prefer front-end DTI below 28–31%. The back-end DTI measures all monthly debt payments as a percentage of income — this is what most lenders cite when they say "43% DTI limit."

Knowing your DTI before applying for a loan lets you understand exactly where you stand and whether you need to pay down existing debts, increase income, or adjust your loan expectations before applying.

DTI Formula

Both DTI ratios are calculated using straightforward division:

Front-End DTI = Monthly Housing CostGross Monthly Income × 100
Back-End DTI = Total Monthly Debt PaymentsGross Monthly Income × 100
  • Monthly Housing Cost — Rent or mortgage payment (principal, interest, taxes, insurance).
  • Total Monthly Debts — Housing + car loans + student loans + credit card minimums + other debts.
  • Gross Monthly Income — Pre-tax income from all sources.

Example: $6,000/Month Income

With a $6,000 gross monthly income, here's what different debt levels mean for your DTI and loan qualification:

Total Monthly DebtsBack-End DTIQualification Status
$1,20020%Excellent — very likely approved
$1,80030%Good — well within most limits
$2,58043%Borderline — conventional mortgage limit
$3,00050%High risk — may require strong credit/assets

The 36% back-end DTI is the most commonly cited "safe" threshold. At $6,000/month income, that means $2,160 in total monthly debts. If you're at 43% or above, lenders may require a larger down payment, co-signer, or higher credit score to approve a new loan.

DTI benchmarks based on conventional lending guidelines. Actual approval depends on credit score, assets, and lender-specific criteria.

Frequently Asked Questions

What DTI is needed to qualify for a mortgage?

Conventional loans typically require back-end DTI at or below 43–45%. FHA loans allow up to 50% with strong compensating factors. VA loans also allow higher DTIs for eligible veterans. The "28/36 rule" is a common guideline: front-end DTI no more than 28%, back-end no more than 36%. Fannie Mae and Freddie Mac allow up to 50% DTI with automated underwriting approval. A lower DTI improves your chances significantly and may qualify you for better interest rates.

Does DTI affect my credit score?

DTI is not directly used in your credit score calculation — FICO and VantageScore do not factor income into credit scores. However, the underlying debts that raise your DTI do affect your credit utilization ratio (for credit cards), which is a major factor. High utilization (above 30%) can lower your credit score. Paying down balances improves both your DTI and your credit score simultaneously.

What is the fastest way to lower my DTI?

There are two approaches: reduce debts or increase income. Paying off small debts entirely (especially credit cards and personal loans) eliminates their monthly payment completely, which drops your DTI faster than making minimum payments on multiple accounts. Paying off a $200/month car loan removes $200 from your monthly debts immediately. Alternatively, any income increase — raise, side income, bonus — lowers DTI without reducing debt.

Is rent counted in DTI?

For current rent: yes, rent counts as a housing payment in your front-end DTI. For a mortgage application, lenders replace your current rent figure with the proposed new mortgage payment (principal + interest + taxes + insurance). This is why your DTI changes when you apply for a mortgage — the lender substitutes your current rent with the new mortgage payment to evaluate affordability of the proposed loan.

function resetCalc() { document.querySelectorAll('.field-grid input, .field-grid select').forEach(function(el) { el.value = ''; }); var p = document.getElementById('placeholder'); var g = document.getElementById('resultsGrid'); if (p) p.style.display = ''; if (g) g.hidden = true; document.querySelectorAll('.result-value').forEach(function(el) { el.textContent = '—'; }); }