A Norway personal loan calculator for unsecured consumer loans — forbrukslån — that turns a borrowing amount, a nominal interest rate and a term into a fixed monthly repayment, the total interest you will pay, and a full amortisation schedule. It is built around the annuity-loan structure that virtually all Norwegian consumer lenders use, where every monthly payment is the same size and the split between interest and principal shifts over time.
How it works
Norwegian consumer loans are quoted with a nominell rente (nominal annual rate). The
calculator converts that to a monthly rate r = nominal / 12 / 100, then applies the standard
annuity formula to find the equal monthly payment over n instalments:
payment = P × r / (1 − (1 + r)^(−n))
where P is the loan amount and n is the number of months. When the rate is zero the payment
is simply P / n. Each month, the interest portion is the outstanding balance times r, the rest
of the payment reduces the principal, and the balance falls until it reaches zero on the final
instalment. Total interest is the sum of all payments minus the original amount borrowed.
Real Norwegian loan offers also quote an effektiv rente (effective rate / APRC) that adds the arrangement fee and the per-invoice fee (
termingebyr). This tool models the nominal rate; add those fees separately to approximate the effective cost.
Example and notes
Borrow 100,000 NOK over 5 years (60 months) at a 10% nominal rate. The monthly rate is about 0.8333%, giving a monthly payment near 2,125 NOK and total interest of roughly 27,500 NOK across the loan. Shorten the term to 3 years and the monthly payment rises but the total interest falls sharply — the classic trade-off the schedule makes visible.
Keep Norway’s lending rules in mind: Finanstilsynet limits total household debt to about five times gross income and requires a stress test of several points above the loan rate, so the amount you can actually borrow may be lower than the amount you can afford on paper. All figures here are your own inputs and are computed entirely in your browser.