phone number standards

Sent logo
Sent TeamMay 3, 2025 / phone number standards / Article

Cuba Phone Numbers: Format, Area Code & Validation Guide

Explore Cuba's phone number system: formats, dialing codes, & validation. Understand landline (7/8-digit, `[2-7]XXXXXXX`), mobile (`5XXXXXXX`) formats. Includes regex for validation & ITU-T E.164 compliance. Learn about +53 country code, prefixes, & telecom regulations.

Cuba Phone Numbers: Format, Area Code & Validation Guide

Quick Reference Guide


Overview

This comprehensive guide offers a detailed analysis of Cuba's telephone numbering system, including number formats, dialing procedures, and telecom regulations. It is an essential resource for telecom professionals, developers, and system administrators seeking precise information on Cuba's phone number structures and technical considerations.

Number Formats

General Number Structure

Cuba's telephone numbers follow a fixed-length format, which varies by service type (landline, mobile, toll-free). The standard format includes:

  • Country Code: +53
  • National Number: 6 to 8 digits
    • Area Code/Prefix: 1 to 2 digits (indicating region or service type)
    • Subscriber Number: 4 to 7 digits

Number Format Table by Type

TypeFormatExample Numbers
Landline[2-7]XXXXXXX72345678, 3123456
Mobile5XXXXXXX51234567
Toll-Free800XXXX8001234
Shared Cost807XXXX8074567
Premium Rate809XXXX8097890

Regular Expressions for Validation

For developers, use these regular expressions to validate Cuban phone numbers:

  • Landline: ^[2-7][0-9]{6,7}$
  • Mobile: ^5[0-9]{7}$
  • Toll-Free: ^800[0-9]{4}$
  • Shared Cost: ^807[0-9]{4}$
  • Premium Rate: ^809[0-9]{4}$

Dialing Procedures

Domestic Calls

Landline to Landline

  • Dial Format: 0 + [Area Code] + [Subscriber Number]
  • Example: To call a landline in Havana from another city: 0 7 2345678

Landline to Mobile

  • Dial Format: 0 + 5 + [Subscriber Number]
  • Example: To call a mobile number from a landline: 0 5 1234567

Mobile to Mobile

  • Dial Format: 5 + [Subscriber Number]
  • Example: To call another mobile number: 5 1234567

International Calls

Outgoing International Calls

  • Dial Format: 119 + [Country Code] + [National Number]
  • Example: To call the United States: 119 1 2123456789

Incoming International Calls

  • Dial Format: +53 + [Area Code/Prefix] + [Subscriber Number]
  • Example: To call a Cuban landline from abroad: +53 7 2345678

Number Allocation and Management

The Ministerio de Comunicaciones de Cuba oversees the allocation and management of telephone numbers, adhering to ITU-T Recommendations E.123 and E.164 for international compliance.

Major Telecom Operators

Cuba's telecom industry is state-controlled, with Etecsa (Empresa de Telecomunicaciones de Cuba S.A.) as the sole operator. Specific number ranges are not publicly disclosed.

Technical Considerations

Number Portability

Cuba currently does not support number portability for mobile or fixed-line numbers, meaning subscribers cannot retain their numbers when changing service providers.

ITU-T Standards

Cuba follows ITU-T Recommendations for numbering plans, including:

  • E.123: Notation for telephone numbers.
  • E.164: The international public telecommunication numbering plan.

Special Cases and Restrictions

  • Golden Numbers: No public information on golden numbers (e.g., numbers with repeating digits).
  • Number Blocking: Specific rules for number blocking are not publicly available.

Recent and Upcoming Changes

There have been no recent changes to Cuba's numbering plan, and no upcoming changes have been announced, ensuring stability in the system.

Emergency Numbers

Cuba uses a three-digit emergency number system:

  • Police: 106
  • Fire: 105
  • Ambulance: 104
<Callout type="info"> For the latest telecommunications regulations in Cuba, visit the [Ministerio de Comunicaciones de Cuba](http://www.mincom.gob.cu). </Callout>

Conclusion

Cuba's telephone numbering plan is straightforward yet centralized, with standard formats for both landline and mobile numbers. Professionals should note the lack of number portability and centralized control of number ranges. Adhering to ITU-T standards ensures compatibility with international systems, facilitating the integration of Cuban numbers into global networks.

For further technical details or regulatory updates, always refer to official communications from the Ministerio de Comunicaciones de Cuba.

Frequently Asked Questions

What is the country code for Cuba?

The country code for Cuba is +53. This code is required when dialing Cuban phone numbers from international locations. It precedes the area code and subscriber number.

How to dial a Cuban landline from overseas?

To dial a Cuban landline from another country, use the format +53 [Area Code] [Subscriber Number]. For example, +53 7 2345678 would connect you to a Havana landline. Remember to replace the bracketed information with the specific area code and number you wish to dial. The +53 is the country code for Cuba.

How to call within Cuba from a landline?

For domestic calls within Cuba from a landline, dial 0 [Area Code] [Subscriber Number]. The '0' is the national prefix, followed by the area code and local number. For instance, dialing 0 7 2345678 connects you to a Havana number from another Cuban city.

What is the format for Cuban mobile numbers?

Cuban mobile numbers follow the format 5XXXXXXX, consisting of eight digits starting with 5. For example, 51234567 is a valid mobile number. This format is consistent across all mobile carriers in Cuba.

How to call a Cuban mobile from a landline?

Dial 0 5 [Subscriber Number] to call a Cuban mobile phone from a landline within Cuba. The zero is the national prefix, followed by '5' designating a mobile number, and finally, the seven-digit subscriber number.

How to call another mobile phone in Cuba?

To call another mobile phone within Cuba, simply dial 5 followed by the seven-digit subscriber number. No area codes or prefixes are needed for mobile-to-mobile calls within the country.

What is the international prefix for Cuba?

Cuba's international prefix is 119. This prefix is used when making international calls from a Cuban phone line. Dial 119 followed by the country code and the national number you are trying to reach.

What is the role of Etecsa in Cuban telecommunications?

Etecsa (Empresa de Telecomunicaciones de Cuba S.A.) is the sole telecommunications operator in Cuba. As a state-controlled company, Etecsa manages all aspects of the telecom industry, including number allocation and infrastructure.

Does Cuba support number portability?

No, Cuba currently does not support number portability. This means that subscribers cannot keep their existing phone numbers if they switch service providers. This applies to both landline and mobile numbers.

What are the emergency numbers in Cuba?

Cuba uses a three-digit emergency number system: 106 for Police, 105 for Fire, and 104 for Ambulance. These numbers can be dialed from any phone within Cuba to reach the respective emergency services.

Which ITU-T recommendations does Cuba follow for phone numbers?

Cuba adheres to ITU-T Recommendations E.123 and E.164. E.123 defines the notation for national and international telephone numbers, and E.164 outlines the international public telecommunication numbering plan, ensuring global compatibility.

Where can I find the latest Cuban telecom regulations?

For the most current regulations and updates on Cuban telecommunications, refer to the official website of the Ministerio de Comunicaciones de Cuba (http://www.mincom.gob.cu). This is the regulatory authority for telecommunications in Cuba.

How to validate a Cuban landline number format?

The regular expression ^[2-7][0-9]{6,7}$ can be used to validate Cuban landline numbers. This expression ensures the number begins with a digit from 2 to 7 and is followed by six or seven more digits.

How to validate a Cuban mobile number format?

Use the regular expression ^5[0-9]{7}$ to validate Cuban mobile phone numbers. This checks for the '5' prefix followed by exactly seven digits, ensuring the number conforms to the standard format.