Calcs.finance

loan calculator

Personal Loan Calculator

The Personal Loan Calculator estimates a fixed monthly payment and a fee-adjusted borrowing-cost view from loan amount, interest rate, term years and months, start date, origination fee, origination fee type, fee handling, and optional monthly insurance. It reports payment, cash received after fees, total borrower outflows, an internal effective APR estimate, and the payoff month.

Your scenario

Enter your numbers

Help
Origination fee type
Origination fee handling

Result

Result summary
Monthly payment is $599.42, with an effective APR of 7.05% after fees.
Monthly payment
$599.42
Monthly cost with insurance
$599.42
Total of loan payments
$21,579.05
Total interest
$1,579.05
Origination fee amount
$600.00
Net amount received
$19,400.00
Total cost
$22,179.05
Effective APR
7.05%
Payoff date
May 2029
What this means
Payment estimate excludes late fees, prepayment rules, credit insurance changes, and tax effects.

Working scenario

New scenario

Not saved yet

Compare

Saved scenarios

Compare saved versions

Compare

Save this result, then use saved scenarios to switch between assumptions.

How the Personal Loan Calculator works

Use this calculator when a personal-loan scenario needs more than the three-input Loan Payment Calculator: origination fees, optional insurance, net amount received, total cost, and an APR-style estimate from cash flows. Use lender disclosures and official documents for legal APR, finance charges, approval, credit-score pricing, credit insurance, late fees, prepayment terms, debt-consolidation suitability, or product-specific loan terms.

The app rounds the payment count with termYears * 12 + termMonths, converts the entered Interest rate to a monthly decimal rate with annualRate / 100 / 12, then uses the fixed-payment formula PMT = P * m / (1 - (1 + m)^-n). If the monthly rate is 0, payment equals loanAmount / paymentCount. Origination fee amount is either loanAmount * originationFee / 100 when originationFeeType is percent, or the flat fee amount. Net proceeds equal max(0, loanAmount - originationFeeAmount). Monthly cost with insurance equals monthly payment plus monthlyInsurance. Total payments equal monthly payment times payment count, total interest equals total payments minus loan amount, total cost equals total payments plus origination fee plus monthlyInsurance times payment count, effective APR is solved from net proceeds versus monthly cost with insurance, and payoff date adds payment count months to the start month and year.

Personal Loan Calculator formula

This formula page covers the app's Personal Loan Calculator: a fixed-rate amortizing personal-loan estimate with term years and months, start date, origination fee, optional monthly insurance, net proceeds, total borrower outflows, effective APR, and payoff month. It does not model lender approval, credit score pricing, variable rates, late fees, prepayment penalties, refinancing, debt-consolidation suitability, legal disclosures, or product-specific credit terms.

N = round(12Y + M); m = R / 100 / 12; PMT = P * m / (1 - (1 + m)^-N); zero rate: PMT = P / N; F = percent ? P * f : f; NP = max(0, P - F); MIC = PMT + I; TP = PMT * N; TI = TP - P; TC = TP + F + I * N; APR_est solves PV(MIC, N, a_m) = NP, then APR_est = a_m * 12 * 100

The calculator solves the level monthly payment, subtracts the entered origination fee from modeled cash received, adds optional monthly insurance to the monthly cost used in the APR-style solve, and annualizes the solved monthly rate as an internal effective APR estimate.
SymbolMeaningHow this page uses it
PLoan amountThe Loan amount input. The payment formula amortizes this principal before any lender-specific adjustments.
YTerm yearsThe Loan term years input.
MTerm monthsThe Loan term months input, from 0 to 11.
NPayment countThe rounded number of monthly payments: term years times 12 plus term months.
RInterest rate percentThe Interest rate field. The payment formula converts it to a decimal monthly rate; it is not automatically a lender APR.
mMonthly note-rate assumptionThe entered annual interest rate divided by 100 and then by 12.
PMTMonthly paymentThe level monthly loan payment before optional monthly insurance.
fEntered origination feeThe fee input, interpreted either as a percent of loan amount or as a flat amount.
FOrigination fee amountThe calculated fee amount in currency.
NPNet amount receivedLoan amount minus the origination fee, floored at 0. The app uses this cash-position value whether the fee is marked deducted or paid upfront.
IMonthly insuranceThe optional Insurance per month input. It is added to monthly cost and total cost, but the app does not decide whether a real product requires or prices insurance.
MICMonthly cost with insuranceMonthly payment plus optional monthly insurance.
TPTotal of loan paymentsMonthly payment multiplied by payment count.
TITotal interestTotal of loan payments minus the original loan amount.
TCTotal costThis app's total borrower outflow estimate: total payments plus origination fee plus monthly insurance across all payments.
APR_estEffective APR estimateThe annualized monthly rate solved from net amount received versus monthly cost with insurance. It is an internal estimate, not an official Truth in Lending APR disclosure.

Step by step

  1. Round the loan length to monthly payments by multiplying term years by 12 and adding term months.
  2. Convert the entered interest rate into a monthly note-rate assumption by dividing by 100 and then by 12.
  3. If the monthly rate is 0, divide loan amount by payment count to get the level monthly payment.
  4. Otherwise, solve the fixed amortizing payment with P times m divided by 1 minus (1 + m) raised to negative N.
  5. Calculate origination fee amount from the selected fee type: percent of loan amount or flat currency amount.
  6. Calculate net amount received as loan amount minus origination fee, floored at 0.
  7. Treat deducted and paid-upfront fee handling as the same cash-position effect in this formula page. Both reduce modeled cash available versus borrower outflows, even though a real disclosure may describe timing differently.
  8. Add optional monthly insurance to monthly payment to get monthly cost with insurance.
  9. Calculate total of loan payments as monthly payment times payment count.
  10. Calculate total interest as total of loan payments minus the original loan amount.
  11. Calculate this app's total cost as total loan payments plus origination fee plus insurance for each payment month.
  12. Solve the effective APR estimate by finding the monthly rate that makes the present value of monthly cost with insurance equal net amount received, then annualize that monthly rate.
  13. Calculate payoff date by adding payment count months to the entered start month and year.
  14. Use CFPB, Regulation Z, lender disclosures, FTC, or relevant local regulator sources before making legal, APR-disclosure, fee, credit-insurance, prepayment, late-fee, approval, eligibility, or jurisdiction-specific lending claims.

Worked example

Default examples: percent fee and zero-rate fee plus insurance

The default fixture uses a $20,000 loan, a 5 percent interest rate, a 3-year term, and a 3 percent origination fee deducted from proceeds. A second validation fixture shows why a 0 percent note rate can still produce a nonzero effective APR estimate when fees and insurance are included.

  1. For the default fixture, 3 years and 0 months becomes 36 monthly payments.
  2. The 5 percent interest rate becomes a monthly note-rate assumption of about 0.0041667.
  3. The fixed-payment formula reports a $599.42 monthly payment.
  4. A 3 percent origination fee on $20,000 is $600.
  5. Net amount received is $20,000 minus $600, or $19,400.
  6. There is no monthly insurance in this fixture, so monthly cost with insurance is still $599.42.
  7. Total of loan payments is $21,579.05, and total interest is $1,579.05.
  8. This app's total cost is $22,179.05 because it includes principal payments, interest, and the $600 fee.
  9. The effective APR solve reports 7.05 percent, and adding 36 months to May 2026 gives a May 2029 payoff date.
  10. For the zero-rate fixture, $12,000 over 24 months gives a $500 payment. A $250 upfront fee and $15 monthly insurance produce $11,750 net amount received, $515 monthly cost with insurance, $12,610 total cost, and a 4.91 percent effective APR estimate.

The examples show why payment, cash received, total borrower outflows, and APR-style estimates can move differently. They are still mechanical estimates from entered assumptions, not lender quotes, approval decisions, or legal disclosures.

Assumptions and what this calculator ignores

Geographic scope: works globally. The math is currency-agnostic, so enter amounts in your own currency; local taxes, fees, and product rules are not included.

What this formula does not include

Common mistakes to avoid

Key terms

Net amount received
The modeled loan amount left after subtracting the origination fee. This value is used in the effective APR solve because the borrower may have less usable cash than the headline loan amount.
Effective APR estimate
The app's annualized rate solved from net proceeds versus monthly cost with insurance. It helps compare modeled cash flows, but it is not a lender's official APR or legal disclosure.
Total cost
This app's total borrower outflow estimate across principal payments, interest, fees, and monthly insurance. It intentionally differs from labels that count only interest, fees, and add-on costs.

Frequently asked questions

Why is the cash I receive less than the personal loan amount?

Origination fees. The default example deducts a 3 percent fee from a $20,000 loan, so net proceeds are $19,400 while payments are computed on the full $20,000. The calculator supports percent or fixed fees, deducted from proceeds or added to the balance - each combination changes net cash, payment, and the effective APR differently, and the outputs show all three so the fee's real cost is explicit.

What does the effective APR output on this loan mean?

It solves the annualized rate that equates your actual scheduled outflows with the net cash you actually received - so the origination fee and any monthly insurance premium push it above the note rate. That makes it the right single number for comparing offers with different fee structures. It is an internal estimate, though, not a lender's regulated APR disclosure, which follows specific legal computation rules.

Can I see when this personal loan will be paid off?

Yes - enter the start month and year and the calculator reports the payoff date alongside the payment. Terms are entered as years plus months, so a 42-month loan is years 3, months 6. The schedule assumes every payment posts on time with no extra payments; to model paying a loan down faster, the Amortization Calculator adds extra monthly, yearly, and one-time payment fields.

Methodology, sources, and disclaimer

This calculator is an original personal-loan model layering percent or fixed origination fees (deducted or financed), optional monthly insurance, net proceeds, payoff dating, and an effective-APR cash-flow solve onto fixed-rate amortization, validated by deterministic fixtures. It is not copied from a single source.

Fixtures pin each fee-treatment combination and the effective-APR solve against net proceeds. The result remains an educational estimate, not a lender offer or a regulated APR disclosure.

Formula version 2026.05.22-generic-personal-loan. The version marks the calculation logic and validation fixture set used for this estimate.

Results are educational estimates, not advice. Read the full disclaimer.

Related reading

When another calculator fits better

loan

Loan Payment Calculator

Estimate monthly payment, total paid, and total interest for an amortizing loan at a fixed rate.

loan

APR Calculator

Estimate annual percentage rate from loan amount, note rate, term, and finance charges.

loan

Payment Calculator

Solve either the monthly payment for a fixed-term loan or the payoff time for a fixed monthly payment.

loan

Amortization Calculator

Estimate a fixed loan payment schedule, payoff timing, first-month split, and interest saved from extra payments.

loan

Interest Rate Calculator

Find the fixed annual interest rate implied by a loan amount, loan term, and monthly payment.