91³Ô¹ÏÍø

Watch CBS News

How to use life insurance while alive

Insurance file
You can potentially access your life insurance policy while you're still alive. Getty Images/iStockphoto

Life insurance comes in different shapes and sizes. Depending on your personal financial situation and long-term goals you could benefit from a term, whole, universal or variable policy. And if you want to skip the traditional medical exam, a no-exam life insurance policy may also make sense. 

While life insurance is often thought of as something you leave to your beneficiaries after you have died, there are ways you can use your life insurance while you're alive. This can be used to pay down debt, make mortgage payments or simply to help finance major expenses. But not every policy allows you early access. If you want this included in your plan, you'll need to do your homework first. 

If you're in the market for life insurance then start by getting so you know what to expect.

How to use life insurance while alive

You can potentially tap into your life insurance while you're alive. Here's how:

Get a whole life insurance policy

Whole life insurance is a form of permanent life insurance (as is universal and variable life). Permanent life insurance policies will allow you to access the cash portion of your account while you're alive. 

Term life insurance, meanwhile, does not have a cash element for policyholders to access. So, if you're planning on using your life insurance as a backup cash resource you'll want to avoid term policies.

Just note that, because of the cash factor, whole life insurance policies are typically more expensive than term plans. And you won't have immediate access to cash once the policy goes live. You'll need an adequate cash amount in the account before you can use it (and it takes time to build that up).

.

Surrender your policy

Assuming you have a policy that has a cash element to it, you could then surrender it and withdraw the entire existing cash value. Again, this assumes two factors: That you have a policy that has cash and that you have built up enough value in the policy over time so that there's actually something substantive to take out. 

If both of those qualifications have not been met then you won't be able to use your life insurance while you're alive - or you'll have to wait until there's an amount large enough to withdraw from. 

Borrow from your policy

If you don't want to outright surrender your policy you may be able to take out a loan on the existing cash amount. Just understand, if you go this route, that the amount you ultimately owe on the policy's outstanding principal (and interest) will be taken from the death benefit before your beneficiaries receive it.

Still, this may be a better option than using a credit card or taking a personal loan because you won't have your credit checked in order to get the funds. You'll probably have better repayment terms, too.

The bottom line

It's a popular myth that you can't use your life insurance while alive. Not only can you potentially use it, but it may also be a better vehicle than other forms of credit. Just understand that the benefits afforded by a life insurance policy will vary based on the type of policy and which options you chose when buying your coverage.

If you're interested in the benefits this option can afford then start by getting .

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