+31 test data

🇳🇱 Netherlands phone number generator

Generate Netherlands phone number examples for development, QA, input masks and documentation. Results are not live subscriber lines.

Generate an example

International display+31612345678
Do not call or text generated values. Dutch 06 numbers are used for mobile telephony. Examples are structural and may be assigned.

Netherlands format reference

Calling code+31
National pattern06 xxxxxxxx
E.164 example+31612345678
Typical length9 national digits after +31

Convert a Netherlands number to E.164

1. Clean the input

Remove spaces, parentheses and hyphens while preserving the digits and country context.

2. Apply the trunk rule

Remove the leading domestic 0 from 06 before adding +31.

3. Store one canonical value

Use +31612345678 for machine storage and format it for display at the edge of your application.

Netherlands phone test cases

CaseFixtureExpected test behavior
National display06 xxxxxxxxAccept punctuation, then normalize.
Valid E.164 structure+31612345678Accept for format testing; do not infer reachability.
Invalid length+3161234567Reject before storing or sending to an API.

Manually reviewed country notes

What makes Netherlands phone input different

Dutch mobile numbers use domestic 06. International normalization removes that initial trunk zero and stores +31 followed by nine national digits, including the mobile 6.

ACM's guidance describes Dutch number use but does not make this generated 06 value fictional. A plausible fixture can be assigned, so never send calls, SMS or verification traffic to it.

Check 1

Convert domestic 06 to international +31 6.

Check 2

Keep eight subscriber digits after the mobile 6.

Check 3

Do not confuse a format pass with a current allocation check.

Reviewed Netherlands normalization cases

These cases document the fixture contract used by GetPhoneNum. They test parsing and normalization only; they never prove that a subscriber exists.

InputExpected resultReason
06 12345678+31612345678Remove the domestic trunk zero
+31 6 12345678+31612345678Normalize an international input
0031 6 12345678+31612345678Convert an access prefix
+31 06 12345678Reject or repairThe trunk zero follows +31
06 1234567RejectOne digit short

Reviewed by GetPhoneNum Editorial Team · Last reviewed August 11, 2026

Frontend checks

Test empty input, pasted punctuation, a missing country code, one digit too few and one digit too many. Avoid using a single global regex for every country.

Test a JavaScript regex

Production validation

Numbering plans change. Use a maintained numbering library and treat carrier, line type and reachability as separate checks.

Browse calling-code references

Related generators and tools

Continue testing international phone formats

Netherlands phone number FAQ

Are these Netherlands phone numbers real?

They are generated test fixtures, not verified subscriber lines. Even a structurally valid value may coincide with an assigned number unless it comes from an officially reserved fictional range.

What does the +31 calling code mean?

+31 is the international country calling code for Netherlands. In E.164 format it appears after the leading plus sign and before the national number.

Can generated numbers receive calls, SMS or verification codes?

No capability is provided or verified. Do not call, text or use generated values for account verification.

Official numbering reference

Numbering rules can change. Check the ACM telephone-number guidance before enforcing production rules.

Need repeatable Netherlands fixtures?

Create up to 100 local fixtures in the browser, download the open dataset, or use the API design reference to define a deterministic contract for automated test suites.