North America · +1
United States phone number format
- Country code +1
- No trunk prefix
Reviewed by Sujan ThapaliyaLast updated
What does a United States phone number look like?
+12125550187: the country code +1, and no spaces or punctuation.Format rules
- Country code
- +1
- National number length
- 10 digits: a 3-digit area code plus a 7-digit subscriber number
- Trunk prefix
- None
- The local number is already the international number.
- Landline pattern
+1 (NPA) NXX-XXXX- Mobile pattern
+1 (NPA) NXX-XXXX (same format as landline)
Examples
United States phone number examples
555-0100 through 555-0199 are reserved for fictional use, so these examples never reach a real subscriber.
| Type | Written domestically | International (E.164) |
|---|---|---|
| Landline | (415) 555-0123 | +14155550123 |
| Mobile | (NPA) NXX-XXXX (same format as landline) | +12125550187 |
A quirk of United States numbering
Validation
How to validate a United States 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 United States? 10 digits: a 3-digit area code plus a 7-digit subscriber number, after the country code .
- 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 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 (+12125550187) 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 United States phone number look like?
How do I write a United States number in international format?
How many digits is a United States phone number?
How do I tell a United States 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