debt
Credit Card Payment Plan Calculator
Compare fixed-payment, minimum-percent, and target-date plans for one credit card balance.
debt calculator
The Fixed Payment Credit Card Payoff Calculator estimates how long one carried credit-card balance could take to reach zero when the same monthly payment is made each month. It reports payoff months, payoff years, total paid, total interest, and a payoff note from the entered balance, annual rate, and monthly payment.
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 a simple one-card fixed-payment estimate before comparing broader debt tools. Use Credit Card Payment Plan when you need fixed, minimum-percent, and target-time modes, Debt Payoff when several balances need an ordering plan, DTI when card payments are part of a monthly debt ratio, Payment or Loan Payment for fixed installment-loan assumptions, APR when fees and disclosure rates matter, and CFPB, Regulation Z, issuer agreements, legal sources, debt-counseling sources, or local regulators for real statement disclosures, issuer minimum-payment formulas, payment allocation, fees, promotional balances, hardship plans, legal, regulated-advice, or jurisdiction-specific questions.
The app converts the entered annual rate to a simplified monthly rate with annualRate / 100 / 12 and computes first-month interest as balance * monthlyRate. When the rate is positive, monthlyPayment must exceed first-month interest; otherwise the calculator reports Not available because the modeled balance cannot shrink. If the payment is high enough, the app loops month by month, adds current-month interest before the payment, pays min(monthlyPayment, balance + interest) so the final payment can be smaller than the regular amount, sums total paid and total interest, counts payoff months, rounds payoff years as months / 12, and stops at a 1200-month safety cap.
This formula page covers the app's Fixed Payment Credit Card Payoff Calculator: a single-card payoff estimate that keeps one balance, one entered APR, and one fixed monthly payment. It converts the entered APR into a simplified monthly rate, adds interest before each payment, uses a smaller final payment when needed, and reports payoff months, payoff years, total paid, and total interest. It does not calculate issuer daily-balance interest, required minimum payments, statement repayment disclosures, fees, grace periods, promotional balances, payment allocation across APR buckets, legal disclosures, or personalised debt advice.
r = APR / 100 / 12; I_t = B_t * r; Pay_t = min(M, B_t + I_t); B_(t+1) = B_t + I_t - Pay_t; stop when B_t <= 0.005 or N = 1200; Years = N / 12; TotalInterest = sum(I_t); TotalPaid = sum(Pay_t)
Each simulated month starts with the remaining balance, adds simplified monthly interest, then applies the fixed payment capped at the balance plus that month's interest.| Symbol | Meaning | How this page uses it |
|---|---|---|
| B_0 | Starting balance | The Current balance entered on the calculator. |
| APR | Entered annual rate | The Annual rate input. The app treats it as a simplified annual percentage rate for monthly simulation, not as an issuer statement method. |
| r | Simplified monthly rate | The entered APR divided by 100 and then divided by 12. |
| M | Fixed monthly payment | The Monthly payment entered on the calculator. |
| B_t | Balance before month t interest | The remaining balance at the start of a simulated month. |
| I_t | Month t interest | The simplified interest added for that month, calculated as B_t times r. |
| Pay_t | Month t payment | The payment applied after interest. The final month may be smaller than M because it is capped at balance plus interest. |
| N | Payoff months | The number of simulated months until the balance is effectively zero, subject to the implementation's 1200-month safety cap. |
| Years | Payoff years | Payoff months divided by 12 and displayed to two decimals. |
| TotalPaid | Total paid | The sum of all simulated payments, including any smaller final payment. |
| TotalInterest | Total interest | The sum of monthly interest added during the payoff simulation. |
The package fixtures cover the default fixed-payment scenario and a 0 percent APR branch.
The page explains one-card fixed-payment math from the entered assumptions. It is not an issuer statement, minimum-payment disclosure, debt-counseling plan, legal disclosure, lender quote, or personalised financial advice.
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 simulates your balance month by month: it adds interest at the entered APR divided by 12, subtracts your fixed payment, and repeats until the balance reaches zero, allowing a smaller final payment. With the defaults - $5,000 at 21.99 percent APR and $250 per month - it reports the months to payoff, total paid, and total interest, so you see the full cost of the payment level you chose.
Most issuers charge interest using a daily periodic rate applied to your average daily balance, while this calculator uses the simpler APR-divided-by-12 monthly convention. Purchase timing, grace periods, and when your payment posts within the cycle all shift real interest slightly. The estimate is close enough for planning payoff timelines, but your statement is the authoritative number.
If your payment is less than or equal to the first month's interest, the balance never declines - at the default 21.99 percent APR on $5,000, that threshold is about $92 of monthly interest. The simulation caps at 1,200 months and flags a payment that cannot retire the balance. In that situation the useful levers are a larger payment, a lower-rate balance transfer, or the multi-debt strategies in the Debt Payoff Calculator.
No. It models one balance at one entered APR, which is the common case of a single card carrying a purchase balance. Promotional-rate windows, deferred-interest plans, cash-advance buckets, and balance-transfer fees each follow issuer-specific allocation rules that a single-rate simulation cannot represent honestly. For several cards or loans at different rates, the Debt Payoff Calculator simulates them together with an avalanche order.
This calculator is an original fixed-payment payoff simulation for one balance at one APR ÷ 12 monthly rate with a reduced final payment and a 1,200-month cap, validated by deterministic fixtures, edge cases, and rounding policy tests. It is not copied from a single source.
Fixtures pin the $5,000-at-21.99-percent default timeline and the payment-below-interest non-convergence flag. The result remains an educational estimate, not an issuer statement or a debt-management plan.
Formula version 2026.05.20. 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
Compare fixed-payment, minimum-percent, and target-date plans for one credit card balance.
debt
Plan a debt avalanche payoff schedule across multiple debts with optional monthly, yearly, and one-time extra payments.
debt
Estimate housing-cost and total-debt ratios from before-tax income, housing obligations, and recurring monthly debt payments.
loan
Solve either the monthly payment for a fixed-term loan or the payoff time for a fixed monthly payment.
loan
Estimate annual percentage rate from loan amount, note rate, term, and finance charges.