Whole-of-government data sharing in Australia sits at the intersection of digital transformation ambition and some genuinely difficult practical constraints. Agencies are being asked to break down information silos, improve citizen outcomes, and cut duplicated effort, while simultaneously navigating an evolving legal framework, real sovereignty concerns, and the kind of legacy infrastructure that does not share gracefully. Understanding how this works in practice is essential for anyone building, procuring, or governing public sector IT.
What whole-of-government data sharing actually means
The term gets used loosely in policy documents, but in operational terms it refers to the structured, authorised exchange of data between Commonwealth agencies (and increasingly between Commonwealth and state agencies) to deliver services more efficiently. That covers everything from the ATO sharing income data with Services Australia to validate welfare payments, to health agencies exchanging records across jurisdictions to improve patient care.
The distinction worth making is between sharing and integration. Sharing means making data available to another authorised party under agreed conditions. Integration means actually merging or linking datasets into a unified view. Both happen in Australian government, but they carry different technical architectures, different legal obligations, and very different risk profiles.
The legal framework underpinning it
Australia's data sharing regime for the Commonwealth is anchored in the National Data Commissioner, who administers the Data Availability and Transparency Act 2022. The DAT Act created a formal pathway for agencies to share public sector data for three permitted purposes: government delivery, research and development, and policy and program design. Each share requires a Data Sharing Agreement, must involve accredited users, and is overseen by the National Data Commissioner.
Beyond the DAT Act, agencies still operate under the Privacy Act 1988, the secrecy provisions in their enabling legislation (the ATO, for example, sits under Tax Administration Act secrecy obligations), and any applicable state or territory privacy laws for cross-jurisdictional work. This layered legal environment means legal teams are involved from the earliest stages of any significant data sharing initiative, not as an afterthought. Australia's Privacy Act reforms are adding further obligations that government IT teams need to track carefully as the framework continues to evolve.
The platforms and architecture doing the heavy lifting
On the technical side, whole-of-government data sharing in Australia relies on a patchwork of platforms at different maturity levels. The key components include:
- myGov and digital identity infrastructure: The myID digital identity system (formerly myGovID) acts as the trust anchor for citizen-facing interactions, allowing agencies to verify who they are dealing with without each running a separate identity check. The national digital identity framework is central to making federated data sharing work at scale.
- Australian Government Data Exchange (AGDE): A controlled environment for exchanging datasets between agencies, with audit trails and access controls built in.
- SURE (Secure Unified Research Environment): Run by the Australian Bureau of Statistics, SURE allows accredited researchers to access linked government data in a sandboxed environment, meaning the data never leaves a controlled system.
- Agency APIs: The ATO, Services Australia, and the Department of Home Affairs all run API-based data exchange pipelines for high-volume operational sharing, such as real-time income verification at Centrelink.
The architecture challenge is that most of these integrations were built point-to-point over decades. Each bilateral link between two agencies has its own data formats, authentication mechanisms, and governance arrangements. The DTA has been pushing for more standardised approaches, but the reality on the ground is still highly federated and sometimes fragile.
Where state and territory data fits in
Commonwealth-to-state data sharing is substantially more complex than intra-federal sharing. Each state and territory operates under its own privacy legislation and its own data governance frameworks. A joint program like the National Disability Insurance Scheme (NDIS), which crosses federal and state boundaries constantly, requires bilateral data sharing agreements with each jurisdiction and careful mapping of which rules apply to which flows.
The National Data Commissioner's remit covers Commonwealth data only. States have their own equivalents: the New South Wales Information and Privacy Commission, the Victorian Information Commissioner, and so on. For IT architects working on cross-jurisdictional programs, this means data residency decisions matter enormously. Data generated in Queensland may not be able to be processed in a Commonwealth-run cloud environment without explicit authorisation from the Queensland government.
Sovereignty, cloud, and where data can live
Government agencies have become significantly more prescriptive about where shared data is stored and processed. The Australian Government's Hosting Certification Framework and the broader sovereign cloud requirements mean that data classified at PROTECTED or above must stay within certified Australian facilities operated under Australian jurisdiction. This directly affects how data sharing pipelines are designed: you cannot route PROTECTED data through a hyperscaler's default global infrastructure, even if the relevant data centres are physically in Australia.
For IT teams building the plumbing of data sharing systems, this creates real architecture constraints. Encryption key management, data processing locations, and access audit logs all need to meet IRAP-assessed controls. The trend is toward sovereign cloud products offered by local providers or by hyperscalers specifically configured for Australian government workloads.
The governance layer agencies often underestimate
Technical architecture is often the easier half of a data sharing project. The harder part is governance: who owns each dataset, who approves access requests, how long data can be retained, and what happens when something goes wrong.
Agencies now need Data Custodians (formally recognised roles under the DAT Act framework) who are accountable for each dataset. These are not just administrative titles. They carry real obligations around data quality, access management, and breach reporting. IT systems need to support these roles with proper access logs, consent management, and data lineage tracking. Building a data sharing pipeline without that governance layer in place is a project risk that has quietly derailed more than a few government programs.
The Australian Government's data governance maturity is improving, but patchy. Larger agencies like the ATO and the Australian Bureau of Statistics have relatively sophisticated data governance programs. Many smaller agencies are still working from spreadsheet-based data asset registers and informal access approval processes. Any cross-agency sharing initiative needs to account for that asymmetry.
What's changing in 2026
Several shifts are accelerating how whole-of-government data sharing works in practice this year. The National Data Commissioner's office has been progressively accrediting more organisations as eligible data users under the DAT Act, expanding the pool of entities that can legally access government data for research purposes. The Privacy Act reform process is also tightening rules around secondary use of personal data, which will affect how agencies structure their sharing agreements going forward.
AI is adding new complexity. As agencies deploy machine learning models that consume government data, questions arise about whether model training counts as a permitted data use, what happens when model outputs reveal information from source datasets, and how audit trails need to be maintained. These are not yet fully resolved in the regulatory framework, and IT teams working on AI-powered government services should factor in regulatory uncertainty as a genuine project risk.
The DTA is also pushing harder on interoperability standards, with a preference for APIs over bulk file transfers and a stronger emphasis on real-time data access rather than periodic batch extracts. For agencies still running nightly SFTP jobs to exchange data, that represents a significant architectural shift that will take time and funding to address.
Practical implications for government IT teams
If you are working in or with Australian government IT, the whole-of-government data sharing agenda has direct consequences for how you design systems. Every new platform should be built with an API-first mindset and data governance hooks from day one. Retrofitting those capabilities onto a system that went live without them is expensive and slow. Data classification needs to happen at the point of collection, not as an afterthought when a sharing request arrives. And legal counsel needs to be in the room early, before architectures are locked in, not after.
The payoff, when it works, is real. Services Australia's real-time income confirmation with the ATO has reduced fraud and sped up payment processing for millions of Australians. The NDIS data integration work has improved planning accuracy. Cross-agency fraud detection is improving. But those outcomes required sustained investment in both the technical and governance layers simultaneously. The agencies that are getting this right have treated data sharing as a program, not a project.

