Credit Utilization Calculator
Calculate per-card and overall credit utilization from a list of cards. Get a rating (Excellent to Critical) for each card and your overall utilization, plus the exact amount to pay down to hit the 30% and 10% benchmarks credit scoring models reward.
Input
One card per line as "Card Name, Balance, Limit". The card name is optional — "450, 2000" on its own works too.
Output
| Metric | Value |
|---|---|
| No data yet | |
| Card | Balance | Limit | Utilization | Rating | Pay Down to 30% | Pay Down to 10% |
|---|---|---|---|---|---|---|
| No data yet | ||||||
Guides
What this credit utilization calculator does
Credit utilization is the percentage of your available credit you're currently using — total balances divided by total credit limits. It's one of the biggest factors in your credit score after payment history, and it's calculated two ways: per card and overall across every card combined. This tool computes both, rates each one, and tells you exactly how much to pay down to hit the two thresholds credit scoring models reward most.
How to use it
Enter one card per line in the format:
Card Name, Balance, Limit
For example:
Visa, 450, 2000
Mastercard, 1200, 5000
Store Card, 90, 500
The card name is optional — 450, 2000 on its own works fine — and you can enter as many cards as you have. The result updates as you type: an overall summary table (total balance, total limit, overall utilization, rating, available credit, and the amount to pay down to reach 30% and 10%), plus a per-card breakdown with the same figures for each individual card.
How utilization is calculated
Utilization = Balance ÷ Credit Limit × 100
Per-card utilization uses that card's own balance and limit. Overall utilization pools every card's balance and limit first, then divides — it is not an average of the per-card percentages, since a $50 balance on a $100 limit card shouldn't count as much as a $5,000 balance on a $20,000 limit card.
Rating scale
- Excellent — under 10%
- Good — 10% to 29%
- Fair — 30% to 49%
- Poor — 50% to 74%
- Critical — 75% and up
The widely-cited "keep it under 30%" rule marks the Good/Fair boundary; scoring models tend to reward utilization under 10% even more.
Frequently asked questions
Why does the tool show a "card to prioritize"? When several cards have different utilization levels, paying down the highest-utilization card first moves your overall percentage the most per dollar — a card already sitting at 5% barely affects your rating, while one at 90% is dragging the average down hard.
Does paying my balance to $0 help more than paying it to 30%? It helps a little more, but the return diminishes — going from 30% to 10% typically has more impact on your score than going from 10% to 0%, since 10% and under is already treated as excellent by most scoring models.
Does this report my actual credit score? No — this tool only calculates utilization ratios from the numbers you enter. It doesn't pull your credit report or score, and nothing you type is sent anywhere.
What if I want to see full loan payoff schedules instead of a snapshot? Use the Debt Repayment Calculator for month-by-month amortization with an optional extra payment, or the Debt-to-Income Ratio Calculator to see how your monthly debt payments compare to your income.
Privacy
Everything runs in your browser. Your card names and balances are never uploaded or stored.
Use it from code
From 3 credits per callREST API
curl -X POST https://api.iotools.cloud/v1/tool/credit-utilization-calculator \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"cards": "Visa, 450, 2000\nMastercard, 1200, 5000",
"currency": "USD"
}'Swap in your own key from your account. The tool's fields are the body — no wrapper.
Ask an AI agent
Use the IOTools `credit-utilization-calculator` tool (Credit Utilization Calculator) on this input:
YOUR_INPUT_HEREPaste this at any agent connected to the IOTools MCP server, then add your input.