Debt Consolidation Calculator

Compare your current debts vs a single consolidated loan. See if consolidation saves you money.

1
Current Debts
$
%
$
%
$
%
%
2
Comparison Results
Current Total Monthly
Consolidated Monthly
Monthly Savings
Total Interest Saved

How the Debt Consolidation Calculator Works

This calculator compares your current multiple debts (each with their own interest rate) against a single consolidated loan. It calculates the monthly payment and total interest for both scenarios so you can see your potential savings.

When Debt Consolidation Makes Sense

Types of Debt Consolidation

Debt Consolidation Calculator — CreditScoreCalcTools by State

Frequently Asked Questions

Is debt consolidation a good idea?
Debt consolidation is a good idea when the consolidated interest rate is lower than your average current rate. It simplifies payments and can save money. However, it is not helpful if you continue accumulating new debt.
Does debt consolidation hurt your credit score?
Initially, applying for a consolidation loan causes a hard inquiry that may lower your score temporarily. However, consolidation typically helps your score long-term by reducing utilization and establishing consistent payments.
What interest rate can I get for a consolidation loan?
Rates depend on your credit score. Excellent credit (750+) may qualify for 6-10%. Good credit (670-749) typically sees 10-16%. Fair credit (580-669) may see 16-25%. Rates vary by lender and loan amount.
Should I close credit cards after consolidating?
Generally no. Closing cards reduces your total available credit, which can increase your utilization ratio and hurt your score. Keep cards open but avoid using them to prevent re-accumulating debt.
How long does debt consolidation take?
Getting approved for a consolidation loan takes 1-7 days. Most personal loans fund within a week. Balance transfers may take 1-3 weeks. The repayment period is typically 2-5 years depending on the loan term.
+Math.round(currentTotalMonthly).toLocaleString();document.getElementById('dc-cons-monthly').textContent=' +Math.round(consMonthly).toLocaleString();var monthlySave=currentTotalMonthly-consMonthly;var intSave=currentTotalInt-consTotalInt;document.getElementById('dc-monthly-save').textContent=' +Math.round(monthlySave).toLocaleString()+'/mo';document.getElementById('dc-int-save').textContent=' +Math.round(intSave).toLocaleString();var rows='';debts.forEach(function(d,i){var mr=d.rate/100/12;var mp=mr>0?d.bal*mr/(1-Math.pow(1+mr,-term)):d.bal/term;rows+='Debt '+(i+1)+' +d.bal.toLocaleString()+''+d.rate+'% +Math.round(mp).toLocaleString()+' +Math.round(mp*term-d.bal).toLocaleString()+'';});document.getElementById('dc-table').innerHTML='
Detailed Breakdown
'+rows+'
DebtBalanceAPRMonthlyTotal Interest
Current Total +totalBal.toLocaleString()+' +Math.round(currentTotalMonthly).toLocaleString()+' +Math.round(currentTotalInt).toLocaleString()+'
Consolidated +totalBal.toLocaleString()+''+consRate+'% +Math.round(consMonthly).toLocaleString()+' +Math.round(consTotalInt).toLocaleString()+'
';}