Assume not, unless the app stores your work only on your own device. Anything that syncs across devices, checks grammar on a server, or renders your document in a browser necessarily has your text — that is how those features work, not a betrayal. The question worth asking is not "is it private" but "where is the authoritative copy, and who holds the key."
| Type | Example behaviour | Has your text? |
|---|---|---|
| Local-only | Files on your disk, no account | No |
| Local-first with optional sync | Files on your disk, sync you can decline | Only if you enable it |
| Cloud with offline mode | Works on a plane, syncs on reconnect | Yes, always |
| Cloud-native | Document lives on their servers | Yes, always |
| Server-side analysis | Grammar and style checkers | Yes, by architecture |
An app that works on a plane is not private. Offline capability and privacy are unrelated properties, and the marketing frequently conflates them.
If the service can show you a preview of your document in a browser, search inside your files, or recover your work after you forget your password — it is not end-to-end encrypted. All three features require the provider to hold the key.
"Encrypted at rest" almost always means the provider encrypts the disks and holds the keys. It protects against a stolen server. It does not protect against the provider.
Step 4 separates local-first from cloud-with-a-cache. Step 5 is the honest one.
Beyond your prose: document titles, word counts, timestamps that reveal your working hours, account and payment data, device identifiers, and whatever third-party analytics and crash-reporting SDKs are bundled in. An app's own privacy policy can be entirely truthful and still not describe what its four embedded SDKs send elsewhere.
The fastest structured check is the app store privacy label — Apple's "App Privacy" or Google's "Data safety." Look for "Data Used to Track You," which is the strongest signal there is.
Not every document needs the same treatment. A formatting tool that sees your finished, about-to-be-public book is a very different proposition from a notes app holding an unannounced series bible. Decide per document, not per principle.
Verified 9 August 2026.