91³Ô¹ÏÍø

Watch CBS News

Why young people should buy life insurance now

Our love for food is a common thread
While life insurance is beneficial for policyholders of all ages, there are some particular benefits younger adults should take advantage of. Nicolas Hansen/Getty Images

Life insurance can provide significant financial security for your beneficiaries in the event of your death. In exchange for a reasonable fee each month (cheaper if paid annually), you can rest assured knowing that your loved ones will receive a lump sum of money in your absence.

The benefits of life insurance are significant and multiple and most financial advisers recommend that adults have some level of coverage, regardless of the policy type

Yet many younger American adults don't have the right amount of life insurance. According to , "nearly half (47%) of millennials (34 million adults) say they need (or need more) life insurance." 

That is a gap that can hopefully be closed with more awareness and information because, while life insurance is beneficial for policyholders of all ages, there are some particular benefits younger adults can take advantage of.

If you're in the market for life insurance then get started today with .

Why young people should buy life insurance

Here are three reasons why younger adults should buy life insurance now.

It's not expensive

This one seems obvious but many people don't take advantage early enough. The younger you are, the safer a bet you are to insurance companies. So you'll pay a lot less than you would if you were older. 

In fact, healthy young adults can often snag a term life insurance policy for under $50 a month (maybe cheaper depending on a range of eligibility factors). 

Life insurance will only grow more expensive as you age. If you want cheap life insurance then start paying now - not later. Get  now so you know exactly what it would cost.

Coverage options won't be limited

Younger people, on the whole, have fewer health issues than older adults. Because of this, they will generally pay a lower premium than older people with known health conditions like high cholesterol, blood pressure or diabetes. They'll also be more eligible for more robust coverage than an older applicant. 

If young people wait - and health issues arise with age - they will be forced to pay more for less coverage. So it behooves them to take a medical exam and prove their health status now. And if any health issues do arise in the future they'll be grandfathered in at the lower rate.

It can be used to pay off debt

If you're a millennial without any debt then you should congratulate yourself - you're in the minority. 

"Nearly three-fourths of U.S. millennials (72%) have some form of non-mortgage debt, with the average millennial owing $117,000," according to a recent study from . 

How are those debts going to be paid off should you die prematurely? You don't want to burden family or friends with bills. But if you have a robust life insurance policy in place your beneficiaries can use the payout to eliminate your debts.

Not sure how much you'd need to cover what you owe?  or use the table below to start shopping for providers.

The bottom line

Age should not be viewed as a disqualification when it comes to purchasing life insurance. There are policies available for all age ranges that will both protect you and your bank account. But if you're young and healthy you'll never have a better time to secure inexpensive and comprehensive life insurance than right now.

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