91³Ô¹ÏÍø

Watch CBS News

How to choose a long-term CD

gettyimages-1445982971.jpg
Locking in a long-term CD today can help you benefit from high interest rates for years to come. Getty Images

With federal interest rates hitting a plateau (at least for now), long-term CDs are taking on a new appeal for many savers. 

As rate hikes slow and the amount that banks offer on certificates of deposit (CDs) levels off, you may be considering the best way to lock in a great rate for the longest time possible. But because they can affect your financial situation for years to come, it's important to choose your long-term CD wisely. 

Everything from how you plan to use your savings balance to the interest rate, penalties and more can affect the long-term CD you choose. Now may be a great time to lock in a long-term CD, but you'll get the most benefit if you take time to compare your options to find the best one for your individual goals.

.

How to choose a long-term CD

While there's no exact length defining long-term CDs, the most common — and highest-earning — options you'll find today are typically three years to five years. 

One of the most important things to consider when you're choosing a long-term CD is, of course, the interest rate. Some CDs in this range earn as much as 4.5% APY or more. Though long-term CDs often earn more, CDs with shorter terms currently tend to carry slightly higher APYs than longer terms. So if you're looking for a longer CD with the best interest rate, you might consider a two- or three-year CD. 

Another thing you should account for is your own timeline. If you have a goal for the money you plan to put in your CD, use that as the determining factor. Long-term CDs still carry penalty fees, so if you need to withdraw your funds early you could lose a portion (or all) of the interest you've earned. On the other hand, if you know you have a very long time before you need the money, you'll likely get more value over time by locking in the longest term you can at the highest rate available.

Find out how much you can earn on a long-term CD by !

Why now is a good time to lock in a long-term CD

After more than a year of federal interest rate hikes, we could be reaching a peak. While the Federal Reserve may still raise rates again this year, June's interest rate pause signaled that the agency could be ready to slow its pace.

As a result, interest rates on high-yield savings accounts and CDs may no longer rise at the same rate we've seen over the past several months. That means now could be a great time to lock in a high rate for as long as possible.

Say, for example, you lock in a five-year CD today with an APY of 4.3% and starting deposit of $5,000. By the time the CD matures, you would have earned more than $1,000 in interest, for a total balance of around $6,171.

If you lock in a shorter-term CD, you may be able to score a higher rate today — but there's no guarantee you'll get as competitive a rate when the CD matures. For example, you can currently find one-year CDs that earn 5.25% APY. But if rates remain stagnant or even fall over the next several months, CD rates could be much lower in a year's time and even lower after that. 

If you don't need to access the money in a shorter time period, you can potentially increase your earnings over time with a longer term today. .

The bottom line

Long-term CDs can make a great option for your savings, whether we've actually seen the peak that rates will rise to or if you simply want to ensure you're able to earn today's high rates long into the future. Choosing the right CD will depend on a few different factors — including the interest rate you're looking for, how long you're able to lock up your balance and potential penalties. But with a bit of thought about your financial goals and research into long-term CDs available now, you can ensure you get the best interest rates on your cash for years to come. 

!

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