91³Ô¹ÏÍø

Watch CBS News

Simone Biles opens up about withdrawal from Olympic competitions: "I don't think you realize how dangerous this is"

Superstar gymnast Simone Biles defended her decision to withdraw from Olympic competitions on her Instagram story on Thursday night, explaining that she is still struggling from what is known as the "twisties," and isn't sure if she will be able to compete in individual competitions scheduled for next week. 

This week, Biles pulled out of both the team final and the women's individual all-around at the Tokyo Games to focus on her mental health. Team USA won silver in the team event, and Biles' teammate Suni Lee won gold in the individual — the fifth American woman in a row to do so. 

Opening up on Instagram stories overnight, Biles, a six-time Olympic medalist, answered questions from her fans about a condition that gymnasts call the "twisties" — a frightening state of disassociation that prevents athletes from successfully completing a skill, which can lead to serious injury. 

"I can't even fathom twisting. I seriously cannot comprehend how to twist," Biles wrote on Instagram, attempting to explain how the twisties feel. "Strangest and weirdest thing as well as feeling." 

Gymnastics - Artistic - Olympics: Day 4
Simone Biles and Grace McCallum cheer on their teammates during the Women's Team Final on July 27, 2021.  / Getty Images

Biles said that, while training this week, she has not been landing the moves she is meant to perform in competition. She said that she has been affected in every apparatus, "which sucks…really bad." 

Biles added that she has experienced the twisties before and "they're not fun to deal with." She said they started happening after the preliminary round earlier this week. 

"It's honestly petrifying trying to do a skill but not having your mind and body in sync," she explained. "10/10 do not recommend." 

"Literally can not tell up from down. It's the craziest feeling ever. Not having an inch of control over your body," she continued. "What's even scarier is since I have no idea where I am in the air I also have NO idea how I am going to land. Or what I am going to land on. Head/hands/feet back…"

Biles also continued to defend her decision to remove herself from competition for her own safety. 

"I didn't have a bad performance and quit. I've had plenty of bad performances throughout my career and finished competition," she said. "I simply got so lost my safety was at risk as well as a team medal."

biles-crop.jpg
Simone Biles stumbles upon landing after competing in vault during the Women's Team Final of the Tokyo 2020 Olympic Games. Getty Images

"I don't think you realize how dangerous this is on hard/competition surfaces," she added. "Nor do I have to explain why I put my health first. Physical health is mental health."

Biles qualified in all six of the women's gymnastic finals — team, individual all-around, vault, uneven bars, balance beam and floor. It's not clear if she will compete next week.

"Typically for me, it's usually two or more weeks when I've had them before," she said of the timeline. "Honestly no telling/time frame, something you have to take literally day by day, turn by turn." 

USA Gymnastics said on Wednesday that Biles will be evaluated daily to determine if it is safe for her to participate in next week's finals. 

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