May 19, 2026 · 9 min read
Archive WhatsApp chats on Mac in 2026
WhatsApp's own export drops the metadata that makes a chat worth keeping years later. The path that survives a lost phone, a banned account, or a switched number is to decrypt the Crypt15 backup directly. The 2026 method.
whatsapp archive maccrypt15permanent archive
If you've ever opened WhatsApp after a phone swap and watched it silently restore 80% of your chats (or none), you already know native backup is not an archive. An archive is a thing that exists after the phone is gone.
WhatsApp gives you three ways to preserve a chat. The Settings → Export Chat path turns one thread into a .txt file plus a media folder. The Google Drive / iCloud backup path stores an encrypted snapshot of every chat in WhatsApp's cloud. The third option is the one most people don't know exists: the local Crypt15 backup that sits on your Android phone every night at 2 AM.
Only one of those three is durable. Export Chat is capped at 40,000 messages with media and strips receipts, sender IDs, and group history. Cloud backup is locked to the same account: lose your number, lose your access. The Crypt15 file on your Android phone is the same encrypted bundle WhatsApp itself uses to restore: it has everything, and if you can decrypt it locally, it's yours forever.
What you need
- An Android phone with WhatsApp installed (or WhatsApp Business; both supported)
- Your 64-digit WhatsApp encryption key (WhatsApp → Settings → Chats → Chat backup → End-to-end encrypted backup → Show your password)
- A Mac running macOS 14 or newer
- Chat Hoarding for Mac and (optionally) Chat Hoarding for Android for Android
Step by step
- 01Save your 64-digit key somewhere safe before doing anything else. WhatsApp shows it once on Android; if you lose it, the backup is unreadable forever.
- 02Force a fresh backup on Android: WhatsApp → Settings → Chats → Chat backup → Back Up. Wait for the timestamp to update.
- 03Get the backup off the phone. Easiest path: install Chat Hoarding for Android, tap Locate, choose 'Save zip to Downloads', then transfer the zip to your Mac via Quick Share, AirDrop-Web, LocalSend, or Google Drive. USB-MTP and bundled-adb paths exist for power users.
- 04Open Chat Hoarding for Mac. Pick the zip (or the .crypt15 file directly). Paste your 64-digit key. Decryption is local, AES-256-GCM, runs on your Mac.
- 05Browse the decrypted archive. Verify a couple of conversations look right. Tap Save Archive. That produces a .tarc file, your permanent archive.
Why .tarc and not just a folder
The .tarc package contains a manifest (so future versions of Chat Hoarding know what's inside), the decrypted msgstore.db (the main message database), an optional contacts.json built from your address book (JSON the Mac app derives from a vCard or CSV you imported, including the contacts.vcf that Chat Hoarding for Android exports), an optional manual_contacts.json holding any in-app JID-to-name edits you made, and the media folder. macOS treats it as one icon you double-click, like a Pages document, but on disk it's a transparent bundle you can inspect.
Why not just use the native WhatsApp export?
Because native export is what's left after you strip out the fields that make a WhatsApp message valuable years later. Specifically: read receipts and delivered timestamps are dropped. Sender ID is reduced to a display name. Group participant history is gone. Call logs (audio, video, missed) don't appear. Deleted messages don't appear at all, even though they're still in the database. Voice notes show up as audio files but the waveform doesn't. And the file is capped at 40,000 messages.
FAQ
Does the Chat Hoarding app upload my chats anywhere?
No. Decryption runs entirely on your Mac. Chat Hoarding for Android has no INTERNET permission, verifiable in the AndroidManifest. Chat Hoarding for Mac's only outbound traffic is the update check and your license activation against our server (email + device ID, never message content).
What if I'm on iPhone, not Android?
iPhone WhatsApp doesn't expose a Crypt15 backup; Apple's sandbox blocks it. iPhone support via iTunes/Finder backup is on the roadmap. For now, the workaround is to move the chat to an Android device first using WhatsApp's built-in 'Chat transfer' (or a tool like WazzapMigrator), then archive from there.
Will the archive work if WhatsApp updates the database format?
The archive is decrypted, denormalized, and stored in a stable .tarc format. Even if WhatsApp ships a breaking schema change tomorrow, your existing archives are unaffected; Chat Hoarding app reads from its own format, not WhatsApp's.
Can I share an archive with a family member or lawyer?
Yes. The .tarc file is a single macOS package. Drop it on a USB stick, AirDrop it, email it. They open it with Chat Hoarding for Mac and see the same conversations. At-rest archive encryption (passphrase + device binding) is on the roadmap for sensitive archives.