WhatsApp Chats as Court Evidence: What Actually Holds Up
WhatsApp messages are accepted as evidence in family, employment, tenancy and commercial disputes across most jurisdictions — but how you capture them decides how much weight they carry. A cropped screenshot invites the question "what was said just before this?"; a complete, unaltered export with a verifiable hash is much harder to challenge. This guide covers how to preserve a chat properly, what courts and opposing counsel actually look for, and the jurisdiction-specific certificates and declarations that turn a chat log into something a court can rely on. It is general information, not legal advice — for anything that matters, involve a lawyer early.
Screenshots vs. a full chat export
Screenshots are the most common way people bring WhatsApp messages to court, and the most commonly challenged. They are trivially easy to fake, they show no context, and they rarely capture the metadata (exact timestamps, sender identity) that authenticates a message.
A full chat export is stronger on every axis:
- It contains the entire conversation, so nobody can claim you cherry-picked.
- Every message carries a precise timestamp and sender name in a consistent, machine-readable format.
- It is produced by WhatsApp itself, through a documented feature, rather than by an editing-prone manual process.
Best practice is to keep both: the original export file untouched as the source of truth, and a readable rendering (PDF or printout) for filing and courtroom use.
What courts actually look for
Requirements vary by jurisdiction, but challenges to chat evidence almost always attack one of four things:
- Completeness — is context missing? This is where screenshots fail and full exports shine. A judge or opposing counsel can ask "show me the messages before and after" — a full export already contains the answer.
- Timestamps — precise, consistent dates and times, in the order the messages were actually sent, are what let a timeline be reconstructed and cross-checked against other evidence (call logs, location data, other witnesses).
- Authorship — did the named person actually send these messages? Phone-number ownership, witness testimony, and the content replying coherently in context all support this. A chat export shows who WhatsApp recorded as the sender; it does not, by itself, prove who was physically holding the phone.
- Integrity — is this really the conversation, unmodified, since the moment it was captured? A hash recorded at export time, an untouched original device, and a documented chain of custody all answer this.
Many courts also expect a paginated, legible document with numbered messages — a raw .txt file with 40,000 lines is technically evidence but practically useless to a judge, and an unnumbered PDF makes it hard for anyone to say "see message 214" during a hearing.
How to preserve the chat correctly
- Export the complete chat from the phone that received the messages — on iPhone via the contact name → Export Chat, on Android via the three-dot menu → More → Export chat. Include media if images or voice notes matter to the case.
- Do not edit the file. Ever. Don't rename messages, delete irrelevant parts, or "clean it up". An altered export is worse than no export.
- Preserve the original device. The export supports your case; the phone itself is the primary evidence. Don't delete the conversation after exporting, and don't factory-reset or sell the phone until the matter is resolved.
- Record the chain of custody. Note when the export was made, from which device and phone number, and where the file has been stored since. A simple dated memo helps.
- Hash the file immediately. A SHA-256 checksum of the export, recorded at export time, lets you prove later — mathematically, not just by assertion — that the file was never modified.
India: Section 65B (Evidence Act) and Section 63 (BSA 2023)
In India, electronic records — including a WhatsApp export — are not automatically admissible on their own. Under Section 65B of the Indian Evidence Act, 1872 (and its 2023 successor, Section 63 of the Bharatiya Sakshya Adhiniyam), an electronic record must be accompanied by a certificate before it can be admitted, per the Supreme Court's ruling in Arjun Panditrao Khotkar v. Kailash Kushanrao Gorantyal (2020).
Key points about the certificate:
- Who signs it — the person who operated the device that produced the export (typically you, if it's your phone), not a lawyer or a third party who never touched the device.
- What it must state — that the electronic record was produced by a device that was in regular use during the relevant period, that it accurately reproduces the original electronic communication, and identifies the device and how the record was generated.
- Why it matters — without it, a court can refuse to even look at the chat log, regardless of how relevant it is.
ChatViewer's Court-ready PDF includes a prefilled 65B/BSA s.63 certificate template you complete and sign — it is a starting point, not a substitute for a lawyer checking it fits your specific case.
United States: FRE 901 authentication and the §1746 declaration
US federal courts apply Federal Rule of Evidence 901, which requires the party offering evidence to produce enough to support a finding that the item is what they claim it is. For a chat export, that typically means testimony or a declaration from the person who exported it, describing the device, the app, and that the export process wasn't altered.
A common way to support this without a notarized affidavit is a declaration under 28 U.S.C. §1746, which lets you certify facts "under penalty of perjury" in place of a sworn, notarized statement — valid in federal proceedings and widely accepted in state ones. It should identify you, describe how and when you made the export, and state that it's true and accurate under penalty of perjury.
ChatViewer's Court-ready PDF includes a prefilled §1746 declaration template for this purpose.
United Kingdom: witness statement and CPR Part 32
In England and Wales, evidence in civil proceedings is generally put before the court through a witness statement governed by Civil Procedure Rules Part 32. A witness statement exhibiting a WhatsApp export should:
- Identify the witness and their relationship to the device and conversation.
- Explain how and when the chat was exported, and confirm it has not been altered.
- Exhibit the export (and the PDF rendering of it) as a numbered exhibit.
- End with a statement of truth — a formal declaration that the witness believes the facts stated are true, with the knowledge that a false statement can be contempt of court.
ChatViewer's Court-ready PDF includes a prefilled witness statement / statement-of-truth template shaped for this use.
Australia, Canada and elsewhere
Australia and Canada have their own evidence acts governing electronic records (broadly, business-records and authentication provisions rather than India's certificate regime), and most other jurisdictions fall somewhere between the US declaration model and the UK witness-statement model. The Court-ready PDF includes prefilled templates for Australia, Canada, and a generic international declaration you can adapt with local counsel where none of the specific templates fit.
How SHA-256 verification works
A SHA-256 hash is a short, fixed-length fingerprint calculated from a file's exact contents. Change a single character anywhere in the file and the hash changes completely and unpredictably — there's no way to alter a file and keep its old hash. Recording the hash of your export at the time you made it, and again for the PDF you generate from it, gives anyone later a way to mathematically confirm nothing was tampered with in between.
To check a file's hash yourself:
- Windows: open a command prompt and run
certutil -hashfile file.zip SHA256 - macOS: open Terminal and run
shasum -a 256 file.zip - Linux: open a terminal and run
sha256sum file.zip
Compare the result to the hash printed on the Court-ready PDF's verification page — if they match exactly, the file is unmodified.
What Bates numbering is
Bates numbering is the sequential, unique identifier stamped on every page of a document set used in legal proceedings — typically a prefix plus a zero-padded number, like SMITH-000142. It lets anyone reference an exact page unambiguously ("see SMITH-000142") regardless of how the document is copied, printed, or reordered. Courts and opposing counsel expect it on any substantial document set; a PDF without it is harder to cite precisely during a hearing or in a filing. ChatViewer's Court-ready PDF stamps Bates numbers automatically alongside sequential message numbers.
Do / don’t
- Do export the complete conversation, not just the part that helps your case.
- Do hash the file immediately after exporting and keep that hash somewhere separate from the file itself.
- Do keep the original device until the matter is resolved.
- Do use the export that came directly from WhatsApp's own Export Chat feature, not a third-party recovery tool, unless a specialist is involved.
- Don't screenshot selectively and present screenshots as "the conversation" — a partial capture invites exactly the challenge you're trying to avoid.
- Don't edit the exported
.txtor.zipin any way — not to remove irrelevant messages, not to fix a typo, not to reorganize it. - Don't rely on a browser's print-to-PDF for anything formal — it has no integrity hash and no reliable page numbering (see our guide on saving a WhatsApp chat as PDF).
- Don't assume admissibility — the rules above make evidence presentable, not automatically accepted; a court still decides.
Turning the export into a presentable document
To review the conversation and find the passages that matter, open the export in ChatViewer — it renders the chat in a readable bubble view with full-text search, entirely in your browser. Nothing is uploaded, which matters when the material is sensitive: your evidence never touches a third-party server.
From there, the Court-ready PDF ($19, one-time) produces a complete, watermark-free document with a cover page for the case caption and exhibit label, sequential message numbers, Bates stamps, a SHA-256 hash of both the source file and the generated PDF, a verification page with re-check instructions, and a prefilled certificate template for your jurisdiction. For a personal copy without the legal formatting, Unlimited PDF ($9) exports every message without a watermark; the free tier covers the first 500 messages with a small watermark.
Frequently asked questions
Are WhatsApp screenshots admissible in court?
Often yes, but they are easy to challenge because screenshots are simple to fabricate and show no context. A complete chat export, ideally supported by the original device and a hash, carries substantially more weight.
Can deleted WhatsApp messages be used as evidence?
Messages deleted before exporting do not appear in the export. In some cases they can be recovered from device backups through forensic examination — that requires a specialist and, usually, a court order.
Do I need the other person’s consent to export our chat?
Exporting a conversation you are a party to is generally lawful, and WhatsApp never notifies the other person. Whether and how it can be used in proceedings depends on your jurisdiction — confirm with a lawyer.
What is a SHA-256 hash and why does it matter for evidence?
A SHA-256 hash is a digital fingerprint of a file: change one character in the file and the fingerprint changes completely. Recording the hash at export time lets you prove the file presented in court is byte-for-byte identical to the original export. You can check it yourself with certutil -hashfile (Windows), shasum -a 256 (macOS) or sha256sum (Linux).
Who signs the Section 65B certificate in India?
The person who operated the device that produced the export — usually you, if it is your phone — not a lawyer or an uninvolved third party. It must state that the device was in regular use and that the record accurately reproduces the original communication.
Does a court-ready PDF guarantee my chat will be admitted as evidence?
No. It produces a complete, properly formatted, verifiable document and the jurisdiction-appropriate certificate template — the actual admissibility decision is always up to the court. This is general information, not legal advice.