91³Ô¹ÏÍø

Watch CBS News

What another Fed rate hike could mean for your savings

what-another-fed-rate-hike-could-mean-for-your-savings.jpg
One bright side to another interest rate hike? Higher earnings on your savings. /Getty Images

Interest rate hikes are nothing new. They've been a persistent theme since March of 2022 as the Federal Reserve attempts to tamp down inflation. And although we had a brief reprieve with June's rate pause, July saw another rate hike, and signs seem to point to yet another in September.

While this is hardly welcome news to consumers dealing with high prices on everything from groceries to gas, there is one group it can benefit: savers.

.

What another Fed rate hike could mean for your savings

While experts are divided over whether we'll see another rate hike in September, the majority of those we spoke with think a hike is likely.

"I believe the Fed will raise rates again in September and will continue to do so until there is more realized pain in the economy and the markets," says Jim Crider, CFP, founder of Intentional Living FP. "With the U.S. stock markets in the black for the year, job numbers being adequate and inflation still not completely settled back to the Fed's arbitrary 2% targeted rate, the Fed will stick with attempting to bring equilibrium through tightening until they find it absolutely necessary to reverse course."

George Kao, CFP, founder of Reach One Teach One Financial, agrees. "One of the primary reasons feds raise rates is to counteract inflation. Given that the latest inflation numbers according to the CPI-U (Consumer Price Index Urban) is 3.2% (down from 9.1% from June 2022), one may believe the Fed is likely to slow the rate hike for the Sep meeting. If you peel back the layers, however, the picture gets a bit more fuzzy."

Kao continues, "Within the CPI-U, inflation related to food, energy and new and used cars sales are down. Inflation related to housing (sales and rent) remains high. And when you look at general consumer sentiments (anecdotal), families are still struggling with the overall rising cost of everything. Do I believe the Fed will raise rates in September? They can certainly make a case to halt and wait in September, but I would not be surprised if they raised the rate one more time before year-end."

Savings account rates are set based on the federal funds rate. So, if the Fed raises rates in September, the interest earnings on your savings will rise too.

.

What you should do now

With the possibility of another rate hike on the horizon, what action should savers take today? One step is to open a high-yield savings account.

"High-yield savings accounts are typically paying much higher rates than most standard bank savings accounts," says Mike Hunsberger, ChFC, CFP, CCFC, owner of Next Mission Financial Planning. "There are currently numerous high-yield savings accounts paying more than 4% in interest. Many bank savings accounts are paying less than 1% in interest. Regular savings accounts aren't even keeping up with inflation that is still over 4% year over year."

Since savings account rates are variable, if the Fed increases rates in September, you'll be poised to benefit from it. But even if they don't, you'll still earn considerably more interest than you would with a regular savings account. If your money isn't in a high-yield account, you're essentially losing out on free money, wherever overall rates are.

to find out how much you could be earning.

The bottom line

Whether or not the Fed raises interest rates in September, a high-yield savings account is worth opening at any time. In addition to earning you considerably more, these accounts offer a safe, convenient place to stash your cash until you need it. It's one easy way to grow your savings faster and achieve your goals sooner.

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