McIlroy wins fourth Dubai Desert Classic title

DUBAI — Rory McIlroy won a record fourth Dubai Desert Classic title on Sunday by one shot after storming back from a 10-shot deficit going into the weekend at the Emirates Golf Club.

McIlroy made two massive birdie putts towards the end of the front nine — a 31-footer on the par-4 eighth, followed by a 16-footer on the ninth — to move to 15-under par and lead by three shots.

At the same time his playing partner and overnight leader American Cameron Young struggled and made the turn at two-over with two bogeys. On the back nine, McIlroy made a bogey on the par-513th and could not add another birdie, but that was enough for a winning total of 14-under par 274.

The 34-year-old has started the defence of his Race to Dubai Rankings with a runner-up finish and a win as he looks to become Europe’s Number One for a sixth time, moving to the top of the rankings for the 2024 title and the International Swing. “It’s a great start to the season,” he said.

“I started well last year with the win here. A couple of little things still to work on but these weeks are great. You learn a ton from them and obviously great to get the competition and come out on top as well.”

.col-lg-12.second .opinion-widget{border-top:1px solid #D0D0D0;} #widget_1623 .opinions-title {font-size:32px;}

{{articles_filter_1623_widget?.title}}

.epaper-separator{ height: 1px; width: 100%; background-color: #D0D0D0; margin: 15px 0; }

Today’s Paper

.related-articles .layout-ratio{padding-bottom:55%;}
.alert-success { color :#A3656F ; } .alert-danger { color : red ; } .footer { font-family:Myriad Pro,Arial; }
document.addEventListener('DOMContentLoaded', function () { function validateEmail(email) { return /^[^\s@]+@[^\s@]+\.[^\s@]+$/.test(email); } function showModal(message,type) { const messageContainer = document.getElementById("messageContainerFooter"); messageContainer.textContent = message; messageContainer.className = `alert alert-${type} mt-3`; // Bootstrap alert styling messageContainer.classList.remove("d-none"); // Hide message after 5 seconds setTimeout(() => { messageContainer.classList.add("d-none"); }, 5000); } document.getElementById("emailFormFooter").addEventListener("submit", function(event) { event.preventDefault(); const emailInput = document.getElementById("emailFooter"); const email = emailInput.value.trim(); if (!validateEmail(email)) { showModal('Invalid email format','danger'); return; } const url = `/subscribeNewsletter?email=${encodeURIComponent(email)}`; fetch(url, { method: "GET", headers: { "Accept": "application/json" } }) .then(response => { if (!response.ok) { showModal("Error submitting email. Try again.",'danger'); } return response.json(); }) .then(data => { showModal(data.message,'success'); }) .catch(error => { showModal("Error submitting email. Try again.",'danger'); }); }); });