File Naming 101

File Naming 101

Alert
Consistent file naming keep your folders tidy and prevents severe technical issues.

Idea
Best Practices
Do
Don't
Create unique, specific names by starting with the project/category and ending with the version number.
Good: ProjectName_v2.pdf
Avoid spaces. Apps replace spaces with awkward codes like %20 that break file paths and links.
Bad: Project Plan Final.docx
Follow the naming convention provided by your manager/lead
No vague titles; name should instantly describe the content
Use leading zeros to maintain proper numerical order for sequential items
Don't rely on case sensitivity; stick to all lowercase or camelCase
Separate distinct elements using only underscores (_) or hyphens (-)
Windows systems reserve these symbols for backend coding logic, so never use / \ : * ? " < > | [ ] & $
Keep the names under 30 characters 
Use a period only to separate the filename from its native format extension
Bad: Data.v01.csv
Track iterations by using clean version control
Good: ..._v01
Never write "Final"


Keep folder structures shallow and group files logically
Avoid creating unnecessary subfolders and deeply nested folder paths
Keep navigation simple and ensure every file and folder is distinctly identifiable
Avoid reusing the same name, even if they're in different folders

Warning
A single poorly named file can cause a chain reaction of system issues
  1. Pushing past the 30 character limit makes files impossible to open, delete, or successfully back up
  2. Overly long names or invalid characters can freeze OneDrive, SharePoint or data backup syncing for an entire department
  3. Spaces and symbols generate raw encoding blocks (like %20) that corrupt application source links
  4. Complicated names force backend engines to run deep text scans instead of quick metadata queries, slowing down searches for everyone in SharePoint



    • Related Articles

    • Sync SharePoint files and View in File Explorer

      Try this! Login to the SharePoint site Hover your mouse over Document Library and click on the specific name of the library you need Click the Documents tab if the library site uses a separate section for files Look at the top bar above your file ...
    • Fixing Microsoft 365 & Office Glitches

      Microsoft 365 and Office updates are automatically downloaded and installed by default Are you experiencing any of the following? Word, Excel, or Outlook is crashing or acting buggy Previously paused or disabled automatic updates and need to ...
    • Missing Teams Meeting Add-in In Outlook

      Go to File Click on Options Then, Add-ins Click on Go... Ensure the Microsoft Teams Meeting Add-in for Microsoft Office box is checked off Click OK Relaunch Outlook desktop application Stable Installation/Reinstallation of Teams add-in Close Outlook ...
    • Laptop Takes a Long Time to Wake Up from Sleep/Hibernation

      Are you experiencing any of the following? Your keyboard lights turn on, fans start, but screen stays blank for a long time Only happens when you are running on battery power (unplugged) Wakes up quickly if it's been asleep for 5 minutes, but takes ...