91³Ô¹ÏÍø

Watch CBS News

Americans say this is their savings "magic number" to retire comfortably

Americans' "magic number" for the savings they need to retire with a measure of financial comfort is $1.46 million, according to new from Northwestern Mutual.

That figure, based on a survey of 4,375 people who were asked how much money they think they need in retirement, is up from $1.26 million in 2025. John Roberts, chief field officer at the financial planning firm, said the increase reflects ongoing consumer concerns about inflation, with elevated prices in recent years straining household budgets and making it harder for people to save.

The poll was fielded before the Iran war, which has only heightened such concerns as fuel prices rise.

Respondents also worried that artificial intelligence could impact their careers, with 33% saying they fear how the rapidly emerging technology will affect their jobs. Such concerns about job security could be leading some Americans to think they need a bigger nest egg, Roberts noted.

The reality of retirement savings

In general, Americans' perception of how much money they need to retire is starkly at odds with their actual savings. Of people in the U.S. with retirement accounts, only 5% have at least $1 million socked away, while roughly 9% have $500,000, according to . 

Older age brackets tend to have larger nest eggs, but even workers who are nearing retirement often fall short. The median retirement savings for Americans aged 55 to 64 is $185,000, NerdWallet found.

Americans also aren't saving as robustly. Payroll firm Dayforce found that Americans last year trimmed their annual contributions to their 401(k) accounts to 8.9%, down from 9.2% to in 2024.

"We're acknowledging there's a need... but we're not taking enough action," Roberts told CBS News.

Savings of $1.46 million would provide roughly $4,800 in retirement income per month, according to Northwestern. But Americans often undershoot how much they think they need to retire. 

Unexpected expenses can crop up, depleting funds more quickly than expected. In some cases, people have to tap their savings before hitting retirement age. Recent research from financial services firm Vanguard shows a record share of Americans are taking hardship withdrawals to cover an immediate need, like a medical expense.

"They're kind of saying, future me is going to live lean," Rorberts said. "But it's not actually how it plays out in reality."

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