Matter-Centric Folder Structure Template for Law Firms (with Free Download)
If you run a solo practice or small firm, the highest-leverage thing you can do for operations this quarter is adopt a matter centric folder structure template and apply it everywhere: local drives, OneDrive, Google...
Table of Contents
- Why matter-centric is the only sensible default
- What folder structure should a law firm use?
- Firm-level versus matter-level: what goes where
- Naming conventions inside a matter folder
- Practice-area variants of the matter template
- Matter ID schemes that actually scale
- Closing and archiving matters: retention guidance
- Automating the template: do not hand-create folders
- Common pitfalls to avoid
- Frequently asked questions
- Putting it into practice this week
Introduction
If you run a solo practice or small firm, the highest-leverage thing you can do for operations this quarter is adopt a matter centric folder structure template and apply it everywhere: local drives, OneDrive, Google Drive, Dropbox, NAS, and your practice management system. This article is the working template: opinionated, prescriptive, copy-pasteable. Pick the tree below, paste it in, and stop arguing about where the engagement letter goes.
You get two complete folder trees (a generic matter centric folder structure template and practice-area variants for Litigation, Real Estate Closings, Family, Immigration, and Estates), the rationale for matter-centric vs. document-type-centric, what belongs at firm level versus matter level, retention guidance for closed matters, and a FAQ.
Why matter-centric is the only sensible default
Practice management platforms like Clio Manage, MyCase, and PracticePanther all organize work around a single primary entity: the matter. Every document, time entry, expense, calendar event, and communication attaches to a matter. That is the only structure that survives contact with how law firms actually work: a client may have one matter or ten, each has its own deadlines, conflicts, billing, and lifecycle, and every privileged document belongs to a specific matter.
The competing approach, document-type-centric (top-level Pleadings, Contracts, Correspondence folders containing files from every client mashed together), is a junk drawer. It feels tidy until you need to produce everything for one matter, withdraw from a case, or transfer files to substitute counsel. Matter-centric filing makes those operations trivial: zip the matter folder, hand it over, done.
If you take nothing else from this article: your top-level organizing unit should be the matter, and every matter should look the same inside. Consistency is the entire game.
What folder structure should a law firm use?
A law firm should use a matter-centric folder structure with three layers: (1) a firm-level root containing administrative, template, and training folders; (2) a Clients root where each client is a folder; (3) inside each client, one folder per matter, each following an identical internal template. Matter folders use a numeric or alphanumeric matter ID prefix for sortability, an ISO date prefix on time-sensitive files, and a consistent set of standard subfolders so anyone in the firm can find anything in any matter without asking.
Here is the canonical template. Copy it into your file system and rename the client and matter to suit. Every matter folder in your firm should look exactly like this on the inside.
FirmRoot/
├── _admin/
│ ├── insurance/
│ ├── licensing/
│ └── vendor-contracts/
├── _templates/
│ ├── engagement-letters/
│ ├── retainer-agreements/
│ ├── pleadings/
│ └── closing-letters/
├── _training/
│ ├── onboarding/
│ └── checklists/
├── _firm-knowledge/
│ ├── form-bank/
│ ├── research-memos/
│ └── precedent-briefs/
└── Clients/
└── Smith, John/
├── 2026-0142 Smith v Acme Corp/
│ ├── 01_Intake/
│ │ ├── conflict-check/
│ │ ├── engagement-letter/
│ │ └── initial-documents/
│ ├── 02_Correspondence/
│ │ ├── client/
│ │ ├── opposing-counsel/
│ │ └── court/
│ ├── 03_Pleadings/
│ │ ├── filed/
│ │ └── drafts/
│ ├── 04_Discovery/
│ │ ├── requests-served/
│ │ ├── requests-received/
│ │ ├── responses-served/
│ │ ├── responses-received/
│ │ └── productions/
│ ├── 05_Research/
│ ├── 06_Evidence-and-Exhibits/
│ ├── 07_Expert-Witnesses/
│ ├── 08_Hearings-and-Trial/
│ ├── 09_Settlement/
│ ├── 10_Billing-and-Trust/
│ ├── 11_Notes-and-Strategy/
│ └── 99_Closed/
└── 2026-0188 Smith Estate Planning/
└── ...
Design notes. Underscores prefix firm-level folders so they sort to the top, separated from client folders. Numeric prefixes on matter subfolders enforce a fixed display order (Intake first, Closed last) regardless of alphabetic sort. The matter ID prefix (2026-0142) is your stable identifier; the descriptive part can be edited without breaking references. The 99_Closed/ subfolder is where closing checklists, final invoices, and the closure letter live, separate from active work.
Firm-level versus matter-level: what goes where
The most common mistake is mixing firm-level and matter-level content. Once you do, every new hire has to learn the exceptions, and your structure stops being self-explanatory. Hold the line.
Firm level (above Clients/): anything not tied to a specific client or matter. Template engagement letters, retainer agreements, pleading skeletons, your firm's research memos and form bank, training materials, licensing and insurance, vendor contracts, internal policies. These are reusable across every matter.
Matter level (inside the matter folder): everything client-specific. The executed engagement letter (not the template), conflict check results, all correspondence with the client, all pleadings filed in this matter, discovery served and received, research memos written for this matter, billing records, and trust accounting tied to this matter.
Two grey areas. Research: a memo written for one matter that turns out to be reusable should be drafted in the matter folder, then a copy (with client identifiers stripped) promoted to _firm-knowledge/research-memos/. Never move the original out of the matter. Precedent briefs: same rule. Filed version stays in the matter; sanitized copy goes to the form bank.
Naming conventions inside a matter folder
The template gives you the folder skeleton. The filename convention is what makes it searchable years later. Use this format for every document:
YYYY-MM-DD_DocumentType_ShortDescription_v##.ext
Examples: 2026-05-12_Motion_SummaryJudgment_v03.docx, 2026-04-30_Correspondence_OpposingCounsel_DiscoveryDispute.pdf. The ISO date prefix means chronological sort matches filename sort, the document type is consistent across the firm, and the version suffix kills the final_final_v2_REAL.docx problem. For a deeper treatment, see our guide on legal file naming conventions.
Two firm-wide rules: no spaces in filenames (use underscores or hyphens), and no client names in filenames if the client is already in the matter folder path (redundant, and creates privilege exposure if a file leaves the folder).
Practice-area variants of the matter template
The generic template covers any matter. For specific practice areas, swap a few subfolders to match the workflow. The numeric prefixes stay, so the structure feels familiar across practice groups.
Litigation matter/ ├── 01_Intake/ ├── 02_Correspondence/ ├── 03_Pleadings/ ├── 04_Discovery/ ├── 05_Research/ ├── 06_Evidence-and-Exhibits/ ├── 07_Expert-Witnesses/ ├── 08_Hearings-and-Trial/ ├── 09_Settlement/ ├── 10_Billing-and-Trust/ └── 99_Closed/ Real Estate Closing matter/ ├── 01_Intake/ ├── 02_Correspondence/ ├── 03_Purchase-Agreement/ ├── 04_Title/ │ ├── commitment/ │ ├── search/ │ └── policy/ ├── 05_Survey/ ├── 06_Inspections/ ├── 07_Financing/ ├── 08_HOA-and-Condo/ ├── 09_Closing-Documents/ │ ├── deed/ │ ├── settlement-statement/ │ └── disbursements/ ├── 10_Post-Closing/ │ ├── recording/ │ └── tax-stamps/ ├── 11_Billing-and-Trust/ └── 99_Closed/ Family Law matter/ ├── 01_Intake/ ├── 02_Correspondence/ ├── 03_Pleadings/ ├── 04_Financial-Disclosures/ │ ├── client/ │ └── opposing-party/ ├── 05_Custody-and-Parenting/ ├── 06_Discovery/ ├── 07_Mediation-and-Negotiation/ ├── 08_Hearings/ ├── 09_Settlement-or-Decree/ ├── 10_Billing-and-Trust/ └── 99_Closed/ Immigration matter/ ├── 01_Intake/ ├── 02_Correspondence/ │ ├── client/ │ └── USCIS/ ├── 03_Forms/ │ ├── drafts/ │ └── filed/ ├── 04_Supporting-Evidence/ │ ├── identity-documents/ │ ├── relationship-evidence/ │ ├── employment-evidence/ │ └── country-conditions/ ├── 05_RFEs-and-NOIDs/ ├── 06_Interviews-and-Hearings/ ├── 07_Receipts-and-Notices/ ├── 08_Approvals-or-Denials/ ├── 09_Billing/ └── 99_Closed/ Estates and Trusts matter/ ├── 01_Intake/ ├── 02_Correspondence/ ├── 03_Estate-Plan-Documents/ │ ├── will/ │ ├── trust/ │ ├── powers-of-attorney/ │ └── healthcare-directives/ ├── 04_Asset-Inventory/ ├── 05_Beneficiary-Designations/ ├── 06_Funding-and-Transfers/ ├── 07_Probate-or-Trust-Administration/ ├── 08_Tax-Filings/ ├── 09_Distributions/ ├── 10_Billing/ └── 99_Closed/
Real Estate folders mirror the closing checklist so a paralegal sees what is missing at a glance. Immigration separates client correspondence from USCIS correspondence because the audiences and privilege analysis differ. Family Law splits financial disclosures by party because you reference them constantly during negotiation. Estates separates plan documents from administration because the same matter often spans both phases over years.
Matter ID schemes that scale
Your matter ID is the stable identifier that survives a name change, a marriage, a re-caption, or a merger. Pick a scheme and never break it.
- Year-sequence:
2026-0001,2026-0002. Simple, sortable, scales to 9999 matters per year, ties matters to the year opened. Best default. - Client-sequence:
SMI001-01,SMI001-02(client Smith, first matter, second matter). Useful for a small number of clients with many matters each (corporate, family office). - Practice-area-prefixed:
LIT-2026-0001,RE-2026-0001. Useful for multi-practice firms that want practice area visible in the ID. Adds friction; adopt only if it earns its keep.
If you use Clio Manage, MyCase, or PracticePanther, let the practice management system assign the matter number and mirror it in your folder name. Do not invent a parallel scheme.
Closing and archiving matters: retention guidance
ABA Model Rule 1.16(d) and most state analogs require lawyers to return client property and protect client interests on termination of representation. In practice that means a closing checklist, a written closure letter, return or retention of the client file per the engagement letter, and an explicit retention schedule.
Common convention is to retain closed matter files for five to seven years after the matter closes, though some matter types (estates, minors' matters, real property) require much longer or indefinite retention. State bars vary; check your jurisdiction. Build the retention schedule into your closing checklist, not into individual lawyers' memories.
When a matter closes:
- Move the matter folder from
Clients/Smith, John/toClients-Closed/Smith, John/. The folder structure inside the matter does not change. - Drop the closing checklist, closure letter, and final invoice into
99_Closed/. - Tag the matter folder with the close date and the destroy-on date. Convention: append
_closed_2026-05-12_destroy_2033-05-12to the matter folder name, or maintain a retention spreadsheet. - Move
Clients-Closed/to cold storage (separate backup target, encrypted external drive, or archive-tier cloud storage) on a quarterly cadence.
Automating the template: do not hand-create folders
Creating this tree by hand for every new matter is the kind of task that gets skipped the third time, and that is when your structure drifts. Three ways to automate.
First, Clio Manage, MyCase, and PracticePanther can auto-create a folder template in your linked cloud drive (Google Drive, OneDrive, Dropbox, NetDocuments) on matter creation. Configure the template once, every new matter gets the full skeleton.
Second, a simple shell script or PowerShell script that takes a matter ID and client name and creates the full tree. Useful if your practice management system does not integrate cleanly with your storage.
Third, a desktop sorting tool. Sortio's Rule Builder can scaffold this matter structure and route incoming files to the right matter automatically, which solves the second half of the problem: files that land on your desktop, in Downloads, or as email attachments need to find their way into the right matter subfolder without manual filing. Sortio's Clio integration reads your matter list so rules can target matters by name or ID.
Common pitfalls to avoid
- Per-attorney top-level folders. Files belong to the firm and the matter, not to an attorney. If an associate leaves, you should not have to migrate their personal folder. Fix: matter-centric, always.
- Loose files at the matter root. Every file should live in a numbered subfolder. If there is no obvious home, your subfolders are wrong, not the file. Fix: add a subfolder or expand the template.
- Inconsistent capitalization and spaces.
Pleadings/,pleadings/, andPleadings /are three different folders in some sync clients. Fix: enforce one convention. - Client name as the only identifier. Clients change names. Matters do not. Fix: matter ID prefix, always.
- No closing process. Files sit in the active tree for years after the matter ends, confusing search and conflict checks. Fix: a quarterly close-out review.
For broader treatment of small-firm operations, see our guide on document management best practices for small law firms.
Frequently asked questions
How do I name folders for a law firm?
Use a consistent three-layer scheme: firm root with underscore-prefixed admin folders, a Clients folder containing one folder per client, and inside each client one folder per matter named {MatterID} {Short Description}. Inside each matter, use numbered subfolders (01_Intake, 02_Correspondence) so they sort in workflow order, not alphabetical order. Avoid spaces in filenames, use ISO dates (YYYY-MM-DD) as prefixes, and never include client names in filenames if the client is already in the path.
Should I have a folder for each client or each matter?
Both, in that order. The client folder is a container; the real unit of work is the matter. A client with one matter gets one matter folder inside their client folder. A client with ten matters gets ten matter folders. Never put files directly in the client folder; everything goes in a matter. This rule keeps conflict checks, retention, and file transfers clean.
What is the difference between matter-centric and document-centric filing?
Matter-centric filing uses the matter as the top-level organizing unit; document types are subfolders inside each matter. Document-centric filing does the inverse: top-level folders for Pleadings, Contracts, Correspondence, each containing files from every matter. Matter-centric is the standard for law firms because it mirrors how work, privilege, billing, and lifecycle actually operate. Document-centric structures fail the moment you need to produce a complete file for one matter.
How long do I keep closed matter folders?
Common practice is five to seven years after the matter closes, but the right answer depends on your state bar's retention rules, the matter type, and your engagement letter. Estates, minors' matters, and real property records often require longer or indefinite retention. Build the destroy-on date into the matter folder name or a retention spreadsheet at the moment of closure. ABA Model Rule 1.16 requires you to protect client interests on file disposition, which in practice means giving clients reasonable notice before destruction.
Can I auto-create matter folders from Clio?
Yes. Clio Manage can be configured to auto-create a folder template in your linked Google Drive, OneDrive, Dropbox, or NetDocuments on matter creation, mirroring the structure you define. MyCase and PracticePanther offer similar features. Define the template once using the trees in this article, then every new matter gets the full skeleton automatically. If your storage is local rather than cloud-synced, Sortio's Rule Builder can scaffold the same structure and route incoming files into the matching matter folder.
Putting it into practice this week
You do not need to migrate ten years of files to get value from this template. Pick one practice area. Create the firm-level skeleton and one fully-templated matter folder. Use it for the next three new matters. After two weeks, lock the template and roll it firm-wide. Retrofit old matters opportunistically, when you touch them, not all at once. In ninety days you will have a coherent, predictable filing system that survives staff changes, audits, and substitute counsel transfers. That is the promise of a matter centric folder structure template, and it is well within reach of a solo or five-person firm.
