About us

Free Zones are usually tailored to specific industries or sectors, and typically companies within free zones conduct business outside the UAE. Mainland companies can trade within and outside the UAE, and are subject to standard Dubai laws and regulations.

To help you make an informed decision, we've compared the two business set-up options below, highlighting criteria that might affect your decision.

The Dubai Free Zone Council Members

An error occurred while processing the template.
The following has evaluated to null or missing:
==> articleService  [in template "775047#775088#880145" at line 8, column 31]

----
Tip: If the failing expression is known to legally refer to something that's sometimes null or missing, either specify a default value like myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing</#if>. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)??
----

----
FTL stack trace ("~" means nesting-related):
	- Failed at: ${articleService.getContentByClassPK(...  [in template "775047#775088#880145" at line 8, column 29]
----
1<div class="swiper swiper-container  members-slider "> 
2            <div class="swiper-wrapper "> 
3							<#if entries?has_content> 
4                    <#list entries as curEntry> 
5                        <div class="swiper-slide "> 
6 
7                            ${articleService.getContentByClassPK(curEntry.classPK?number, "36702")} 
8                        </div> 
9                    </#list> 
10                </#if> 
11			</div> 
12</div> 

Vision

To enable Dubai's freezones in becoming a leading global destination for investments and a key contributor to the Emirates strategic goals.
 

Mission

To provide a platform for seamless collaboration amongst Dubai freezones in order to enhance their performance and global competitiveness by:

  • Working to find appropriate environmental systems with local, regional and international regulatory bodies.
  • Enabling the sharing of best practices amongst council members.
  • Providing a fair representation of the various free zones offerings.

FAQ

An error occurred while processing the template.
The following has evaluated to null or missing:
==> articleService  [in template "775047#775088#880160" at line 10, column 59]

----
Tip: If the failing expression is known to legally refer to something that's sometimes null or missing, either specify a default value like myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing</#if>. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)??
----

----
FTL stack trace ("~" means nesting-related):
	- Failed at: ${articleService.getContentByClassPK(...  [in template "775047#775088#880160" at line 10, column 57]
----
1<div class="faq-list"> 
2                        <ul> 
3													<#if entries?has_content> 
4	<#list entries as curEntry> 
5	<#if curEntry?index!=0 > 
6                        <hr data-aos="zoom-in" data-aos-delay="100" /> 
7 
8		</#if> 
9		 
10                          				${articleService.getContentByClassPK(curEntry.classPK?number, "38067")} 
11	</#list> 
12</#if> 
13 
14                        </ul> 
15                    </div>