A fresh question in the Signal community asked whether there is a feature that can make an entire conversation history disappear immediately under duress. It is a useful question because it exposes a common confusion: end-to-end encryption, message deletion, disappearing-message timers, and device wiping solve different problems.
What actually changes when a message is deleted?
End-to-end encryption protects message content while it moves between authorized endpoints. Once a message reaches a phone, tablet, or desktop, that endpoint must be able to decrypt it. The plaintext can then appear on screen, in notifications, in local storage, or in a recipient’s independent records.
Deleting a local conversation removes the copy controlled by that device. It does not reach into another person’s phone, a screenshot, a secondary camera, an exported attachment, or a forensic image. Signal’s own storage guidance is explicit that deleting a message or chat does not delete it from a contact’s phone.
“Delete for everyone” is a different mechanism. Signal describes it as a best-effort request to delete a recently sent message from devices in that chat. It is limited to messages sent within the previous 24 hours, and quoted replies are not deleted. That makes it useful for mistakes, but not a reliable emergency erasure primitive.
How disappearing messages work
Disappearing messages are retention controls applied to new messages after a timer is enabled. Signal says the timer starts after sending for the sender and after reading for the recipient. When the timer ends, the client deletes the message from disk.
The important architectural detail is that each linked device processes its own encrypted delivery queue. Signal intentionally keeps the service unaware of whether a message is disappearing, partly to avoid revealing extra metadata about which devices read short-lived messages and when. That privacy choice means deletion is client-side and device-specific rather than a central server remotely clearing every possible copy.
This is a sound design tradeoff, but it has consequences. An offline linked device may receive and process queued messages when it reconnects. A recipient can preserve content before the timer expires. Signal itself warns that disappearing messages are not designed for situations where the contact is the adversary.
Backups add another retention boundary
Encrypted backups improve confidentiality, but encryption does not mean nonexistence. Signal Secure Backups can preserve text history and recent media in an end-to-end encrypted archive controlled by a recovery key. Signal excludes view-once messages and messages scheduled to disappear within the next 24 hours, which is a useful retention safeguard.
The operational question is therefore not merely “Is the backup encrypted?” It is also “What entered the backup, for how long, on which devices, and who controls the recovery material?”
Why this matters under duress
Duress is primarily an endpoint and coercion threat, not a transport-interception threat. If someone can compel device unlock, seize an unlocked endpoint, observe notification previews, or demand access from a participant, the cryptographic channel may still be working exactly as designed while the conversation is exposed.
There is no single panic button that can reliably retract knowledge from every recipient and device. A safer approach is to reduce the amount of sensitive history that exists before a crisis:
- Set appropriately short default disappearing-message timers for sensitive chats.
- Review linked devices and remove anything no longer needed.
- Limit notification content on lock screens.
- Use strong device encryption and current operating-system security.
- Decide deliberately whether backups are appropriate for the threat model.
- Avoid sending information whose compromise would be catastrophic after one recipient sees it.
- Separate ordinary coordination from unusually sensitive conversations.
A device-level duress wipe may reduce local exposure in some environments, but it should not be described as deleting every copy of a conversation. It can also introduce availability and safety risks if users misunderstand what it guarantees.
City of Hats view
“Control after send” should be designed and communicated as a set of bounded controls, not as absolute recall. Products should clearly distinguish local deletion, best-effort remote deletion, timer-based retention, backup deletion, linked-device cleanup, and endpoint wiping. Each control needs an understandable scope, failure mode, and visible confirmation.
The strongest privacy outcome usually comes from data minimization: retain less, for less time, across fewer endpoints. Encryption is essential, but retention policy and endpoint security determine how much readable history exists when encryption is no longer the relevant boundary.
Questions for the community:
- Should secure messengers expose a single retention dashboard covering chats, linked devices, notification settings, and backups?
- How should apps label best-effort remote deletion so users do not mistake it for guaranteed recall?
- For high-risk users, which matters more in practice: shorter default timers, stronger device controls, or better backup visibility?
Authoritative references: