UFC
Abu Dhabi

The making of legends

When the lights go up and the first strikes land, there’s no atmosphere quite like UFC nights in Abu Dhabi. The Etihad Arena has become the beating heart of combat sports – a place where blistering fight cards, thrilling main events, and unforgettable rivalries play out on the world stage.

What began as a bold partnership with the Department of Culture and Tourism – Abu Dhabi has grown into a long-term commitment, cementing the city as the fight capital of the region. Each event transforms Abu Dhabi into a week-long celebration of mixed martial arts, with immersive fan experiences such as open workouts, ceremonial weigh-ins, and meet and greets. It's supported by a passionate community that welcomes the sport’s global superstars.

From history-making showdowns featuring the likes of Khabib Nurmagomedov, Conor McGregor, and Max Holloway to the roar of a crowd that never loses its intensity, Abu Dhabi has hosted some of the UFC’s most iconic moments. UFC CEO Dana White himself calls it one of his favourite places in the world – and the fights and fan response prove why.
 

18

Fight nights since 2010

14

Title fights held in Abu Dhabi

An error occurred while processing the template.
Java method "com.liferay.portal.kernel.util.DateUtil_IW.getDate(Date, String, Locale)" threw an exception when invoked on com.liferay.portal.kernel.util.DateUtil_IW object "com.liferay.portal.kernel.util.DateUtil_IW@472af78e"; see cause exception in the Java stack trace.

----
FTL stack trace ("~" means nesting-related):
	- Failed at: ${dateUtil.getDate(imageCard_WorkDate...  [in template "20095#20121#10110462" at line 26, column 97]
----
1<div class="col-12 news-detials-section gallery-section"> 
2    <div class="masonry" id="masonry"> 
3        <#if imageCard.getSiblings()?has_content> 
4            <#list imageCard.getSiblings() as cur_imageCard> 
5                <#assign imgUrl=cur_imageCard.gallaryImage.getData() /> 
6                <#assign heading=cur_imageCard.imageHeading.getData()!"" /> 
7                <#assign description=cur_imageCard.imageDescription.getData()!"" /> 
8                <#assign isBig=getterUtil.getBoolean(cur_imageCard.BigImage.getData()) /> 
9                <#assign sectorCategory=cur_imageCard.SectorCategory.getData()! "general" /> 
10                <#assign serviceCategory=cur_imageCard.ServiceCategory.getData()! "general" /> 
11								<#assign workDate=cur_imageCard.WorkDate.getData()! "general" /> 
12                <#assign imageLink="" /> 
13								<#assign imageCard_WorkDate_Data = getterUtil.getString(cur_imageCard.WorkDate.getData())> 
14 
15                <#if validator.isNotNull(imageCard_WorkDate_Data)> 
16	              <#assign imageCard_WorkDate_DateObj = dateUtil.parseDate("yyyy-MM-dd", imageCard_WorkDate_Data, locale)> 
17                </#if> 
18 
19 
20                <#if (cur_imageCard.LinkToPage.getFriendlyUrl())?? && cur_imageCard.LinkToPage.getFriendlyUrl() !=""> 
21                    <#assign imageLink=cur_imageCard.LinkToPage.getFriendlyUrl() /> 
22                    <#elseif (cur_imageCard.ExternalLink.getData())?? && cur_imageCard.ExternalLink.getData() !=""> 
23                        <#assign imageLink=cur_imageCard.ExternalLink.getData() /> 
24                </#if> 
25 
26                <div data-value="${sectorCategory}" data-value1="${serviceCategory}" data-date="${dateUtil.getDate(imageCard_WorkDate_DateObj, "dd MMM yyyy", locale)}" 
27                    class="brick ${isBig?string('big','')} work-gallery-item"> 
28                    
29                        <#if imgUrl?? && imgUrl !=""> 
30                            <img loading="lazy" src="${imgUrl}" alt="${cur_imageCard.gallaryImage.getAttribute("alt")}" 
31                                data-fileentryid="${cur_imageCard.gallaryImage.getAttribute("fileEntryId")}" 
32                                data-category="${sectorCategory}" width="400" height="300" /> 
33                        </#if> 
34 
35                       
36                    
37                </div> 
38            </#list> 
39            <#else> 
40                <p>No images found</p> 
41        </#if> 
42    </div> 
43</div>