How do I organise my digital files?
A file structure that stays usable as it grows, plus naming conventions that make search actually work.
- Difficulty
- beginner
- Time
- 3 hr
- Read
- 2 min
Short answer
Use a shallow folder structure — three levels at most — and rely on consistent file naming plus search rather than deep nesting. Start filenames with the date in YYYY-MM-DD format so they sort chronologically, and put everything in one root location that gets backed up.
Deep folder hierarchies fail because filing something requires a decision about where it belongs, and ambiguous items end up in inconsistent places. A shallow structure with good filenames leans on search, which is what people actually use to find things anyway.
Step by step
- Choose one root location for everything and use it consistently.A cloud-synced folder or a documents folder that's backed up. Files scattered across desktop, downloads and elsewhere can't be managed or backed up reliably.
- Build a shallow structure — three levels maximum.Broad top-level categories, a few subfolders, done. Deep nesting means every save requires a decision.
- Start filenames with the date as YYYY-MM-DD.It sorts chronologically by default in every system, and it tells you when something is from at a glance.
- Use descriptive names with consistent words.'2026-03-14-invoice-acme-plumbing.pdf' rather than 'scan001.pdf'. Search only works if the words are in the name.
- Avoid spaces and special characters where it matters.Hyphens or underscores. It avoids problems with older systems, links and command-line tools.
- Empty the downloads folder regularly.It's where files go to be lost. Either file it properly or delete it, at least monthly.
- Use an archive folder rather than deleting things you might need.One 'archive' folder per year keeps the working folders clean without losing anything.
- Make sure the whole root location is backed up.Organisation without backup just means well-organised files you can still lose.
Tips
- Search is better than structure for finding things. Structure exists to make saving decisions easy, not to make finding easy.
- Pick a naming convention and stick to it even when it feels excessive — consistency is what makes search reliable.
- Tags or coloured labels work well for cross-cutting categories that don't fit a folder hierarchy.
- Do it incrementally: organise new files properly from today, and tackle the backlog in sessions rather than all at once.
Common mistakes
- Deep folder hierarchies — Every save becomes a decision, ambiguous items get filed inconsistently, and nothing can be found.
- Vague filenames — 'Document1.pdf' and 'scan.jpg' are invisible to search, which is how most people actually find files.
- Using the desktop as storage — It's usually not backed up properly and it has no structure.
- Organising without backing up — Well-organised files are just as lost when a drive fails.
Questions people ask
How should I name files?
Date first in YYYY-MM-DD, then a description using consistent words: '2026-03-14-invoice-acme.pdf'. It sorts chronologically and is findable by search.
Folders or tags?
Folders for the primary structure, since files can only live in one place. Tags are useful for cross-cutting attributes that don't fit a single hierarchy — project, client, status.