Global Differential Privacy
Global differential privacy is an approach to protecting individuals in a dataset by adding carefully calibrated random noise to the results of an analysis, rather than to each person's raw data. In this model, individuals provide their real data to a central system they must trust, and the noise is introduced when answers to queries are returned. The goal is to limit what anyone can learn about any single person from published results while still allowing useful analysis.
Global differential privacy (also called central DP) is a deployment model of differential privacy in which a trusted curator holds the raw, unperturbed records and a differentially private mechanism applies calibrated noise at the point a query result is released to the analyst or user. This contrasts with local differential privacy, where noise is added to each individual's data before it reaches any central party, removing the trust assumption at the cost of typically higher noise and reduced accuracy. Under the global model, users are assumed to trust the system with their true data, and the privacy guarantee is a mathematical property of the release mechanism intended to bound how much the output can reveal about the presence or contribution of any single individual. Note: the evidence provided does not specify particular privacy parameters (such as the privacy budget), specific noise mechanisms, composition behavior, or formal privacy definitions, and these are out of scope for this entry. This entry also does not address whether or how the use of differential privacy interacts with obligations under any specific legal instrument; regulatory treatment of differentially private outputs depends on jurisdiction, implementation, and whether re-identification risk is adequately mitigated, and should not be assumed to render data non-personal.
Why it matters
Global differential privacy addresses a persistent tension in data analysis: organizations want to publish statistics, train models, or answer queries over datasets that describe real people, yet each release risks exposing information about individuals within that data. By applying calibrated noise at the point a query result is returned, the global model aims to bound how much anyone can learn about the presence or contribution of any single person, allowing useful aggregate analysis while limiting individual exposure. This makes it a relevant privacy-enhancing technique for teams seeking to reduce re-identification risk in published outputs.
Who it's relevant to
Inside Global DP
Common questions
Answers to the questions practitioners most commonly ask about Global DP.