ADVERTISEMENT

Thomas makes 11 birdies for 61 to take lead at Harbour Town

Published Apr 18, 2025 09:17 am

At A Glance

  • Justin Thomas had a round to match the immaculate weather Thursday, April 17, at Harbour Town with 11 birdies that allowed him to tie the course record with a 10-under 61 to lead the RBC Heritage.

HILTON HEAD ISLAND, S.C. (AP) — Justin Thomas had a round to match the immaculate weather Thursday, April 17, at Harbour Town with 11 birdies that allowed him to tie the course record with a 10-under 61 to lead the RBC Heritage.

AP25107796536086.jpg
Justin Thomas waves to the crowd on the 17th green during the first round of the RBC Heritage golf tournament, Thursday, April 17, in Hilton Head Island, S.C. (AP Photo/Mike Stewart)

The best shot he hit all day was an 8-iron that dropped near the pin and settled 5 feet away. He missed that birdie putt, one of the few chances he didn't convert.

There was little to complain about on a day of hardly any wind, a course in mint condition and warm sunshine that added to the RBC Heritage being the ideal place to decompress from the hectic week at the Masters.

Defending champion Scottie Scheffler, coming off a tie for fourth at the Masters, had very little stress at Harbour Town in a round of 64 that looked easy — which is not to say it felt that way.

“I will never say that golf is easy, ever. Golf is hard,” Scheffler said with a laugh.

But he was out of position only once off the tee and one other time when he went long of a green and both times he saved par. Otherwise, he putted for birdie or better on the other 16 holes and converted enough chances for a start that only looked good — not great — because of Thomas with the lowest score at Harbour Town in 10 years.

Bay Hill winner Russell Henley also had a 64, while Wyndham Clark was another shot back at 65. The group at 66 included former Hilton Head winner Matt Fitzpatrick and Gary Woodland, on the road back from brain surgery and building momentum from a runner-up finish in Houston.

Fifty players in the 72-man field broke par on a course that yielded an average score of 69.2

“I felt like if you compared my four rounds last week to today, today would be a much less stressful round of golf in terms of scrambling for a par,” Scheffler said. "A lot of the stuff I had to do last week I felt like I didn’t have to do today to shoot a good score. The golf course is obviously a bit different, but I was in position most of the day today.

“Overall, yeah, I would say stress-free day.”

Thomas is winless since capturing his second PGA Championship title in 2022, though his game has been trending enough in the right direction that he is No. 8 in the world. The Masters was a disappointment — no round lower than 70, 13 shots behind in a tie for 36th — but he put in some good work at Hilton Head for two days and made it pay off.

Six of his birdie putts were inside 10 feet, and he threw in three birdies from the 35-foot range, one of them on the 17th hole that put him in range of the course record.

He thought he had it with that 8-iron to a front pin on the 18th, which runs along the Calibogue Sound, only to miss the putt. He also missed a 4-foot par putt on the 10th.

“I’ve been playing really well, really solid. Felt good about things,” Thomas said. “I just didn’t play well last week. Put some really good work in the couple days leading into the start today, and I felt prepared. It was just about going out and doing it, and it was nice to do so.”

Among those who played later as the breeze — and nothing more than a breeze — began to pick up was Justin Rose, who lost in a playoff last week. He birdied his last two holes for a 67 to join a group that included Jordan Spieth, Patrick Cantlay and Tommy Fleetwood.

Masters champion Rory McIlroy decided to skip this signature event even before the Masters got started. Hilton Head was not a course he felt suited him with its tight, tree-lined angles.

Thomas felt differently.

“I love it. I wish we played more places like it,” Thomas said. “I think more architects should design places like this. It kind of stands of test of time, I think. Especially if we continue to get weather like this and if these fairways get firm — the greens are already getting firm — it’s going to be everything we want by the end of the week.”

He got everything he could have wanted — save for that birdie putt on the 18th — at the start of the week.

Related Tags

Justin Thomas jordan spieth
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.