ARM Mortgage Calculator
Calculate adjustable-rate mortgage payments with rate caps, amortization schedule, and total interest. Compare ARM vs fixed-rate scenarios instantly.
About
An adjustable-rate mortgage recalculates the borrower's payment at fixed intervals based on a reference index plus a lender margin. The initial rate r0 holds for a fixed period (commonly 3, 5, 7, or 10 years), after which it resets annually. Each reset is bounded by a periodic adjustment cap cp and a lifetime ceiling cL, preventing unlimited rate increases. Miscalculating the worst-case payment can lead to payment shock - a sudden increase of 30 - 60% that triggers default. This calculator builds a month-by-month amortization under user-specified rate assumptions, exposing total interest cost and maximum possible payment under cap constraints.
The model assumes the rate adjusts to index + margin at each reset, subject to periodic and lifetime caps. It does not account for negative amortization, payment caps distinct from rate caps, or teaser-rate buydowns. Pro tip: compare your ARM's worst-case total cost against a 30-year fixed to quantify the actual risk you are accepting.
Formulas
The monthly payment during any rate period is computed using the standard annuity formula applied to the remaining balance and remaining term:
Where M = monthly payment, B = remaining principal balance at the adjustment point, r = monthly interest rate (annual rate รท 12), n = remaining number of monthly payments.
At each adjustment boundary, the new annual rate is determined by:
Where I = current index rate (e.g., SOFR), m = lender margin, cp = periodic cap, cL = lifetime cap over the initial rate R0, and Rfloor = margin (typical floor). The first adjustment uses the initial cap ci instead of cp.
Monthly interest and principal allocation follow:
Reference Data
| ARM Type | Fixed Period | Initial Cap | Periodic Cap | Lifetime Cap | Typical Margin | Common Index |
|---|---|---|---|---|---|---|
| 1/1 ARM | 1 yr | 1% | 1% | 5% | 2.75% | SOFR |
| 3/1 ARM | 3 yr | 2% | 2% | 5% | 2.75% | SOFR |
| 5/1 ARM | 5 yr | 2% | 2% | 5% | 2.75% | SOFR |
| 5/6 ARM | 5 yr | 1% | 1% | 5% | 2.50% | SOFR |
| 7/1 ARM | 7 yr | 2% | 2% | 5% | 2.75% | SOFR |
| 7/6 ARM | 7 yr | 1% | 1% | 5% | 2.50% | SOFR |
| 10/1 ARM | 10 yr | 2% | 2% | 5% | 2.75% | SOFR |
| 10/6 ARM | 10 yr | 1% | 1% | 5% | 2.50% | SOFR |
| SOFR = Secured Overnight Financing Rate (replaced LIBOR in 2023). CMT = Constant Maturity Treasury. | ||||||
| Common Cap Structures (Initial / Periodic / Lifetime) | ||||||
| 2/2/5 | Most common for 5/1 and 7/1 ARMs. First adjustment โค 2%, subsequent โค 2%, max 5% over initial. | |||||
| 2/2/6 | Higher lifetime ceiling. Common in competitive markets. | |||||
| 5/2/5 | Generous first-adjustment cap. Seen on 3/1 and 5/1 products. | |||||
| 1/1/5 | Conservative caps. Typical for 5/6-month and 7/6-month ARMs. | |||||
| 2/1/5 | Higher first cap, tighter subsequent. Protects after initial shock. | |||||