SELINA.ai
Sign in

FaceTime End to End Encryption: What Apple Actually Encrypts, and Where the Guarantee Stops

When you place a FaceTime call, Apple applies end-to-end encryption to the audio and video content of that call. That sentence is true, well-documented, and worth understanding precisely, because "facetime end to end encryption" is one of those phrases people repeat without examining what it covers, what it excludes, and where the interesting threat model actually lives. This piece breaks down the cryptographic machinery, the metadata Apple retains, the on-device artifacts that exist outside the encryption envelope, and the regulatory pressure that could reshape the guarantee entirely.

Key Takeaways

How Does FaceTime's End-to-End Encryption Actually Work?

Each FaceTime session begins with a cryptographic handshake. Your device and the recipient's device verify identity certificates through Apple Push Notification service (APNs) and STUN servers, then negotiate a shared secret unique to that session. From that shared secret, both devices derive per-session media keys. The actual audio and video stream uses SRTP (Secure Real-time Transport Protocol), encrypted with AES-256 in Counter Mode and authenticated with HMAC-SHA-1.

Apple's servers participate in the initial connection setup: relaying signaling data, helping devices find each other. But once the handshake completes, FaceTime attempts to shift to a direct peer-to-peer path using ICE (Interactive Connectivity Establishment). If peer-to-peer succeeds, Apple's relay infrastructure drops out of the media path entirely. If it doesn't (say, both devices are behind restrictive NATs), Apple relays the encrypted packets, but the encryption keys exist only on the two endpoints. Apple holds no copy of them.

This is genuine end-to-end encryption in the strict sense: the party operating the infrastructure cannot read the content traversing it.

Does Group FaceTime Have the Same Encryption?

Yes. Group FaceTime supports up to 33 concurrent participants, and all calls are end-to-end encrypted among the invited participants' devices. The group protocol also adds forward secrecy, which means that even if someone later compromises a participant's device, they cannot retroactively decrypt recordings of past calls. Each session's keys are ephemeral and discarded after the call ends.

Forward secrecy is a meaningful property. Without it, an attacker who records encrypted traffic today and steals your keys next year could decrypt everything they captured. With it, that attack fails. The keys no longer exist.

What Metadata Does Apple Keep?

Content and metadata are different things, and Apple treats them differently. Apple states plainly that it never stores the content of FaceTime calls. But it does retain limited information about the use of FaceTime, such as when you attempted a call, for up to 30 days.

If law enforcement serves Apple with a valid legal request, the company can provide basic subscriber information: name, address, billing details, account creation date, registered email addresses and phone numbers. It can provide connection metadata showing that a call was attempted. It cannot provide what was said or shown on screen, because it never had access to that content.

For most people in most threat models, metadata is the more realistic exposure. Knowing that you called a journalist, a lawyer, or a clinic at 2 AM on a Tuesday can be more consequential than knowing what you discussed. The encryption protects the content. It does not erase the fact that the call happened.

What Happens After Decryption on Your Device?

This is where the end-to-end guarantee hits its boundary, and where most users have a gap in their mental model.

Once FaceTime decrypts the audio and video on your iPhone, that data is plaintext on your device. Anything you or the operating system does with it from that point forward is governed by local device security and iCloud backup policies, not by the FaceTime encryption protocol. Several concrete examples:

Screen Recordings

If you or the other participant records the screen during a FaceTime call, that recording lands in the Photos library as a standard video file. It is a commonly created artifact that forensic examiners can access with the device passcode or through an iCloud backup obtained under proper legal authority. The end-to-end encryption of the call itself is irrelevant once a screen recording exists.

Call Recording in iOS

Apple introduced native call recording with an audible announcement to participants, but the rollout is limited. It currently works only for one-to-one FaceTime Audio calls and standard phone calls, not FaceTime video. And Apple has excluded a long list of countries from the feature entirely, including the EU, Russia, Pakistan, and several Middle Eastern nations. Recorded calls are saved to Notes, where they follow whatever backup and sync policies apply to that app.

Live Captions and Live Translation

iOS 26 added real-time translated captions to one-on-one FaceTime calls, tucked inside the existing Live Captions accessibility feature. The translation and transcription happen on-device, after the audio has been decrypted. The resulting text is a new data artifact that did not exist in the encrypted stream. Whether that text persists, gets synced, or is accessible to other apps depends on how Apple implements the feature's data lifecycle, not on FaceTime's transport encryption.

The pattern here is consistent: end-to-end encryption protects data in transit. It makes no promises about what happens to data after it arrives.

What About iCloud Backups?

This is a subtlety that catches people. If you back up your iPhone to iCloud without Advanced Data Protection enabled, Apple holds the encryption keys to that backup. A screen recording of a FaceTime call, a call recording saved to Notes, or a Live Caption transcript that ends up in an iCloud backup is accessible to Apple under a valid legal order.

Advanced Data Protection extends end-to-end encryption to most iCloud data categories, including backups. With it enabled, Apple cannot decrypt your backup even under subpoena. But there is a significant caveat: Apple withdrew Advanced Data Protection from UK accounts in early 2025 after receiving a technical capability notice under the Investigatory Powers Act. UK users cannot enable it. Their iCloud backups remain accessible to Apple, and by extension, to UK authorities with the appropriate legal instrument.

So a UK user's FaceTime call is end-to-end encrypted in transit. But if they screen-record it, and it lands in an iCloud backup, and they can't enable Advanced Data Protection, the recording is not end-to-end encrypted at rest. The guarantee narrows when you trace the full data lifecycle.

Could Governments Force Apple to Break FaceTime Encryption?

This is an active, unresolved question in at least two major jurisdictions.

In the UK, the Investigatory Powers Act gives the Home Secretary authority to issue "technical capability notices" requiring companies to maintain the ability to provide data in an intelligible form. Apple has already complied (by withdrawing Advanced Data Protection for iCloud) rather than building a backdoor. For FaceTime and iMessage, Apple has stated it would rather remove those services from the UK entirely than compromise their end-to-end encryption. That threat has held so far. The standoff remains live as of mid-2026, unresolved.

In the EU, the "ProtectEU" strategy is pursuing a technology roadmap on encryption, exploring ways to provide lawful access to encrypted data. The specifics are still being developed, but the direction is clear: European policymakers want technical mechanisms that allow law enforcement to access encrypted communications under judicial oversight.

The fundamental tension is mathematical, not political. End-to-end encryption means no intermediary can read the content. "Lawful access" means an intermediary can read the content under certain conditions. These two properties are mutually exclusive in the same system. You can build one or the other. You cannot build both without introducing a weakness that applies to all access, not just lawful access.

For now, FaceTime's end-to-end encryption is intact globally. But "for now" is doing real work in that sentence.

Why Does This Matter for AI Products?

The jurisdictional encryption fight is a preview of what is coming for AI systems that make privacy claims. Any product that processes your data through a cloud service, whether for inference, memory, or search, faces the same question: does the privacy guarantee survive a government legal order, or does it get quietly carved out one jurisdiction at a time?

FaceTime's architecture gives Apple a strong position because Apple genuinely does not hold the keys. An AI assistant that routes queries through a frontier model provider has a different architecture. The query content reaches a third party at inference time. That is a fundamentally different trust model, and it should be described with different language.

We think about this a lot at Selina. Our file transfers through SelinaSEND are zero-knowledge encrypted. But memory, the context Selina retains about you across conversations, is encrypted at rest, not end-to-end encrypted, because a slice of each request reaches a frontier provider during inference. We state that directly because the distinction matters. Calling something "encrypted" without specifying what kind, at what layer, and with what exceptions is how trust erodes.

What Should an Everyday User Actually Worry About?

If your threat model is "I don't want a random hacker intercepting my FaceTime call," the encryption is more than adequate. AES-256 with per-session keys and forward secrecy is strong cryptography. Nobody is brute-forcing that.

If your threat model is "I don't want Apple reading my calls," you're also covered. Apple does not have the keys.

If your threat model involves law enforcement or state-level actors, the picture is more nuanced. The call content is protected, but the metadata is not. Your iCloud backup may or may not be end-to-end encrypted depending on your jurisdiction and settings. Screen recordings and call transcripts are local artifacts governed by device security, not transport encryption. And the regulatory environment is shifting.

A practical checklist:

Is FaceTime "Secure"?

The question is incomplete without specifying "against what." FaceTime's transport encryption is well-designed, uses standard, reviewed cryptographic primitives, and has held up to scrutiny. Apple's inability to access call content is a structural property of the system, not a policy promise that could change with a terms-of-service update.

But security is a property of a system, not a single component. The call is encrypted. The metadata is not. The on-device artifacts are not part of the encryption envelope. The iCloud backup may or may not be end-to-end encrypted depending on factors outside FaceTime's control. And regulatory pressure could reshape any of these properties in specific jurisdictions.

FaceTime's end-to-end encryption does exactly what it claims. The important thing is understanding what it claims and what it does not.

If you care about the privacy architecture of the tools you use daily, start a free 7-day trial of Selina, no card required.

Frequently Asked Questions

Is FaceTime actually end-to-end encrypted?

Yes, FaceTime audio and video content, including Group FaceTime with up to 33 participants, is encrypted end-to-end using AES-256 via SRTP, and Apple cannot decrypt the call content.

What information about FaceTime calls can Apple still access?

Apple retains limited metadata, such as when a call was attempted, for up to 30 days, and can provide subscriber information like name, address, and billing details under valid legal process, but it cannot provide the actual call content.

Are things like screen recordings or call recordings from FaceTime also end-to-end encrypted?

No, once FaceTime decrypts audio and video on your device, any screen recordings, call recordings saved to Notes, or Live Caption transcripts become plaintext artifacts governed by local device security and iCloud backup policies, not by FaceTime's encryption.

How do iCloud backups affect the privacy of FaceTime-related data?

If iCloud backup is enabled without Advanced Data Protection, Apple holds the keys and can access backed-up artifacts like screen recordings under legal order; Advanced Data Protection extends end-to-end encryption to backups, but UK users currently cannot enable it since Apple withdrew it there in 2025.

Could governments eventually force Apple to break FaceTime's encryption?

This is unresolved: the UK's Investigatory Powers Act has already forced Apple to withdraw Advanced Data Protection for iCloud, and the EU's ProtectEU strategy is exploring lawful access mechanisms, though Apple says it would rather remove FaceTime and iMessage from the UK than weaken their end-to-end encryption.

Sources & References

Michael C.

Michael C.

Founder & Principal Engineer, Selina Labs

Michael builds Selina, a privacy-first AI that remembers you across conversations. He ships security-sensitive AI in production — real attacks, real fixes, measured in minutes and dollars — and writes about privacy, security, and LLMs from that seat. Top Rated Plus and expert-verified on Upwork.

Learn more about Selina.ai