ADVERTISEMENT

Gotterup fires 63 as Scheffler stumbles in Phoenix Open opener

Published Feb 6, 2026 12:36 pm

At A Glance

  • Gotterup shot a bogey-free 8-under 63 to take a two-shot lead Thursday, Feb. 5, in the first round of the Phoenix Open on a rare day when Scheffler struggled.
Chris Gotterup hits his tee shot at the 17th hole during the first round of the Phoenix Open golf tournament at the TPC Scottsdale Stadium Course Thursday, Feb. 5, 2026, in Scottsdale, Ariz. (AP Photo/Ross D. Franklin)
Chris Gotterup hits his tee shot at the 17th hole during the first round of the Phoenix Open golf tournament at the TPC Scottsdale Stadium Course Thursday, Feb. 5, 2026, in Scottsdale, Ariz. (AP Photo/Ross D. Franklin)
SCOTTSDALE, Arizona (AP) — Chris Gotterup seems to have figured out TPC Scottsdale, giving him a chance to finally see the Saturday spectacle of the Phoenix Open.
Top-ranked Scottie Scheffler will need to go low in his next round if he’s going to get to the weekend.
Gotterup shot a bogey-free 8-under 63 to take a two-shot lead Thursday, Feb. 5, in the first round of the Phoenix Open on a rare day when Scheffler struggled.
“I don’t know if the course has changed at all,” Gotterup said. “I just feel like I’ve been playing better and managing my game better. We were flying back from TGL (golf league) and I was like, I need to see Saturday here this week.
Gotterup will get his chance after a warm day – even for the desert – that produced some long drives and low scores.
England's Matt Fitzpatrick matched the back-nine record with a 29 to shoot 65. Sam Stevens was among a group of four players at 66 and 26 players shot 68 or better before play was suspended because of darkness.
Scheffler was not among those going low. The four-time player of the year flubbed two chip shots that rolled back to his feet during a 2-over 73 that put his streak of 65 cuts in jeopardy.
Brooks Koepka also struggled. The five-time major champion had just one birdie in a 75 in his second tournament since being reinstated by the PGA Tour.
Gotterup shot a final-round 64 in season-opening Sony Open on Oahu for his third victory in three PGA Tour seasons. He tied for 18th at Torrey Pines last week.
The 26-year-old missed the cut his two previous trips to TPC Scottsdale, but seemed to have the course figured out in his opening round.
Gotterup jump-started his round by rolling in a 27-foot eagle putt from just off the green on the par-5 13th hole. He soaked up the boozy roars at the stadium par-3 16th by pouring in a 7-footer for his third straight birdie and added another on 18 to turn in 6-under 30.
Gotterup two-putted for birdie on the par-5 third and added 26-footer on the long par-3 seventh to match the opening 63 he had in Hawaii.
“I feel like I’m doing things well and thinking through things well, and I think that’s the most important thing,” Gotterup said. “I wouldn’t say today I drove it my best or did anything, (but) I putted great.”
Scheffler arrived at TPC Scottsdale on a roll, eyeing his third straight PGA Tour win amid a run of 33 straight sub-par rounds.
The winner at The American Express two weeks ago, Scheffler showed a rare display of anger when his chip shot at the par-4 18th rolled back to his feet and took another bogey when he did the same thing on the par-4 eighth.
Scheffler was 10 shots back and in danger of missing a cut for the first time since the 2022 FedEx St. Jude Championship. He headed straight to the range after his round, hoping to find something that would allow him to go low Friday to continue the PGA Tour's longest active cuts streak.
Fitzpatrick opened with birdies on Nos. 10 and 11, then reeled after a run of five straight starting on No. 13. He shot 7 under to tie back-nine record with seven others and added another birdie on the par-5 third before stumbling to the finish with two closing bogeys.
The 2022 U.S. Open champion has not won since the 2023 RBC Heritage at Hilton Head.
“If someone would’ve said here is 6 under to start day and I can stay in bed, I would’ve snatched your hand off,” Fitzpatrick said. “I’m in a good position to start with and hopefully kick on.”
Scheffler will have to kick it into gear after his poor start.
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.