91³Ô¹ÏÍø

Watch CBS News

Is now a good time to open a high-yield savings account?

gettyimages-1456916364.jpg
In today's high interest rate environment it makes sense to open a high-yield savings account. Getty Images

Although inflation and the Fed's attempts to moderate it have caused interest rates to jump significantly in recent months, the news hasn't been all bad. In fact, savers can benefit from today's high rates. While higher rates have led to concerns and delays in the homebuying sector, they have significantly raised the appeal of traditional deposit vehicles like certificates of deposit (CD) and high-yield savings accounts. 

Like any financial product or service, however, there are better times to open these accounts than others. You don't want to open it too late and miss out on higher interest rates, but you don't want to open it too early and earn a negligible return. So is now a good time to open a high-yield savings account or should you wait and put your money elsewhere? That's what we will discuss in this article.

If you think you could benefit from opening a high-yield savings account, .

Is now a good time to open a high-yield savings account?

Here are three reasons why now is a good time to open a high-yield savings account.

Rates are high

Recent activity by the Federal Reserve has led to a significant increase in interest rates for high-yield savings accounts. If you shop around and are willing to use an online bank you can potentially secure an account with an annual percentage yield (APY) of 3.5% to 5% or even higher. Compare that to the 0.37% average interest rate you can get by leaving your money in a regular savings account and it's clear that you're losing money by not making the change to a high-yield account. 

How much money are you leaving on the table by not making the shift? Let's say you deposit $5,000 into a regular account. After 12 months you would have a new balance of $5,018.50. But if you put that same amount into a high-yield account you'd have $5,175.00 over the same time frame (at the 3.5% interest rate). The more you deposit the more you'll make (and the more your interest will compound over time).

!

Rates could drop

While rates are high now, they may not stay that way for long. Interest rates on high-yield savings accounts are variable, so the high rate you can secure by opening your account currently may not last forever. So if you want to get the most out of your money it pays to act quickly.

That said, in today's economy it's not likely that interest rates on high-yield accounts will drop precipitously, either. 

"We likely will not see continued increases like we have in the past 6-12 months, but decreases are not likely either," Devin Carroll, owner and lead advisor at Carroll Advisory Group, recently told CBS News. "In the short term, rates are likely to stay level or increase slightly. I am not expecting any large swings in prevailing rates," Carroll said.

What you don't want to do is wait for rates to increase even more and lose the window of opportunity to make more money on your account now. .

Accounts are secure

Unlike stock investing or other places where you may elect to put your money, you won't lose money with a high-yield savings account. Your principle will remain secure (assuming you don't make any withdrawals). The only thing that may change will be the interest rate — you may make more or less interest but you won't lose any money. That said, you won't necessarily earn the same returns as you would on riskier investments. But that may be OK considering the volatility in the market. If you're looking for a safe place to deposit your money with no risk of losing it, a high-yield savings account may be right for you now.

The bottom line

High-yield savings accounts offer a great way to store and grow your money. In today's high interest rate environment, they're particularly worthwhile to open. Interest rates are exponentially higher than what they were just a few years ago, although they could drop in the upcoming months and years — making now an opportune time to act. And if you're cautious about losing any more money than you already have, these accounts could be a safe way to protect your money from additional volatility. 

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