91³Ô¹ÏÍø

Watch CBS News

Body of missing University of Missouri student Riley Strain found in river in West Nashville

A body found in a river in West Nashville on Friday morning has been confirmed to be missing University of Missouri student Riley Strain, the Metropolitan Nashville Police Department said.

Strain's body was recovered from the Cumberland River in West Nashville, about eight miles from downtown, police said on .

Metropolitan Nashville Police Department Chief John Drake said in a news conference that "there is no other evidence that suggests anything other than" Strain falling into the river, noting that he still had his clothes, watch and other identifying items on him. 

Police added that no "foul play-related trauma was observed" and an autopsy is pending. Strain's family has been informed, Drake said.  

riley-strain-nashville-pd.png
Riley Strain Metro Nashville Police Department

Strain, 22, disappeared while on a fraternity trip to Nashville, and was last seen on March 8, shortly after being kicked out of Luke's 32 Bridge, a bar owned by country singer Luke Bryan. The bar said its records show he ordered one alcoholic drink and two glasses of water. 

Surveillance video showed Strain walking alone in downtown Nashville. He was last seen at around 9:52 p.m. The friends he was with reported him missing just after 1:30 a.m.   

In a , the University of Missouri said that Strain had traveled to Nashville to attend his fraternity's spring formal event. 

In recent days, the search for Strain has focused on area waterways after his debit card was found along a Nashville river. Officials first focused on Cumberland River's downtown section before expanding the search to include more of the river, including the Cheatham Dam, which is about 40 miles from downtown Nashville. The search has involved helicopters, boats and ground crews. Police also shut down the dam to inspect debris that floated to the surface, CBS affiliate  reported. 

Strain's body was found by workers at a company on the river shortly after 7 a.m., Drake said.

riley-strain-thumbnail.jpg
Riley Strain on surveillance footage. Metropolitan Nashville Police Department

"They removed something from the river and as they moved it they noticed Mr. Strain and called it in," Drake said. The police chief said that officers had planned to search this area of the river today, noting that because of Strain's height and weight it was believed his body could be surfacing in the area soon. 

Drake said that the police department received over 200 tips during the search for Strain, and thanked the community for their attempts to find him. He also said his "heart and prayers go out" to Strain's family. 

The Cumberland River is a major waterway that runs over 680 miles through Kentucky and Tennessee. Multiple dams dot the river.

The Metropolitan Nashville Police Department has been working with the Cheatham County Sheriff's Office to conduct downriver operations. The United Cajun Navy, a volunteer disaster relief organization, has also participated in the search. 

After Strain's body was found, Nashville Mayor Freddie O'Connell that the city would "continue to work toward improvements in safety in a variety of ways."

"This is not the outcome that anyone hoped for – especially his parents and everyone who loved him," O'Connell wrote. 

The University of Missouri emphasized that resources were available for students and staff affected by Strain's death and disappearance.

"As the Mizzou community mourns Riley, we are keeping his family in our thoughts and offering support," the school said. 

The college student's parents have been in Nashville since the search began. Chris Whiteid, Strain's stepfather, told  on Wednesday that the family had already started bracing for the worst-case scenario.

"Put yourself in our shoes. Everybody knows it. Everybody's thinking it," Whiteid said. 

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