跳到主要内容

信用卡还款计算器

估算使用固定月度付款偿还信用卡余额需要多长时间,以及总利息和总成本——如果您在偿还期间继续使用卡片,则包括新的费用。

输入

可选。如果您在偿还期间继续使用卡片,每月添加到余额的持续支出。

输出

还款汇总
指标
No data yet
这对您有帮助吗?

使用此工具的更多方式

REST API

curl -X POST https://api.iotools.cloud/v1/tool/credit-card-payoff-calculator \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "balance": "5000",
    "apr": "22.99",
    "payment": "200",
    "monthlyCharges": "0"
  }'

替换成您账户中的密钥。工具的字段即为请求体——没有额外包装。

让 AI 代理执行

Use the IOTools `credit-card-payoff-calculator` tool (Credit Card Payoff Calculator) on this input:

YOUR_INPUT_HERE

将此粘贴给任何已连接 IOTools MCP 服务器的代理,再加上您的输入内容。

嵌入式小组件

<iframe
  src="https://iotools.cloud/embed/credit-card-payoff-calculator/"
  width="100%" height="520" frameborder="0" scrolling="no" loading="lazy"
  title="信用卡还款计算器 — iotools.cloud"
  sandbox="allow-scripts allow-forms allow-same-origin allow-downloads allow-popups allow-popups-to-escape-sandbox"
  allow="clipboard-write"
  style="width:100%;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden"></iframe>
<script src="https://iotools.cloud/embed.js" async></script>

把它放到您自己的页面上——免费,无需密钥,只需保留一个反向链接。

每次 API/MCP 调用费用5 积分起
需要更多积分?查看定价

也可通过

使用指南

What this calculator does

Enter your current credit card balance, its APR and a fixed monthly payment, and this calculator works out how many months it takes to pay off the balance, the total interest you'll pay along the way, and the total amount paid. Unlike a loan calculator that solves for the payment given a fixed term, a credit card runs the other direction — you decide what you can pay each month, and the calculator tells you how long that takes.

It also models the common real-world case of continuing to use the card while paying it down: an optional New Charges Added Each Month field lets you see how ongoing spending stretches out the payoff time and drives up total interest.

How it's calculated

The balance is simulated month by month, since credit card interest compounds on whatever remains after each payment — a plain formula can't capture that once new charges are added on top:

  1. Interest accrues on the current balance: interest = balance x (APR / 100 / 12).
  2. Any new charges for the month are added to the balance.
  3. The fixed monthly payment is applied, reducing the balance (the final payment is trued up to exactly clear the remainder).
  4. Repeat until the balance reaches $0.

The simulation is capped at 1,200 months (100 years) — if a payment doesn't outpace interest and new charges, the balance would never clear, and the calculator reports that clearly instead of appearing to hang.

How to use this tool

  1. Enter your Current Balance — what you currently owe on the card.
  2. Enter the card's Annual Percentage Rate (APR) as a percentage (e.g. 22.99).
  3. Enter the Fixed Monthly Payment you plan to pay every month.
  4. Optionally, enter New Charges Added Each Month if you'll keep using the card while paying down the balance. Leave it at 0 to model paying it off with no new spending.

The summary table updates instantly with the payoff time, total interest paid and total amount paid.

FAQ

Why does my payoff time seem longer than my bank's estimate? Some issuers estimate payoff using a minimum-payment schedule that shrinks each month as the balance drops. This calculator assumes you pay the same fixed amount every month, which pays off faster and costs less interest than a shrinking minimum payment — check which one your issuer is quoting.

What if my payment doesn't cover the interest? The calculator flags this directly: if your fixed payment is smaller than the interest (and any new charges) accruing each month, the balance would grow instead of shrink, and it would never be paid off. Increase the payment or reduce new spending.

Does this account for a card's minimum-payment percentage rule? No — it models a fixed dollar payment you choose, not a shifting percentage-of-balance minimum. For that, use the Credit Card Minimum Payment Calculator, which also compares a shrinking minimum payment against a fixed one. If you want to see what a fixed extra payment saves on a term loan instead, see the Debt Repayment Calculator.

I know how many months I want to pay it off in, not the payment amount — is there a calculator for that? Yes — the Credit Card Payment Calculator works in the opposite direction: enter your target payoff term and it solves for the fixed monthly payment that clears the balance in exactly that many months.

Privacy

All calculations run entirely in your browser. Nothing you enter — balances, APR or payment amounts — is sent to a server or stored anywhere.

credit carddebtpayoffinterestbalanceapramortizationfinance

喜欢这些工具?去掉广告吧。

一次性付款即可永久移除您账户中的所有广告。无需订阅,不追踪。