Mortgage Payoff Comparison Calculator
Mortgage Payoff Calculator Extra Payments
See how rounding up, making bi‑weekly payments, or adding one‑time/annual lump sums can shorten your payoff time and reduce interest.
Inputs
Extra Payment Options
This approximates lender‑supported bi‑weekly programs.
Heads up: This tool is for education only. Lenders compute interest daily or monthly; bi‑weekly results are approximations. Always confirm payoff quotes with your servicer.
Summary
Standard Monthly Payment
—
Baseline Payoff (no extras)
—
Total Interest (baseline)
—
New Payoff with Extras
—
Interest Saved
—
Months Saved
—
Amortization
| Period | Date | Payment | Interest | Principal | Extra | Balance |
|---|
/* Shrink title font, tighten line height */
.blog-collection .blog-item .blog-title a {
font-size: clamp(16px, 1.4vw, 18px) !important;
line-height: 1.25 !important;
}
/* Limit excerpt text to 2 lines */
.blog-collection .blog-item .blog-excerpt {
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
font-size: 14px !important;
margin-bottom: 0.5em;
}
/* Shrink metadata (date, tags, etc) */
.blog-collection .blog-item .blog-meta {
font-size: 12px !important;
opacity: 0.8;
}
/* Tighter paddings on each card */
.blog-collection .blog-item {
padding: 0.75em !important;
}
/* Crop images to a consistent aspect ratio */
.blog-collection .blog-item .image-wrapper img {
object-fit: cover !important;
aspect-ratio: 3 / 2 !important;
}
/* On large screens, increase columns beyond 4 */
@media (min-width: 1200px) {
.blog-collection .blog-items {
display: grid !important;
grid-template-columns: repeat(5, 1fr) !important;
gap: 16px !important;
}
}
@media (min-width: 1600px) {
.blog-collection .blog-items {
grid-template-columns: repeat(6, 1fr) !important;
}
}