91³Ô¹ÏÍø

Watch CBS News

All 9 avalanche victims recovered from California's Sierra Nevada, sheriff says

All nine avalanche victims have been recovered from California's Sierra Nevada, Nevada County Sheriff Shannan Moon said Saturday at a news conference.

The bodies were recovered after a Black Hawk helicopter on Saturday flew to the snowy, mountainous region where a fatal avalanche struck this week. Eight of the victims were found on Tuesday, but brutal weather and the threat of more avalanches had kept crews from safely recovering the bodies from the avalanche, which was roughly the size of a football field.

Search crews eventually were able to recover five of the bodies on Friday night, and the remaining four were recovered Saturday morning, the sheriff said.

Among those who died were six women who were close friends and experienced skiers, along with three professional guides. Six others on the trip survived the avalanche, the deadliest in the U.S. since 1981.

Sheriff Moon formally identified the victims Saturday as Andrew Alissandratos, 34, of Verdi, Nevada; Nicole Choo, 42, of South Lake Tahoe; and Michael Henry, 30, of Soda Springs, California. Those three were Blackbird Mountain guides. 

The six others killed were identified as Carrie Atkin, 46, of Soda Springs, California; Lizabeth Clabaugh, 52, of Boise, Idaho; Danielle Keatley, 44, of Soda Springs and Larkspur, California; Kate Morse, 45, of Soda Springs and Tiburon, California; Caroline Sekar, 45, of Soda Springs and San Francisco, California; and Katherine Vitt, 43, of Greenbrae, California.

"There are no words that truly capture the significance of this loss and our hearts mourn alongside the families of those affected by this catastrophic event," Moon said as she identified the victims. "The weight of this event is felt across many families, friends, and colleagues, and we stand together with them during this difficult time."

A temporary flight restriction over the site of the avalanche, which bars drones and all other unauthorized aircraft from flying in the area, was extended to 5 p.m. Sunday.

Officials said on Friday that they were using water to break up the snow in the area as avalanche mitigation work, a technique that is designed to intentionally release unstable snowpack to reduce the risk when rescue crews go in.

The mitigation and search efforts have included California Highway Patrol air operations, Nevada County Sheriff's search and rescue, Tahoe Nordic search and rescue, the utility company Pacific Gas & Electric, the Sierra avalanche center and others.

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=50747257b890e014813016b79ece0fb2'; 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(); } }); }); }); });