Join our Newsletter — 33% off our NHI Course

What is the difference between confidentiality and privacy when handling personal data?

Confidentiality is a cybersecurity principle focused on keeping information secret from unauthorized people. Privacy is broader and centers on an individual’s right to control data about them. Confidentiality can protect personal data, but privacy also covers whether collection, sharing, and reuse are appropriate, even when access is technically authorized.

Why confidentiality and privacy are not the same control objective

Confidentiality asks whether personal data is protected from unauthorised access, disclosure, or leakage. Privacy asks a different question: whether the collection, use, sharing, retention, and reuse of that personal data are legitimate and proportionate in the first place. That distinction matters because a dataset can be tightly confidential and still create privacy harm if it is over-collected, repurposed beyond expectations, or shared under a technically valid but socially inappropriate arrangement. For that reason, privacy governance often sits alongside security controls rather than inside them. The GDPR is a clear example of that broader obligation, because it addresses lawful basis, purpose limitation, and data subject rights as well as protection of the data itself. In practice, many security teams first notice the gap only after a technically secure process is challenged for using personal data in ways the individual did not reasonably expect.

How the two concepts work together in practice

In day-to-day handling of personal data, confidentiality is usually implemented through access control, encryption, logging, segmentation, and strict handling rules. Those measures reduce the chance that a person without authorisation can read or exfiltrate the data. Privacy adds the policy and governance layer that determines whether the data should be collected, whether it can be linked with other datasets, whether consent or another lawful basis exists, and how long it may be retained. A useful way to think about the relationship is that confidentiality protects the record, while privacy governs the relationship between the data, the individual, and the organisation.

The two can overlap, but they answer different audit questions. For example, a customer database may be confidentially protected yet still fail privacy expectations if marketing teams reuse the data for a new purpose without proper notice or a valid legal basis. Equally, a privacy programme can be weak even when access is tightly controlled, because the core issue is not exposure but legitimacy. That is why teams should not treat “secure” and “privacy compliant” as interchangeable labels.

  • Confidentiality focuses on who can see the data.
  • Privacy focuses on whether the data should be collected, combined, disclosed, or retained at all.
  • Confidentiality failures often lead to unauthorised disclosure.
  • Privacy failures often lead to misuse, overreach, or rights violations even when access was authorised.

For practitioners who need a controls-oriented view, the NIST SP 800-53 Rev 5 Security and Privacy Controls catalogue is useful because it makes clear that security and privacy are related but not identical control families, with different assessment questions and different implementation evidence. Where organisations blur the two, they often overinvest in access restrictions while underinvesting in purpose, retention, and data-minimisation decisions. The guidance breaks down when a team assumes that encryption or restricted access alone is enough to answer a privacy question.

Where the boundary gets blurred in real organisations

Tighter handling of personal data often increases operational friction, so organisations must balance confidentiality controls against legitimate business use, subject rights, and lawful processing requirements.

One common edge case is internal access. Data may remain confidential because only approved staff can reach it, yet privacy concerns still arise if those staff use it for a purpose that was not disclosed or authorised. Another is anonymisation and pseudonymisation: these techniques can reduce privacy risk, but they do not automatically remove all personal-data obligations, especially if re-identification is still possible. There is also a governance difference between protecting data in transit or at rest and deciding whether a dataset should exist in a given system at all.

Guidance vs consensus: there is broad agreement that confidentiality is a security property and privacy is a rights and governance property, but organisations differ on how they operationalise the boundary in policy, legal review, and control testing. The safest practical test is to ask two questions separately: “Who can access this?” and “Should we be handling it this way?” If those answers come from the same review, teams usually miss one side of the problem. Privacy law and rights obligations are captured well in the EU General Data Protection Regulation (GDPR), which is directly relevant when personal data handling is in scope.

Risk and Threat Considerations

The main risk is assuming that confidentiality controls are sufficient to protect personal data when the actual exposure may come from improper collection, secondary use, excessive retention, or overbroad sharing. That creates a governance gap: the data may be inaccessible to outsiders yet still be handled in a way that increases legal, regulatory, or trust exposure.

Failure mechanism: The failure usually appears when authorised users, systems, or downstream processors repurpose personal data beyond the original context, or when retention and sharing rules are weaker than access controls. The confidentiality model answers disclosure risk, but it does not by itself constrain purpose limitation, consent, or data-subject expectations.

Impact: The organisation can end up with privacy non-compliance, customer trust loss, complaints, regulatory scrutiny, or unnecessary expansion of personal-data exposure across systems and third parties, even without a traditional breach.

Standards & Framework Alignment

This section maps relevant standards and security frameworks to the operational risks and controls described in this guidance.

NIST CSF 2.0, CIS Controls v8 and NIST SP 800-63 set the technical controls, while EU AI Act define the regulatory obligations.

Framework Control / Reference Relevance
NIST CSF 2.0 PR.DS-1 — Data-at-Rest Protection Confidentiality relies on protecting personal data from unauthorised disclosure.
PR.AC-4 — Access Permissions and Authorizations Access control supports confidentiality, but does not by itself resolve privacy use limits.
Recommendation — Apply PR.DS-1 to protect stored personal data from unauthorised exposure. Enforce PR.AC-4 to restrict who can access personal data.
CIS Controls v8 6.3 — Data Protection Personal data handling depends on protecting confidentiality across systems and storage.
Recommendation — Use Control 6.3 to protect personal data through encryption and handling safeguards.
EU AI Act Data Governance and Transparency Privacy concepts overlap with governance of how personal data is collected and reused.
Recommendation — Apply data-governance duties to limit collection and reuse of personal data.
NIST SP 800-63 CSP-3 — Identity Proofing and Binding Identity assurance can affect handling of personal data linked to an individual.
Recommendation — Use identity-proofing controls to bind data handling to the correct person.

Practitioner Guidance

Decision rule: Treat confidentiality controls as necessary but not sufficient. If the question is “Can someone access this data?”, use security controls; if the question is “Should we process this data in this way?”, route it through privacy governance, legal basis, and purpose review.

What to verify: Verify that the data inventory records purpose, lawful basis or authority, retention period, sharing parties, and any re-use limits. If those fields are missing, the organisation does not yet have a complete privacy view even if access is locked down.

Practitioner takeaway: The most common mistake is to equate protection from disclosure with permission to process, but privacy failures often arise from valid access used for the wrong purpose.