Document Naming Best Practices for a Tidy Archive

The difference between an archive you can search in seconds and one you dread opening usually comes down to one unglamorous habit: how you name your files. A consistent naming convention is the cheapest, highest-return organisation trick there is.
Why naming matters more than folders
You can search a filename far faster than you can click through folders. A well-named file is findable from anywhere — even buried in the wrong directory — while a folder of scan001, scan002, and document-final-FINAL is a guessing game no matter how neatly it is filed.
A simple convention that works
A reliable pattern has three parts: date, subject, and detail.
2026-02-21-electric-bill-march reads clearly and, crucially, sorts correctly.
The keys to making it work:
- Start with the date in YYYY-MM-DD format. This is the single most important rule — it makes files sort chronologically on their own.
- Use hyphens, not spaces, to avoid issues across systems.
- Be specific but concise: enough to identify the file at a glance, not a sentence.
- Stay consistent. A mediocre convention applied everywhere beats a perfect one applied sometimes.
Things to avoid
- "Final" and its variants.
final-FINAL-v2-actual-finalfools no one. Use version numbers or dates. - Vague names like
documentorscan. - Special characters that some systems mishandle.
Pair it with searchable content
Naming gets you most of the way; searchable content finishes the job. Run scans through OCR so you can find a file by what is inside it, and merge related documents so one good filename covers a whole set rather than a scattered dozen.