Business Loan Calculator: How Repayments Work

A business loan calculator works out your monthly repayment using the loan amount, interest rate and term. The formula is M = P x [r(1+r)^n] / [(1+r)^n - 1], where P is the principal, r is the monthly rate, and n is the number of payments. It then shows total interest and overall cost.
A business loan calculator turns three numbers - how much you borrow, the interest rate, and how long you have to repay - into the one figure that actually matters for your cash flow: the monthly repayment. Used well, it tells you the total cost of borrowing before you sign anything, lets you compare offers fairly, and shows whether the repayments fit comfortably inside your monthly revenue. Used badly, or skipped entirely, it leaves you guessing about a commitment that can last years.
This guide explains exactly how a business loan calculator works. You will see the precise repayment formula, what every input means and where to find it, two fully worked examples with realistic figures, how to read an amortization schedule, and how to judge whether the result is a "good" number for your business. By the end, you will be able to sanity-check any lender's quote yourself.
What a Business Loan Calculator Does
At its core, a business loan calculator solves an amortization problem. An amortizing loan is one you repay in equal, regular installments - usually monthly - where each payment covers the interest accrued that period plus a slice of the original balance (the principal). Early on, most of each payment is interest. As the balance shrinks, more of each payment goes toward principal until the loan reaches zero on the final payment.
The calculator answers four questions at once:
- What is my fixed monthly repayment?
- How much will I repay in total over the life of the loan?
- How much of that total is pure interest (the cost of borrowing)?
- How does the balance fall month by month?
That last point matters because it reveals the true cost. A loan with a low headline rate but a long term can cost more in total interest than a higher-rate loan repaid quickly. A calculator makes the trade-off visible.
The Business Loan Repayment Formula
The standard formula for a fixed-rate amortizing loan is:
M = P x [ r(1 + r)^n ] / [ (1 + r)^n − 1 ]
Where:
- M = monthly repayment (the figure you want)
- P = principal (the amount you borrow)
- r = monthly interest rate (annual rate divided by 12, as a decimal)
- n = total number of monthly payments (years x 12)
Once you have M, two follow-on figures complete the picture:
- Total repaid = M x n
- Total interest = (M x n) − P
The total interest is the genuine cost of the loan - the number to compare across offers, not the monthly payment alone.
Why the formula looks the way it does
The exponent n and the (1 + r) terms are there because interest compounds on the reducing balance. Each month, interest is charged only on what you still owe. The formula bundles all of those shrinking interest charges into one constant payment so your repayment never changes - which makes budgeting predictable. That predictability is exactly why fixed-rate amortizing loans are the most common form of business term debt.
What Each Input Means and Where to Find It
The output is only as good as the three numbers you feed in. Here is what each one is and where to get the accurate figure.
Principal (P)
This is the amount you actually borrow - not the amount you requested, and not the amount including fees. Some lenders deduct an arrangement fee from the advance, so you receive less than the headline figure but still repay on the full principal. Always confirm the drawn-down amount with your lender. You will find it on the loan offer or agreement.
Interest rate (r)
This is where most confusion lives. Lenders quote rates in several ways:
- Annual interest rate - the simplest; divide by 12 for the monthly rate.
- APR (Annual Percentage Rate) - includes the interest plus most mandatory fees, so it reflects the true yearly cost. Use APR to compare loans fairly.
- Flat rate - interest charged on the original principal for the whole term, ignoring the reducing balance. A flat rate looks low but is far more expensive than the same number expressed as an APR. Treat flat rates with caution.
Find the rate on your loan offer. If only a flat rate is shown, ask the lender for the representative APR before calculating.
Term (n)
The repayment period, usually stated in months or years. Multiply years by 12 to get n. The term is on your offer document and is often negotiable - and it has a bigger effect on your monthly payment than small rate differences do.
| Input | What it is | Where to find it | Common pitfall |
|---|---|---|---|
| Principal (P) | Amount borrowed | Loan offer / drawdown figure | Confusing requested vs drawn amount |
| Rate (r) | Monthly interest, as decimal | Offer; convert APR ÷ 12 | Using annual rate without dividing by 12 |
| Term (n) | Number of monthly payments | Offer; years x 12 | Mixing months and years |
Worked Examples You Can Follow
Numbers make this concrete. Let's run two realistic scenarios from start to finish.
Example 1: A $50,000 working capital loan
Priya runs a six-person design agency and borrows $50,000 to fund a new studio fit-out and three months of payroll buffer. Her terms:
- Principal P = $50,000
- Annual rate = 9% → monthly rate r = 0.09 ÷ 12 = 0.0075
- Term = 5 years → n = 5 x 12 = 60
Step 1 - Calculate (1 + r)^n:
(1.0075)^60 = 1.5657 (rounded)
Step 2 - Numerator: r x (1 + r)^n = 0.0075 x 1.5657 = 0.011743
Step 3 - Denominator: (1 + r)^n − 1 = 1.5657 − 1 = 0.5657
Step 4 - Monthly repayment:
M = 50,000 x (0.011743 ÷ 0.5657) = 50,000 x 0.020759 = $1,037.95
Step 5 - Total repaid = 1,037.95 x 60 = $62,277
Step 6 - Total interest = 62,277 − 50,000 = $12,277
So Priya pays about $1,038 a month, and the loan costs her roughly $12,277 in interest over five years.
Example 2: Same loan, shorter term
Now imagine Priya can afford higher payments and chooses a 3-year term instead, at the same 9% rate.
- P = $50,000, r = 0.0075, n = 36
- (1.0075)^36 = 1.3086
- Numerator = 0.0075 x 1.3086 = 0.009815
- Denominator = 1.3086 − 1 = 0.3086
- M = 50,000 x (0.009815 ÷ 0.3086) = 50,000 x 0.031807 = $1,590.35
- Total repaid = 1,590.35 x 36 = $57,253
- Total interest = 57,253 − 50,000 = $7,253
The monthly payment jumps by over $550, but the total interest falls from $12,277 to $7,253 - a saving of around $5,000. This is the core trade-off a calculator reveals: longer terms ease monthly cash flow but cost more overall.
Example 3: A smaller, higher-rate loan
Marcus, a freelance plumber, borrows $15,000 for a new van at 12% APR over 2 years.
- P = $15,000, r = 0.12 ÷ 12 = 0.01, n = 24
- (1.01)^24 = 1.2697
- Numerator = 0.01 x 1.2697 = 0.012697
- Denominator = 1.2697 − 1 = 0.2697
- M = 15,000 x (0.012697 ÷ 0.2697) = 15,000 x 0.047074 = $706.10
- Total repaid = 706.10 x 24 = $16,946
- Total interest = $1,946
Marcus knows before signing that the van will cost him about $706 a month and roughly $1,946 in interest.
How to Read an Amortization Schedule
A good business loan calculator also produces an amortization schedule - a row for every payment showing how it splits between interest and principal. Using Priya's 5-year loan, the first few months look like this:
| Month | Payment | Interest | Principal | Balance |
|---|---|---|---|---|
| 1 | $1,037.95 | $375.00 | $662.95 | $49,337.05 |
| 2 | $1,037.95 | $370.03 | $667.92 | $48,669.13 |
| 3 | $1,037.95 | $365.02 | $672.93 | $47,996.20 |
| 60 | $1,037.95 | $7.73 | $1,030.22 | $0.00 |
Notice how interest (balance x monthly rate) starts high and shrinks every month, while the principal portion grows. In month 1, interest is $50,000 x 0.0075 = $375. By the final month, almost the entire payment clears principal. Reading the schedule helps you understand why early repayments save so much: paying extra early cuts the balance that all future interest is charged on.
Interpreting the Result: What a Good Number Looks Like
The monthly repayment on its own means nothing until you compare it to your income. The most useful checks are:
- Repayment-to-revenue ratio. Keep total debt repayments well within your monthly profit, not just revenue. A common rule of thumb is that loan repayments should not exceed a comfortable share of monthly net cash flow - many lenders look for a debt service coverage ratio of 1.25 or higher, meaning your operating income is at least 1.25 times your debt payments.
- Total interest as a percentage of principal. In Priya's 5-year loan, $12,277 of interest on $50,000 is about 25% - a meaningful cost worth weighing against the return the loan generates.
- The return the borrowed money produces. Borrowing is sensible when the money earns more than it costs. If Priya's studio fit-out lifts annual profit by more than the interest, the loan pays for itself.
A "good" number is one where the repayment fits your cash flow with room to spare, the total interest is justified by what the loan achieves, and you could survive a slow month without missing a payment.
When and Why to Use a Business Loan Calculator
Run the numbers before you talk to any lender, not after. Use a business loan calculator when you are:
- Comparing offers. Two loans with different rates and terms are impossible to compare by eye. The total-interest figure settles it.
- Budgeting cash flow. The fixed monthly repayment slots straight into your forecast so you can see whether the business can absorb it.
- Deciding how much to borrow. Working backward from an affordable monthly payment tells you a sensible principal.
- Choosing a term. Modeling 3 vs 5 vs 7 years shows the cash-flow-versus-cost trade-off instantly.
- Considering early repayment. Recalculating with extra payments reveals the interest you could save.
For service businesses and freelancers, the calculator pairs naturally with cash flow planning. If your income arrives through invoices, knowing your fixed repayment helps you set payment terms that keep money landing before each installment is due. Tools like Aviy's invoice analytics surface your expected incoming cash so you can line repayments up against it.
Pros and Cons of Relying on a Loan Calculator
A calculator is essential, but it is a model, not a contract. Know its limits.
Pros
- Instant, accurate monthly repayment from three inputs.
- Reveals total cost and total interest, not just the headline rate.
- Makes fair comparison between offers possible.
- Helps you choose an affordable term and principal.
- Free, fast, and repeatable for "what-if" scenarios.
Cons
- Assumes a fixed rate; variable-rate loans will change.
- May exclude fees unless you use APR or add them manually.
- Ignores penalties, balloon payments, or grace periods unless modeled.
- Cannot judge whether borrowing is wise - only what it costs.
- Garbage in, garbage out: a wrong rate or term gives a wrong answer.
Common Mistakes to Avoid
These errors trip up business owners constantly:
- Not converting the annual rate to monthly. Plugging 0.09 into the formula instead of 0.0075 inflates the result twelvefold.
- Comparing a flat rate to an APR. A 6% flat rate can be equivalent to an APR above 11%. Always convert to APR before comparing.
- Ignoring fees. Arrangement, drawdown, and exit fees add to the real cost. Use APR or add fees to the principal.
- Forgetting variable rates. If the rate can move, model a higher rate too so a hike doesn't break your budget.
- Mixing months and years. Use n in months and r as a monthly decimal - consistently.
- Judging by monthly payment alone. The cheapest monthly payment is often the most expensive loan overall.
- Overlooking early-repayment penalties. Some loans charge to clear early, wiping out the interest you hoped to save.
Best Practices for Calculating Loan Repayments
Follow these steps to get a reliable, decision-ready answer:
- Gather accurate inputs. Confirm the drawn-down principal, the APR (not a flat rate), and the term in months directly from the offer.
- Convert correctly. Divide the annual rate by 12 for r; multiply years by 12 for n. Double-check both.
- Calculate the monthly payment using the formula, then derive total repaid and total interest.
- Build or review the amortization schedule so you understand the interest-versus-principal split over time.
- Model alternative terms. Run 3, 5, and 7 years to see the cash-flow-versus-cost trade-off.
- Stress-test affordability. Add a buffer for a slow month and, for variable loans, a higher rate.
- Compare offers on total interest and APR, not the monthly figure.
- Document the decision alongside the return you expect the loan to generate.
How Loan Repayments Connect to Running Your Business
A loan repayment is a fixed monthly outflow, and the cleanest way to cover it is reliable monthly inflow. That puts your invoicing front and center. If your repayments are due on the 1st but clients routinely pay on the 30th, you have a timing gap that no calculator can fix - only faster, more disciplined billing can.
This is why repayment planning and getting paid on time are two sides of the same coin. Tightening payment terms, sending invoices the moment work is delivered, and automating reminders all pull cash forward so each installment is comfortably covered. Aviy lets you create a professional invoice from a single plain-language sentence, send it instantly, and accept online payments through Stripe, so the money that services your loan arrives sooner. Pair that with Aviy's dashboard, where you can watch incoming cash against your fixed obligations, and the loan becomes a managed line in your forecast rather than a monthly surprise.
The discipline also feeds your wider finances. The total-interest figure belongs in your annual budget, the monthly repayment in your cash flow forecast, and the principal on your balance sheet as a liability. Treating the loan as part of an integrated financial picture - borrowing, billing, and forecasting together - is what separates businesses that grow with debt from those that get squeezed by it.
Types of Business Loans and How They Affect the Calculation
Not every business loan amortizes in the neat, even way the standard formula assumes. Knowing the structure of your loan tells you which calculation actually applies.
Standard term loans
A term loan is the classic amortizing product: a lump sum repaid in equal monthly installments over a fixed period. This is exactly what the formula above models, and it covers most equipment finance, expansion loans, and traditional bank lending. If your offer says "fixed rate, fixed term, equal payments," use the formula as written.
Interest-only and balloon loans
Some loans charge interest-only payments for a period, then a large lump-sum "balloon" repayment of the principal at the end. During the interest-only phase, the monthly payment is simply principal x monthly rate, with no principal reduction. The balance does not fall, so you must plan separately for the balloon. A standard amortization calculator will understate your real obligation here - model the balloon as a distinct future outflow.
Revolving credit and overdrafts
A business overdraft or revolving credit facility has no fixed term. You draw what you need and pay interest only on the outstanding balance, which changes as you borrow and repay. There is no single monthly repayment to calculate; instead, estimate interest as average balance x monthly rate. These are useful for short-term cash flow gaps rather than large, planned purchases.
Merchant cash advances and factor-rate finance
Some short-term products quote a factor rate (for example, 1.3) rather than an interest rate. You repay the principal multiplied by the factor - borrow $10,000 at a factor of 1.3 and you repay $13,000 regardless of how fast you clear it. Because these are often repaid in weeks, the effective APR can be very high. The standard formula does not apply; calculate total cost as principal x factor rate, then compare the implied APR before agreeing.
| Loan type | Repayment shape | Calculator applies? |
|---|---|---|
| Term loan | Equal monthly installments | Yes - use the formula |
| Interest-only / balloon | Small payments then lump sum | Partly - add the balloon |
| Revolving / overdraft | Variable, interest on balance | No fixed payment |
| Merchant cash advance | Principal x factor rate | No - use factor rate |
A Quick Way to Sanity-Check a Lender's Quote
You don't always need a spreadsheet to spot a bad deal. A few fast mental checks catch most problems before you calculate precisely.
First, the monthly payment can never be less than the principal divided by the number of months - that figure assumes zero interest. If a quoted payment is below it, something is wrong with your inputs. For Priya's $50,000 over 60 months, the zero-interest floor is $833; her real payment of $1,038 sits sensibly above it.
Second, total interest should rise with both the rate and the term. If you lengthen the term and the lender's quoted total cost falls, question it. Third, multiply the monthly payment by the number of months and check it exceeds the principal by a believable margin. A five-year loan that "only" adds a few hundred pounds of interest on tens of thousands borrowed is almost certainly misquoted or hiding fees in a separate line.
Finally, ask for the figure expressed as an APR. If a lender resists quoting one, or only offers a flat rate, treat that as a signal to dig deeper rather than a convenience. Transparent lenders quote APR willingly because it is the fair basis for comparison.
Summary
A business loan calculator takes the loan amount, interest rate, and term and returns your fixed monthly repayment, total amount repaid, and total interest using the amortization formula M = P x [r(1 + r)^n] / [(1 + r)^n − 1]. Convert the annual rate to a monthly decimal, set n in months, and you can replicate any lender's quote yourself. The worked examples show how a longer term lowers the monthly payment but raises total interest - the central trade-off every borrower faces. Judge the result on affordability and total cost, not the headline monthly figure, model several terms, and watch for flat rates and fees. Most importantly, line your repayments up against reliable incoming cash from well-managed invoicing so every installment is covered before it falls due.
Frequently asked questions
How do you calculate business loan repayments?
Use the amortization formula M = P x [r(1 + r)^n] / [(1 + r)^n − 1], where P is the principal, r is the monthly interest rate (annual rate divided by 12 as a decimal), and n is the number of monthly payments (years x 12). The result, M, is your fixed monthly repayment. Multiply M by n for the total repaid, then subtract P to find total interest.
What is the difference between APR and interest rate?
The interest rate is the cost of borrowing the principal alone. The APR (Annual Percentage Rate) includes that interest plus most mandatory fees, so it reflects the true yearly cost of the loan. Always compare loan offers using APR, because two loans with the same interest rate can have very different APRs once fees are added in.
Does a longer loan term reduce monthly payments?
Yes. A longer term spreads the principal over more payments, lowering each one. But because interest accrues for longer, you pay more in total. In our example, extending a $50,000 loan from 3 to 5 years cut the monthly payment by over $550 but added roughly $5,000 in total interest. Always weigh cash flow relief against total cost.
What is a flat interest rate and why is it expensive?
A flat rate charges interest on the original principal for the entire term, ignoring the fact that your balance falls as you repay. This makes a flat rate far more expensive than the same percentage expressed as an APR. A 6% flat rate can equate to an APR above 11%. Always convert flat rates to APR before comparing offers.
How is interest calculated on a business loan?
On an amortizing loan, interest each month is the outstanding balance multiplied by the monthly rate. Because the balance falls with every payment, the interest portion shrinks over time while the principal portion grows. Early payments are mostly interest; later payments are mostly principal. This is why repaying early saves so much - it reduces the balance future interest is charged on.
What is a good monthly repayment relative to my income?
A repayment is affordable when it fits comfortably within your monthly net cash flow with room to spare for a slow month. Many lenders look for a debt service coverage ratio of about 1.25 or higher, meaning your operating income is at least 1.25 times your total debt payments. Lower ratios signal you may be over-borrowing.
How much will a $50,000 business loan cost per month?
It depends on rate and term. At 9% APR over 5 years, a $50,000 loan costs about $1,038 a month and roughly $12,277 in total interest. Over 3 years at the same rate it costs about $1,590 a month but only $7,253 in interest. A calculator lets you test exact figures for your own terms.
Should I include fees in my loan calculation?
Yes. Arrangement, drawdown, and exit fees add to the real cost of borrowing. The cleanest way to capture them is to compare loans by APR, which bundles most fees into the rate. Alternatively, add the fees to the principal before calculating, or to the total cost afterward, so your comparison reflects what you actually pay.
What is an amortization schedule?
An amortization schedule is a table listing every loan payment, showing how each one splits between interest and principal and the remaining balance after it. It helps you see exactly how your debt reduces over time, why early payments are mostly interest, and how much you would save by overpaying. Most business loan calculators generate one automatically.
Can I use a calculator for a variable-rate loan?
You can, but only as a snapshot. A standard calculator assumes a fixed rate, so it shows what repayments would be if the rate stayed put. For a variable-rate loan, run the calculation at the current rate and again at a higher rate to stress-test affordability. That way a rate rise won't catch your cash flow off guard.
Conclusion
A business loan calculator is the simplest way to turn a lender's quote into a decision you can trust. With three inputs - principal, rate, and term - and one formula, you can find your exact monthly repayment, the total you will repay, and the real interest cost of borrowing. That lets you compare offers honestly, choose a term that balances cash flow against total cost, and confirm the repayment fits your income before you commit.
The borrowers who stay in control are the ones who model the numbers, judge a loan by its total cost rather than its monthly payment, and tie repayments directly to reliable incoming cash. Calculate first, borrow second, and make sure your invoicing keeps the money flowing in before each installment falls due.
Related guides
- How to Improve Cash Flow in Your Business
- Managing Business Debt Responsibly: A Practical 2026 Guide
- Working Capital Explained: A Complete Guide for Small Businesses
- How to Forecast Business Cash Flow: A Practical Cash Flow Forecasting Guide
- Installment Payment Calculator: How to Split Payments
- Cash Flow Calculator: How to Calculate Cash Flow


