---
type: "Concept"
title: "Differential privacy"
description: "A formal bound on what any individual contributes to a released result."
tags: [fl, privacy, federated]
generated: { by: human:crpage, at: 2026-07-09T09:44:00Z }
status: stable
---

Adds calibrated noise so that the presence or absence of any single record has a bounded effect on outputs — a standard countermeasure against inference about individual contributors. Composable with [secure aggregation](secure-aggregation.md) and [TEEs](trusted-execution-environments.md).

Relates to: [Membership inference](membership-inference.md).
