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.
Loading...
Guatemala Phone Numbers: Format, Area Code & Validation Guide
This guide provides a comprehensive overview of Guatemala's phone number system, including number formats, validation, portability, and regulatory considerations essential for developers building telecommunications solutions.
Quick Reference
Understanding Guatemala's Phone Number System
Guatemala uses an eight-digit closed numbering plan, meaning all numbers within the country have a fixed length. The first digit signifies the number type, which helps distinguish between geographic locations, mobile carriers, and special services. This structure is regulated by the Superintendencia de Telecomunicaciones (SIT), Guatemala's telecommunications regulatory body.
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. They are less common now with the rise of mobile phones, but still relevant for businesses and some residential users.
2XXXXXXX
6XXXXXXX
7XXXXXXX
Mobile Numbers
Mobile numbers are the most prevalent in Guatemala. The leading carriers are Claro, Tigo, and Movistar. While number ranges are allocated to carriers, portability allows numbers to be transferred, so relying solely on prefixes for carrier identification is not reliable.
[3-5]XXXXXXX
Special Service Numbers
Technical Implementation Guide
Number Validation
Use regular expressions for accurate validation. Remember to handle the potential presence of the international prefix (+502).
Number Portability
Number portability allows users to switch carriers while keeping their existing number. This requires careful implementation:
Database Integration: Integrate with a central database providing real-time portability information. The SIT mandates a maximum 24-hour porting window. Implement automated validation checks to ensure data accuracy.
Routing Protocol: Your system should query the portability database before routing calls. This ensures calls are directed to the correct carrier.
Error Handling: Implement robust error handling for invalid number formats, portability query failures, and fallback routing mechanisms.
Regulatory Compliance (SIT)
The SIT regulates all telecommunications activities in Guatemala. Key aspects of compliance include:
Number Allocation: Formal application, technical documentation, and adherence to national standards are required to obtain number allocations from the SIT.
Network Operation: Operators must configure their infrastructure, implement monitoring systems, and establish reporting mechanisms according to SIT regulations.
Ongoing Reporting: Monthly usage reports, quality of service metrics, and consumer protection measures are required.
Penalties: Non-compliance can lead to penalties or license suspension. Always refer to the official SIT website (https://www.sit.gob.gt) for the latest regulations.
Best Practices for Developers
Number Storage: Store numbers in E.164 format (+502XXXXXXXX). This international standard ensures consistent formatting and simplifies international calling. Include carrier metadata if needed, but remember that portability can make this information unreliable over time.
Integration Testing: Thoroughly test your implementation, including input validation, number type checking, carrier identification (where applicable), and portability scenarios.
Error Handling: Implement graceful fallbacks for various error conditions, log validation failures for analysis, and monitor portability status updates.
Network Infrastructure Overview
Guatemala's network infrastructure is primarily GSM/UMTS based, with expanding 4G LTE coverage and initial 5G rollout. Opensignal reports 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 metrics are subject to change as network infrastructure evolves.