iPhone vs Android: How WhatsApp Chat Export Differs
The export button lives in a different place on iPhone and Android, and the file it produces isn't quite identical either. If you're moving between phones, or helping someone on the other platform, here's exactly what changes.
Same feature, different menus
Both platforms let you export a chat as a .zip containing a text file and, optionally, media — but the path to get there is different enough to trip people up, especially if you're used to one platform and suddenly find yourself on the other.
On iPhone: open the chat, tap the contact or group name at the top, scroll down, and tap Export Chat.
On Android: open the chat, tap the three dots (⋮) in the top corner, tap More, then tap Export chat.
Functionally they do the same job, but if you're talking someone through it over the phone, knowing which set of taps to describe saves a lot of "no, the other menu" back-and-forth.
The media choice, worded slightly differently
Both platforms ask you to choose between including media or not — iPhone calls it Attach Media vs Without Media; Android calls it Include media vs Without media. Same decision, same trade-off: media gives you the actual photos, videos and voice notes bundled in; without media gives you a lighter file with <Media omitted> standing in for anything that was shared.
The timestamp format is genuinely different
This is the part that actually matters if you or a tool are trying to read the raw _chat.txt file. The two platforms format each line's date and time differently.
iPhone wraps the timestamp in square brackets and includes seconds:
[15/01/2024, 14:32:05] Alice: message
Android uses no brackets, a hyphen after the timestamp, and no seconds:
15/01/2024, 14:32 - Alice: message
If you've ever tried to write a quick script to parse a chat export yourself, this is usually the first thing that breaks it — a script written against an iPhone export's brackets-and-seconds format will silently fail, or misread every line, on an Android export's dash format, and vice versa. Anything that reads exports properly needs to detect and handle both.
How attachments are referenced
On both platforms, when media is included, the line in _chat.txt references the attached file by name rather than embedding it — the actual file sits next to _chat.txt inside the zip. The naming conventions and exact wording of that reference can vary slightly between OS versions and app updates, which is one more reason raw exports feel inconsistent if you're comparing one from an iPhone against one from an Android phone side by side.
Voice notes are consistently saved as .opus files on both platforms — a compressed audio format that's efficient for speech but isn't natively playable in every app, so don't be surprised if double-clicking one does nothing useful on your computer.
Media limits: broadly similar, not identical
Both platforms cap how much a single export can contain — very long chats or chats with huge media libraries can get trimmed, whether you're on iPhone or Android. The exact thresholds aren't published and can shift with app updates, but the practical effect is the same on either platform: if a chat has years of history and thousands of photos, don't assume the export captures every single one. Treat "the export looks shorter than I expected" as normal behaviour rather than a bug, regardless of which phone produced it.
Side-by-side summary
- Menu path — iPhone: contact/group name → scroll → Export Chat. Android: ⋮ menu → More → Export chat.
- Media option wording — iPhone: Attach Media / Without Media. Android: Include media / Without media.
- Timestamp format — iPhone:
[15/01/2024, 14:32:05]with seconds and brackets. Android:15/01/2024, 14:32 -no seconds, no brackets. - Output — both: a
.zipcontaining_chat.txtplus media files. - Voice notes — both: saved as
.opusfiles. - Size limits — both: long or media-heavy chats can be trimmed; specifics aren't published by WhatsApp.
Why this matters if you're switching phones
If you're moving from iPhone to Android (or the reverse) and want to keep a readable copy of an important chat before the switch, export it on your current phone using either platform's steps above — the process itself doesn't depend on which phone you're moving to, only on which phone you're exporting from right now.
Where the difference actually bites is if you or someone else tries to read the _chat.txt file directly, or if you're comparing exports from two different people's phones. A tool that's built to handle both formats saves you from caring which platform produced the file in the first place — SaveMyChats reads either timestamp style automatically and turns it into the same clean, readable page or PDF regardless of whether it came from an iPhone or an Android handset. For the full step-by-step on either platform, see how to export a WhatsApp chat.
Ready to save yours? SaveMyChats turns a WhatsApp export into a beautiful web page or PDF — right in your browser, with nothing uploaded. Open SaveMyChats →