/* Newsletter Section */ .newsletter-section { background: var(--card-bg); border-top: 1px solid var(--border-color); border-bottom: 1px solid var(--border-color); padding: 3rem 1rem; margin: 2rem 0; } .newsletter-container { max-width: 600px; margin: 0 auto; } .newsletter-content h2 { margin: 0 0 0.5rem 0; font-size: 1.5rem; text-align: center; } .newsletter-subtext { text-align: center; color: var(--text-muted); margin-bottom: 1.5rem; font-size: 0.9rem; } .newsletter-form { display: flex; flex-direction: column; gap: 1rem; } .newsletter-input-group { display: flex; gap: 0.5rem; } .newsletter-input-group input { flex: 1; padding: 0.75rem 1rem; border: 1px solid var(--border-color); border-radius: var(--radius); font-size: 1rem; background: var(--card-bg); color: var(--text-primary); } .newsletter-submit { padding: 0.75rem 1.5rem; background: var(--accent-primary); color: white; border: none; border-radius: var(--radius); font-weight: 600; cursor: pointer; white-space: nowrap; transition: opacity var(--transition); } .newsletter-submit:hover { opacity: 0.9; } .newsletter-submit:disabled { opacity: 0.6; cursor: not-allowed; } .newsletter-name-group input { width: 100%; padding: 0.5rem 1rem; border: 1px solid var(--border-color); border-radius: var(--radius); font-size: 0.875rem; background: var(--card-bg); color: var(--text-primary); } .newsletter-preferences { border: none; padding: 0; margin: 0; } .newsletter-preferences legend { font-size: 0.875rem; font-weight: 500; margin-bottom: 0.5rem; color: var(--text-primary); } .newsletter-checkbox { display: inline-flex; align-items: center; margin-right: 1rem; margin-bottom: 0.5rem; font-size: 0.875rem; cursor: pointer; } .newsletter-checkbox input { margin-right: 0.375rem; } .newsletter-status { text-align: center; font-size: 0.875rem; margin: 0; } .newsletter-status.is-ok { color: #059669; } .newsletter-status.is-error { color: #dc2626; } .newsletter-privacy { text-align: center; font-size: 0.75rem; color: var(--text-muted); margin-top: 1rem; margin-bottom: 0; } .newsletter-turnstile { margin-bottom: 0.5rem; min-height: 65px; } .legal-links { text-align: center; padding: 1rem; font-size: 0.875rem; } .legal-separator { margin: 0 0.5rem; }
← All posts

Understanding Loan Amortization

May 10, 2026 · 6 min read

When you take out a fixed-rate loan, your monthly payment stays the same — but how that payment is applied changes every month. That schedule is called amortization.

What amortization means

Amortization is the process of paying off debt in equal installments over time. Each payment covers two parts: interest (the cost of borrowing) and principal (the amount you actually owe).

Why early payments are mostly interest

Interest is calculated on your remaining balance. At the start of a loan, the balance is highest, so most of your payment goes to interest. As the balance shrinks, more of each payment reduces principal.

The standard formula

Lenders use a fixed monthly payment formula based on principal, annual interest rate, and term in months. The same math applies to auto loans, personal loans, and many mortgages with fixed rates.

Compare before you borrow

Small changes in rate or term can add thousands to total cost. Always compare monthly payment and total amount paid — not just the rate advertised.

Estimate your monthly payment and total cost instantly.

Open Loan Calculator →

Keep reading

Advertisement