External administration roles explained
Plain-English guide to Australian insolvency processes, the ASIC role codes for liquidators, administrators and receivers, and the EXAD company status.
External administration is the umbrella term for the situations in which control of an Australian company passes from its directors to an independent insolvency practitioner: voluntary administration, a deed of company arrangement, liquidation, receivership, small business restructuring and a handful of historical regimes. ASIC records every appointment as an office holder record on the company, flags the company's status as EXAD ("Under External Administration And/Or Controller Appointed"), and lists the documents that were lodged to notify the appointment. For anyone doing credit checks, supplier due diligence or debt recovery, the external administration section of a company extract is the fastest way to learn that a company is insolvent and who is now in charge of it.
The insolvency processes in plain English
Voluntary administration. The directors (or a liquidator or secured creditor) appoint an administrator under Part 5.3A of the Corporations Act 2001 to take control of the company and give creditors a choice between returning the company to its directors, a deed of company arrangement, or liquidation. The administrator is recorded as AC.
Deed of company arrangement (DOCA). If creditors vote for a deed, the company continues under the terms agreed with creditors while the deed administrator (AD) supervises it. Many companies return to normal trading when a deed completes.
Creditors' voluntary liquidation. An insolvent company's members resolve to wind it up and creditors confirm or replace the liquidator (VQ). Assets are realised and distributed to creditors in the statutory order; the company is eventually deregistered.
Members' voluntary liquidation. A solvent company's members choose to close it in an orderly way. The directors declare solvency and the liquidator (MQ) distributes the surplus to members. This is a normal end of life for a company, not a sign of financial distress.
Court liquidation. A creditor, member or ASIC applies to a court for a winding up order, typically after a statutory demand goes unpaid. The court appoints a liquidator (CQ). Before the hearing the court may appoint a provisional liquidator (PQ) to protect assets.
Simplified liquidation. Since 1 January 2021 an eligible small company in a creditors' voluntary liquidation can adopt a streamlined process with fewer reporting obligations. The liquidator is recorded as BI.
Small business restructuring. Also from 1 January 2021, an eligible small company can appoint a restructuring practitioner (BM) while its directors stay in control, then put a restructuring plan to creditors. Once the plan is accepted the practitioner administering it is recorded as BP.
Receivership and controllers. A secured creditor enforces its security by appointing a receiver (RC) or receiver and manager (RM) over specific property or the whole business. The Corporations Act's wider term is controller (CR), covering anyone in possession of company property to enforce a security interest; a managing controller (MC) also runs the business. A receivership can run alongside a liquidation or administration.
Official management (historical). Before 1993 a company could be placed under official management as an alternative to liquidation. Records with roles OM, CM and DM survive from that period.
Schemes of arrangement. A Part 5.1 scheme is a court-approved compromise between a company and its creditors or members, supervised by a scheme manager (SM). Schemes are used in solvent restructures as well as insolvencies.
Role codes at a glance
| Process | Role codes | Where the practitioner comes from |
|---|---|---|
| Voluntary administration | AC Administrator of a Company under Administration | Registered liquidator |
| Deed of company arrangement | AD Administrator under a Deed of Company Arrangement | Registered liquidator |
| Creditors' voluntary liquidation | VQ Appointed Liquidator (Creditors Voluntary Winding Up) | Registered liquidator |
| Members' voluntary liquidation | MQ Appointed Liquidator (Members Voluntary Winding Up) | Registered liquidator |
| Court liquidation | CQ Appointed Liquidator (Court Winding Up), PQ Provisional Liquidator | Registered liquidator (historically an official liquidator) |
| Liquidation, type not coded | AQ Appointed Liquidator | Registered liquidator |
| Simplified liquidation | BI Liquidator of a Simplified Liquidation | Registered liquidator |
| Small business restructuring | BM Restructuring Practitioner, BP Restructuring Plan Practitioner | Registered liquidator |
| Receivership and control | RC Receiver, RM Receiver Manager, CR Controller, MC Managing Controller | Appointed by a secured creditor or court |
| Official management (historical) | OM Official Manager, CM Official Manager (Court), DM Deputy Official Manager | Historical regime |
| Scheme of arrangement | SM Scheme Manager | Court-approved scheme |
| Managed investment scheme wind up | PW Person Winding Up a Scheme | Court or responsible entity |
All of these are office holder roles from the office holder roles table and share the officeholder object. Note that a company can be in more than one process at once, so expect to see, for example, an RM and a VQ current at the same time.
The EXAD status and the documents section
When any external administrator or controller is appointed, ASIC changes the company's status to EXAD. A company in external administration is still registered; EXAD replaces REGD rather than sitting alongside it, and it reverts to REGD if the company survives a deed or has its receivers retire. See company status for the full status table.
Whenever the status is EXAD, ASIC adds a section of documents relating to external administration to the company extract. On a printed extract it is headed "Documents relating to External Administration and/or appointment of Controller" with the warning "This extract may not list all documents relating to this status. State and Territory records should be searched." The API returns the same documents on GET /v1/companies/{id}/external-administration together with the appointees. The data comes from a purchased company extract: buy one with POST /v1/companies/{id}/extracts, then read this endpoint as often as you like for free. Ceased appointees are only present when the extract you hold is historical.
curl https://api.asicapi.dev/v1/companies/001000004/external-administration \
-H "Authorization: Bearer $ASICAPI_KEY"{
"object": "externalAdministration",
"company": {
"acn": "001000004",
"formatted": "001 000 004",
"numberType": { "code": "ACN", "label": "Australian Company Number" },
"name": "SOUTHERN CROSS FABRICATION PTY LTD",
"type": { "code": "APTY", "label": "Australian Proprietary Company" },
"status": { "code": "EXAD", "label": "Under External Administration And/Or Controller Appointed" },
"abn": "61001000004",
"registeredCharity": false
},
"appointees": [
{
"object": "officeholder",
"role": { "code": "VQ", "label": "Appointed Liquidator (Creditors Voluntary Winding Up)" },
"status": { "code": "C", "label": "Current" },
"appointedAt": "2025-05-12",
"ceasedAt": null,
"party": {
"type": "person",
"person": { "familyName": "PATEL", "givenNames": ["ANITA"], "formatted": "ANITA PATEL" },
"birth": { "date": null, "locality": null, "stateOrCountry": null },
"organisation": null
},
"address": { "careOf": "C/- INSOLVENCY PARTNERS", "line1": "LEVEL 12", "street": "100 COLLINS STREET", "locality": "MELBOURNE", "state": "VIC", "postcode": "3000", "country": "AUSTRALIA" },
"sourceDocument": { "documentNumber": "7E9901234", "qualifier": null },
"cessationDocuments": [],
"court": null
},
{
"object": "officeholder",
"role": { "code": "AC", "label": "Administrator of a Company under Administration" },
"status": { "code": "E", "label": "Ceased/Former" },
"appointedAt": "2025-04-07",
"ceasedAt": "2025-05-12",
"party": {
"type": "person",
"person": { "familyName": "PATEL", "givenNames": ["ANITA"], "formatted": "ANITA PATEL" },
"birth": { "date": null, "locality": null, "stateOrCountry": null },
"organisation": null
},
"address": { "careOf": "C/- INSOLVENCY PARTNERS", "line1": "LEVEL 12", "street": "100 COLLINS STREET", "locality": "MELBOURNE", "state": "VIC", "postcode": "3000", "country": "AUSTRALIA" },
"sourceDocument": { "documentNumber": "7E9887766", "qualifier": null },
"cessationDocuments": [],
"court": null
}
],
"documents": [
{
"object": "document",
"documentNumber": "7E9901234",
"formCode": "505",
"formDescription": "Notification of appointment or cessation of an external administrator",
"subForms": [{ "code": "505U", "description": "Appointment of liquidator (creditors voluntary winding up)" }],
"receivedAt": "2025-05-13",
"processedAt": "2025-05-13",
"effectiveAt": "2025-05-12",
"qualifier": null,
"pageCount": 3,
"imaged": true,
"underRequisition": false,
"xbrlAvailable": false,
"xbrlDocumentNumber": null,
"status": null,
"priced": true
},
{
"object": "document",
"documentNumber": "7E9887766",
"formCode": "505",
"formDescription": "Notification of appointment or cessation of an external administrator",
"subForms": [{ "code": "505A", "description": "Appointment of administrator" }],
"receivedAt": "2025-04-08",
"processedAt": "2025-04-08",
"effectiveAt": "2025-04-07",
"qualifier": null,
"pageCount": 3,
"imaged": true,
"underRequisition": false,
"xbrlAvailable": false,
"xbrlDocumentNumber": null,
"status": null,
"priced": true
}
],
"extract": { "id": "ext_01J9B7W9N4S2V8", "type": "historical", "purchasedAt": "2026-09-04T02:05:30Z", "asOf": "2026-09-04T02:05:27Z" },
"meta": { "billable": false, "product": null, "requestId": "req_01J9B7X2R4T8W1" }
}The example shows a typical sequence: a voluntary administration that ended in a creditors' voluntary liquidation with the same practitioner. The extract read here is historical, so the ceased administrator appointment is included and you can see the path the company took. If you hold no extract for the company the endpoint returns extract_required (HTTP 402) with the purchase request to make.
Weekly summary of external administrations
ASIC publishes a weekly list of companies that entered external administration. Purchase it with POST /v1/weekly-summaries using "type": "external-administrations" and a weekStarting Monday; the response is a weekly summary extract you can re-read for free, and buying the same week again returns the copy you already hold. Each item carries a sub-type from the weekly summary sub-types table:
| Sub-type | Meaning |
|---|---|
EXAC | Administrator of a Company Under Administration appointed |
EXAD | Administrator of a Deed of Company Arrangement appointed |
EXAL | Appointment of a Liquidator |
EXCQ | Notice of Order Winding Up (court liquidation) |
EXMN | Appointment of Scheme Manager Under Part 5.1 |
EXRC | Appointment of Controller (receiver or other controller) |
EXRQ | Resolution of Winding Up (voluntary liquidation) |
Items include the company summary, the notifying document number and the company's postcode, which makes the feed useful for regional credit monitoring.
Who can be appointed
Administrators, deed administrators, liquidators and restructuring practitioners must be registered liquidators, listed on ASIC's register RQ. Before 1 March 2017 court appointments required the additional status of official liquidator, register OQ; that role ceased by operation of law on that date, but a person's official liquidator registration stays current until every court liquidation they held at 1 March 2017 is finalised. Both registers can be browsed free of charge through GET /v1/registers/{register}/entries, with the full entry available as a purchased register extract, as described under professional registers. Receivers and controllers are not always registered liquidators, although in practice most are.
External administration endpoint
Appointees and the documents behind an EXAD status, read from a purchased extract.
Purchasing
How company extracts are bought once and read for free.
Company status
REGD, EXAD, SOFF, DRGD and the other organisation statuses.
Weekly summaries
Weekly lists of new external administrations by postcode.
Professional registers
Registered liquidators, official liquidators and auditors.
Directors and company secretaries in ASIC data
How ASIC records directors, alternate directors and secretaries, the Form 484 and Form 370 notifications behind each record, and how to verify a director.
People in the ASIC register
How ASIC identifies a person by name and birth details, the person search rules, and what a person extract of roles, licences and shareholdings contains.