How to name files in data room hero.

How to name your data room files so investors don't lose their minds

Anika TabassumAnika25 March 2026

Anika Tabassum Nionta is a Content Manager at Ellty, where she writes about startups, investors, virtual data rooms, pitch deck sharing, and investor analytics. With over 6 years of experience as a writer, she helps startups and businesses understand how to share their stories securely, track engagement effectively, and navigate the fundraising landscape. Anika holds both a BA and MA in English from Dhaka University, where she developed her passion for clear, impactful writing. Her academic background helps her break down complex topics into simple, useful content for Ellty users. Outside of work, Anika enjoys reading, exploring new cafes in Dhaka, and connecting with entrepreneurs in the startup community.


BlogHow to name your data room files so investors don't lose their minds

In this guide:

  1. Why file naming matters more than you think
  2. Core file naming conventions
  3. The naming rules to follow
  4. Folder structure that actually works
  5. Good vs bad: naming examples
  6. How to name datasets and financial files
  7. Naming conventions for electronic documents
  8. How Ellty helps you organize a data room
  9. FAQ

You've spent months building your company. You've finally got investor interest. They ask for access to your data room. You send them a link - and on the other side they find something like this:

What an investor actually sees

  • final pitch deck v3 REAL.pdf
  • financials copy (2).xlsx
  • cap table NEW.xlsx
  • Term Sheet - John edits - USE THIS ONE.docx
  • contracts folder 2022 backup.zip

That's not a data room. That's a mess. And it signals something to investors - that you don't have your operations under control.

File naming sounds trivial. It isn't. A well-organized data room with clean file names speeds up due diligence, builds trust, and shows that you run a tight ship. A sloppy one introduces doubt before anyone's read a single document.

This guide gives you the naming conventions, folder structure, and real examples you need to get this right.

Why file naming matters more than you think

Investors and their lawyers move fast during due diligence. They're reviewing dozens of companies at once. If they can't find a document, they'll ask you for it - and that back-and-forth adds friction and delays.

Beyond that, messy naming creates version confusion. "Which contract is the current one?" is a question you don't want an investor asking. Or worse, figuring out the wrong answer.

Here's what clean file naming actually does for you:

  • Reduces the number of "where is X?" emails you'll get
  • Makes document tracking and version control easy to manage
  • Shows that your company has professional processes in place
  • Speeds up the whole diligence process - which means you close faster
  • Helps your own team stay organized as the room grows

If you're using a data room tool that tracks who views which files, clear file names also make analytics easier to read. You'll know exactly which document an investor spent 12 minutes on - not just "financials (3).xlsx."

Core file naming conventions

A naming convention is just a consistent pattern you use for every file. You pick one system and stick to it. The goal is that anyone - you, your co-founder, the investor's associate, your lawyer - can look at a file name and understand what it is without opening it.

There are a few common systems. Here's how they compare:

VDR file naming conventions.


You don't need to pick just one. Use date-first for anything time-sensitive, category-first for static legal or corporate docs, and version suffixes for documents that go through multiple drafts. The key is consistency within each folder type.

The naming rules to follow

These aren't preferences. They're rules that prevent real problems - broken links, file conflicts across operating systems, confusion when files get downloaded or emailed.

Use lowercase only

Capital letters cause inconsistency and can create file-matching issues across systems. Cap-Table.xlsx and cap-table.xlsx are two different files on some operating systems.

Replace spaces with hyphens

Spaces turn into %20 in URLs and break file paths in some tools. Use hyphens instead. Underscores work too, but pick one and don't mix them.

  • ✗  Cap Table Final Version.xlsx
  • ✓  cap-table-v2.xlsx

Skip special characters

No / \ : * ? " < > | # @ ! - these break across platforms. Parentheses and ampersands cause problems too. Keep names clean.

Be specific, not generic

A file called document.pdf tells you nothing. 2024-09_board-resolution-series-a.pdf tells you everything.

Use ISO date format

That's YYYY-MM or YYYY-MM-DD. This sorts chronologically when files are listed alphabetically. 01-2026 will sort wrong. 2026-01 won't.

Keep names reasonably short

Under 50 characters is a good target. Long names get truncated in some interfaces and are hard to scan at a glance.

Use version numbers, not "final"

There's no such thing as final. Use v1, v2, v3. When you're done iterating, delete the old versions from the data room - keep only the current one, clearly named.

Never use "final," "new," "latest," or "USE THIS ONE" in a file name. It always backfires. At some point you'll have "final_v2_FINAL_FOR_REAL.pdf" and you'll wish you had a system.

Folder structure that actually works

The naming convention is useless without a folder structure that supports it. Investors expect a predictable structure. Here's a standard layout that works for most seed-to-Series B data rooms:

01-company-overview/
  pitch-deck_v6.pdf
  company-overview_one-pager.pdf
  product-demo_video-link.txt

02-financials/
  2026-09_financial-model.xlsx
  2026_revenue-actuals-vs-budget.xlsx
  2026_monthly-p-and-l.xlsx
  2026-09_cash-flow-statement.xlsx

03-legal/
  incorporation/
     certificate-of-incorporation.pdf
     articles-of-association.pdf
  shareholder-agreements/
     2022-05_sha-founding-team.pdf
  ip/
     trademark-registration-us.pdf

04-cap-table/
  2026-09_cap-table.xlsx
  2026-09_option-pool-summary.xlsx

05-team/
  team-bios.pdf
  org-chart.pdf

06-product/
  product-roadmap-2026.pdf
  technical-architecture-overview.pdf

07-customers-and-traction/
  key-metrics-dashboard.pdf
  customer-case-studies.pdf
  reference-customers-list.pdf

08-contracts/
  acme-inc_msa-signed.pdf
  acme-inc_order-form-001.pdf

A few things to notice here. Folders are numbered so they sort in a logical reading order. Sub-folders only appear where there are genuinely multiple document types (like legal). Everything else stays flat. You don't need deep nesting - two levels is usually enough.

Good vs bad: naming examples

Here are real-world examples across the main document types you'll have in a fundraising data room.

VDR naming examples


How to name datasets and financial files

Financial files and data exports deserve their own section because they're the most sensitive and the most frequently updated.

The naming principle for datasets is to answer three questions in the file name: what is this data, what time period does it cover, and what version or export is this?

Format: [period]_[description]_[version-or-source].ext

  • 2026-q3_mrr-by-cohort.xlsx
  • 2026-09_arr-breakdown-by-segment.xlsx
  • 2026_customer-churn-monthly.csv
  • 2026-09_cac-ltv-analysis.xlsx
  • 2023-2024_revenue-actuals.xlsx

For files that are regularly updated (monthly P&L, rolling forecast), use the date of the most recent data in the name - not the date you exported it. That way it's always clear what period the file covers, not when you generated it.

If you export data from a tool (like Stripe or QuickBooks), add the source: 2024-09_stripe-revenue-export.csv. Investors may want to cross-reference and knowing the source saves them asking.

Keep only the current version of financial files in your data room. Archive old versions in your internal storage. Investors don't need to see your work-in-progress - they need the current, accurate picture.

Naming conventions for electronic documents and PDFs

Most of your data room will be PDFs. A few things specific to electronic documents worth knowing:

Always save final documents as PDFs, not editable formats like .docx or .pptx - unless the investor needs to edit something. PDFs preserve formatting, can't be accidentally modified, and are easier to track via tools like Ellty.

When naming PDFs from legal agreements, include the signing date if the document is fully executed: 2023-06_employment-agreement-cto-signed.pdf. This makes it immediately clear whether you're looking at a draft or an executed document.

For compliance documents, include the jurisdiction or standard where relevant: gdpr-data-processing-agreement.pdf or soc2-type2-report-2024.pdf.

How Ellty helps you organize a data room

Ellty analytics


Organizing files properly is one side of the equation. How you share them, track them, and control access is the other.

Ellty is a virtual data room and pitch deck sharing platform built for founders who need to move fast. You can upload documents, create trackable share links, and see exactly who viewed which file - all without a long setup process or per-user pricing that makes sharing with a small team expensive.

Here's what's available across plans:

Ellty pricings.


Ellty works well for early-stage fundraising rounds where you need a clean, trackable way to share documents with investors without the overhead of enterprise data room software. If you're running a complex M&A process or need multi-party collaboration with version control at scale, larger platforms may suit you better - and that's worth knowing upfront.

The analytics are where Ellty earns its place in a fundraising workflow. You can see which pages of your pitch deck held attention, how long a specific investor spent on financials, and get notified in real time when someone opens your documents. That information tells you when to follow up and what to address in the next conversation.

Ellty cta data room.


Common mistakes founders make with data room files

Before the FAQ, here's a quick list of things that regularly trip people up:

  • Uploading draft documents instead of final versions - always audit before sharing access
  • Including personal or sensitive data that shouldn't be in the room yet (employee salaries, personal guarantees) - use permissions to stage what investors see
  • Mixing languages in file names if your team is international - pick one language for naming, usually English
  • Creating too many folders - a data room with 12 top-level folders and 4 levels of nesting is harder to navigate than a flatter structure
  • Not updating the data room after key changes - if your cap table changes post-conversion, update the file and don't leave the old one there
  • Uploading compressed files or ZIP archives - extract everything before uploading so files are viewable and trackable individually

Audit your data room before every new investor gets access. What made sense six months ago may now be outdated, mislabeled, or missing entirely.

Frequently asked questions

What is the proper way to name files in a data room?

Use lowercase letters, hyphens instead of spaces, and descriptive names that include the document type, date (in YYYY-MM format), and version where relevant. Example: 2024-09_financial-model.xlsx. Avoid vague names, special characters, and words like "final" or "new."

What are file naming conventions for electronic documents?

For electronic documents in a data room, use a consistent pattern: [date]_[description]_[version].ext for time-sensitive files, and [category]_[document-type].ext for static documents like legal or HR files. Stick to lowercase, use hyphens, and save final documents as PDFs.

How do I name datasets in a data room?

For data files, answer three things in the name: what the data is, what period it covers, and where it came from if relevant. Example: 2024-q3_mrr-by-cohort.xlsx or 2024-09_stripe-revenue-export.csv. Use the period of the data, not the export date.

Should I use underscores or hyphens in file names?

Either works, but pick one and stick to it. Hyphens are slightly preferred because they're treated as word separators by most search engines and operating systems. Mixing the two in the same data room is what you want to avoid.

How should I structure folders in a data room?

Use numbered top-level folders so they sort in a logical order (01-company-overview, 02-financials, etc.). Aim for no more than two levels of depth. Sub-folders only make sense when a top-level category has genuinely different document types underneath it, like legal.

What file format should I use for data room documents?

PDF is the standard for everything that's been finalized - agreements, decks, reports. PDFs preserve formatting, can't be accidentally edited, and are trackable via analytics tools. Use .xlsx for financial models where investors may want to run their own calculations - but note this as an editable model in the file name.

How many versions of a file should I keep in the data room?

One. Keep only the current version of every file in the investor-facing data room. Archive older versions in your internal storage. Having multiple versions of the same file forces investors to figure out which one to read - that's friction you don't want.

Do file naming conventions apply to folder names too?

Yes. Apply the same rules to folders: lowercase, hyphens, no special characters. Add numbers to the front of folder names (01-, 02-, etc.) so they sort in your intended reading order rather than alphabetically.

What's the difference between a data room and a shared Google Drive folder?

A data room gives you access controls, document-level analytics, and audit trails. You can see who opened a file, how long they spent on it, and which pages they read. A shared Google Drive lets you share files, but you have very little visibility into who's actually engaging with them. For fundraising, that visibility matters.

Can I set up a data room quickly without technical help?

Yes - tools like Ellty are built for founders, not IT teams. You upload your documents, organize them into folders, and create a shareable link. The setup itself takes under an hour if your files are already organized. The harder part is making sure your documents are named and structured correctly before you upload - which is what this guide is for.

Ellty cta data room.
tick mark
Link Copied
A link to this page has been copied to your clipboard!
This website uses cookies to improve user experience. By using our website you consent to all cookies in accordance with our Cookie Policy.