91³Ô¹ÏÍø

Watch CBS News

Why you shouldn't wait to open a CD

gettyimages-1456916366.jpg
Higher interest rates make now a great time to open a certificate of deposit (CD) account. Getty Images

When it comes to personal finances, timing can be crucial. 

Many prospective homeowners, for example, would have benefited from buying a home a few years ago when interest rates were significantly lower. In today's high rate environment, however, home buying has become cost-prohibitive. Homeowners looking to refinance may have also lost an opportune time to act.

Higher interest rates haven't been all bad news, however. In fact, they've significantly increased the benefits of deposit accounts like certificates of deposits (CD) and high-yield savings. Rates on these accounts have jumped exponentially, making now a great time to get started. For CDs, in particular, there are multiple compelling reasons to act promptly.

If you think a CD sounds beneficial for your needs then .

Why you shouldn't wait to open a CD

Here are three reasons why you should stop waiting to open a CD account.

You could be making more money

If your money is currently parked in a regular savings account, then you're losing money by not transferring some (or all) of it into a CD account. Just do the math. The average interest rate on a savings account currently is around 0.39% according to the . Interest rates on CDs, however, are many times higher than that. It's not unusual for account holders to secure CD interest rates of 3.5% to 4.5% or higher in today's economy. 

How much more money could you be making? After 12 months in a regular savings account with a rate of 0.39%, a $1,000 deposit will have only grown to $1,003.90. But that same amount in a CD with an interest rate of 3.5% will have grown to $1,035.00. The higher the rate (and the more of an initial deposit) the greater your return.

!

Rates could drop

While today's rate environment is favorable for deposit vehicles like CDs and high-yield savings accounts there's no way to know where they'll be in the future. It's possible they could rise again but it's also possible (if not likely) that they will stay flat or even drop. In the latter two cases, you will have lost money by not acting when the time was right.

Timing the market is difficult. Avoid it and take advantage of CD rates now. You can also ladder your accounts, with different amounts and different expiration dates, so that you have a better chance of maximizing your returns. And remember: CD rates are fixed, so even if overall rates fall during your term you'll be locked in at the rate you opened it with. So get an account while rates are still favorable.

It can protect your money now

If your savings accounts have been hurt by rising expenses and nagging inflation you're not alone. But make moves to stop the damage by protecting your money now. A CD won't allow you to withdraw funds until the term has expired (without incurring a penalty). It's a natural way, then, to protect your money from constant withdrawals while growing it at a higher interest rate. Just make sure you only deposit an amount you feel comfortable living without, otherwise the penalties for early withdrawal could erase most (or all) of the interest you earned. 

The bottom line

While now may not be a great time to buy a home or refinance an existing one, the climate isn't all bad either. It's particularly advantageous for those looking to protect and grow their money with a CD. These potential account holders shouldn't wait to open a CD because they're likely already losing money without it. Rates could also drop, so it makes sense to be proactive. It can also help protect against constant withdrawals that a regular savings account may already be subject to. 

!

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