{
  "slug": "how-long-to-pay-off-credit-card",
  "title": "How Long Will It Take to Pay Off My Credit Card?",
  "heading": "How Long Will It Take to Pay Off My Credit Card?",
  "category": "financial",
  "url": "https://www.revenuelab.fyi/toolbox/how-long-to-pay-off-credit-card",
  "summary": "A $5,000 balance at 22% APR paying $200/month takes about 33 months and costs over $1,500 in interest.",
  "description": "Credit card payoff time depends on your balance, APR, and fixed monthly payment, since interest compounds on the remaining balance each month. This calculator simulates the payoff month by month, applying interest first and then your payment to principal, until the balance reaches zero, and totals the interest paid along the way.",
  "formula": "Each month: Interest = Balance × (APR ÷ 12). Balance = Balance + Interest − Payment. Repeat until Balance ≤ 0.",
  "dateModified": "2026-09-06",
  "run_url": "https://www.revenuelab.fyi/api/public/calc?tool=how-long-to-pay-off-credit-card",
  "inputs": [
    {
      "id": "balance",
      "label": "Current balance",
      "kind": "number",
      "hint": null,
      "default": 5000,
      "unit": "$",
      "min": 1,
      "max": null
    },
    {
      "id": "apr",
      "label": "APR",
      "kind": "number",
      "hint": null,
      "default": 22,
      "unit": "%",
      "min": 0,
      "max": 40
    },
    {
      "id": "payment",
      "label": "Fixed monthly payment",
      "kind": "number",
      "hint": null,
      "default": 200,
      "unit": "$",
      "min": 1,
      "max": null
    }
  ],
  "outputs": [
    {
      "id": "months",
      "label": "Months to pay off",
      "format": "number",
      "hint": null,
      "primary": true
    },
    {
      "id": "totalInterest",
      "label": "Total interest paid",
      "format": "currency",
      "hint": null,
      "primary": false
    },
    {
      "id": "totalPaid",
      "label": "Total amount paid",
      "format": "currency",
      "hint": null,
      "primary": false
    }
  ],
  "worked_example": {
    "inputs": [
      "Current balance: 5000 $",
      "APR: 22 %",
      "Fixed monthly payment: 200 $"
    ],
    "outputs": [
      "Months to pay off: 34",
      "Total interest paid: $1,750",
      "Total amount paid: $6,750"
    ]
  },
  "how_to": {
    "title": "How to use this",
    "steps": [
      "Enter current balance ($).",
      "Enter apr (%).",
      "Enter fixed monthly payment ($).",
      "Read your months to pay off on the right — it updates as you type.",
      "Hit Share to keep the scenario or send it to someone."
    ]
  },
  "scenarios": [
    {
      "name": "Conservative",
      "description": "Lower-end numbers — what if things land soft?",
      "values": {
        "balance": 3000,
        "apr": 22,
        "payment": 120
      }
    },
    {
      "name": "Typical",
      "description": "Defaults — the most common real-world setup.",
      "values": {
        "balance": 5000,
        "apr": 22,
        "payment": 200
      }
    },
    {
      "name": "Ambitious",
      "description": "Higher-end numbers — what if things really pop?",
      "values": {
        "balance": 8000,
        "apr": 22,
        "payment": 320
      }
    }
  ],
  "limitations": [
    "Results are estimates before tax, fees, and inflation unless an input explicitly covers them.",
    "Rates are treated as fixed for the whole period — variable-rate products will drift from this projection.",
    "This is educational maths, not financial advice. Check anything contractual with the lender or your accountant."
  ],
  "faq": [
    {
      "q": "How long will it take to pay off my credit card?",
      "a": "A $5,000 balance at 22% APR with $200/month fixed payments takes about 32 months (2 years 8 months) and costs around $1,470 in interest along the way."
    },
    {
      "q": "Why does minimum payment take so long?",
      "a": "Minimum payments are often just 1-3% of balance, so most of the payment covers interest with very little going to principal, which can stretch payoff to decades on large balances."
    },
    {
      "q": "What happens if my payment barely covers interest?",
      "a": "If your fixed payment is less than or equal to the monthly interest charge, the balance never shrinks and can grow indefinitely — you must pay more than the interest amount to make progress."
    },
    {
      "q": "Does paying extra each month help a lot?",
      "a": "Yes — because interest compounds on the remaining balance, even modest extra payments early on dramatically cut total interest and months to payoff compared to sticking with a low fixed payment."
    }
  ],
  "related": [
    "https://www.revenuelab.fyi/toolbox/how-much-will-my-raise-be-after-tax",
    "https://www.revenuelab.fyi/toolbox/how-long-will-my-savings-last"
  ],
  "license": "CC-BY-4.0",
  "citation": "RevenueLab — How Long Will It Take to Pay Off My Credit Card? (https://www.revenuelab.fyi/toolbox/how-long-to-pay-off-credit-card)"
}