How To Password Protect Folder Windows 10 : Lock Folder Using Properties Menu

Windows 10 includes a built-in tool to encrypt folders so they remain private from other users, but many people still search for how to password protect folder Windows 10 because they want a simple, password-based lock. The truth is, Windows 10 does not have a direct “add password to folder” feature, but there are several reliable methods to achieve this. In this guide, you will learn three practical ways to secure your folders, from built-in encryption to third-party software and even a clever script trick.

Whether you share your computer with family or coworkers, keeping certain files private is important. You might have tax documents, personal photos, or work files that should not be seen by others. Let’s walk through each method step by step, so you can choose the one that fits your needs best.

Why Windows 10 Does Not Have A Built-In Password Feature

Many users assume Windows 10 includes a simple “set password” option for folders. Unfortunately, this is not the case. Microsoft designed the operating system with user account permissions and encryption tools instead. This means you cannot right-click a folder and add a password directly.

However, you can still protect your data. The built-in encryption tool, called Encrypting File System (EFS), works well for users with separate accounts. For a true password lock, you will need to use third-party software or a manual script method. Below, we cover all these options.

Method 1: Using Built-In Encryption (EFS)

This method does not use a password, but it encrypts the folder so only your user account can access it. If you are the only person using your computer, this is a good option. If others use your PC, they will need to log in with your account to see the folder.

Steps To Encrypt A Folder With EFS

  1. Right-click the folder you want to protect and select Properties.
  2. Click the Advanced button under the General tab.
  3. Check the box that says Encrypt contents to secure data.
  4. Click OK, then Apply. Choose to apply changes to this folder only or all subfolders.
  5. Back up your encryption certificate when prompted. This is critical—if you lose it, you cannot access the folder.

Once encrypted, the folder name turns green. Other users on the same PC cannot open it unless they have your password. This is a solid solution for many people, but it is not a password-protect method in the traditional sense.

Method 2: Using Third-Party Software

If you want a real password lock, third-party tools are the easiest way. These programs let you set a password on any folder, and they often include extra features like hidden folders or file shredding. Below are two popular, free options.

Option A: 7-Zip With Password

7-Zip is a free file archiver that can create password-protected zip files. While this is not exactly a folder lock, it compresses your folder into a single file that requires a password to open.

  1. Download and install 7-Zip from the official website.
  2. Right-click the folder you want to protect.
  3. Select 7-Zip > Add to archive.
  4. In the window, choose Zip as the archive format (or 7z for better compression).
  5. Under Encryption, enter a strong password and select Encrypt file names for extra security.
  6. Click OK. The original folder remains, so delete it after creating the archive.

This method is simple and works on any Windows 10 computer. The downside is that you must unzip the folder each time you want to access files. Still, it is a reliable way to password protect folder Windows 10.

Option B: Folder Lock Software

Dedicated folder lock apps like Wise Folder Hider or Lock-A-Folder are free and easy to use. They add a password directly to the folder, hiding it from view until you enter the password.

  1. Download and install Wise Folder Hider (free version works fine).
  2. Open the app and set a master password.
  3. Click Hide Folder or Lock Folder (depending on the version).
  4. Browse to the folder you want to protect and confirm.
  5. The folder disappears from File Explorer. To access it, open the app, enter your password, and unhide it.

These tools are user-friendly and offer real password protection. However, be cautious with free versions—some may have ads or limited features. Always download from official sources to avoid malware.

Method 3: Manual Script Trick (No Software)

If you prefer not to install anything, you can use a simple batch script to create a password-protected folder. This method is not as secure as encryption, but it hides the folder and requires a password to open it.

How To Create A Password Protected Folder With A Script

  1. Open Notepad and paste the following code:
@ECHO OFF
title Folder Locker
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST Locker goto MDLOCKER
:CONFIRM
echo Are you sure you want to lock the folder(Y/N)
set/p "cho=>"
if %cho%==Y goto LOCK
if %cho%==y goto LOCK
if %cho%==n goto END
if %cho%==N goto END
echo Invalid choice.
goto CONFIRM
:LOCK
ren Locker "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
echo Folder locked
goto End
:UNLOCK
echo Enter password to unlock folder
set/p "pass=>"
if NOT %pass%== YourPasswordHere goto FAIL
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Locker
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDLOCKER
md Locker
echo Locker created successfully
goto End
:End
  1. Replace YourPasswordHere with your desired password.
  2. Save the file as locker.bat (make sure the extension is .bat, not .txt).
  3. Double-click the .bat file. It creates a folder named “Locker”.
  4. Move your private files into the Locker folder.
  5. Double-click the .bat file again. Type Y when asked to lock the folder.
  6. The Locker folder disappears. To unlock it, double-click the .bat file and enter your password.

This method is a fun trick, but it is not truly secure. Tech-savvy users can bypass it by viewing hidden files. Use it only for casual privacy, not for sensitive data.

How To Password Protect Folder Windows 10: The Best Method

After reviewing all options, the best method depends on your needs. For most users, third-party software like Wise Folder Hider offers the easiest balance of security and convenience. It gives you a real password lock without technical hassle.

If you prefer a free, no-install solution, the 7-Zip method is reliable. For basic privacy on a shared computer, the built-in EFS encryption works well, but remember it ties to your user account, not a password.

No matter which method you choose, always back up your files. Password protection can sometimes fail, and you do not want to lose important data. Test the method with a dummy folder first to ensure you understand the process.

Frequently Asked Questions

Can I Password Protect A Folder Without Software?

Yes, you can use the manual batch script method described above. However, it is not very secure. For better protection, use built-in encryption or third-party tools.

Does Windows 10 Have A Built-in Folder Password Feature?

No, Windows 10 does not have a direct “set password” option for folders. It offers encryption via EFS, which protects folders based on your user account.

Is It Safe To Use Third-party Folder Lock Apps?

Most reputable apps are safe, but always download from official websites. Avoid unknown sources to prevent malware. Free versions may have limitations, but they work for basic needs.

What Happens If I Forget The Password For A Protected Folder?

With third-party apps, you may be able to reset the master password through the app’s recovery feature. For EFS, you need the encryption certificate backup. Without it, data recovery is very difficult.

Can I Password Protect A Folder On An External Drive?

Yes, most methods work on external drives. For EFS, the drive must be formatted with NTFS. For third-party apps, check the software’s compatibility with external storage.

Final Tips For Keeping Your Folders Secure

Password protecting a folder is just one step. For maximum security, consider these extra practices:

  • Use strong, unique passwords for each method.
  • Enable BitLocker on your entire drive for full encryption.
  • Keep your Windows 10 updated to patch security holes.
  • Do not share your password with anyone you do not trust.
  • Regularly back up important files to a secure location.

Now you know several ways how to password protect folder Windows 10. Choose the method that fits your comfort level and security needs. Start with a simple test folder, and soon you will have your private files safe from prying eyes.

Remember, no method is 100% foolproof. If you have extremely sensitive data, consider using a dedicated encryption tool like VeraCrypt. But for everyday privacy, the options above work great.

Go ahead and try one today. Your files will thank you.