Who is Nick Dunlap? All you need to know about the 19-year-old 2023 US Amateur champion

Nick Dunlap is an amateur golfer from Northport, Alabama. He recently won the US Amateur Championship and became only the second male golfer to win US Junior and US Amateur, matching the record of legendary golfer Tiger Woods.

Nick Dunlap is an amateur golfer from Northport, Alabama. He recently won the US Amateur Championship and became only the second male golfer to win US Junior and US Amateur, matching the record of legendary golfer Tiger Woods.

Dunlap ranks ninth in the World Amateur Golf Rankings and has won three events so far. He has 12 top-10 finishes and has played 28 tournaments.

The American amateur golfer defeated Neal Shipley in the final of the 2023 US Amateur to win the trophy on Sunday, August 20. He has also qualified to represent his country at the next month's Walker Cup.

Nick Dunlap played the third round of the US Amateur against Bowen Mauss and defeated him with a score of 5&3 to advance to the quarterfinal round of the tournament, where he played against Jackson Koivun. He defeated Parker Bell in the semifinals and then Shipley in the final.

Speaking about his performance and matching Tiger Woods's record, Dunlap said via ESPN:

"I think it's only a third of what he's done. Just to be in the same conversation with Tiger is a dream come true and something I've worked for my whole life." “I just learned that I could do it. I always thought I could, but when you’re 5 over thru seven, your mind is spinning, you can’t see straight and all you see is red. I just learned that anything is possible as long as you put your mind to it," he added.

Dunlap previously won the US Junior Championship in 2021 and had qualified for the US Open, twice. But he missed the cut.

Nick Dunlap's amateur tournaments results

Dunlap last played at the 2023 Western Amateur Championship and finished in fifth place. He had won the North and South Amateur Championship and the Northeast Amateur Championship earlier this year.

He started the new year playing at The Hayt and finished in 28th position. He then competed at the Cabo Collegiate Invitational and settled in 15th place before heading to compete at the Linger Longer Invitational.

Nick Dunlap also played at the NCAA D1 Championship and secured the 11th position.

Here are the results of all the events, Nick Dunlap has played so far:

2023 The Western Amateur Championship

2023 Southern Amateur Championship

  • Result: 59

2023 Trans-Mississippi Amateur Championship

2023 North and South Amateur Championship

2023 Northeast Amateur Invitational

2023 U.S. Open

  • Result: 128

2023 NCAA D1 Championship - Stroke

  • Result: 11

2023 NCAA Norman Regional

2023 SEC Championship

  • Result: 19

2023 Mossy Oak Collegiate

  • Result: 38

2023 Linger Longer Invitational

2023 Cabo Collegiate Invitational

  • Result: 15

2023 Watersound Invitational

2023 The Hayt

  • Result: 28

2022 East West Matches

  • Result: Participant

2022 Golf Club of Georgia Colleg.

  • Result: 15

2022 SEC Match Play (Stoke Play)

2022 OFCC Fighting Illini Invite

  • Result: 20

2022 Rod Myers Invitational

2022 U.S. Amateur Championship

  • Result: 87
" modalPopup.closeOnEsc = false; modalPopup.setHeader("Why did you not like this content?"); modalPopup.setContentText(modalText); modalPopup.addCancelOkButton("Submit", resetRatingAndFeedbackForm, sendRating); modalPopup.removeCloseModalIcon(); modalPopup.disableDismissPopup(); modalPopup.open(); } else { sendRating(index); } } function sendRating() { var requestPayload = { "post_id": 1636400, "rating_value": ratingValue } if (ratingValue > 3) { requestPayload.rating_feedback_type = null; requestPayload.rating_feedback = null; } else { if (!$('input[name="drone"]:checked') || !$('input[name="drone"]:checked').value) { showErrorMessage('option'); return; } if (!$(".post-rating-feedback-note textarea") || !$(".post-rating-feedback-note textarea").value) { showErrorMessage('note'); return; } var selectedOption = $('input[name="drone"]:checked').value; var feedbackNote = $(".post-rating-feedback-note textarea").value; requestPayload.rating_feedback_type = selectedOption; requestPayload.rating_feedback = feedbackNote; } pureJSAjaxPost(addratingAPI, requestPayload, onsaveRatingSuccess, onsaveRatingFail, function() {}, true); } function resetRatingAndFeedbackForm() { var activeStars = Array.from($all('.rating span.rating-star.active')); for (var i=0; i < activeStars.length; i++) { activeStars[i].classList.remove("active"); } if ($('input[name="drone"]:checked')) { $('input[name="drone"]:checked').checked = false; } var userNote = document.querySelector(".post-rating-feedback-note textarea"); userNote.value = ''; modalPopup.close(); } function onsaveRatingSuccess() { modalPopup.close(); savePostIdInUserRatedPostsCookie(); $("#post-rating-layout").classList.add("hidden"); $("#post-rating-message").classList.remove("hidden"); window.setInterval(function showMessage() { $("#post-rating-widget").classList.add("hidden"); }, 3000); } function onsaveRatingFail() { console.error('Saving post rating failed!'); modalPopup.close(); } function savePostIdInUserRatedPostsCookie() { userRatedPostIds.push(1636400); var expiryTime = new Date(); expiryTime.setMonth(expiryTime.getMonth() + 12); // Expiry after 1 year setCookie("user_rated_post_ids", JSON.stringify(userRatedPostIds), expiryTime); } function isPostRatedByUser() { var userRatedPostIds = getCookie('user_rated_post_ids'); if (userRatedPostIds) { try { userRatedPostIds = JSON.parse(userRatedPostIds); } catch (err) { console.error(err); return false; } } else { return false; } if(userRatedPostIds.indexOf(1636400) >= 0) { return true; } else { return false; } } function getRatingCountByPostId(postId) { return new Promise(function(resolve, reject) { pureJSAjaxGet( getRatingCountBaseURL + postId + '/rating/count', function(data) { try { data = JSON.parse(data); if (data.meta_value) { resolve(data.meta_value); } reject("Failed to fetch rating count for the post:" + postId); } catch (err) { reject("Failed to fetch rating count for the post:" + postId); } }, function(err) { reject("Failed to fetch rating count for the post:" + postId); }, true); }); } function showErrorMessage(messageType) { var messageContainerId = '#' + messageType + '-error'; $(messageContainerId).classList.remove('hidden'); window.setInterval(function () { $(messageContainerId).classList.add("hidden"); }, 5000); } (function() { var callFired = false; function lazyLoadPostRating() { if (callFired) return; callFired = true; if (!isPostRatedByUser()) { getRatingCountByPostId(1636400) .then(function(ratingCount) { if (ratingCount < 10) { $("#post-rating-widget").classList.remove("hidden"); } }) .catch(function(err){ console.error(err); }); } } document.addEventListener("scroll", lazyLoadPostRating, { passive: true, once: true }); document.addEventListener("mousemove", lazyLoadPostRating, { passive: true, once: true }); document.addEventListener("touchmove", lazyLoadPostRating, { passive: true, once: true }); })();

ncG1vNJzZmivp6x7tLzOq6uso5WasaJ6wqikaJ%2BfobNwusSwqmavmKR6r7XCpGSdrZ6hrrF5wKWjZqaVmrFut82ormZpaWLGpq3RZqalnF1nfXN%2FjK5krGWRoq61sdSrZJygkaK9qrvN

 Share!