Organizing client files: a folder system that survives years
The folder structure you set up in your first month of freelancing will quietly shape how easy your fifth year feels. Here's one that holds up.
Everyone reinvents their folder structure roughly twice a year for the first three years of freelancing. The third version is usually the one that sticks. You can skip ahead to it: a flat, client-first hierarchy with a small handful of standard subfolders, named so that alphabetical sort is also chronological sort.
The top level: one folder per client
Resist the temptation to group clients by year, industry, or project type. Clients move between those buckets, and you'll spend the rest of your career second-guessing where to put things. A single Clients/ folder with one subfolder per client is boring and correct.
Naming the client folder
Use the client's actual legal name, not a nickname. Acme Corp Ltd/ beats Acme/ because it matches what's on the contract, invoice, and bank transfer — searchable across systems with one query. If you serve multiple subsidiaries, nest them: Acme Corp Ltd/Acme Studios/.
Inside each client: five standard folders
00_Contracts/— signed SOWs, MSAs, NDAs.01_Invoices/— every invoice and receipt, named by date.02_Projects/— one subfolder per project, prefixed by year.03_Assets/— brand files, logos, fonts, credentials reference.04_Communication/— exported emails, meeting notes, key decisions.
The numeric prefixes force a consistent display order across every operating system and cloud provider. Without them, "Assets" sorts between "Archive" and "Brand" depending on the day.
Naming files: date-first, always
Start every filename with an ISO date: 2026-05-28 Acme-website-proposal-v2.pdf. ISO dates sort chronologically as text, work across locales, and survive copy-pasting into any tool. Append v1, v2,FINAL as needed — and accept that FINAL-2and FINAL-actually-final are an honest part of creative work.
Project folders: prefix by year
Inside 02_Projects/, prefix each project with the year it started: 2026-website-redesign/,2025-q4-campaign/. This solves the "what year was that brand book again?" question that comes up the second time a client asks you to refresh something.
Archiving inactive clients
When a client goes quiet for a year, don't delete the folder — move it to an Archive/ sibling of Clients/. Same structure, same naming, just out of your daily view. About 20% of archived clients come back; having the original folder intact saves half a day of relearning their setup.
What to keep, what to delete
Tax authorities in most jurisdictions require you to retain invoices and contracts for 5–10 years. Keep those forever; cloud storage is cheaper than the audit risk. Working files (drafts, intermediate exports, source assets) can be pruned after the project closes, but keep the final deliverables and any explicitly licensed source files indefinitely.
Credentials never live in the folder
Client passwords, API keys, and access tokens belong in a password manager, not in a text file inside the client folder. Use the folder's 03_Assets/ for a singlecredentials-pointer.txt that names the password manager entry. If your laptop is ever lost or compromised, the folder is sensitive but not catastrophic.
The test
A good folder system passes one test: in two years, when a former client emails asking for "that thing we did", you can find it in under a minute without opening a single file. If your current structure fails that test, the next quiet afternoon is a good time to migrate.