Business Loan Calculator

Professional Business Loan Calculator. Estimate periodic payments, payoff time, total interest, and fees for small business loans. Supports extra payments, origination fees, and multiple payment frequencies.

Loan inputs

%
Payment frequency

Fees & extra payments

%
$
$

Applied each period on top of the scheduled payment to reduce interest and shorten payoff time.

How to Use This Calculator

This professional-grade business loan calculator helps founders, CFOs, and lenders estimate periodic payments, payoff time, total interest, and fees. Enter your loan amount, APR, and term, choose the payment frequency (monthly, biweekly, or weekly), then add origination or other fees along with optional extra payments to simulate accelerated payoff strategies.

Tap "Calculate" to refresh the output. The tool shows scheduled and on-target payments, the total number of payments, and the estimated payoff time for the scenario you entered.

Methodology

Authoritative data and formulas align with the Consumer Financial Protection Bureau, Regulation Z (Truth in Lending Act), 12 CFR 1026, Appendix J — Annual Percentage Rate (APR) calculations for closed-end credit (last revised 2023-10-01). Read Appendix J. All calculations simulate standard amortization mathematics with periodic compounding matched to the selected payment frequency.

Tutti i calcoli si basano rigorosamente sulle formule e sui dati forniti da questa fonte.

Glossary of variables

  • Loan amount: Amount borrowed before fees.
  • APR (nominal): Annual rate not including fees; used to compute the periodic rate.
  • Payment frequency: Number of payments per year (12 monthly, 26 biweekly, 52 weekly).
  • Origination fee: Percentage of loan; financed means added to principal; otherwise paid upfront.
  • Other upfront fees: Flat amounts paid at closing, not financed.
  • Extra payment: Additional amount paid every period on top of the scheduled payment.
  • Payment per period: Scheduled payment before any extra.
  • Number of payments: Count required to fully amortize the loan (shorter if extra payments are made).
  • Total interest: Sum of interest across all periods.
  • Total fees: Origination (percent) + other fees.
  • Total cost: Total interest + total fees.
  • Net funds to business: Loan amount minus upfront fees.
  • Effective Annual Rate (EAR): Annualized rate reflecting compounding at the selected frequency.

How It Works: A Step-by-Step Example

Suppose a business borrows $100,000 at 9% APR for 5 years with monthly payments. An origination fee of 2% is paid upfront, plus $500 in other fees. An extra $100 is added to each payment.

  1. Payments per year m = 12; total payments n = 5 × 12 = 60; periodic rate r = 0.09 / 12 = 0.0075.
  2. Financed principal L = 100,000 (fee is upfront, not financed).
  3. Scheduled payment: P = (0.0075 × 100000) / (1 - (1.0075)-60) ≈ 2076.75.
  4. With extra = 100, pay P* = 2176.75 each month until the balance reaches 0; the last payment is adjusted to avoid overpaying.
  5. Total fees = 2,000 + 500 = 2,500; Net funds = 100,000 − 2,500 = 97,500.
  6. The calculator iterates the amortization to return actual payoff time and total interest, and compares with the baseline without extra to show savings.

Frequently Asked Questions (FAQ)

What payment frequencies are supported?

Monthly (12/year), biweekly (26/year), and weekly (52/year). Compounding is assumed to match the frequency.

Do fees affect my payment?

Financed fees increase the principal and thus the payment and interest. Upfront fees do not change the scheduled payment but reduce net funds disbursed.

Can I model extra payments?

Yes. Add an amount in “Extra payment per period.” It is applied directly to principal after interest, shortening payoff time.

What is the difference between APR and EAR?

APR is a nominal annual rate used for disclosures. EAR converts the periodic rate (APR divided by payments per year) into an effective annual rate using compounding.

Is this calculator suitable for loans with balloons or interest-only periods?

This version models level-payment amortizing loans. For balloon or interest-only structures, consult your lender’s amortization schedule or a specialized calculator.

Are my inputs saved?

As you type, the URL updates with your inputs. You can bookmark or share it to revisit the same scenario.

Does this tool provide financial advice?

No. It provides educational estimates based on standard formulas. Always verify terms with your lender and consult a qualified advisor.

Formulas

Scheduled payment (r > 0):

P = \frac{r ⋅ L}{1 - (1+r)^{-n}}

When r = 0: P = L / n.

Effective Annual Rate:

EAR = (1 + r)^{m} - 1

Balance recurrence:

I_t = r ⋅ B_{t-1},  Principal_t = P* - I_t,  B_t = B_{t-1} - Principal_t

Where P* = P + Extra when extra payments are used; the final payment is adjusted to avoid overpaying.

  • L = principal financed (including any financed origination fee).
  • r = periodic interest rate (APR / m).
  • n = total number of payments (years × payments per year).
  • Extra payment accelerates payoff by directly reducing principal.
Citations

CFPB, Regulation Z — Appendix J (Annual Percentage Rate calculations). Accessed 2026-01-19. https://www.consumerfinance.gov/rules-policy/regulations/1026/Appendices/Appendix-J/

Changelog
  • 0.1.0-draft — 2026-01-19: Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido Last Updated: 2026-01-19 Version 0.1.0-draft
Version 1.5.0