What is a good file naming convention for organizing business records?
A good file naming convention is a written, agreed-upon set of rules for how everyone in an organization names electronic files. Done well, it turns a chaotic shared drive into a system where any record can be found, sorted, and managed consistently—regardless of who created it.
Why a Convention Matters
Records have value only if they can be located and trusted over time. Consistent names support retrieval, prevent duplicate or “version 7 final FINAL” confusion, and make it easier to apply retention rules. Authoritative records standards emphasize that records should be identifiable and usable throughout their lifecycle, and naming is one of the simplest ways to support that goal.
Core Principles
Aim for names that are descriptive, consistent, and machine-friendly:
- Be consistent. Apply the same structure across the whole team. The pattern matters more than any single element.
- Use dates in ISO format (YYYY-MM-DD). This sorts chronologically and avoids ambiguity between regional date styles.
- Lead with the most important element so files group logically when sorted by name.
- Keep it concise but meaningful. Favor recognizable terms over cryptic codes only a few people understand.
- Avoid special characters such as
/ \ : * ? " < > |and leading spaces; many systems reject or mishandle them. - Use separators deliberately. Hyphens or underscores in place of spaces improve compatibility across systems.
- Handle versions explicitly, for example a v01, v02 suffix, and reserve a clear label for the final approved record.
A Practical Pattern
A widely usable structure is:
YYYY-MM-DD_Project-or-Client_DocumentType_vNN
For example: 2026-03-14_Acme_Invoice_v02
Adapt the elements—date, owner, record type, version—to your business, but document the order and keep it stable.
Tips for Success
- Write the convention down and store it where staff can reference it.
- Decide which elements are mandatory versus optional.
- Pair naming with consistent folder structure and, where possible, metadata, so you are not relying on the filename alone.
- Review periodically and train new staff so the convention does not drift.
A strong naming convention is a small habit with outsized payoff for findability and compliance. For broader context, see the fundamentals topic hub.
Sources & further reading
Authoritative government and non-profit references.
- ISO 15489-1 Records management — ISO
- Records management (NARA) — National Archives (NARA)
How to cite this page
APA
RM University Editorial. (2026). What is a good file naming convention for organizing business records?. Records Management University. https://www.recordsmgmt.org/questions/good-file-naming-convention-for-business-records/
MLA
RM University Editorial. "What is a good file naming convention for organizing business records?." Records Management University, 16 June 2026, www.recordsmgmt.org/questions/good-file-naming-convention-for-business-records/.
Related questions
- An employee left and had work records saved only on their personal phone or laptop — how do we recover them?
- Are the outputs of generative AI tools like ChatGPT and Copilot considered records that have to be retained?
- Can a company use a single global retention schedule across multiple countries or do different national laws force separate ones?
- Can an employee be personally fined or fired for deleting records they were supposed to keep?
- Can blockchain make records tamper-proof, and does an immutable ledger satisfy recordkeeping and retention requirements?