Frequently Asked Questions
The Togo country code is +228. This code, essential for dialing Togolese numbers from abroad, precedes the 8-digit subscriber number and follows the international prefix (00 if applicable).
Togolese phone numbers follow the E.164 international standard, formatted as +228 XX XX XX XX. This format includes the country code (+228) followed by the 8-digit subscriber number, separated by spaces for readability.
Use the regex /^(2[2-7]\d{6}|7[019]\d{6}|9[0-36-9]\d{6})$/ for basic validation or /^(228)?[2-9]\d{7}$/ for a future-proof approach that considers number portability. Remember to remove non-digit characters before validation.
Togo landline numbers begin with '2', followed by a second digit ranging from 2 to 7, and then six additional digits (2[2-7]XXXXXX). For example, a landline number in the Lom?? region might look like 22234567.
Mobile numbers use prefixes like 7[019]XXXXXX and 9[0-36-9]XXXXXX. Togocel uses prefixes 70, 71, and 90, while Moov Togo uses 79, 96, and 97. However, number portability may affect the accuracy of operator identification.
Number portability was introduced in Togo in May 2024. If your application deals with identifying operators or routing calls based on prefixes, you must consider number portability to maintain accuracy.
E.164 formatting (+228 XX XX XX XX) ensures international compatibility, simplifies data processing, and allows seamless integration with various communication systems. It is crucial for storing and transmitting Togolese phone numbers.
ARCEP (Autorit?? de R??gulation des Communications ??lectroniques et des Postes) regulates Togo's telecommunications sector. They oversee number allocation, compliance with national/international standards, and customer data handling.
Emergency numbers in Togo use shorter formats (XXX or XXXX) and do not require the country code. For instance, the police can be reached by dialing 117 and the fire department by dialing 118.
Yes, store numbers in E.164 format using VARCHAR(15) to accommodate the full length, including the '+' and country code. This simplifies querying and ensures consistency.
For better user experience, display numbers with spaces (+228 XX XX XX XX), considering local and international contexts. Implement click-to-call functionality for mobile users.
Togo is actively improving its digital infrastructure, with initiatives like the World Bank's $11 million funding in 2021 for improved connectivity and development of its digital economy, signifying a growing market for digital services.
Understanding Togo's phone number system, including its format, validation, and regulatory aspects, is crucial for building applications that seamlessly integrate with Togolese and international communication systems.
Togo Phone Numbers: Complete Format & Validation Guide 2025
Build applications that handle Togolese phone numbers correctly. This guide provides validated number formats, operator prefixes, dialing procedures, number portability details (launched May 2024), and working code examples for the +228 country code.
Master Togo's 8-digit numbering system regulated by ARCEP (Autorité de Régulation des Communications Électroniques et des Postes). You'll find authoritative technical specifications and best practices for implementing phone validation, building telecommunications software, and managing international communications.
Quick Reference: Key Details at a Glance
Essential Information:
Typical SMS/API Costs (International Providers):
Sources: Twilio SMS Pricing, BudgetSMS Togo rates, multiple SMS gateway providers, January 2025.
Understanding Togo's Telecommunications Landscape
Togo's telecommunications infrastructure adheres to the ITU-T E.164 international standard, as documented in ITU Communication dated January 11, 2021. This standard ensures global interoperability and provides a robust framework for national and international communication.
Key Regulatory Update (2024): ARCEP conducted two national mobile network quality campaigns in 2024, measuring service quality for Togocel (TGC) and Moov Africa Togo (MAT). Results showed national compliance rates of 70.68% for TGC and 44.61% for MAT as of August 2024.
Market Context:
The Core Number Structure: A Consistent Foundation
Every phone number in Togo follows a predictable and standardized format with exactly 8 digits:
Where:
+228
is the country code assigned by ITU-T, signifying TogoXX XX XX XX
represents the 8-digit subscriber number, unique to each userITU-T E.164 Compliance: Togo's numbering plan specifies a fixed NSN length of 8 digits (minimum and maximum), ensuring consistent formatting across all number types.
Deep Dive into Number Formats and Specifications
📞 Landline Numbers: Regional Area Codes (2X Series)
Landline numbers in Togo use geographic area codes that identify specific regions. All landline numbers start with '2' followed by a regional identifier:
Regional Area Code Breakdown:
Source: Wikipedia - Telephone numbers in Togo, verified against ITU-T E.164 documentation.
📱 Mobile Numbers: Operator-Specific Prefixes (7X and 9X Series)
Mobile numbers utilize specific prefixes assigned to the two major operators. Important: Due to number portability (launched May 9, 2024), prefixes no longer guarantee current operator affiliation.
Operator Prefix Allocation:
Reserved/Unused Prefixes: 74, 75, 76, 77 are not currently allocated to any operator.
Source: Wikipedia - Telephone numbers in Togo, verified May 2024.
Number Portability Impact: Since May 9, 2024, subscribers can switch operators while retaining their original number. Prefix-based operator identification may no longer be accurate. Implement operator lookup APIs or databases for current assignments.
🚨 Emergency and Special Service Numbers
Emergency services use short codes for quick access:
Official Emergency Numbers:
Emergency Number Accessibility: Emergency numbers 112, 117, and 118 work from any mobile phone, including devices without SIM cards or prepaid credit. The pan-European 112 standard is designed to connect even when your operator has no coverage by routing through any available network. This follows GSM standards adopted across most countries globally.
Sources: U.S. State Department travel documentation, Government.nl - 112 Emergency Calls, GSM emergency call standards.
How to Validate Togo Phone Numbers: Regex Patterns & Code Examples
Implement these regex patterns for accurate validation. Note: Post-portability validation focuses on format rather than operator identification.
Validation Examples in Other Languages:
Operator Identification Post-Portability:
ARCEP Portability Database Access: As of January 2025, ARCEP has not publicly documented a developer API for querying the portability database. Developers requiring real-time operator identification should contact ARCEP directly at their e-services platform (e-services.arcep.tg) or via their official contact channels to inquire about database access, API availability, or bulk data provisions for commercial telecommunications applications.
Source: Togo First - ARCEP E-Services Platform Launch, August 2024.
E.164 Formatting: Convert Togo Numbers to International Format
Always store and transmit phone numbers in the international E.164 format. This ensures consistency and compatibility across different systems.
Database Storage Recommendations:
VARCHAR(13)
phone_number VARCHAR(13) NOT NULL
CREATE INDEX idx_phone ON users(phone_number);
VARCHAR(13)
phone_number VARCHAR(13) NOT NULL
CREATE INDEX idx_phone ON users(phone_number);
String
phoneNumber: { type: String, required: true }
db.users.createIndex({ phoneNumber: 1 })
Sample Query Examples:
Best Practices for Togo Phone Number Implementation
1. Number Storage:
VARCHAR(13)
for Togo numbers (+228 + 8 digits)2. Input Validation:
3. Display Formatting:
+228 XX XX XX XX
Click-to-Call Implementation:
4. Number Portability Considerations:
Regulatory Compliance: ARCEP Rules & Data Protection Laws
The Autorité de Régulation des Communications Électroniques et des Postes (ARCEP) governs Togo's telecommunications sector. Official website: https://arcep.tg/
ARCEP Responsibilities
Data Protection and Privacy
Law No. 2019-014 Relating to the Protection of Personal Data (adopted October 29, 2019) regulates the collection, processing, transmission, storage, and use of personal data in Togo. This GDPR-inspired legislation applies to telecommunications providers and applications handling Togolese phone numbers.
Key Requirements:
Data Protection Authority: The law established the IPDCP (Instance de Protection des Données à Caractère Personnel), though as of January 2025 it has not yet been formally constituted. Once operational, the IPDCP will have authority to impose fines ranging from XOF 1 million ($1,749 USD) to XOF 25 million ($43,860 USD) and imprisonment from 1 to 5 years for violations.
Sources:
Key Regulations and Standards
National Numbering Plan:
Number Portability Regulations:
Porting Process Details: While specific consumer-facing porting procedures (timeline, costs, required documentation) have not been publicly detailed by ARCEP as of January 2025, number portability typically requires: (1) initiating a porting request with the new operator, (2) providing proof of identity and account ownership, (3) ensuring no outstanding debts with current operator. Standard porting timelines in West African markets range from 3-10 business days. Contact Togocel or Moov Togo directly for current porting procedures, fees, and turnaround times.
Source: African Wireless Communications - Togo MNP Launch, comparison with regional MNP implementations.
2024 Quality of Service Standards:
Sources:
SMS Marketing and Anti-Spam Compliance
Togo-Specific SMS Regulations: As of January 2025, Togo has not enacted comprehensive SMS marketing or anti-spam legislation comparable to the U.S. TCPA or EU ePrivacy Directive. However, general data protection principles under Law No. 2019-014 apply to commercial SMS:
Best Practices for SMS Compliance:
International Standards: If your SMS application serves international users or uses international SMS gateways, consider compliance with TCPA (USA), GDPR/ePrivacy (EU), and CASL (Canada) for comprehensive protection.
Note: Regulatory frameworks evolve. Monitor ARCEP announcements for potential SMS-specific regulations.
Compliance Checklist for Developers
Troubleshooting Common Issues: Practical Solutions for Developers
1. Invalid Number Format
Problem: Number validation fails unexpectedly
Solutions:
Debug helper:
Common User Input Errors:
Handling Strategy: Normalize inputs by stripping all non-digits, then validate length and prefix patterns.
2. Operator Identification Post-Portability
Problem: Prefix-based operator detection is unreliable after May 2024
Solutions:
Implementation example:
Note on API Access: The endpoint shown above is illustrative. ARCEP has launched an e-services platform at e-services.arcep.tg, but public API documentation for portability lookups was not available as of January 2025. Contact ARCEP directly for integration options.
3. International Dialing Issues
Problem: Calls fail to connect or route incorrectly
Solutions:
Common Routing Issues:
4. Emergency Number Handling
Problem: Emergency numbers fail validation or routing
Solutions:
/^(11[278]|112)$/
Number Portability in Togo: Adapting to a Changing Landscape
Togo launched mobile number portability on May 9, 2024, enabling subscribers to switch between Togocel and Moov Togo while retaining their phone numbers.
Implementation Timeline
Source: African Wireless Communications - Togo Launches Mobile Number Portability
Consumer Porting Process
General Porting Requirements:
During Porting:
Note: Specific procedures, timelines, and fees should be confirmed directly with Togocel or Moov Togo, as official consumer-facing documentation was not publicly available as of January 2025.
Sources: African Wireless Communications, regional MNP standards, operator contact recommended for current details.
Impact on Developers
Before May 2024:
After May 2024:
Adaptation Strategies:
Migration Guide for Existing Codebases:
Step 1: Audit Current Implementation
Step 2: Replace Direct Operator Mapping
Step 3: Update Routing Logic
Step 4: Add Caching Layer
Togo's Digital Transformation: A Broader Context
Togo is actively investing in digital infrastructure to support economic growth and improve connectivity.
Major Initiatives:
Market Context (2024):
Digital Ecosystem Development:
Sources:
This context signals a growing market for digital services and applications in Togo, with improved regulatory oversight and consumer protection.
Frequently Asked Questions (FAQ)
What is Togo's country code?
Togo's country code is +228. Use this prefix when calling Togo from abroad, followed by the 8-digit local number.
How long are Togo phone numbers?
Togo phone numbers are exactly 8 digits long (excluding the +228 country code). This applies to both landline and mobile numbers. Emergency numbers (117, 118, 112) are exceptions with 3 digits.
Can I port my number between operators in Togo?
Yes, Togo launched mobile number portability on May 9, 2024. You can switch between Togocel and Moov Togo while keeping your phone number. Follow these steps:
Porting fees may apply—confirm costs with the new operator before initiating.
Which mobile operator has the best network quality in Togo?
According to ARCEP's August 2024 assessment, Togocel has better network quality with 70.68% regulatory compliance, compared to Moov Togo's 44.61%. Togocel also showed significant improvement (+17.37%) from December 2023.
What are the emergency numbers in Togo?
All emergency numbers work from any phone, including mobiles without SIM cards or credit, per GSM standards.
How do I validate Togo phone numbers programmatically?
Use regex pattern
/^(2[2-7]|7[0-39]|9[0-39])\d{6}$/
for 8-digit format validation. Always convert to E.164 format (+228XXXXXXXX) for storage. Remember that prefixes 74, 75, 76, 77 are not allocated. See code examples above in JavaScript, Python, PHP, and Java for complete validation logic.Best Practices for SMS Delivery:
Does Togo use area codes?
Yes, for landlines only. Togo uses geographic area codes 22-27:
Mobile numbers (7X and 9X) do not use area codes.
Conclusion: Key Takeaways and Next Steps
You now have comprehensive knowledge of Togo's phone number system, including validated formats, operator prefixes, number portability implications, and regulatory compliance requirements.
Quick Reference Summary:
Next Steps:
Recommended Tools and Libraries:
Stay Informed:
By applying this knowledge and adapting to number portability, you can confidently integrate Togolese phone numbers into your applications and contribute to Togo's growing digital economy.
Need help with other West African country phone systems? Explore our related guides for Benin phone numbers, Ghana phone numbers, and comprehensive E.164 formatting.