ADVERTISEMENT

Tiger Woods told deputy he was 'talking to the president' after crash, bodycam reveals

Published Apr 3, 2026 11:00 am
In this image from video provided by the Martin County, Fla., Sheriff's Office, golfer Tiger Woods is strapped into a police vehicle following a car crash in Jupiter Island, Fla., Friday, March 27, 2026. (Martin County Sheriff's Office via AP)
In this image from video provided by the Martin County, Fla., Sheriff's Office, golfer Tiger Woods is strapped into a police vehicle following a car crash in Jupiter Island, Fla., Friday, March 27, 2026. (Martin County Sheriff's Office via AP)
After crashing his SUV last week in Florida, Tiger Woods took out his phone and told a deputy, “I was just talking to the president,” according to body camera footage released Thursday, April 2, showing Woods' arrest on a DUI charge.
The phone conversation was not captured on video, but Woods could be heard saying, “Thank you so much,” as he hung up and the deputy approached. It wasn't clear if Woods was referring to President Donald Trump, whose former daughter-in-law, Vanessa Trump, is dating Woods.
Shortly after the golfer's March 27 arrest, Trump was asked about Woods and told reporters: “I feel so badly. He’s got some difficulty. Very close friend of mine. He’s an amazing person. Amazing man. But, some difficulty.”
The White House did not immediately respond to a request for comment on whether Trump spoke to Woods after the crash.
The footage also shows how Woods appeared to be astonished as he was handcuffed after failing a sobriety test and a video from the back of the patrol car shows the handcuffed golfer hiccupping, yawning and repeatedly appearing to nod off during the 15-minute ride.
Woods told authorities he was looking at his phone and changing the radio station when his speeding Land Rover clipped the back of a truck and rolled onto its side on a residential road on Jupiter Island. No one was injured.
“I looked down at my phone, and all of a sudden — boom,” Woods told an officer as he knelt on a lawn, prior to his arrest.
Body camera footage shows Martin County Sheriff’s Deputy Tatiana Levenar then conducting a roadside sobriety test and telling Woods: “I do believe your normal faculties are impaired, and you’re under an unknown substance, so at this time you’re under arrest for DUI."
“I’m being arrested?” Woods responded.
“Yes, sir,” Levenar said.
After handcuffing Woods, authorities searched his pockets and found two white pills.
“That’s a Norco,” Woods said after an officer pulled out the pills, referring to a painkiller that contains acetaminophen and the opioid hydrocodone. Authorities would later confirm that Woods was in possession of hydrocodone.
In the body camera footage, Woods told Levenar that he had not drunk any alcohol and that he had taken “a few” medications earlier in the day, though Woods’ words are muted in the released video as he describes some of the drugs.
At the sheriff’s office complex, after Woods was escorted into the “DUI room” where drivers are tested for being under the influence, Woods said, “I’m not drunk. I’m on a prescription medication,” according to a supplemental sheriff’s office report released Thursday.
Woods, 50, pleaded not guilty on Tuesday to suspicion of driving under the influence. He posted a statement Tuesday night saying that he was stepping away indefinitely “to seek treatment and focus on my health.”
Woods agreed to a Breathalyzer test that showed no signs of alcohol, but he refused a urine test, authorities said. Under a change to Florida law last year, refusing an officer’s request to take a breath, blood or urine test became a misdemeanor, even for a first offense.
During the field sobriety test, deputies noticed Woods limping and that he had a compression sock over his right knee. Woods explained he had undergone seven back surgeries and over 20 surgeries on his right leg, and that his ankle seizes up while walking.
Woods, who was hiccupping during questioning, continuously moved his head during one of the sobriety tests and deputies had to tell him several times to keep his head straight, according to an arrest report.
“Based on my observations of Woods, how he performed the exercises and based on my training, knowledge, and experience, I believed that Woods normal faculties were impaired, and he was unable to safely operate the motor vehicle,” Levenar wrote.
Woods is the most influential figure in golf and has become as recognizable as any athlete in the world. The first person of Black heritage to win the Masters in 1997, he has captivated golf fans with records likely never to be broken.
His injuries have kept him from accomplishing more, including from a 2021 Los Angeles car crash that damaged his right leg so badly he said doctors considered amputation. He has not played an official event since the 2024 British Open. He was recovering from a seventh back surgery in October and was trying to return at the Masters, where he is a five-time champion.

Related Tags

Tiger Woods
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.