91³Ô¹ÏÍø

Watch CBS News

Why you should renew your CD after it matures

gettyimages-200410097-001.jpg
If your CD maturity date is approaching, then you should start considering your renewal options now. Getty Images

The rate environment of recent years has not been favorable for borrowers but it has been a boost for savers. Thanks to decades-high inflation and a rapid rise in interest rates meant to tame it, savers have seen their returns increase exponentially. 

It's not difficult to find a high-yield savings account over 5% right now while select savers can secure certificate of deposit (CD) accounts up to 7%. With hundreds and potentially thousands of dollars to be made on these accounts, it's important to know what to do when the CD term ends and the account has matured.

Today's rate climate is unique — and changes are inevitable. Rate cuts are on the horizon. That said, a compelling case exists for savers to renew their current CDs after they mature. Below, we'll detail three reasons why it's worth doing.

.

Why you should renew your CD after it matures

Here are three reasons why you should renew your CD when it matures

You may be able to get a better rate

CD rates have been elevated for much of the last two years, but that doesn't mean that you can't get an even higher one than what you initially secured. You may be able to get a better rate for the same CD length or if you move it to a shorter or longer term

It pays, then, to shop around to see what better rate you may be able to get. This may require you to leave your current lender to get a better rate somewhere else (online banks are highly competitive right now). But the move could be worth it to earn more interest. That said, don't just look at the interest rate as fees could easily diminish what you think you'll earn.

.

Today's rates are higher than usual

Today's CD rates are higher than usual, especially compared to the pandemic-era lows savers had been accustomed to. But with interest rate cuts likely for later this year and 2025, it makes sense to lock in today's elevated returns long-term. 

Since CD rates are locked — meaning they can't change after the account has been opened — it may be beneficial to renew your CD at a longer term than what you currently have. This will guarantee that higher rate for months and years to come, regardless of any activity that results in a lower rate environment overall. 

The alternatives may not be as advantageous

Let's say you elect not to renew your CD account. Where would you move your funds then? Regular savings accounts are falling far behind the pace of inflation, averaging just currently. High-yield savings accounts, meanwhile, have rates comparable to the best CDs, but those rates are variable and subject to change. And, rates on these accounts will fall when the benchmark interest rate does. 

High-yield checking accounts, meanwhile, are scarce and come with specific requirements to earn that yield. With these popular alternatives not as advantageous as CDs, for many, it makes sense then to renew your CD upon maturity.

.

The bottom line

Savers with expiring CD terms have multiple reasons to renew their accounts. Not only may they be able to get a better rate, but that rate be significantly higher now thanks to today's elevated environment. And when stacked against popular alternatives like traditional and high-yield savings accounts, it becomes clear that the best way forward to earn big returns is by renewing a CD. That said, savers will have a limited grace period — the time between their CD matures and it automatically renews — to act. So it's beneficial to understand your next steps now before that date approaches. 

View CBS News In
CBS News App Open
Chrome Safari Continue
const link = doc.createElement('link'); link.rel = 'stylesheet'; link.href = '/fly/fly/bundles/cbsnewscontent/css/cmp-banner.min.css?v=50747257b890e014813016b79ece0fb2'; doc.head.appendChild(link); doc.body.innerHTML = CONSENT_MESSAGE; } else { el.insertAdjacentHTML('afterend', CONSENT_MESSAGE); } }); } function hidePrivacyMessage() { // Remove from the main document document.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); // Remove from inside any iframes document.querySelectorAll('iframe').forEach(iframe => { const doc = iframe.contentDocument || iframe.contentWindow.document; doc.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); }); } function activateGatedScripts() { // Handle both new format (cmp-gated-script) and old OneTrust/Ketch format (optanon-category-4) const gatedScripts = Array.from(document.querySelectorAll('script.cmp-gated-script, script.optanon-category-4')); // Activate scripts sequentially with a small delay to avoid timing issues let delay = 0; gatedScripts.forEach(function(placeholder, index) { setTimeout(function() { // Skip if already processed if (placeholder.hasAttribute('data-cmp-processed')) { return; } placeholder.setAttribute('data-cmp-processed', 'true'); const newScript = document.createElement('script'); newScript.type = 'text/javascript'; // Try new format first (data-cmp-src), then fall back to old format (data-src) const src = placeholder.getAttribute('data-cmp-src') || placeholder.getAttribute('data-src'); if (src) { newScript.src = src; } else if (placeholder.textContent) { // Inline script - just copy the content newScript.textContent = placeholder.textContent; } // Handle new format attributes (data-cmp-attrs) - for both inline and external scripts const attrs = placeholder.getAttribute('data-cmp-attrs'); if (attrs) { const tempDiv = document.createElement('div'); tempDiv.innerHTML = '
<\/div>'; const tempAttrs = tempDiv.firstChild.attributes; for (let i = 0; i < tempAttrs.length; i++) { // For external scripts, allow defer/async. For inline scripts, skip them (not valid) if (src || (tempAttrs[i].name !== 'async' && tempAttrs[i].name !== 'defer')) { newScript.setAttribute(tempAttrs[i].name, tempAttrs[i].value); } } } // Copy other attributes from old OneTrust format for (let i = 0; i < placeholder.attributes.length; i++) { const attr = placeholder.attributes[i]; // Skip attributes we've already handled or don't want to copy if (!['class', 'data-src', 'data-type', 'data-cmp-src', 'data-cmp-attrs', 'data-cmp-processed', 'type', 'async', 'defer', 'src'].includes(attr.name)) { newScript.setAttribute(attr.name, attr.value); } } placeholder.parentNode.replaceChild(newScript, placeholder); // If external script, manually trigger window.onload handlers after it loads // This handles widgets that use window.onload for initialization if (src) { newScript.addEventListener('load', function() { // If page already loaded and script set a new onload handler, trigger it if (document.readyState === 'complete' && window.onload) { const originalOnload = window.onload; window.onload = null; // Clear temporarily to prevent loops originalOnload(); // Execute the handler } }); } }, delay); delay += 500; // 500ms delay between each script to allow full loading }); } cbsoptanon.onScriptsReady(function(cmp) { cmp.ot.targetingAllowed(function(allowed) { if (!allowed) { showPrivacyMessage(); } else { activateGatedScripts(); } }); cmp.ot.awaitInitialConsent(function(consent_model) { cmp.ot.addOnConsentChangedHandler(function() { cmp.ot.targetingAllowed(function(allowed) { if (allowed) { hidePrivacyMessage(); activateGatedScripts(); } else { showPrivacyMessage(); } }); }); }); });