Google Drive folder structure: examples that work
A good Google Drive folder structure is shallow (three levels or fewer), organized by topic rather than file type, and paired with a naming convention so files sort themselves alphabetically within each folder. The structure matters less than the convention: any layout works if every file is named and filed the same way every time.
Three structures that hold up
Personal admin. Topic first, year second:
Admin /
Tax / 2026 / payslip-2026-05.pdf
Housing / lease-2024-09-01.pdf
Insurance / axa-home-policy-2026.pdf
Health / lab-results-2026-03-18.pdf
Vehicles / clio-registration.pdf
Freelancer or consultant. Clients first, because that's how you look things up:
Clients /
Acme /
contracts / acme-msa-2026-02-10.pdf
invoices / acme-inv-2026-014.pdf
deliverables /
Globex / ...
Internal /
Accounting / 2026 /
Templates /
Small team. Function first, with an _Archive at each level so old material drops out of view without being deleted:
Operations /
Sales /
Proposals / 2026 /
_Archive /
Finance /
Invoices-received / 2026 / 06 /
Invoices-sent / 2026 /
HR /
For team layouts on a Workspace shared drive, permissions change the picture โ see how to organize a shared drive.
Naming: the half of the structure people skip
Folders position a file once; names keep it findable forever. Three rules cover most cases:
- Date first, ISO format:
2026-06-03-carrefour-receipt.pdfsorts chronologically by itself. - Same pattern per document family: every invoice as
{supplier}-{date}.pdf, every contract as{party}-{type}-{date}.pdf. - No
final_v2_REAL: Drive keeps version history on a single file; duplicates with suffix names defeat both search and structure.
Keeping it alive
Structures don't fail at design time โ they fail at filing time, when IMG_4523.HEIC and document (3).pdf pile up in the Drive root because filing each one takes six clicks. Two mitigations:
- An
_Inboxfolder at the top of My Drive. Everything new lands there; you triage it on a schedule instead of constantly. - Batch the filing. Once a structure is defined, the triage itself can be delegated: a tool like Sorters takes your structure and naming convention as a template, reads the files you pick from the inbox (scans and photos included), and renames and files them to match โ useful when the inbox has 80 items, unnecessary when it has 5.
How deep should folders go?
Three levels is a practical ceiling (Finance / Invoices-received / 2026). Beyond that, filing gets slow enough that people stop doing it, and Drive's search-plus-recent view becomes faster than browsing anyway.
Related
How to organize invoices in Google Drive applies these patterns to the most common document family, and how to organize Google Drive by file type covers the triage pass that often comes before any structure exists.