How to Open a WhatsApp _chat.txt File

You exported a chat, opened the _chat.txt file, and got an intimidating wall of dates and names. That's normal — the file is structured for software, not for comfortable reading. Here's what it actually contains, why it looks different depending on the phone, and how to turn it back into a readable conversation.

What the file is

The _chat.txt is a plain-text transcript: one line per message, each starting with a timestamp and sender name, followed by the message. There's no formatting, no colour and no layout — just text. That's why it's tiny and universally openable, and also why it's hard to read past a few dozen lines.

Why the format varies

WhatsApp writes two main styles depending on the platform:

  • iPhone wraps the timestamp in brackets: [2026-05-14, 9:31:20 PM] Sam: Hi
  • Android uses a dash: 14/05/2026, 21:31 - Sam: Hi

On top of that, the date order changes by country05/14 in the US, 14/05 across most of Europe, and year-first in parts of Asia — and the clock may be 12-hour or 24-hour, in the phone's language. This is exactly what trips up spreadsheets and naive parsers.

Ways to read it (and their traps)

  • A text editor (Notepad, TextEdit) opens it, but you get the raw wall with no media and no search beyond plain find.
  • A spreadsheet seems clever, but it mangles any message containing commas, colons or line breaks — and multi-line messages get split across rows. Not recommended.
  • A dedicated viewer parses the timestamps and senders correctly, reunites media from the zip, and shows the conversation as bubbles.

Why WhatsApp Desktop won’t open it

If you moved the file to a computer, the obvious move is to try opening it in WhatsApp Desktop or WhatsApp Web — and that doesn't work. Desktop and Web are mirrors of your live phone, not file openers: they show your current, syncing conversations and have no "open file" option. Pointing them at a .txt or .zip does nothing, because an export is a separate, frozen snapshot that needs a tool built to read that snapshot, not the app that produced it.

The readable way

Drop the _chat.txt — or the whole .zip if you exported with media — into ChatViewer. It recognises both the iPhone and Android formats and every common date order automatically, and when a date is genuinely ambiguous it shows a day-first / month-first toggle instead of guessing silently. It runs entirely in your browser, so the file is never uploaded — and it works the same on Windows, macOS, Linux or a Chromebook, with nothing to install.

Frequently asked questions

Why does my chat.txt show the wrong dates?

A date like 03/04/2026 is ambiguous — it could be 3 April or 4 March depending on the exporting phone's region. Good viewers detect the correct order from the sequence of timestamps, and offer a toggle when it is truly ambiguous.

Can I open a chat.txt in Excel or Google Sheets?

You can, but it is a poor fit. Messages that contain commas, colons or line breaks get split incorrectly, and multi-line messages break across rows. A viewer built for the format is far more reliable.

Why are the images just text like <Media omitted>?

You exported without media, so only the text was saved and each attachment became a placeholder. Re-export with media to include the actual files, then open the .zip rather than the lone .txt.

Is the .txt file safe to open?

Yes. It is plain text with no code, so opening it cannot run anything. The only real concern is privacy — read it in a tool that processes it locally rather than uploading it.

Can WhatsApp Desktop or Web open my exported chat?

No. Both only mirror your live phone and have no option to open a .txt or .zip export. Use a viewer built to read export files instead.