If you store client files, contracts, or financial records in the Dropbox virtual data room, the question of folder security comes up sooner or later. The files are in the cloud, accessible from any device — and that convenience is exactly what makes people nervous.
The problem is that Dropbox doesn’t handle this the way most people expect. What’s available depends on your plan. Some methods require third-party tools, and one built-in feature that many users relied on — Dropbox Vault — was shut down in March 2025.
This guide covers every working method for Dropbox folder encryption and password protection — from free workarounds to enterprise-level options — so you can find what fits your situation and actually set it up.

Can you password-protect a folder in Dropbox?
Not directly — and it’s worth understanding why before you go looking for a setting that doesn’t exist.
Dropbox doesn’t offer true folder-level password protection. There’s no feature that lets you lock a folder so anyone who tries to open it gets a password prompt. What Dropbox does offer — on paid plans — is the ability to password-protect a shared link pointing to a file or folder. That’s a different thing.
Here’s the distinction: the folder itself stays open in your account as normal. The password only applies to the external link you send to someone. A colleague who already has access to your Dropbox workspace can still open the folder without a password.
For password-protected file sharing with people outside your organization, link passwords work fine. Just don’t treat them as folder-level security, because they aren’t.
What happened to Dropbox Vault?
Vault gave users a PIN-protected space inside their Dropbox account — a simple way to keep sensitive or personal files separate. It wasn’t a sophisticated data room security feature, but it served a purpose.
Dropbox discontinued it on March 4, 2025. All folders stored in Vault were automatically converted into regular Dropbox folders and moved back into the main account. No files were lost, but the protection went with it. Dropbox hasn’t introduced a replacement.
If Vault was part of how you managed sensitive data, one of the methods below will need to take its place:
| Feature | Free / Plus / Family | Professional / Essentials | Standard (Team) | Advanced / Business Plus / Enterprise |
| Shared link passwords | ✗ | ✓ | ✓ | ✓ |
| Link expiration dates | ✗ | ✓ | ✓ | ✓ |
| End-to-end encryption | ✗ | ✗ | ✗ | ✓ |
| Dropbox Vault | Discontinued | Discontinued | Discontinued | Discontinued |
Always verify current plan details at dropbox.com/plans — features change, and the table above may not reflect the latest.
How to password-protect a Dropbox folder using shared links (paid plans)
If you’ve been searching for how to Dropbox password-protect a folder and you’re on a paid plan, this is the native route. It’s available on Professional, Essentials, Standard, Advanced, Business Plus, and Enterprise plans. Here’s how to set it up.
- Step 1: Log in to dropbox.com and navigate to the folder you want to share.
- Step 2: Hover over the folder and click Share. In the dialog that opens, click Copy link to generate a shareable URL.
- Step 3: Click Link settings — it appears as a gear icon or a small settings option depending on your interface version.
- Step 4: Toggle on Require password and enter a strong, unique password. Avoid reusing one from somewhere else.
- Step 5: If the share has a natural endpoint — a project deadline, a contract review window — set an expiration date for the link. The link will stop working automatically once that date passes.
- Step 6: Click Save, then send the link. Recipients will be prompted to enter the password before they can view or download anything.
A few things to keep in mind: if you regenerate the link for any reason, the password will reset, and you’ll need to reconfigure it. Also, once someone has entered the password and accessed the folder, they can download individual files unless you’ve restricted that separately — worth checking if it matters for your situation.
Additional read: Explore secure file transfer for a small business and learn how to protect sensitive data, share files safely, and stay compliant without adding complexity.
Free cloud storage workarounds for Dropbox folder protection
If you’re on a free plan — or if you want stronger protection than a link password provides — the following methods work entirely independently of Dropbox. You handle the encryption yourself before files ever reach the cloud.
Method 1 — Create an encrypted ZIP archive
Compress the folder into a password-protected archive, then upload it to Dropbox. Anyone who downloads it needs the password to open it. Without it, the contents are completely unreadable.
On Windows — using 7-Zip:
7-Zip is free, widely trusted, and supports AES-256 encryption. Download it from 7-zip.org.
- Right-click the folder in Windows Explorer
- Select 7-Zip → Add to archive
- Set the format to ZIP or 7z
- Under Encryption, enter a password and set the method to AES-256
- Click OK, then upload the archive to Dropbox
On Mac — using Keka or Terminal:
Keka (available at keka.io) handles this cleanly with a drag-and-drop interface. Alternatively, open Terminal and run:
zip -er protected_archive.zip /path/to/your/folder
You’ll be prompted to enter and confirm a password. The resulting file is ready to upload.
When this works well: one-way sharing of sensitive files, archiving documents you don’t need to update frequently, sending a set of files to someone once.
Where it falls short: it’s not practical for files you regularly edit. Every update means downloading, decrypting, editing, re-encrypting, and re-uploading. For active collaboration, that gets old quickly.
Method 2 — Use Cryptomator for ongoing encrypted sync
Cryptomator solves the limitation that the ZIP method doesn’t. It lets you work with your files normally while keeping them encrypted in Dropbox at all times.
It’s a free, open-source app that creates an encrypted vault inside your Dropbox folder. You unlock the vault with a password, and it mounts on your computer as a regular drive. While it’s open, you can open, edit, and save files just like any other folder. When you lock it, everything inside is automatically encrypted and synced to Dropbox in that state.
From Dropbox’s perspective, the vault is just a folder full of unreadable data. That’s the whole idea.
Key details:
- AES-256 encryption
- Zero-knowledge — Dropbox cannot read the contents, only you can
- Free on desktop (Windows, Mac, Linux)
- Mobile app available for a small one-time fee
- Open-source, with publicly auditable code
How to set it up:
- Download Cryptomator from cryptomator.org
- Open the app and select Add Vault → Create New Vault
- Save the vault inside your Dropbox folder — for example, Dropbox/Legal_Documents_Encrypted
- Set a strong password — and store it somewhere safe offline. There is no password recovery. If you lose it, the data is inaccessible.
- Click Unlock, enter your password, and the vault appears as a virtual drive
- Move your sensitive files into it. They encrypt automatically on the way in.
- When you’re done working, click Lock. The vault closes and syncs.
One practical limitation: Cryptomator needs to be installed on every computer you use to access the vault. If you’re frequently working from machines you can’t install software on, that creates friction. For a personal setup or a small team using their own devices, it’s one of the more capable free options available.
Method 3 — OS-Level Encryption
Windows and Mac both have built-in encryption tools. They’re useful, but it’s important to understand what they actually protect.
On Windows:
- EFS (Encrypting File System): Available on Windows Pro and Enterprise. Right-click a folder → Properties → Advanced → check “Encrypt contents to secure data.” The encryption ties to your Windows user account — other users on the same machine can’t open it.
- BitLocker: Encrypts an entire drive rather than individual folders. More thorough, but it operates at the disk level.
On Mac:
- Encrypted Disk Image: Open Disk Utility → File → New Image → Image from Folder. Choose AES-256 encryption, set a password, and save. You get a .dmg file that holds your folder in encrypted form.
- FileVault: Full-disk encryption for your Mac. Good for device-level protection, but not for folder-specific protection.
The important caveat: OS-level encryption protects files on your local machine. Once those files sync to Dropbox, the local encryption no longer travels with them. Dropbox applies its own encryption for data in transit and at rest — but that’s Dropbox’s encryption, not yours. Someone accessing the files through Dropbox on another device gets no benefit from your local setup.
Use OS-level encryption to protect what’s on your computer. Don’t rely on it as a cloud security solution.
End-to-end encryption for Enterprise Teams
For organizations in regulated industries — law, finance, healthcare — Dropbox offers zero-knowledge end-to-end encryption on team folders. This is available on Advanced, Business Plus, and Enterprise plans.
Zero-knowledge encryption means Dropbox holds no keys to your content. Files are encrypted using keys that only your organization controls. Even Dropbox’s own staff can’t read the files. That’s a significant step up from standard cloud encryption, where the provider holds the keys.
Before you enable it, a few things to understand:
- E2EE applies to team folders only — not personal folders or externally shared links
- File content is encrypted end-to-end; some metadata (file names, sizes, modification dates) may remain visible to Dropbox
- It’s designed for internal collaboration, not sharing with people outside your organization
- Enabling it requires administrative setup at the account level
For compliance-driven use cases — such as HIPAA, GDPR, SOC 2, or financial regulatory requirements — this is the most robust option Dropbox offers natively. Loop in your IT and legal teams before deploying it. Zero-knowledge encryption has operational implications for key management that warrant planning.
Security practices worth following
Whatever method you use, a few habits make a meaningful difference to how well your data stays protected:
- Use strong, unique passwords for shared links. Generate them with a password manager rather than coming up with something memorable. Weak passwords on shared links are a common, easily avoidable problem — people underestimate how often links get forwarded.
- Enable two-factor authentication on your Dropbox account. Two-factor authentication adds a critical layer of security. If someone gains access to your account, link passwords become irrelevant. Two-factor is available on every plan and takes a few minutes to set up.
- Set expiration dates when the share has a natural end. If you’re sharing documents for a specific purpose — a contract review, an onboarding process, a due diligence request — set the link to expire when that purpose is done. There’s no reason to leave access open indefinitely.
- Audit shared folder permissions periodically. Old collaborations don’t clean themselves up. Someone who left the team months ago may still technically have access. A quick review every quarter catches things that would otherwise quietly linger.
- Know when general cloud storage isn’t the right tool. For M&A due diligence, legal proceedings, or investor data rooms — workflows where document security is genuinely critical — Dropbox wasn’t designed for that level of scrutiny. Purpose-built virtual data rooms are designed for situations where audit trails, granular permissions, and certified security are required.
Alternatives to consider
These Dropbox alternatives offer stronger built-in protection:
- Ideals is a virtual data room built for high-stakes document workflows. It offers granular access permissions, dynamic watermarks, fence-view to prevent screen capture, and a complete audit trail. SOC 2 and ISO 27001 certified. Designed for M&A, legal work, and regulated industries.
- Tresorit applies end-to-end encryption as a default — across all plans, not just enterprise. Password-protected links are available on every paid plan. If you want zero-knowledge encryption without an enterprise-level contract, it’s a practical option.
- Sync.com includes zero-knowledge encryption and password-protected sharing links on its free plan. A reasonable starting point for individuals or small teams who want better security than Dropbox’s defaults.
Explore more: Compare Box vs Dropbox and Dropbox vs Google Drive to see which platform fits your needs.
Summary: Which method fits your situation
- Free Dropbox plans. No native folder protection is available. Use 7-Zip or Keka to create encrypted archives, or set up Cryptomator for ongoing encrypted sync. Both use AES-256 encryption and work regardless of your plan.
- Paid plans (Professional through Standard). Shared link passwords and expiration dates are available. Practical for external sharing — just be clear on what it actually protects.
- Enterprise plans (Advanced, Business Plus, Enterprise). Zero-knowledge E2EE for team folders. The most robust native option Dropbox offers is built for compliance-driven environments.
- High-stakes document workflows. If the consequences of a leak are serious — legal, financial, or regulatory — a virtual data room built for that purpose provides controls and audit capabilities that general cloud storage wasn’t designed to deliver.
The right method comes down to what you’re protecting, who needs access, and what the consequences look like if something goes wrong. Start with what fits your current plan. And if you keep hitting limitations, that’s usually a sign the tool wasn’t built for the problem you’re trying to solve.