Frequently Asked Questions
The country code for France is +33. It's recommended to use the '+' prefix for international calls as it automatically adapts to the local dialing prefix, unlike the older '00' prefix.
All French phone numbers have 10 digits, including the leading '0'. This applies to all numbers, whether landlines, mobile, or special service numbers. This 10-digit closed numbering plan requires dialing all ten digits for all calls within France.
To call France from the US, dial +33 followed by the 10-digit French number, omitting the leading '0'. For example, if the French number is 06 12 34 56 78, dial +33 6 12 34 56 78. Using the '+' prefix is recommended.
The primary emergency number in France is 112, which is multilingual and available 24/7. Other emergency numbers include 15 for medical (SAMU), 17 for police, 18 for fire & rescue, and 114 for the deaf/hard-of-hearing via SMS and video call. Be sure to verify functionality from your phone and network, especially for VoIP calls.
You can validate a French phone number using regular expressions designed to match the various number formats such as geographic (01-05), mobile (06-07), special services (08), and VoIP (09), all followed by eight additional digits. Remember to sanitize user inputs to avoid unexpected behavior.
A standard display format for French numbers inserts a space every two digits after the leading '0', for instance, 01 23 45 67 89. This improves readability. The provided JavaScript code offers an example of how to achieve this.
As of 2025, major telecom operators in France include Orange (40% market share), SFR (25%), Bouygues Telecom (20%), and Free Mobile (15%). ARCEP, the regulatory authority, promotes competition among these players.
Number portability allows you to keep your phone number when switching operators in France. ARCEP regulations mandate a smooth process, typically within 3 business days, with no service interruption or fees. There's a 14-day cooling-off period and strict data privacy rules.
ARCEP, the French regulatory body, fosters competition through infrastructure sharing requirements, transparent pricing mandates, and support for virtual operators (MVNOs). Recent 2025 regulations lift geographic number restrictions, enhance anti-fraud measures, and introduce new mobile number and expanded SMS emergency service rules.
France's 10-digit closed numbering plan requires dialing all ten digits for every call, even local ones. This standardized format simplifies routing and allows for nationwide number allocation, especially with the 2025 lifting of geographic restrictions.
To format a French number for international dialing, replace the leading '0' with +33 and a space. For example, 06 12 34 56 78 becomes +33 6 12 34 56 78. This format is compatible with international dialing standards.
Golden Numbers (Numéros Dorés) are premium French phone numbers with easily memorable repeating patterns. Their allocation and usage are regulated by ARCEP to ensure fair distribution and prevent misuse.
The article mentions that new mobile number regulations have been introduced in 2025, aimed at increasing transparency and consumer protection. However, specific details of these regulations are not provided and it is suggested to consult ARCEP documentation for more information.
Use the 114 emergency number in France if you are deaf or hard-of-hearing. This service supports SMS and video calls for accessibility, providing a vital communication channel in emergency situations.
France Phone Numbers: Format, Area Code & Validation Guide
Learn how French phone numbers work: 10-digit format structure, country code +33, area codes (01-05), mobile prefixes (06-07), and international dialing. This guide covers validation, number portability, ARCEP regulations, and technical implementation for developers.
> Quick Navigation: > - Number Formats > - Emergency Services > - International Calling > - Number Portability > - Telecom Operators & Market Landscape > - Special Cases & Service Numbers > - Technical Implementation
Quick Reference
Overview
France uses a 10-digit closed numbering plan regulated by ARCEP. All calls within France, even local ones, require dialing all ten digits – no abbreviated dialing exists. Since 1996, this system structures numbers to identify geographic areas, mobile services, and special numbers. Understand this structure to work effectively with French phone numbers.
Key Regulatory Updates (2025)
Number Formats
All French phone numbers contain 10 digits starting with '0'. The subsequent digits categorize the number type.
Number Types
Until 2023, geographic numbers tied to specific regions: 01 (Île-de-France/Paris), 02 (Northwest), 03 (Northeast), 04 (Southeast), and 05 (Southwest). ARCEP lifted geographic restrictions in January 2023, though these historical associations persist.
Emergency Services
112 works on all GSM phones even without a SIM card or when the phone is locked, per GSM standards. When roaming in France, 112 connects to French emergency services automatically. VoIP service reliability varies – verify functionality with your provider.
International Calling
How to Call France from Abroad
Calling Abroad from France
Consult specific country dialing instructions for variations.
Number Portability
Number portability lets you retain your phone number when switching operators. ARCEP regulations ensure a smooth and secure process.
RIO Code (Relevé d'Identité Opérateur)
The RIO is a unique portability code required to transfer your number between operators. It serves as proof of ownership and identity.
Portability Process
Telecom Operators & Market Landscape
The French telecom market is competitive, with several major players and numerous MVNOs (Mobile Virtual Network Operators) like Lycamobile, NRJ Mobile, and Syma Mobile:
ARCEP promotes competition through infrastructure sharing requirements, transparent pricing mandates, and support for virtual operators (MVNOs).
Special Cases & Service Numbers
08 Service Numbers (Numéros Spéciaux)
French 08 numbers serve various purposes with different pricing structures regulated by ARCEP:
Important: Most 08 numbers are not reachable from outside France. French law requires pricing transparency – callers hear tariff information before charges begin.
Golden Numbers (Numéros Dorés)
Golden numbers are premium numbers with easily memorable patterns (e.g., 06 88 88 88 88). ARCEP auctions or operator assignments allocate these numbers. Pricing varies significantly based on memorability; contact operators directly for acquisition procedures.
Short Codes and Special Services
France uses several short code ranges for special services:
Source: ITU France Case Study
Technical Implementation
Validation
Formatting
Internationalization
Best Practices
libphonenumber Example: