Random Australia Address Generator

Get 1 to 15 fictional Australian addresses with street, suburb, state and a 4-digit postcode, each with a copy button.

The Random Australia Address Generator produces one to fifteen fictional Australian addresses in a single line each: street number and name, a suburb, a state and a four-digit postcode, ending in "Australia". Every address has a copy button. The results are built from random parts, so they follow the Australian layout but don't point at a real house.

How it works

Enter a number from 1 to 15 and press Generate Address. The tool uses the Australian locale of the Faker library to assemble each line: a random street number, a person-style street name with a street type, an invented suburb, one of the eight states and territories written in full, and a random four-digit postcode. There is no state filter and no option for unit numbers or PO boxes.

What a generated address looks like

Generated address
560 Quigley Crest, Nicholasberg, Tasmania 3240, Australia
5210 Johns Ridge, Carson, Northern Territory 5932, Australia
56494 Victoria Trail, Port Charlotte, Western Australia 5702, Australia
47667 Annabelle Run, Harveyborough, Victoria 5477, Australia

Three things stand out if you know Australian addresses. Street numbers can run to five digits, which real streets rarely do. Street types include American ones like Run, Trail and Ridge alongside Australian staples like Crescent and Parade. And the postcode is random, so it does not match the state: 5932 is not a Tasmanian range. None of this matters for a placeholder or a layout test, but it means these addresses will fail an address-validation service, which is by design.

How real Australian addresses are written

Australia Post's preferred format is three or four lines, with the suburb, state abbreviation and postcode together on the last line in capitals:

17 Jones St
NORTH SYDNEY NSW 2060
Australia

Unit numbers go before the street number with a slash (4/17 Jones St). The state is abbreviated (NSW, VIC, QLD, SA, WA, TAS, NT, ACT), and the postcode's first digit tells you the state:

State / territoryAbbreviationPostcode rangeCapital and its postcode
New South WalesNSW2000–2999 (1000–1999 for PO boxes)Sydney 2000
Australian Capital TerritoryACT2600–2618, 2900–2920, 0200–0299Canberra 2600
VictoriaVIC3000–3999 (8000–8999 for PO boxes)Melbourne 3000
QueenslandQLD4000–4999 (9000–9999 for PO boxes)Brisbane 4000
South AustraliaSA5000–5999Adelaide 5000
Western AustraliaWA6000–6999Perth 6000
TasmaniaTAS7000–7999Hobart 7000
Northern TerritoryNT0800–0999Darwin 0800

If your test needs the postcode to agree with the state, pick a generated line and swap the postcode for one from the right range. The rest of the line can stay as it is.

Ways people use it

  • Form and checkout testing. Paste a batch into a shipping form to see how it handles long street numbers, full state names and a trailing country.
  • Seed data. Fifteen addresses per press is enough to populate a customer table for a demo or a screenshot.
  • Layout placeholders. A single-line Australian address is a good width test for contact cards and invoices.
  • Fiction. A suburb name like Harveyborough sounds plausible and can't be found on a map, which is exactly what a novel wants.

For other countries in the same one-line format, see the Random Canada Address Generator, the Random German Address Generator, the Random Address in France and the Random Hong Kong Address Generator, or browse all address & postal code generators.

Frequently asked questions

Are these real Australian addresses?

No. Street names, suburbs and postcodes are generated at random and combined, so the lines follow the Australian layout but do not correspond to real places. Postcodes are not matched to the state.

Can I choose the state, like Sydney or Melbourne addresses only?

No. The state is picked at random from all eight states and territories. Generate a batch and keep the lines for the state you need.

How many addresses can I generate at once?

Between 1 and 15 per press. Each has its own copy button, and pressing Generate Address again gives a new set.

Will these pass address verification?

No. Because the suburb is invented and the postcode does not match the state, a validation service will reject them. They are meant for placeholders and format testing, not for verified deliveries.

Why is the state written in full instead of NSW or VIC?

The generator outputs full state names. Australia Post prefers the abbreviation on the last line, so shorten it if your form expects the two- or three-letter code.