91³Ô¹ÏÍø

Watch CBS News

"Singledom has peaked": Number of unpartnered adults in America declines for first time in 2 decades, survey says

American adults are looking for love — and many are reporting they found someone. For the first time in almost two decades, the share of unpartnered adults — who are neither married nor living with an unmarried partner — in the United States has declined, according to a of Census Bureau data released on Wednesday. This decline coincided with a slight rise in couples who reported being married, from 50% to 51%, Pew found, signaling a possible change in America's relationships.

"Singledom has peaked," Dr. Richard Fry, a labor economist who conducted the survey and has worked as a research analyst for Pew for 23 years, told CBS News. Fry couldn't say whether the trend would continue but noted that the changes signified a possible shift in direction for America's relationships. Those surveyed said they are currently not married, living with a partner or in a committed romantic relationship. A small share of single adults report that they are casually dating someone. 

In 2000, unpartnered adults accounted for 38% of the population, said Fry, who heads a team of researchers focusing on family and American work life. Those numbers rose quickly, hitting a peak of 44% in 2019. In 2023 the numbers declined to 42%, said Fry.

While certain groups, including young people ages 18-24, older women and those without a high school diploma, reported being unpartnered in higher numbers than the general adult population, across the board, romantic relationships trended upward. Adults reporting to the Census Bureau that they were living with an unmarried partner increased from 6% to 7% in that same time period, and data from the bureau shows the number of people reporting they were married went from 50% to 51%, from 2019 to 2023, Pew found.

There has not been an uptick in new marriages, data from the Census Bureau shows, but there have been fewer divorces. 2012 saw a peak of 2% of married adults reporting they had gotten divorced in the prior year. In 2023, a record-low 1.4% of married adults got divorced, Pew found. 

Beyond any sociological value, these numbers also have financial impacts, as partnered adults tend to fare better economically.  surveying about 9,000 people found that divorce reduces a person's wealth by about three-quarters compared to that of a single person, while being married almost doubles comparative wealth.

These findings dovetail with the Pew survey, which, citing a , shows that unpartnered adults tend to be financially worse off than partnered adults. Some 64% of single adults said they were doing at least okay financially, compared with 77% of partnered adults, Pew said. 

"From a purely economic point of view, adults who have partners seem to be better off financially," said Fry.

Men in particular are in a better position financially if they are married, said Fry. Research shows single men are also much less likely than partnered men to be employed, as women tend to gravitate toward men they view as providers, according to Fry.

"Economically successful men are more attractive partners, but marriage also makes them more 'successful on the job.' Men are more productive if they get married," said Fry. 

Zach Thompson hasn't been single for any of his adult life — and he prefers it that way. He met his wife, Jenna, in middle school. They were friends through high school, got engaged and then the couple married in 2020.

Thompson, a filmmaker from South Carolina, said that growing up, he saw many of his family members in relationships and knew he wanted one too. When he met his wife, it felt like a natural progression. he said. Now, the 26-year-old couple lives together in Charleston. "If you find someone you can spend the rest of your life with, there is real value and worth in fighting for a relationship and making it work," said Thompson. 

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