Guides / Password-protect a folder
Guide / Security

How to password-protect a folder on Windows 11

Windows 11 still ships with no real way to put a password on a folder. You can hide it, zip it, or encrypt the whole drive with BitLocker - but none of those is “right-click, set a password, done.” This guide covers the honest native options and their gaps, then shows the fastest fix: encrypting the folder with AES-256 in about ten seconds.

Why Windows 11 has no real folder password

People search for this constantly because the obvious places to look come up empty. Here is what each native option actually does - and where it leaves you exposed:

Right-click -> Properties

There is no password field. The old "Make this folder private" toggle only ever isolated folders between Windows user accounts on the same PC - it never asked for a password and is gone in modern Windows.

Zip with a password

Windows can make a zip, but the built-in compressor cannot password-protect it. Third-party zip passwords use weak, crackable encryption and decompress the whole archive to a temp folder when opened - the files sit there in the clear.

EFS (Encrypting File System)

Built into Windows Pro, but it ties encryption to your Windows login - there is no separate password prompt, and if your user certificate is lost the files are gone. Anyone already signed into your account sees the files normally.

BitLocker

Strong, but it encrypts an entire drive, not a folder. It protects against a stolen laptop, not against someone sitting at your unlocked, signed-in machine looking at one sensitive folder.

The gap every one of these leaves: a simple, per-folder lock that asks for a password and actually encrypts the bytes. That is the job Seqtrix’s Security Lock action was built for.

The fast way: encrypt the folder with Seqtrix

  1. 1
    Install Seqtrix

    Download Seqtrix for Windows 10 or 11 and install it. No account is required to start the trial.

  2. 2
    Add a Security Lock action

    Open the builder and drop in a Security Lock action, or open the built-in "Lock a folder" template.

  3. 3
    Pick the folder and choose Encrypt or Password Lock

    Point the action at the folder you want to protect and choose Encrypt (AES-256-GCM) or Password Lock. Set a strong password you will remember.

  4. 4
    Run it

    Run the sequence. The folder contents become encrypted .seqlock blobs that Explorer cannot open. Run the matching unlock sequence with your password to restore them.

Under the hood that is AES-256-GCM with a per-file salt - the contents become opaque .seqlock blobs that Windows Explorer cannot read. Need a file gone for good instead? The same toolkit includes a DoD-spec secure delete that overwrites the bytes so they cannot be recovered.

Make it automatic (the part standalone tools cannot do)

Because the lock is just a step in a sequence, you can chain and trigger it. Two favourites:

  • End-of-day auto-lock - encrypt your work folder every evening at 6pm on a schedule, so sensitive files are never left readable overnight.
  • Panic-lock hotkey - bind a global hotkey that instantly encrypts and hides a folder when someone walks up.

FAQ

Does Windows 11 have a built-in way to password-protect a folder?

Not really. The old "Make this folder private" option only applied to a user profile on multi-account PCs, and the Properties dialog has no password field. Windows offers EFS (file encryption tied to your Windows login, with no password prompt) and BitLocker (whole-drive encryption, not per-folder). To password-protect a single folder you need a tool that encrypts it - that is exactly what the Security Lock action in Seqtrix does.

Can I encrypt a folder without BitLocker?

Yes. BitLocker encrypts an entire drive and is aimed at theft of the whole machine. To protect one folder, encrypt its contents directly. Seqtrix uses AES-256-GCM - the same cipher family BitLocker relies on - but scoped to the files you choose and unlocked with a password instead of a drive key.

Is encrypting a folder safer than just hiding it?

Much safer. Hiding a folder (the hidden attribute) is cosmetic - anyone can toggle "show hidden files" and see it. Encryption changes the bytes so the data is unreadable without the key, even if someone copies the files to another machine. Seqtrix offers both: a quick Hide for clutter, and real encryption for anything sensitive.

What happens if I forget the password?

Strong encryption is designed so the data cannot be recovered without the password - there is no backdoor, which is the point. Choose a password you can remember or store it in a password manager, and keep a backup of anything irreplaceable before you encrypt it.

Can I make a folder lock itself automatically?

Yes. Because the lock is a sequence step, you can trigger it on a schedule (for example, encrypt your work folder every evening at 6pm) or from a global hotkey for an instant "panic lock". That is the part a standalone encryption app cannot do.

Keep going

Lock your first folder in seconds

15-day Advanced trial on every install. No credit card, no scripting, offline by default with zero telemetry.

Download for Windows