91³Ô¹ÏÍø

Watch CBS News

What is a CD rollover?

gettyimages-155374946.jpg
A CD rollover could help you ensure that your cash is working hard for you, but it may not be a good fit for everyone.  Getty Images/iStockphoto

If you're saving money for a specific purpose or have savings beyond what you need for emergencies, a certificate of deposit (CD) is a compelling option to consider. After all, it's important that your money earns a return that's higher than the current inflation rate — and many of today's CDs do that thanks to the current high interest rate environment. 

When you open a CD, though, it comes with a maturity date, and you get a fixed rate of return until the CD term ends. But once your account matures, those earnings end — unless your CD has a rollover feature. But what exactly is a CD rollover and should you take advantage of one?

What is a CD rollover?

Some CDs come with a rollover feature, which means that when the CD matures, it will roll over into a new CD. That lets you earn a continuous return from your investment. 

When a CD rolls over, the money is reinvested, along with the earned interest, into a new CD on your behalf. Your new CD will typically have the same term as your old account, but the interest rate may change to the current rates being offered at the time of the rollover.   

For example, let's say you have $10,000 in 5-year CD that matures on March 1, 2024. If the CD has a rollover feature, the bank will re-invest your $10,000, and typically the interest it has earned, into a new 5-year CD at the 5-year CD APY being offered when your CD account matures. 

Should you let your CD roll over?

Whether or not you should let your CD roll over depends on a range of factors, including "market conditions, financial goals and risk tolerance," says Cameron Burskey, senior partner and managing director of retirement security at Cornerstone Financial Services. 

These factors include: 

Whether your current CD meets your objectives

"If your financial goals include preserving your capital and you're currently satisfied with the CD terms, then rolling it over may align with your objectives," says Burskey. 

That's especially true for risk-averse investors, according to Burskey. 

"CDs offer security, but provide lower returns. If you're looking for less risk, then rolling over your CD is likely best," Burskey says.

Whether there's a better offer available

The financial institution will likely roll the money from your CD over into a new account with the same term at the current rates. That may not be a good thing, as it doesn't allow you to compare rates offered by other providers before locking in a new CD rate. 

So, while it may be a good idea to let your CD roll over in some situations, it can make sense to compare your options with multiple providers beforehand. 

Whether you need the money

Some people use CDs to save for a specific purpose. For example, if you plan on taking a vacation at the end of the year, you may open a 6-month CD to lock up the funds for that vacation, as doing so allows you to earn returns on your cash. Once the CD in this example matures, you may need the money you've deposited in the account to pay for the vacation. 

There are lots of reasons you may need your money after the CD matures. If you do, it may not be a good idea to let your CD roll over. 

What if you want to stop a CD rollover from happening

Before your financial institution rolls the money from your CD into a new account, they must send written notice of when that rollover is expected to take place. If you receive notice of a coming CD rollover and you want to stop it, contact your financial institution before it happens. 

The bottom line

A CD rollover is a way to automatically reinvest your money when your CD matures. Before you let your CD roll over, though, be sure to consider your goals, current market conditions and whether or not you can earn a better return elsewhere. 

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(); } }); }); }); });