+44 test data

🇬🇧 United Kingdom phone number generator

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

Generate an example

International display+447700900123
Do not call or text generated values. Generated mobile examples use Ofcom's 07700 900xxx range reserved for drama.

United Kingdom format reference

Calling code+44
National pattern07xxx xxxxxx
E.164 example+447700900123
Typical length10 national digits after +44

Convert a United Kingdom 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 before adding +44.

3. Store one canonical value

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

United Kingdom phone test cases

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

Manually reviewed country notes

What makes United Kingdom phone input different

United Kingdom mobile display begins with a domestic 0, but the international form removes that trunk digit and places +44 before the remaining ten digits. This page uses Ofcom's 07700 900xxx drama range rather than an ordinary subscriber-shaped mobile value.

Ofcom documents 07700 900000 to 07700 900999 for television and radio drama. The range is appropriate for examples, but the generator still provides test data only and does not receive calls, SMS or verification codes.

Check 1

Remove one domestic trunk zero before adding +44.

Check 2

Do not store +44 and 07700 together.

Check 3

Keep the reserved 07700 900xxx block for screenshots and automated fixtures.

Reviewed United Kingdom 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
07700 900123+447700900123Remove the domestic trunk zero
+44 7700 900123+447700900123Normalize an international input
0044 7700 900123+447700900123Convert an access prefix
+44 07700 900123Reject or repairCountry code and trunk zero are duplicated
07700 90012RejectOne national 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

United Kingdom phone number FAQ

Are these United Kingdom 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 +44 calling code mean?

+44 is the international country calling code for United Kingdom. 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 Ofcom numbering guidance before enforcing production rules.

Need repeatable United Kingdom 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.