eDiscovery Workflows

The Definitive Guide to the eDiscovery Process: Stages, EDRM Workflows, & Defensible Best Practices

The Definitive Guide to the eDiscovery Process: Stages, EDRM Workflows, & Defensible Best Practices

The Definitive Guide to the eDiscovery Process: Stages, EDRM Workflows, & Defensible Best Practices

Introduction & Operational Overview

In complex commercial litigation, internal corporate investigations, and regulatory enforcement actions, the governance and extraction of Electronically Stored Information (ESI) is governed by strict procedural rules, statutory mandates, and legal standards. The Electronic Discovery Reference Model (EDRM) serves as the globally recognized framework utilized by eDiscovery directors, litigation support specialists, forensic examiners, and outside counsel to navigate digital evidence management with legal defensibility.

Modern corporate environments generate massive data volumes across heterogeneous platforms—including cloud object stores, Microsoft 365 tenants, Google Workspace repositories, encrypted mobile applications, and legacy on-premises databases. Consequently, executing an eDiscovery workflow is not merely a matter of searching for keywords; it requires a sophisticated integration of technical processing, cryptographic evidence authentication, data culling analytics, and strict compliance with procedural frameworks such as the U.S. Federal Rules of Civil Procedure (FRCP), the UK Civil Procedure Rules (CPR Part 31), and the Sedona Canada Principles.

This comprehensive master guide breaks down each of the nine recognized stages of the EDRM framework, provides detailed technical blueprints for preserving metadata integrity, outlines advanced data reduction algorithms, and establishes a defensible roadmap for mitigating spoliation risks while controlling legal expenditures.


Architectural Map: The 9 EDRM Workflow Stages

The EDRM workflow is an iterative, non-linear pipeline where data volume decreases while business relevance, evidentiary context, and legal granularity progressively increase across each phase:

[ Volume of Data ]                                                     [ Relevance & Context ]
---------------------------------------------------------------------------------------------
1. Information Governance  ==>  2. Identification  ==>  3. Preservation & Collection
                                                                  ||
8. Production  <==  7. Presentation  <==  6. Review & Analysis  <== 4. Processing & Culling
                                                                  ||
                                                         9. Defensible Disposal

Technical Analysis: Stage-by-Stage EDRM Execution

Stage 1: Information Governance (IG)

Information Governance forms the structural foundation of the EDRM pipeline. IG establishes the corporate policies, data retention architecture, and technological safeguards required to manage corporate information assets effectively before litigation or regulatory inquiry arises.

Core Technical & Governance Components

  • Data Mapping & IT Asset Discovery: Maintaining a continuously updated corporate data map detailing all active cloud platforms (M365, Slack, Salesforce), endpoint devices, local storage servers, and backup repositories.
  • Defensible Disposition Schedules: Enforcing automated retention schedules that systematically purge non-record ESI and legacy data past its statutory retention window, thereby reducing corporate liability and data exposure.
  • Access Control & Encryption Standards: Implementing Role-Based Access Control (RBAC) and enforcing AES-256 encryption for data at rest and TLS 1.3 for data in transit across all corporate endpoints.

Stage 2: Identification

The identification stage isolates potential sources of relevant ESI, locates non-custodial system databases, and identifies key corporate personnel (custodians) associated with the underlying legal matter.

Operational Protocols & Strategy

  • FRCP Rule 26(f) Meet & Confer Preparation: Formulating technical proposals regarding search syntax, date ranges, targeted file extensions, and custodial scopes prior to mandatory court meet-and-confer sessions.
  • Custodian Profiling Interviews: Conducting structured, documented interviews with key personnel to uncover shadow IT tools, personal BYOD mobile usage, encrypted chat apps, and obscure local storage paths.
  • System & Non-Custodial Identification: Mapping shared enterprise drives, SQL databases, ERP transactional logs, and automated audit logs that store system-generated records independent of specific user mailboxes.
Identification CategoryData SourcesKey Inspection Metadata
**Custodial ESI**M365 Mailboxes, OneDrive, Local Laptops, BYOD SmartphonesAuthor, Sent/Received Timestamps, File Path, SHA-256 Hash
**Non-Custodial ESI**SharePoint Portals, Shared Network Drives, SQL DatabasesSystem Mod Time, Access Permission Matrix, Table Schemas
**Ephemera & Chat**Slack Channels, Teams Chats, WhatsApp, SignalChannel ID, Thread Parent ID, User UUID, Message Reactions

Stage 3: Preservation & Collection

Preservation guarantees that ESI is protected against spoliation, accidental modification, or routine corporate auto-purge routines, while collection captures ESI in a forensically defensible manner.

Defensible Preservation Protocols

  • Automated Legal Hold Issuance: Issuing legally binding preservation notices to identified custodians with mandatory digital acknowledgment tracking.
  • Systemic Auto-Purge Suspensions: Applying backend administrative holds (e.g., Microsoft 365 Purview In-Place Holds, Google Vault Holds) to suspend retention policies silently across cloud mailboxes and drives.

Forensic Collection Methodologies

  • Hardware Write-Blocker Inception: Intercepting write commands at the hardware controller level using physical write-blockers (e.g., Tableau T8u) when imaging physical SATA, NVMe, or USB media.
  • Cryptographic Hash Generation: Calculating MD5 and SHA-256 checksums at the exact instant of data capture to establish an immutable digital baseline.
  • Physical vs. Targeted Logical Collections: Executing bit-stream physical disk images (`.E01` / `.DD`) when fraud or spoliation is suspected, versus targeted cloud API logical exports (`.PST` / `.MBOX`) for standard corporate litigation.
# Example: Command-line verification of forensic E01 disk image checksum
openssl dgst -sha256 /mnt/forensic_vault/custodian_disk_image.e01
# Output: SHA256(custodian_disk_image.e01)= 4f8b9a1c6e4d2a8b9e0f1a2b3c4d5e6f7a8b9c0d1e2f3a4b5c6d7e8f9a0b1c2d

Stage 4: Processing & Data Culling

Processing ingests raw ESI, normalizes complex container files (ZIP, PST, TAR), extracts plain text and system metadata, and applies advanced data filtering to reduce total document volume.

Advanced Processing Operations

  • De-NISTing / NIST Filtering: Comparing extracted file hashes against the National Institute of Standards and Technology (NIST) National Software Reference Library (NSRL) to filter out millions of known system binaries, DLLs, and application executables automatically.
  • Exact & Near-Duplicate Deduplication: Eliminating exact byte-for-byte duplicates using SHA-256 hash comparison across custodians (Global Deduplication) and grouping syntactically identical documents or email threads (Near-Deduplication).
  • Search Term & Boolean Syntax Optimization: Testing proposed search strings against indexed database samples to evaluate precision, recall, and false-positive rates before finalizing review populations.
RAW INGESTED DATA POPULATION: 10,000,000 Files (1.2 TB)
       ||
       \/  [ De-NISTing Filter: Eliminates OS & App Executables ]
SUB-SET 1: 7,800,000 Files (-22%)
       ||
       \/  [ Global Hash Deduplication: Removes Exact Cryptographic Matches ]
SUB-SET 2: 4,600,000 Files (-41%)
       ||
       \/  [ Date Range & File Extension Filtering ]
SUB-SET 3: 2,100,000 Files (-54%)
       ||
       \/  [ Boolean Search Term & Domain Culling ]
FINAL REVIEW POPULATION: 450,000 Documents (-78% Total Volume Reduction)

Stage 5: Review & Analysis

The review phase constitutes the most resource-intensive portion of eDiscovery, accounting for up to 70% of total discovery spend. Legal teams evaluate culled documents for relevance, legal privilege, and confidential information.

Review Methodologies & Technologies

  • Manual Linear Review: First-pass manual evaluation of documents by contract attorneys (historically slow and subject to high subjective error rates).
  • Technology-Assisted Review (TAR 2.0 / CAL): Utilizing Continuous Active Learning algorithms to continuously retrain predictive classification models, feeding the highest-probability relevant documents to human reviewers first.
  • Privilege Log Automation: Automatically extracting structured metadata (Author, Recipients, CC/BCC, Date, Subject, Privilege Reason) for documents flagged for Attorney-Client Privilege or Work Product Protection.

Stage 6: Production

Production transforms reviewed, responsive ESI into court-mandated export formats specified by judicial standing orders or formal ESI Protocols agreed upon between opposing counsel.

Standard Production Deliverables

  • Single-Page Image Exports (TIFF / PDF): Converting documents into standardized 300 DPI single-page black-and-white TIFF or color PDF files, accompanied by extracted UTF-8 text files and image cross-reference load files (`.OPT`, `.LFP`).
  • Native File Production: Producing complex file types (Excel spreadsheets, financial databases, video/audio recordings) in their native format alongside companion data load files (`.DAT`, `.CSV`).
  • Bates Stamping & Confidentiality Branding: Endorsing a unique sequential alphanumeric identifier (e.g., `ACME-00010492`) and confidentiality designation (e.g., `HIGHLY CONFIDENTIAL – ATTORNEYS’ EYES ONLY`) onto the footer of every produced page.

Stage 7: Presentation & Trial Readiness

Presentation organizes produced ESI, key deposition exhibits, and analytical graphics for display during depositions, evidentiary hearings, arbitration proceedings, and trial trials.


Stages 8 & 9: Defensible Disposal & Matter Closure

Following litigation completion, appellate exhaustion, or statutory retention expiration, ESI databases must be defensibly retired, export media wiped, and cloud hosting containers purged to eliminate ongoing data hosting fees and cybersecurity liability.


International Legal & Procedural Frameworks

[!IMPORTANT]

**Legal Fact-Checking Gate (`VERIFY BEFORE PUBLICATION`):** Procedural discovery rules vary significantly across international jurisdictions. Always verify local court directives, practice directions, and statutory precedents prior to executing discovery protocols.

1. United States: Federal Rules of Civil Procedure (FRCP)

  • FRCP Rule 26(b)(1): Establishes that discovery must be relevant to a party’s claim or defense and proportional to the needs of the case, considering the amount in controversy, burden versus benefit, and party resources.
  • FRCP Rule 26(f): Mandates an early meet-and-confer conference between counsel to discuss ESI preservation, load file formats, search methodologies, and privilege waiver protections (FRE 502(d)).
  • FRCP Rule 37(e): Establishes explicit safe harbor protections against severe sanctions for lost ESI unless the court finds the spoliation was executed with the specific intent to deprive the opposing party of the information.
  • Key Precedents: *Zubulake v. UBS Warburg* (landmark preservation duties); *Da Silva Moore v. Publicis Groupe* (judicial approval of TAR).

2. United Kingdom: Civil Procedure Rules (CPR)

  • CPR Part 31 & Practice Direction 31B: Governs eDisclosure in civil litigation, emphasizing standard disclosure obligations and electronic document questionnaires (EDQ).
  • Disclosure Pilot Scheme (CPR PD 57AD): Introduces targeted “Disclosure Models” (Models A through E) to control scope and mandate proportional disclosure.
  • Key Precedent: *Pyrrho Investments Ltd v. MWB Property Ltd* (landmark UK High Court approval of predictive coding).

3. Canada: The Sedona Canada Principles

  • Sedona Canada Principles (3rd Edition): Provides authoritative guidelines for Canadian eDiscovery, placing heavy emphasis on early cooperation, proportionality (Principle 2), and custodial preservation duties (Principle 3).
  • Key Precedent: *Air Canada v. WestJet Airlines Ltd* (guidance on proportional ESI search strategies).

Recommended Internal Content Links

To build topical authority across the DiscoveryTechLab knowledge graph, connect this foundational guide using the following internal link architecture:


Frequently Asked Questions (FAQ)

What are the 9 stages of the EDRM process?

The 9 stages of the Electronic Discovery Reference Model (EDRM) are: Information Governance, Identification, Preservation, Collection, Processing, Review, Analysis, Production, and Presentation.

How long does the typical eDiscovery process take?

The eDiscovery timeline varies based on data volume, custodian count, and litigation complexity. Small commercial matters can be processed and reviewed within 2 to 4 weeks, while complex enterprise litigations involving terabytes of multi-custodial ESI may span several months or years.

What is the most expensive phase of eDiscovery?

Document review represents the single largest cost driver in eDiscovery, accounting for approximately 60% to 70% of total discovery spend due to attorney labor costs. Implementing Early Case Assessment (ECA) and Technology-Assisted Review (TAR 2.0) drastically reduces overall review costs.


For additional technical frameworks and legal standards, reference official guidance at NIST Computer Security Resource Center and EDRM Official Frameworks.

DiscoveryTechLab Logo

DiscoveryTechLab Editorial Team

Editorial Team

Content is reviewed against applicable legal, forensic, and digital-evidence standards. Learn more about our SME Practice Team or review our Editorial Standards.

← Back to eDiscovery Workflows Archive Explore VERIDEX Product Suite →
← BACK TO ALL INSIGHTS
Scroll to Top