Phone Numbers in the United Arab Emirates (UAE)
Quick Reference
- Country: United Arab Emirates (UAE)
- Country Code: +971
- International Prefix: 00
- National Prefix: 0
Overview
Discover the comprehensive telephone numbering plan in the United Arab Emirates (UAE). This guide covers the structure of phone numbers, dialing procedures, and essential insights for telecom professionals, developers, and anyone working with UAE phone numbers.
Number Structure
General Number Structure
UAE phone numbers are organized as follows:
- Country Code: +971
- Area Codes: Varies by emirate or region.
- Subscriber Number: Length varies based on service type (landline, mobile, toll-free).
Number Format Breakdown
Type | Format | Example | Description |
---|---|---|---|
Landline | +971 [2-9] [2-8]X{6} | +971 4 234 5678 | Landline numbers in major cities like Dubai, Abu Dhabi, etc. |
Mobile | +971 5[024-68] X{7} | +971 50 123 4567 | Mobile numbers, typically starting with 50, 52, 54, 55, 56, or 58. |
Toll-Free | +971 800 X{2,9} | +971 800 123456789 | Toll-free numbers, starting with 800. |
Premium Rate | +971 900 [02] X{5} | +971 900 020123 | Premium rate services, starting with 900. |
Shared Cost | +971 700 [05] X{5} | +971 700 050123 | Shared cost numbers, starting with 700. |
Regular Expressions for Number Validation
# Landline Numbers
\+971[2-9][2-8]\d{6}
# Mobile Numbers
\+9715[024-68]\d{7}
# Toll-Free Numbers
\+971800\d{2,9}
# Premium Rate Numbers
\+971900[02]\d{5}
# Shared Cost Numbers
\+971700[05]\d{5}
Dialing Procedures
Domestic Calls
-
Landline to Landline: Dial
0
+ [Area Code] + [Subscriber Number].- Example:
04 234 5678
(Calling a Dubai landline from within the UAE).
- Example:
-
Landline to Mobile: Dial
0
+ [Mobile Number].- Example:
050 123 4567
(Calling a mobile number from a landline).
- Example:
-
Mobile to Mobile: Dial the full mobile number directly.
- Example:
050 123 4567
.
- Example:
International Calls
-
Outgoing: Dial
00
+ [Country Code] + [Area Code] + [Subscriber Number].- Example:
00 1 212 555 1234
(Calling a number in New York, USA from the UAE).
- Example:
-
Incoming: Dial
+971
+ [Area Code] + [Subscriber Number] (without the leading0
).- Example:
+971 4 234 5678
(Calling a Dubai landline from abroad).
- Example:
Number Portability
The UAE supports mobile number portability (MNP), allowing users to retain their mobile numbers when switching between service providers. This initiative fosters competition and enhances service quality.
Major Telecom Operators and Number Ranges
Etisalat
- Mobile Prefixes: 050, 054, 056, 058
- Landline Prefixes: Varies by region.
du
- Mobile Prefixes: 052, 055, 058
- Landline Prefixes: Varies by region.
Regulatory Authority
The Telecommunications and Digital Government Regulatory Authority (TDRA) manages and regulates telecommunications in the UAE. Visit their official website for more information.
ITU-T Recommendations
The UAE adheres to ITU-T (International Telecommunication Union - Telecommunication Standardization Sector) recommendations, particularly E.164 for international numbering plans. The country code +971 is assigned to the UAE by ITU.
Technical Considerations
Number Allocation and Management
The TDRA oversees the allocation and management of phone numbers in the UAE, ensuring efficient use of number resources and availability for future demand.
Special Cases and Restrictions
- Golden Numbers: Special numbers considered premium and may be sold at a higher cost.
- Number Blocking: Certain numbers may be blocked or restricted based on regulatory requirements.
Developer Considerations
- API Integration: Ensure systems handle specific formats and dialing rules for UAE numbers.
- Validation: Use the provided regular expressions to validate UAE phone numbers in applications.
- Portability Checks: Implement checks for number portability if your service involves mobile numbers.
For the most up-to-date information on telecommunications regulations in the United Arab Emirates (UAE), please consult the official website of the Telecommunications and Digital Government Regulatory Authority (TDRA).