Latin America · +55
Brazil phone number format
- Country code +55
- Trunk prefix 0 + carrier code
Reviewed by Sujan ThapaliyaLast updated
What does a Brazil phone number look like?
+5511912345678: the country code +55, with the national trunk prefix 0 + carrier code removed, and no spaces or punctuation.Format rules
- Country code
- +55
- National number length
- 10 digits for landlines, 11 for mobiles (mobiles carry an extra leading 9)
- Trunk prefix
- 0 + carrier code
- Used only domestically. Removed in international format.
- Landline pattern
+55 XX XXXX XXXX- Mobile pattern
+55 XX 9XXXX XXXX
Examples
Brazil phone number examples
These are format patterns showing digit grouping and prefix rules. They are examples of shape, not working numbers; do not use them to test a live call path.
| Type | Written domestically | International (E.164) |
|---|---|---|
| Landline | 0 + carrier code11 3123 4567 | +551131234567 |
| Mobile | 0 + carrier codeXX 9XXXX XXXX | +5511912345678 |
A quirk of Brazil numbering
Validation
How to validate a Brazil number
Validating a phone number is three separate checks, and conflating them is the usual source of bugs:
- Format: does it match the shape for Brazil? 10 digits for landlines, 11 for mobiles (mobiles carry an extra leading 9), after the country code and with the 0 + carrier code stripped.
- Allocation: is the prefix actually in use? A number can be the right length and still belong to an unallocated range.
- Reachability: is there a live subscriber? Only a carrier lookup (HLR or equivalent) answers that, and it is the only check that catches disconnected numbers.
For form validation, check format only and be permissive: accept spaces, dashes, brackets, and a leading 0 + carrier code then normalise. Rejecting a real customer because they typed their own number the way they normally write it is a far more expensive error than storing one badly formatted row.
Store in E.164 (+5511912345678) and format for display at render time. Storing the display format is how a database ends up with the same person recorded four different ways.
Format any number instantly
Frequently asked questions
What does a Brazil phone number look like?
How do I write a Brazil number in international format?
How many digits is a Brazil phone number?
How do I tell a Brazil mobile from a landline?
Should I store phone numbers with the plus sign?
Sources
- ITU-T Recommendation E.164 — The international public telecommunication numbering plan — International Telecommunication UnionThe international number format, the 15-digit maximum, and how country codes and national numbers compose.
- ITU-T International Numbering Resources — International Telecommunication UnionThe assignment of country calling codes and the published national numbering plans they belong to.
Stop wrestling with number formats
Every number you import is validated and normalised to E.164 automatically, screened against your suppression lists, and formatted correctly for the country it belongs to before a single call goes out.
- Automatic E.164 normalisation
- DNC screening on import
- 100+ countries