Frequently Asked Questions
Micronesia uses a closed numbering plan with fixed-length numbers. Validate fixed-line numbers with the format XXX XXXX (7 digits) and mobile numbers with 7XX XXXX (8 digits). You can use regular expressions like /^[2-6]\d{6}$/ for fixed lines and /^7\d{7}$/ for mobile to ensure data integrity.
The country code for Micronesia is +691. Always include this code when dialing Micronesia from another country. Remember to also include the plus sign (+) before the country code for international calls.
Micronesia's simplified numbering plan is due to the FSM Telecommunications Corporation (FSMTC) acting as both the primary service provider and the regulatory body. This centralized structure eliminates the need for area codes within the Federated States of Micronesia.
You should always store and use Micronesian phone numbers in the international E.164 format (+691 XXX XXXX). This ensures compatibility with international systems and facilitates accurate number handling.
Number portability is not currently supported in Micronesia. Numbers are permanently assigned to FSMTC. Consider designing systems with future portability in mind, in case regulations change.
Micronesia mobile numbers follow the format 7XX XXXX, totaling 8 digits. The number always begins with '7' following the country code +691. This distinguishes mobile numbers from fixed-line numbers.
To dial international calls from Micronesia, dial 00 (the international prefix) followed by the country code and the subscriber's number. For example, to call the USA, dial 00 1 555 123 4567.
Dialing within Micronesia is simple; just dial the 7- or 8-digit subscriber number directly. No area codes or prefixes are needed for domestic calls.
The FSM Telecommunications Corporation (FSMTC) serves as both the primary service provider and the regulatory body for telecommunications in Micronesia. This centralized structure influences the country's simplified numbering plan.
Use the E.164 format (+691 XXX XXXX) for international calls to Micronesia. This format includes the country code (+691) followed by the 7- or 8-digit local number.
The emergency number in Micronesia is 911. Ensure your applications integrate support for this number.
Refer to the official websites of FSMTC (fsmtc.fm) and TRA (tra.fm) for the latest information on Micronesian telecommunications regulations and numbering plan updates.
SMS-enabled numbers in Micronesia start with '7' after the country code (+691). If the local number begins with 7, it is an SMS-enabled mobile number. Use separate validation patterns for SMS if necessary.
Micronesia Phone Numbers: Format, Area Code & Validation Guide
Learn how to validate and format Federated States of Micronesia (FSM) phone numbers using country code +691. This comprehensive guide covers FSM telephone numbering formats, validation regex patterns, and compliance requirements for developers building telecommunications applications.
Understanding FSM Telecommunications Infrastructure
The Federated States of Micronesia spans 607 islands across the western Pacific Ocean. The FSM Telecommunications Corporation (FSMTC) serves as both the primary service provider and the regulatory body overseeing the +691 country code. This centralized structure creates a simplified numbering plan that requires careful attention during technical implementation.
FSMTC is expanding fiber optic cable connectivity throughout the islands. The World Bank–funded initiative aims to connect Kosrae by 2021 and bring fiber to every home, business, and school on the main islands of all four states, boosting internet speeds and economic development.
FSM Phone Number Structure and Format
Micronesia uses a closed numbering plan with the international country code +691. All FSM telephone numbers have fixed length and follow a predictable format. Unlike larger countries, the FSM has no area codes within the country.
FSM Telephone Number Formats
XXX XXXX
(7 digits total)7XX XXXX
(8 digits total, always starts with 7)Example Numbers:
Phone Number Validation for FSM +691
Validate Micronesian phone numbers to ensure data integrity and prevent formatting errors in your application. Use these regular expression (regex) patterns for FSM number validation:
How to Dial Micronesia Phone Numbers
Domestic Calls Within FSM
Dial the 7- or 8-digit subscriber number directly when calling within Micronesia.
International Calls to/from Micronesia
Calling from Micronesia: Dial
00
(International Prefix) +Country Code
+Number
00 1 555 123 4567
Calling to Micronesia: Dial
+691
(FSM country code) +Local Number
+691 320 1234
+691 743 1234
Developer Best Practices for FSM Phone Numbers
1. Robust Validation and Formatting
Implement proper phone number validation to ensure users enter valid +691 Micronesia numbers. This prevents data quality issues and improves user experience by catching errors early.
Use this class to validate and format Micronesian phone numbers:
This class validates and formats numbers to the international E.164 standard (
+691 XXX XXXX
) for interoperability.2. Comprehensive Error Handling
Implement robust error handling to manage invalid input and prevent unexpected application behavior. Use custom error classes for specific error reporting:
3. Data Storage and Privacy
+691 XXX XXXX
) for consistency and compatibility with international telecommunications systems and SMS messaging platforms.4. Number Portability
Micronesia does not currently support number portability. FSMTC permanently assigns all numbers. Design your system to accommodate future portability if regulations change.
5. SMS Messaging for FSM Mobile Numbers
All FSM mobile numbers (starting with
7
) support SMS messaging. When implementing SMS functionality, validate that recipient numbers follow the mobile format (7XX XXXX
) to ensure successful message delivery.6. Emergency Services
Integrate support for the emergency number (911) in your applications.
FSM Telecommunications Regulatory Compliance
Comply with FSMTC regulations when handling Micronesian phone numbers. Key compliance requirements include:
Future Considerations
Resources and Support
Follow these guidelines to ensure your applications handle Micronesian phone numbers correctly, efficiently, and in compliance with all applicable regulations.