Debt-to-Income Ratio Calculator
MathCompute the debt-to-income ratio (total monthly debt payments over gross monthly income) from one or more monthly debts, plus a qualitative tier matching common mortgage-lending guidance.
Enter one or more monthly debt payments, such as rent or a mortgage, a car loan, student loans, and minimum credit card payments, along with your gross monthly income, to see your back-end debt-to-income ratio. Each debt shows its own share of your income alongside the combined total, and the overall ratio gets a qualitative tier drawn from common mortgage-lending guidance: under 36% is healthy, up to 43% is moderate, up to 50% is high, and above that is severe. This is pure arithmetic on the numbers you type in, not a loan pre-approval or a lookup of your actual credit accounts.
How to use Debt-to-Income Ratio Calculator
- 1.Add a label and monthly amount for each debt payment you want to include.
- 2.Enter your gross (pre-tax) monthly income.
- 3.Read each debt's share of income and the combined DTI percentage and tier at the bottom.
Frequently asked questions
Use via API, SDK, or MCP
cURL# Free: 1,000 req/day · Pro: 10,000 req/day
curl -X POST https://api.utilix.tech/v1/tools/debt-to-income-ratio-calculator \
-H "Authorization: Bearer utx_live_..." \
-H "Content-Type: application/json" \
-d '{"debts":[{"label":"Rent","amount":1500},{"label":"Car loan","amount":400}],"grossMonthlyIncome":5000}'Get an API key from your dashboard · Full API docs →