Country format

Australia Address Format Guide

Australian postal addresses normally place the recipient first, the street or delivery service on the next line, and the suburb, state or territory abbreviation, and four-digit postcode together on the final domestic line. International forms should add AUSTRALIA as a separate final line.

Standard Australian address layout

Sophie Wilson
Unit 8 45 Collins Street
MELBOURNE VIC 3000
AUSTRALIA

Australia Post recommends three to four address lines. The locality, state abbreviation, and postcode belong on the same line, with clear spaces between each component. Punctuation is generally unnecessary in a postal presentation.

Field mapping

Form fieldAustralian valueQA consideration
Address Line 1Unit 8 45 Collins StreetAllow unit, level, street number, name, and type.
City / localityMelbourne“Suburb or town” is a clearer local label.
State / territoryVICAccept the eight standard abbreviations.
Postcode3000Store as text so leading zeroes remain intact.
CountryAustraliaUse the full country name for international display.

Additional Australian examples

Noah Taylor
12 Harbour View Road
HOBART TAS 7000
AUSTRALIA

Mia Chen
PO Box 248
NORTH SYDNEY NSW 2059
AUSTRALIA

Form testing checklist

Reproducible postcode and locality test

InputExpected storageFailure signal
0800Four-character postcode stringThe database stores 800.
DARWIN NT 0800Locality, territory, and postcode remain distinct.The territory is mistaken for part of the town name.
Unit 8 45 Collins StreetUnit and street survive label and CSV output.The unit is discarded because Address Line 2 is empty.
Locked Bag 10Alternative delivery service is accepted.Street-number validation blocks submission.

Run the postcode case through entry, JSON serialization, database persistence, CSV export, and import. The exact value must remain 0800. A four-digit shape check does not establish that a postcode matches a locality or that an address is deliverable.

Official reference