Collecting Data Without Altering It
Preservation freezes material in place; collection moves it. The movement is where evidence is damaged, because ordinary copying rewrites the very attributes that make an electronic record provable, and it does so silently and without any warning to the person doing the copying.

The rule in short
An electronic record carries system-generated attributes that establish when it was created, who handled it, and where it sat. Ordinary copying overwrites several of them. Forensic imaging captures a bit-level duplicate and verifies it with a hash value; targeted collection captures defined items with their metadata intact; self-collection by custodians is the least reliable and the most commonly criticized. A chain-of-custody record documents each transfer.
Preservation and collection are separate operations and are often confused. Preservation stops material from being destroyed and can be accomplished without touching it. Collection takes a copy and moves it somewhere it can be searched and reviewed, and that act, done carelessly, damages exactly the attributes that would have made the material provable.
Why copying changes the record
An electronic record is not only its visible content. The file system stores creation, modification and access times; a message store records routing information, participants and thread structure; a document may carry authorship, revision history and tracked edits inside the file itself. Together these establish when something existed and who touched it.
Ordinary copying disturbs several of them. Dragging a folder to an external drive typically writes new creation times on the copies, so the produced set reports the date of the copying rather than the date of the document. Opening a file before copying it can update the access time on the original. Neither is intentional and both are difficult to reverse.
Cloud systems shift the problem rather than removing it. An administrative export from a mail or collaboration platform generally preserves routing data and timestamps, because the platform records them independently of any file system. What it may not preserve is the version history of a document edited in place, or the membership of a channel at the time a message was sent, and those are recoverable only if the export is configured to include them.
The consequence appears late. A production whose dates are unreliable invites a challenge to the whole set, and the answer — that the dates reflect a collection step, not the underlying events — requires a witness who can describe what was done. Where nobody recorded what was done, the answer is not available.
Three methods and what each captures
Collection methods sit on a spectrum from exhaustive to expedient. A full forensic image duplicates a storage device at bit level, including deleted areas and unallocated space, and is the only method that recovers artifacts of deletion. Targeted collection extracts defined items — accounts, applications, folders, date ranges — with their metadata intact. Self-collection asks custodians to gather their own material.
| Method | What it captures | Where it fits |
|---|---|---|
| Full forensic image | Every sector, including unallocated space and deletion artifacts | Alleged deletion; devices about to be reused |
| Targeted collection by an examiner | Defined items with system and application metadata | The proportionate default in most matters |
| Platform export by an administrator | Accounts and channels with routing data, as the platform records it | Cloud mail and collaboration systems |
| Self-collection by the custodian | Whatever the custodian selects, with attributes often altered | Rarely defensible without supervision |
| Screenshots and printouts | Visible content only | A last resort where no export exists |
Self-collection attracts the most criticism, and the reasons are structural rather than moral. A custodian cannot search what he does not remember, applies his own view of relevance without a record of the exclusions, and works through tools that alter attributes. Even a conscientious custodian produces a set whose completeness cannot be demonstrated afterward.
An organization that circulates a hold notice and then asks recipients to forward relevant documents has combined the two operations in the worst order. The forwarding alters the copies, the originals are frequently deleted afterward on the assumption that the copies suffice, and the exclusions are invisible. The hold notice should say plainly that collection will be handled separately.
Metadata and the form of production
The form in which material is produced is governed by rule. Where a request does not specify a form, a party must produce electronically stored information in a form in which it is ordinarily maintained or in a reasonably usable form, and need not produce the same information in more than one form. Parties routinely agree the form in advance, which is the cheapest way to avoid a second production.
Native files retain the most. A spreadsheet produced natively carries its formulas, hidden columns and revision data; the same spreadsheet produced as a flat image carries a picture of one view of it. Load files supply the metadata fields alongside images where native production is impractical, and the fields to be included are the usual subject of the parties' protocol.
Some metadata is unhelpful and some is sensitive. Location data attached to photographs, contact lists pulled alongside messages, and health application records on a device are all common in collections from hardware an employee owns. The protocol handles this by defining the fields collected rather than by relying on later review to catch them.
Verifying that the copy matches the source
Acquisition is verified mathematically. A hash value computed across the source, and recomputed across the copy, will differ if a single bit changed. Federal guidance on forensic acquisition treats the computation and recording of that value as a standard step, and the tools used to perform acquisitions are tested against published specifications under a federal testing program.
Write blocking is the companion control. A hardware or software write blocker allows a source device to be read while preventing anything from being written back to it, which is what makes it possible to say that the acquisition did not alter the original. Both the blocker and the acquisition tool are recorded in the examiner's notes.
Not every source can be acquired this way. A live system that cannot be taken offline, a service reachable only through an application interface, and a device with encrypted storage each require methods that produce a logical rather than a physical copy. Those methods are accepted, but the acquisition record has to state which was used, because the difference determines what could and could not have been captured.
Verification also has a practical role during a case. Where a produced set is challenged as incomplete or altered, recomputing the hash against the preserved acquisition answers the question directly. Without it, the argument becomes a contest of recollection between people who handled the data at different times.
The chain-of-custody record
A chain of custody is a log, not a concept. It records each item acquired, the identifiers of the source, the date and person performing each transfer, the storage location between transfers, and the verification values at each step. It is maintained because a copy is only as good as the account of how it traveled.
Organizations tend to keep such records well for devices and badly for cloud exports, where an administrator produces a file, places it on a shared drive, and the trail ends. The same discipline applies: who ran the export, against what scope, on what date range, and where the output was stored. That record is also what allows a hold to be lifted safely, because it shows what has already been captured before the release of the hold returns systems to normal deletion.
Where a collection is challenged, the log is what the examiner testifies from. Gaps in it do not automatically exclude the material, but they invite an argument about handling that runs alongside the argument about content, and in a case where material has already gone missing they compound the difficulty of resisting the measures available for lost electronic evidence.
Points to carry away
- Copying a file through the operating system can alter access and modification attributes.
- A forensic image duplicates a storage device at bit level, including unallocated space.
- Targeted collection captures defined items with metadata and is proportionate for most matters.
- Self-collection by custodians produces incomplete sets and altered attributes.
- A hash value computed before and after transfer demonstrates that the copy is unchanged.
- Chain-of-custody records document who held the media and when it moved.
Questions readers ask
Is a full forensic image needed in every case?
No, and imaging every custodian's device is usually disproportionate. Full images are appropriate where deletion is alleged, where unallocated space or system artifacts matter, or where a device is about to be reused and there is no time to identify what is relevant. For most matters a targeted collection of defined accounts, applications and date ranges captures everything the case needs at a fraction of the cost, and it avoids acquiring personal material that then has to be segregated.
What is actually lost when a custodian copies files by hand?
Several things at once. Copying through a file browser typically resets creation and access attributes on the copy, so the dates in the produced set describe the copying rather than the document. Folder structure and the relationship between a message and its attachments are frequently broken. Items the custodian judged irrelevant never enter the set at all, and there is no record of what was excluded. The result is a collection whose completeness cannot be demonstrated and whose dates are unreliable.
Does a hash value prove the content is genuine?
It proves only that two copies are identical. A hash computed at acquisition and recomputed later shows that nothing changed in between, which is what makes a copy usable in place of the source. It says nothing about whether the source was authentic, whether anyone altered the material before acquisition, or whether the collection was complete. Those are separate questions answered by the acquisition record, the chain of custody and, where necessary, the testimony of the examiner.
Sources
- NIST SP 800-86, Guide to Integrating Forensic TechniquesFederal guidance on acquisition, integrity verification and the handling of data through an examination.
- Computer Forensics Tool Testing Program, NISTThe federal program that tests forensic acquisition tools against published specifications.
- Federal Rule of Civil Procedure 34, Cornell LIISubdivision (b)(2)(E) governs the form in which electronically stored information must be produced.
- Federal Rule of Civil Procedure 26, Cornell LIIProportionality and the protective order provisions used to fix a collection protocol.
- Federal Rule of Civil Procedure 37, Cornell LIIThe measures available where material that should have been preserved is lost, including through mishandled collection.
- Federal Rule of Evidence 502, Cornell LIISubdivision (d) allows a court order limiting waiver when privileged material is swept into a collection.
Rapid Response Law is a publication, not a law firm. This article states general rules and cites its sources; it is not advice about any particular case, and the law differs by state and changes over time.
More in Evidence Preservation
When the Duty to Preserve Begins
The obligation to preserve evidence arises when litigation is reasonably anticipated rather than when a suit is filed. Federal Rule of Civil Procedure 37(e) presupposes that duty by asking whether information that should have been preserved was lost because reasonable steps were not taken. Anticipation is judged objectively on what an organization knew, and knowledge held by managers and counsel is generally attributed to the organization.
Ending a Litigation Hold
A hold ends when the matter that created it is over and no other obligation covers the same material. That requires checking for appeals, related proceedings, regulatory retention periods and other holds on the same custodians before anything is released. The release itself is a written instruction reversing the original, and the record of what was held, collected and released is retained after the material itself is disposed of.
Spoliation of Things That Are Not Electronic
Rule 37(e) applies only to electronically stored information. Loss of physical evidence is addressed under a federal court's inherent authority, where the older circuit standards survive and negligence can support measures that would be unavailable for electronic material. State courts run on their own law, which in some states includes a separate tort and in others only evidentiary inferences and discovery sanctions.


