If you have ever had an SMS to an Australian customer fail without explanation, or watched a dialler drop a call to Sydney, the cause is usually the same: the number was stored in a format the network could not read.
Australian numbers look simple — ten digits, one leading zero — but that zero is the problem. It belongs in the domestic form and must disappear in the international one, and systems that keep it break silently.
This guide covers how Australian numbers are actually built, what each prefix means, how to dial Australia from North America, and the one format you should store every number in so nothing breaks again.
What is the Australian phone number format?
A standard Australian number is ten digits written as a two-digit area code beginning with 0, followed by eight digits — for example (02) 8765 4321 for a landline or 0412 345 678 for a mobile. Internationally the leading 0 is dropped and replaced with Australia’s country code +61, giving +61 2 8765 4321.
| Detail | Value |
|---|---|
| Country code | +61 |
| Trunk prefix (domestic) | 0 |
| International access prefix (dialling out) | 0011 |
| Landline length | 10 digits domestically |
| Mobile length | 10 digits, always beginning 04 |
| National significant number | 9 digits — the number without the trunk 0 |
| Geographic area codes | 02, 03, 07, 08 |
| Emergency | 000 · 112 from mobiles · 106 for TTY |
| Regulator | Australian Communications and Media Authority (ACMA) |
That substitution — trunk zero out, +61 in — is the single rule behind almost every Australian number formatting error.
The anatomy of an Australian number
This is where most systems go wrong, so it is worth being precise. The same number has three legitimate written forms.
| Form | Example | When to use it |
|---|---|---|
| Domestic | (02) 8765 4321 | Printing on Australian-facing material; dialling within Australia |
| National significant number | 2 8765 4321 | Rarely written alone; the 9 digits that survive internationally |
| E.164 / international | +61 2 8765 4321 | Storing in any database; dialling from outside Australia |
The trunk prefix 0 is not part of the number. It is an instruction to the Australian network meaning this call is leaving my local area. Once you are calling from outside Australia that instruction is meaningless — +61 has already routed the call into the country — so the 0 must come off.
Australian area codes by state
Australia has four geographic area codes. They are regional rather than city-specific, so a single code covers enormous distances — 08 alone spans from Adelaide to Perth, roughly the width of Europe.
- 02 — Central East
- New South Wales, ACT, small parts of Victoria. Sydney, Canberra, Newcastle, Wollongong.+61 2
- 03 — South East
- Victoria, Tasmania, small parts of NSW. Melbourne, Hobart, Geelong, Launceston.+61 3
- 07 — North East
- Queensland. Brisbane, Gold Coast, Cairns, Townsville.+61 7
- 08 — Central and West
- South Australia, Northern Territory, Western Australia, small part of NSW. Perth, Adelaide, Darwin, Alice Springs.+61 8
Two things surprise people used to North American area codes. Border towns do not always match their state — the boundaries follow historical network regions, not state lines, which is why parts of Victoria sit in 02 and part of New South Wales sits in 08.
And the code tells you very little about location. An 08 number could be in Perth or Darwin, cities nearly 2,600 km apart in different time zones. If you are scheduling a call, ask rather than guess from the prefix.
Australian mobile numbers
Mobile numbers are the ones a foreign business will most often dial, and they follow one rule with no exceptions: every Australian mobile number begins 04 and is ten digits long.
| Form | Example |
|---|---|
| Domestic | 0412 345 678 |
| International | +61 412 345 678 |
Same rule as landlines — the 0 comes off and +61 goes on, leaving nine significant digits beginning with 4.
Mobile numbers are not tied to geography. The 04 prefix says nothing about which state the person is in, and thanks to number portability it does not reliably indicate their carrier either. A 04 number is a mobile, and that is all you can safely conclude. The 05 range is reserved but has not been brought into service.
Non-geographic and special numbers
These appear constantly on Australian websites and confuse foreign callers, partly because several of them cannot be dialled from outside Australia at all.
| Prefix | Format | What it is | Reachable from abroad? |
|---|---|---|---|
| 1800 | 1800 XXX XXX | Toll-free — free for the Australian caller | Usually no |
| 1300 | 1300 XXX XXX | Local-rate — caller pays a fixed local charge | Usually no |
| 13 | 13 XX XX | Shortened local-rate, typically large brands | Usually no |
| 190 | 190X XXX XXX | Premium rate — significant per-call charges | Usually no |
| 000 | 3 digits | Emergency — police, fire, ambulance | Domestic only |
The practical point for anyone outside Australia: if a company lists only a 13, 1300 or 1800 number, you generally cannot reach it from overseas. Look for a standard geographic number on their contact page, which most publish alongside it for exactly this reason.
How to call Australia from the US or Canada
Dialling from North America takes four parts: the exit code 011, then 61, then the area code without its leading 0, then the local number.
| Calling | Domestic form | Dial from US / Canada |
|---|---|---|
| Sydney landline | (02) 8765 4321 | 011 61 2 8765 4321 |
| Melbourne landline | (03) 9876 5432 | 011 61 3 9876 5432 |
| Australian mobile | 0412 345 678 | 011 61 412 345 678 |
From a mobile you can simply dial +61 — the plus replaces 011 and works from any country, which is why storing numbers with the plus is far safer than storing exit codes. Going the other way, Australia’s international access prefix is 0011, so a US number is reached as 0011 1 212 555 0134.
Storing Australian numbers correctly: use E.164
If you take one operational thing from this page, take this. E.164 is the international standard format for phone numbers, and it is what every phone system, SMS gateway and CRM should store. It begins with a plus, then the country code, then the national significant number without the trunk 0 — no spaces, brackets, hyphens or dots, and a maximum of 15 digits.
| Number | E.164 |
|---|---|
| Sydney landline (02) 8765 4321 | +61287654321 |
| Melbourne landline (03) 9876 5432 | +61398765432 |
| Australian mobile 0412 345 678 | +61412345678 |
Every Australian geographic and mobile number in E.164 is exactly 12 characters: the plus, 61, and nine digits. That gives you a cheap validation rule — if an Australian record is not 12 characters after stripping formatting, something is wrong with it.
Display it however you like in your interface. Store it in E.164. The formatted version is for humans, the stored version is for machines, and mixing the two is what breaks message delivery.
Common Australian number formatting mistakes
Each of these reaches real systems and quietly fails.
| Mistake | Wrong | Right |
|---|---|---|
| Keeping the trunk 0 after +61 | +61 02 8765 4321 | +61 2 8765 4321 |
| Storing the exit code | 011 61 2 8765 4321 | +61 2 8765 4321 |
| Dropping the 0 domestically | 2 8765 4321 | (02) 8765 4321 |
| Assuming a 10-digit minimum | Rejecting 13 12 34 | 13 numbers are 6 digits |
| Treating 04 as an area code | “The 04 region” | 04 means mobile, not a place |
| Guessing the state from the code | “08 means Perth” | 08 spans WA, SA and NT |
Calling and texting Australia from a North American number
DialPhone provides business numbers in the United States and Canada. If your team is in North America and your customers are in Australia, the practical setup has three parts.
- Store every contact in E.164The same record then works whether someone dials from the office, a mobile or a softphone abroad. This is the step that prevents most failures.
- Check what international calling your plan includesThis varies enough between providers that it is worth confirming rather than assuming, particularly before committing to a calling programme.See plans
- Confirm the messaging rules before you launchAustralian SMS delivery is stricter than domestic North American messaging, and that country has its own rules on sender identification and consent which are not the same as the US regime.Business SMS
One scheduling note worth more than it sounds: Sydney runs 14 to 18 hours ahead of US Eastern depending on the season, so Australian business hours fall on the previous evening in North America. Teams that handle Australia well either accept early-morning or late-evening calls, or put automated cover on the line for the hours nobody is awake — which at least means an Australian caller reaches something other than a voicemail beep.
