+55 test data

🇧🇷 Random Brazilian phone number generator for testing

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

Generate an example

International display+5511987654321
Do not call or text generated values. Brazilian mobile numbers include a two-digit area code and a leading 9. Examples may coincide with assigned numbers.

Brazil format reference

Calling code+55
National pattern(AA) 9xxxx-xxxx
E.164 example+5511987654321
Typical length11 digits for mobile with area code

Convert a Brazil 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

Keep the two-digit area code and subscriber number after +55; omit carrier-selection codes.

3. Store one canonical value

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

Brazil phone test cases

CaseFixtureExpected test behavior
National display(AA) 9xxxx-xxxxAccept punctuation, then normalize.
Valid E.164 structure+5511987654321Accept for format testing; do not infer reachability.
Invalid length+55119876543Reject before storing or sending to an API.

Manually reviewed country notes

What makes Brazil phone input different

A Brazilian mobile fixture combines a two-digit area code with a nine-digit subscriber number whose mobile portion begins with 9. Carrier-selection digits used in some domestic dialing flows are instructions, not part of the E.164 value.

Anatel publishes numbering structure, not a universal fictional mobile range for testing. Generated values are suitable only for isolated QA systems with calls and messaging disabled.

Check 1

Preserve the two-digit area code.

Check 2

Keep the leading 9 in the mobile subscriber portion.

Check 3

Do not store carrier-selection codes in the canonical value.

Reviewed Brazil 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
(11) 98765-4321+5511987654321Normalize area code and mobile digits
+55 11 98765 4321+5511987654321Normalize an international input
11 8765-4321Reject or classify separatelyEight-digit subscriber shape is not this mobile fixture
021 11 98765-4321+5511987654321Remove domestic carrier-selection instructions
+55119876543RejectOne 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

Brazil phone number FAQ

Are these Brazil 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 +55 calling code mean?

+55 is the international country calling code for Brazil. 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 Anatel mobile numbering table before enforcing production rules.

Need repeatable Brazil 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.

Advertisement