Business Loan Calculator

How to estimate payments and compare offers without trusting the salesperson's spreadsheet

Quick answer

The amortization formula every business loan uses: M = P[r(1+r)^n] / [(1+r)^n - 1] where M = monthly P&I, P = principal, r = monthly rate (annual/12), n = total monthly payments. For factor-rate products (MCA, RBF), convert to APR: (factor - 1) / years × 1.8. A 1.30 factor over 6 months ≈ 108% APR. Always include origination, points, and fees in comparisons — a 9% rate with 5% origination has a higher effective APR than 10% with 1%. This page walks the math by product type with worked examples so you can verify any quote without a spreadsheet.

Get a real quote you can verify →

Business Loan Payment Calculator

Enter your amount, rate, and term to estimate the monthly payment instantly (fill at least three of the four fields). Results are estimates, not an offer — apply for real terms. The formulas behind it are explained below so you can verify any quote by hand.

Online calculators are fine for the basic amortization math but they hide assumptions and rarely handle origination, points, balloon payments, or factor-rate conversions. Knowing the formulas yourself lets you verify any quote, compare offers across different structures, and catch the small fees that turn a competitive headline rate into a worse total cost. For broader context see business loan rates 2026 and business financing glossary.

The Amortization Formula

Almost every U.S. business loan amortizes — SBA, conventional, equipment, term loan, CRE, even most working capital loans. The formula:

M = P[r(1+r)^n] / [(1+r)^n - 1]

  • M = monthly principal & interest payment
  • P = principal (loan amount)
  • r = monthly interest rate (annual rate / 12)
  • n = total number of monthly payments (years × 12)

Worked example: $250K SBA 7(a), 10 years, 10.25% APR

  • P = $250,000
  • r = 0.1025 / 12 = 0.008542
  • n = 10 × 12 = 120
  • (1+r)^n = (1.008542)^120 ≈ 2.769
  • M = 250,000 × (0.008542 × 2.769) / (2.769 - 1) = 250,000 × 0.013372 = ~$3,343/mo
  • Total payback: 3,343 × 120 = $401,160 → ~$151K interest

The standard PMT() function in Excel/Google Sheets does this same calculation: =PMT(0.1025/12, 120, -250000) returns 3,341. Same answer, less arithmetic.

Factor Rate to APR Conversion

MCAs and revenue-based financing price as factor rates (1.20-1.50 typical), not APRs. To compare to amortizing loans, convert. Quick approximation:

Effective APR ≈ ((factor - 1) / term in years) × 1.8

The 1.8 multiplier adjusts for the declining-balance interest assumed by APR vs the flat factor rate (which charges the full amount regardless of paydown).

Worked example: $50K MCA, 1.30 factor, 6-month term

  • Factor: 1.30 → total payback = $50,000 × 1.30 = $65,000 (interest cost: $15,000)
  • Term in years: 0.5
  • Effective APR ≈ ((1.30 - 1) / 0.5) × 1.8 = 0.6 × 1.8 = ~108% APR

The same factor rate over 12 months: 0.30/1 × 1.8 = 54% APR. Same dollar cost, half the term, double the effective APR. Always include term in the comparison.

Total Cost of Capital (Including Fees)

Headline rates don't include fees. Always compute total cost:

Total Cost = (Monthly P&I × N) + Origination + Points + Other Fees - Rebates

Worked example: comparing two equipment loans

Same $100K equipment, two offers:

  • Lender A: 9% APR, 5% origination, 5-year term. M = $2,076. Total payback: $124,560 + $5,000 origination = $129,560.
  • Lender B: 10% APR, 1% origination, 5-year term. M = $2,125. Total payback: $127,500 + $1,000 origination = $128,500.

Lender B's higher rate beats Lender A's lower rate after fees. The headline rate alone misled.

Balloon Payments

Common in CRE and SBA real-estate-secured loans: amortize over 25 years but balloon at year 5, 7, or 10. To compute:

  1. Calculate the monthly payment as if fully amortizing (e.g., 25 years)
  2. Identify the remaining balance at the balloon date
  3. The remaining balance is the balloon owed at maturity

The fastest way: use the =CUMPRINC() function in Excel or any standard amortization calculator. Note: the borrower owes the balloon either by refinancing to a new loan, selling the property, or paying off from operations.

Line of Credit Math

Lines of credit don't amortize fixed payments — you pay interest on the drawn balance plus minimum principal. Cost depends on average utilization:

Year 1 cost ≈ (Average Drawn Balance × APR) + Annual Fee + Origination

Example: $100K line, 14% APR, $1,500 annual fee, $1,000 origination

  • Full draw all year: $100K × 14% + $1,500 + $1,000 = $16,500 year-1 cost
  • 50% average utilization: $50K × 14% + $1,500 + $1,000 = $9,500 year-1 cost
  • 20% average utilization: $20K × 14% + $1,500 + $1,000 = $5,300 year-1 cost

The fixed annual fee makes lines expensive at low utilization. Compare against an equivalent term loan to see which structure fits the actual draw pattern.

Quick Reference: Monthly Payment per $10,000 Borrowed

To estimate a fixed-rate loan payment fast, look up the figure below for your APR and term, then multiply by the number of $10,000 increments you're borrowing. For example, a $250,000 loan at 10% APR over 10 years ≈ 25 × $132 = $3,300/month. Figures are rounded amortized payments for illustration; your actual quote depends on the exact rate, term, and any fees.

APR3-year term5-year term10-year term
8%$313$203$121
10%$323$212$132
12%$332$222$143
15%$347$238$161

Two takeaways the table makes obvious: a longer term lowers the monthly payment sharply (but raises total interest), and at short terms the rate matters far less to the payment than the term does. Use the amortization formula above when you need an exact figure or a term the table doesn't list.

How to Verify Any Quote

  1. Confirm the structure — amortizing, factor rate, revolving, balloon
  2. Recompute the monthly payment using PMT() or the formula above
  3. Add all fees — origination, points, SBA fees, packaging, advisory
  4. Convert factor rates to APR if comparing to amortizing offers
  5. Compute total cost over the same hold period for all offers
  6. Pick on total cost, not headline rate

Next Step

Have a quote you want to verify? Get a real quote you can verify — one application reaches multiple lenders with transparent pricing.

Embed This Calculator on Your Site

Free to use — just keep the attribution link. Paste this snippet into any page:

Click the box to select all, then copy. The calculator stays up to date automatically.

Frequently Asked Questions

What is the amortization formula?

M = P[r(1+r)^n] / [(1+r)^n - 1], where M = monthly payment, P = principal, r = monthly interest rate (annual / 12), and n = number of monthly payments. This is the standard formula behind every loan calculator.

How do I convert a factor rate to APR?

Quick approximation: (factor - 1) / term in years × 1.8. A 1.30 factor rate over 6 months: (0.30 / 0.5) × 1.8 = 108% APR. The 1.8 multiplier adjusts for the declining-balance interest assumed in APR vs a flat factor rate.

How do I compute total cost of capital?

Monthly payment × number of payments + any origination, points, or fees − any rebates. For factor-rate products: principal × factor rate + any extras. Always include fees in the comparison.

How do I compute the impact of a balloon payment?

Compute the monthly payment using full amortization (e.g., 25 years), then identify the remaining balance at the balloon date (often 5–10 years in). That remaining balance becomes the balloon. Use a standard amortization schedule or the formula at any point in the term.

Why don't I just use an online calculator?

Online calculators handle the basic amortization math but rarely include origination, prepayment penalties, or factor-rate conversions. Knowing the formulas lets you verify any quote and compare offers across different structures (loan vs lease vs MCA).

See If You Qualify