Frequently Asked Questions
The Guatemala country code is +502. This code is required when dialing a Guatemalan number from another country. Remember to always include the plus sign (+) before the country code.
Guatemalan phone numbers use an eight-digit closed numbering plan, meaning all numbers have a fixed length. The first digit indicates the number type (geographic area, mobile, etc.), followed by the seven-digit subscriber number.
Use regular expressions to validate Guatemalan phone numbers. Consider different number formats like geographic (2, 6, 7 prefix), mobile (3-5 prefix), toll-free (1800, 1801), and special service numbers when constructing your regular expression.
The primary emergency number for police in Guatemala is 110. 120 is also used, but 110 is more common. These are short, three-digit numbers for critical situations.
Number portability allows users to switch mobile carriers while retaining their existing phone number. This promotes competition between carriers and provides flexibility for consumers.
Query the portability database before routing every call. Guatemala's telecommunications regulator, SIT, mandates a maximum 24-hour porting window, so real-time checks are crucial for accurate routing.
While prefixes are assigned to carriers (e.g., Claro uses 3 and 5, Tigo uses 4), number portability makes this unreliable. Always consult the portability database for accurate carrier identification.
Landlines in Guatemala City use the prefix 2 followed by seven digits. The format is 2XXXXXXX. For example, a valid Guatemala City landline number would look like 22345678.
The Superintendencia de Telecomunicaciones (SIT) regulates all telecommunications activities in Guatemala. This includes number allocation, network operation, ongoing reporting, and enforcing compliance with regulations.
Toll-free numbers within Guatemala use the prefix 1801 followed by six digits (1801XXXXXX). These numbers are used for free calls to businesses within the country.
Store Guatemalan phone numbers in E.164 format (+502XXXXXXXX). This international standard ensures consistent formatting and simplifies international calling. Consider including carrier metadata if necessary.
Opensignal reports average download speeds of 25-45 Mbps in urban areas and 10-20 Mbps in rural areas, with latency ranging from 20-35ms (urban) to 35-50ms (rural). These speeds are based on 4G LTE and may improve with 5G rollout.
Claro primarily uses prefixes 3 and 5, Tigo primarily uses 4, and Movistar also uses 5 (shared with Claro). However, due to number portability, prefixes are not a reliable way to definitively identify a carrier.
Short codes (4-digit numbers) are used for various services like public information and private company lines (e.g., banks, delivery services). Billing rates vary depending on the service.
Guatemala Phone Numbers: Format, Area Code & Validation Guide
This guide covers Guatemala's phone number system – formats, validation, portability, and regulatory requirements for developers building telecommunications solutions.
Quick Reference
What is Guatemala's Phone Number Format?
Guatemala uses the +502 country code and transitioned to an eight-digit closed numbering plan in the mid-1990s. Before this, the system used variable-length numbers (5-7 digits) with geographic area codes.
A closed numbering plan provides:
The Superintendencia de Telecomunicaciones (SIT), Guatemala's telecommunications regulatory body, manages this structure. SIT allocates number ranges and enforces technical standards per ITU-T E.164 guidelines.
Number Structure and Formats
The following diagram illustrates the basic structure of a Guatemalan phone number:
Geographic Numbers (Landlines)
Geographic numbers are tied to specific regions within Guatemala. Mobile phones have reduced their prevalence, but businesses and some residential users still use them.
2XXXXXXX
6XXXXXXX
7XXXXXXX
Mobile Numbers (3, 4, 5 Prefixes)
Mobile numbers dominate in Guatemala, accounting for over 80% of all phone numbers. The leading carriers are Claro, Tigo, and Movistar. While carriers receive specific number range allocations, portability allows users to transfer numbers between carriers. Do not rely solely on prefixes for carrier identification.
Initial Prefix Allocations:
Format:
[3-5]XXXXXXX
Examples: 31234567 (Claro), 42345678 (Tigo), 53456789 (Movistar/Claro)
Note on Carrier Identification: Mobile number portability (MNP) allows users to switch carriers while retaining their number. A number beginning with "4" may have been assigned to Tigo originally but could now belong to Claro or Movistar. Query the portability database (see Number Portability section) for accurate carrier routing.
MVNOs: Guatemala has limited Mobile Virtual Network Operator (MVNO) activity. Virtual operators lease network capacity from Claro, Tigo, or Movistar and use number ranges allocated to the parent network. MVNO numbers are indistinguishable from host carrier numbers at the prefix level.
Special Service Numbers
How to Validate Guatemala Phone Numbers
Number Validation in JavaScript and Python
Use regular expressions for accurate validation. Handle the international prefix (+502) and common formatting characters (spaces, dashes, parentheses).
Python Example:
Guatemala Number Portability (MNP)
Number portability allows users to switch carriers while keeping their existing number. Since Guatemala's mobile number portability (MNP) system launched, users can freely move between Claro, Tigo, and Movistar. Implement this carefully:
Portability Database Providers:
Guatemala's number portability is managed through a centralized database operated by SIT. Third-party providers offering portability lookup APIs include:
Implementation Steps:
Database Integration: Integrate with a portability lookup service. SIT mandates a maximum 24-hour porting window, so cache portability data for no more than 12 hours to ensure accuracy.
Routing Protocol: Query the portability database before routing calls or SMS to ensure delivery to the correct carrier.
Error Handling: Implement robust error handling for:
Code Example:
Regulatory Compliance (SIT)
SIT regulates all telecommunications activities in Guatemala. Key compliance aspects include:
Number Allocation Process
Application Requirements:
Timeline: Number allocation approval typically takes 45-90 business days from complete application submission. Expedited processing (30 days) is available for established carriers requesting additional range allocations.
Application Process:
Network Operation Requirements
Configure your infrastructure, implement monitoring systems, and establish reporting mechanisms according to SIT regulations:
Ongoing Reporting Requirements
Monthly Reports (due by 10th of following month):
Quarterly QoS Metrics:
Annual Filings:
Failure to meet reporting deadlines may result in fines of Q10,000-Q50,000 (approximately $1,300-$6,500 USD) per violation.
Penalties and Enforcement
Non-compliance leads to penalties or license suspension. Recent enforcement actions (2023-2024) include:
Refer to the official SIT website for the latest regulations and consult with local legal counsel for compliance guidance.
Best Practices for Developers
Number Storage: Store numbers in E.164 format (+502XXXXXXXX). This international standard ensures consistent formatting and simplifies international calling. For more details on E.164 formatting standards, see our complete E.164 phone format guide. Include carrier metadata if needed, but portability can make this information unreliable over time.
Integration Testing: Test your implementation thoroughly, including:
Test Case Examples:
Error Handling: Implement graceful fallbacks for various error conditions:
Logging: Maintain audit logs including:
Guatemala Mobile Network Coverage
Guatemala's network infrastructure is primarily GSM/UMTS based, with expanding 4G LTE coverage and initial 5G rollout in major cities.
Frequency Bands by Technology:
Coverage Statistics (2024):
Performance Metrics:
These metrics are subject to change as network infrastructure evolves. Source: Opensignal Guatemala Mobile Network Experience Report 2024.
SMS and MMS Capabilities
SMS Technical Specifications:
Character Set Considerations:
MMS Specifications:
Best Practices for SMS/MMS:
Example Implementation:
Conclusion
Guatemala's telecommunications system provides a well-structured, regulated environment for developers building voice and messaging solutions. Key takeaways:
For questions or support, consult the SIT regulations portal or contact carriers directly for technical integration assistance.