Emergency Numbers
Triple Zero (000) is Australia's main emergency number. 112 can be used on mobile phones, and 106 is the text-based emergency number for TTY users with hearing or speech impairments.
Dial Code: +61•Last updated: January 1, 2026
Australian mobile numbers start with 04, followed by 8 digits. Landlines are formatted as (0X) XXXX XXXX. Mobiles are always 10 digits including the leading 04.
To call an Australian phone number, the exact format depends on where the call starts. Domestic calls usually keep the leading 0, while international calls to Australia use the +61 country code instead.
0412 345 678+61 412 345 6780011 1 212 555 0123Note: Australian domestic mobile numbers begin with 04, but the leading 0 is dropped in international format.
This table breaks down the example number shown for Australia.
| Component | Digits | Example | Notes |
|---|---|---|---|
| Country Code | 2 | +61 | Used in international format and paired with the mobile number without the leading 0. |
| National Prefix | 1 | 0 | Domestic mobile numbers begin with 04; the 0 is dropped in international format. |
| Mobile Prefix | 3 | 412 | This example uses the mobile range shown domestically as 0412. |
| Subscriber Number | 6 | 345678 | The remaining digits identify the individual mobile service. |
Some numbers and prefixes in Australia have special rules or reserved uses.
Triple Zero (000) is Australia's main emergency number. 112 can be used on mobile phones, and 106 is the text-based emergency number for TTY users with hearing or speech impairments.
These inbound service ranges are used widely by businesses and government services. 1800 numbers are freephone, while 13 and 1300 numbers are commonly charged at a local or plan-based rate.
911 is a US emergency number and cannot be used to contact emergency services in Australia. Callers in Australia should use 000, or 112 on supported mobile services.
^\+614\d{8}$|^04\d{8}$Use this CSS mask to automatically format phone number inputs:
input[type="tel"] {
mask: 0000 000 000;
mask-image: none; /* Fallback */
}