Fixed-Principal Loan Calculator
Straight-line amortization: equal principal every month, declining payments, and how it compares to a fixed-payment loan.
| Month | Payment | Principal | Interest | Balance |
|---|
Formulas:
- Monthly principal:
A = P / nwheren = years × 12. - Payment in month k:
PMTk = A + Bk−1 × r— the balance from the previous month timesr = annualRate / 12. - Total interest:
P × r × (n + 1) / 2.
How a fixed-principal loan works
Equal principal, shrinking interest
Every month this structure retires exactly the same slice of debt: on a $300,000 loan over 30 years that is $833.33 of principal, month in and month out. The interest line is what moves — it is charged on whatever balance is left, so it falls steadily from $1,625.00 in month 1 to almost nothing at the end. Your total payment therefore declines every single month, from $2,458.33 down to a final $837.85.
Why it beats the fixed-payment loan on interest
A fixed-payment loan is engineered to keep your payment constant, which front-loads interest: early payments retire very little principal. Straight-line amortization attacks the principal at a constant pace instead, so the balance — and the interest it generates — falls faster. On the default example that is $293,312.50 of total interest against $382,633.47 for the fixed-payment equivalent, a saving of $89,320.97. The price of that saving is the higher entry payment: $2,458.33 versus $1,896.20, a $562.13 difference in month 1.
The crossover in the middle of the term
Because the fixed-principal payment falls while the fixed payment never moves, the two curves cross. On the default example that happens around month 126 — a little over ten years in. By month 121 the fixed-principal payment is down to $1,916.67 on a $200,000.00 balance (exactly one-third of the loan retired, leaving two-thirds outstanding), and five months later it slips under the $1,896.20 fixed payment for good. From that point on the straight-line borrower pays less every month and finishes with $89,320.97 more in their pocket.
Names around the world
The same structure sells under three names: straight-line or constant-amortization in the US (commercial and some personal loans), SAC — Sistema de Amortização Constante in Brazil, where savings-funded and FGTS housing loans are written this way, and 元金均等返済 (gankin-kintō) in Japan, the standard alternative to the fixed 元利均等 mortgage. The math on this page is the same for all three.
Fixed-principal loans in Excel and on a TI-84
Straight-line amortization needs no TVM solver — the formulas are explicit:
- Excel Monthly Principal: on a $300,000 loan over 360 months,
=300000/360returns $833.33 of principal every month. - Excel First Payment:
=300000/360 + 300000*6.5%/12returns $2,458.33 ($833.33 principal + $1,625.00 interest on the full balance). - Excel Total Interest:
=300000*(6.5%/12)*(360+1)/2returns $293,312.50 — the arithmetic-series shortcut. - TI-84 Comparison Payment: for the fixed-payment benchmark run the TVM Solver with
I% = 6.5,PV = 300000,FV = 0,N = 360,P/Y = 12,C/Y = 12, solve forPMT→ −1,896.20. - TI-84 Any Month's Payment: payment in month k is
300000/360 + balance × 0.065/12; with balance typed from the schedule — e.g. $200,000 at month 121 gives $1,916.67.
Worked examples
Example 1: $300,000 at 6.5% for 30 years
Enter principal = 300000, annualRate = 6.5, years = 30. Each month retires $833.33 of principal. The first payment is $2,458.33 and the last is $837.85; total interest is $293,312.50 on total payments of $593,312.50.
Example 2: Same loan on fixed payments (Tabela Price)
The fixed-payment benchmark for the same $300,000 at 6.5% over 30 years is $1,896.20 every month, totaling $382,633.47 of interest. Straight-line saves $89,320.97 — but asks $562.13 more in month 1. By month 121 the fixed-principal payment has fallen to $1,916.67 (balance $200,000.00), and it keeps falling from there.
Example 3: Shorter loan, smaller gap
Enter principal = 300000, annualRate = 6.5, years = 15. Monthly principal rises to $1,666.67, the first payment is $3,291.67 and the last $1,675.69, with total interest of $147,062.50 versus $170,397.98 on a $2,613.32 fixed payment — the interest saving shrinks to $23,335.48 because a 15-year balance falls fast either way. Shorter terms compress the advantage of straight-line amortization.
Related tools
The Fixed-Principal Calculator answers "what does straight-line amortization cost?". Related questions:
- "What is my fixed payment and schedule?" — the Loan / Mortgage Calculator computes the standard fixed-payment amortization.
- "How much can I borrow in the first place?" — the Mortgage Affordability Calculator works backwards from a monthly payment to a maximum loan.
- "What if I prepay this loan?" — extra payments on a straight-line loan simply skip months off the end; see the Early Payoff Calculator for the fixed-payment version.
Frequently asked questions
What is a fixed-principal (straight-line) loan?
The principal is split into equal monthly chunks and each payment adds interest on the remaining balance, so the payment declines every month. It is called straight-line amortization in the US, SAC in Brazil, and gankin-kintō (元金均等) in Japan.
Why is the first payment so much higher than the last?
Interest accrues on the outstanding balance. On the default $300,000 loan at 6.5%, the first payment is $2,458.33 — $833.33 principal plus $1,625.00 interest on the full balance — while the last is $837.85 because almost no balance remains.
Fixed-principal vs fixed-payment: which saves more interest?
Fixed-principal on identical terms: $293,312.50 versus $382,633.47 in total interest on the default example — a $89,320.97 saving — because the balance falls in a straight line rather than slowly at first.
Where are fixed-principal loans actually used?
Brazilian housing finance widely uses SAC — savings-funded (SBPE) and FGTS loans are written in SAC, and Caixa allows a higher loan-to-value under SAC than under Tabela Price — up to 80% versus 70% (see Caixa's financing FAQ). Japan offers gankin-kintō repayment on mortgages. In the US it appears mainly in commercial and some personal loans.
Who should choose a fixed-principal loan?
Borrowers who can absorb the high first payment and want minimum total interest, often with stable or rising income ahead. If current cash flow is tight, a fixed-payment structure starts lower and stays flat instead.
What is the formula for total interest on a fixed-principal loan?
Total interest = P × r × (n + 1) / 2, with r the monthly rate and n the number of months — the sum of the arithmetic series of declining balances. For the default loan: 300,000 × 0.065/12 × 361/2 = $293,312.50.