91³Ô¹ÏÍø

Watch CBS News

$25,000 CD vs. $25,000 high-yield savings vs. $25,000 money market account: Which earns the most in 2026?

gettyimages-2184469172.jpg
The interest-earning potential varies when comparing CDs, high-yield savings and money market accounts. yaom/Getty Images

When inflation rises, the purchasing power of the dollar erodes and economic conditions worsen. And, in March, it surged significantly. Now at 3.3%, the rate rose by almost a full percentage point in a single month, driven largely by geopolitical tensions, overseas conflicts and rising oil prices. But it's now higher than it's been in years, and that means savers, no matter how much they have in their accounts, should start seriously considering new homes for their money. And if they have a sizable amount, such as $25,000, kept in a traditional savings account (which comes with an average currently), they're likely already overdue for a savings shift.

Fortunately, there are still viable options to consider. And with inflation rising and the much lower now, there are high-rate accounts to consider in which savers can easily grow their money. With a $25,000 initial deposit, those earnings could be significant and relatively quick to access, too. But each account type has its own structure and pros and cons, so savers shouldn't rush to open a certificate of deposit (CD), high-yield savings or money market account without first understanding the interest-earning potential. So, how much interest can each of these accounts earn in 2026 with a deposit of this size? Below, we'll crunch the returns that savers should know.

.

$25,000 CD vs. $25,000 high-yield savings vs. $25,000 money market account: Which earns the most in 2026?

Calculating the interest earnings on a CD can be done with precision, as the account has a fixed interest rate. But high-yield savings and money market accounts have variable rates that will adapt to market conditions, making long-term interest-earning projections more difficult to determine. 

Here's what each account stands to earn in the remaining months of 2026, calculated using today's top rates and the assumption that rates hold for both the high-yield savings and money market options:

  • $25,000 3-month CD at 3.90%: $240.26
  • $25,000 high-yield savings account at 4.03% after three months: $248.16
  • $25,000 money market account at 4.00% after three months: $246.34
  • Most profitable account: The high-yield savings account
  • $25,000 6-month CD at 4.10%: $507.35
  • $25,000 high-yield savings account at 4.03% after six months: $498.77
  • $25,000 money market account at 4.00% after six months: $495.10
  • Most profitable account: The 6-month CD
  • $25,000 9-month CD at 4.05%: $755.59
  • $25,000 high-yield savings account at 4.03% after nine months: $751.88
  • $25,000 money market account at 4.00% after nine months: $746.31
  • Most profitable account: The 9-month CD

While the 9-month CD will technically mature in January, the returns on the account can be worthwhile. And, if you want to regain access to your money even sooner, the 6-month CD can be worth exploring. That said, in the short-term, the high-yield savings account may be the most profitable option for your $25,000. 

It's also important to note that interest rate projections are highly uncertain right now. If rates were to rise in the weeks and months ahead, savers who are locked into a CD now won't be able to take advantage the same way money market account and high-yield savings account holders will be able to. Weigh all three account types carefully, then, before deciding on each.

.

The bottom line

The interest-earning capability of a CD, a high-yield savings account and a money market account is approximately the same right now – but they're not identical. And each will respond differently to a changing interest rate environment. Consider the guaranteed interest of the CD, then, versus the approximate earnings that the money market and high-yield savings accounts can offer to better inform your decision. Don't discount splitting your funds between all three, or just two of the three, as that can be particularly helpful in today's changing economic landscape.

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