Where Is SimpleX Chat Data Stored?
SimpleX Chat keeps its database, received files, and preferences in private app storage. Direct file access is restricted by the operating system and the database is encrypted.
Last updated
SimpleX Chat stores messages locally and does not keep account data on a central server. The app folder contains SQLCipher databases, sent and received files, temporary files, and preferences. The default database passphrase is random.
Normal backup uses the in app export under Database passphrase and export. Manual access to raw files needs platform tools and the database passphrase. On iOS the sandbox exposes no direct file path, so export through the Share sheet is the supported route.
Where SimpleX Chat stores this, by platform
Private app data for chat.simplex.app plus /storage/emulated/0/Download/<export-name>.zip
Raw database and media live in the private data area for package chat.simplex.app and are not visible in a file manager. Replace <export-name> with the name chosen during Export database. Enable App data backup in the app before ADB backup, set a known database passphrase first, and store exported files in Download or another user folder.
SimpleX app sandbox plus Files app export via Share sheet
iOS keeps SimpleX data inside the app sandbox with no stable browsable path. Use Settings, Database passphrase and export, and Export database, set a database passphrase, then save the export to On My iPhone or iCloud Drive through the Share sheet. Without the passphrase the exported database cannot be opened.
Frequently asked questions
Can I read SimpleX files without the passphrase?
No. Modern builds encrypt databases with SQLCipher. Change the random passphrase to a known value in the app before export, then use that passphrase to open the database. Without it the contents remain unreadable.
Why can I not browse SimpleX files with a file manager?
Android restricts private app folders and iOS sandboxes app data. This blocks direct access for privacy. Use the built in export or an ADB backup on Android. Root on Android or a jailbreak on iOS would bypass protections and is not recommended for normal backup.
Notice an outdated path? Let us know.