🇳🇱

Netherlands Phone Number Format Guide and Examples

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

Local Format
06 12345678
E.164 Format
+31612345678
International
+31 6 12345678

About Netherlands Phone Numbers

Dutch mobile numbers always start with 06, followed by 8 digits. Landlines have area codes (2-3 digits) followed by 7 digits. Mobile numbers are consistently formatted.

How to Dial Netherlands Phone Numbers

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

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

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

Phone Number Structure

This table breaks down the example number shown for Netherlands.

ComponentDigitsExampleNotes
Country Code2+31Used in international format and replaces the domestic leading 0.
National Prefix10Dutch domestic mobile numbers begin with 0 before the national number.
Mobile Prefix16This example uses the Dutch mobile range shown domestically as 06.
Subscriber Number812345678The remaining digits identify the mobile subscriber.

Special Cases

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

  • Emergency Number

    112

    The Netherlands uses 112 as the toll-free emergency number for urgent police, ambulance, and fire assistance. It is available nationwide and across the EU.

  • Freephone Numbers

    0800

    0800 is used in the Netherlands for toll-free information and service numbers. It is a non-geographic range allocated separately from standard subscriber numbers.

  • Paid Information Numbers

    090009060909

    The Netherlands uses the 090x ranges for paid information and service numbers. These may involve service charges and are treated differently from ordinary local numbers.

Validation Regex

regexregex
^\+316\d{8}$|^06\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 00000000;
  mask-image: none; /* Fallback */
}

Other Countries