🇫🇷

France Phone Number Format Guide and Examples

Dial Code: +33•Last updated: January 1, 2026

Local Format
06 12 34 56 78
E.164 Format
+33612345678
International
+33 6 12 34 56 78

About France Phone Numbers

French mobile numbers start with 06 or 07, followed by 8 digits. Landlines start with 01-05 or 08/09 for special services. Numbers are traditionally written in pairs.

How to Dial France Phone Numbers

To call a France phone number, the exact format depends on where the call starts. Domestic calls usually keep the leading 0, while international calls to France use the +33 country code instead.

  • Within France: Dial the full national number, including the leading 0 for standard domestic calls.
    Example: 06 12 34 56 78
  • From abroad to France: Dial +33 followed by the national number without the leading 0.
    Example: +33 6 12 34 56 78
  • From France to other countries: Dial 00, then the country code, then the full phone number.
    Example: 00 1 212 555 0123

Note: French domestic numbers begin with 0, but that prefix is dropped in international format.

Phone Number Structure

This table breaks down the example number shown for France.

ComponentDigitsExampleNotes
Country Code2+33Used for international format and replaces the domestic leading 0.
National Prefix10French domestic numbers begin with 0 before the national number.
Mobile Prefix26This example is a French mobile number, using the 06 mobile range.
Subscriber Number812345678The remaining digits identify the subscriber and are commonly grouped in pairs.

Special Cases

Some numbers and prefixes in France have special rules or reserved uses.

  • Emergency Numbers

    112151718

    France supports 112 as the pan-European emergency number, alongside national short numbers such as 15 for medical emergencies, 17 for police, and 18 for fire services.

  • Freephone Numbers

    080008050809

    French non-geographic numbers beginning with 0800 and certain nearby ranges are used for freephone services. They are handled differently from standard geographic and mobile numbers.

  • Special Value-Added Service Numbers

    08081082089

    Numbers in the 08 range can be used for customer service, shared-cost access, or premium-rate services depending on the exact prefix. They are special service numbers rather than ordinary personal lines.

Validation Regex

regexregex
^\+33[1-9]\d{8}$|^0[1-9]\d{8}$

Code Examples

CSS Masking Format

Use this CSS mask to automatically format phone number inputs:

cssinput-masking.css
input[type="tel"] {
  mask: 00 00 00 00 00;
  mask-image: none; /* Fallback */
}

Other Countries