How to password protect a folder in Windows 10
Keep your folders safe and secure in Windows 10 using password protection
We all have computer files we'd like to protect and keep completely private, but not everyone knows how to password-protect a file folder in Windows 10. Whether you're hiding notes from someone (spouse, child, co-worker) with access to your computer or (hopefully) something less drastic, you're allowed to have some privacy.
Fortunately, in Windows 10, you can securely protect your private documents or files in a secret folder that is password protected, and you can do it without buying any additional software. Once you've created a new folder in Windows 10, here's how to password-protect it. You can never be too careful when it comes to privacy.
A note before you start:
We've received comments about issues people have run into with this how-to. So, we went back and performed multiple rounds of testing internally and can now confirm that following this process closely, step-by-step, works — at least on our end.
But to be safe, you should try this how-to using files you can afford to lose, just in case the method doesn't work for you. Also, ensure you're keeping some record of the exact password you're using to lock your folder.
Please Note: If you lose the password, your files are gone, and since every computer is different, we can't deduce exactly what went wrong on your end.
Also, yes, the FolderLocker file can be reverse-engineered by someone who understands the process, but this isn't meant to keep tech-savvy folks out, just nosy family members who you don't trust.
Not every deal is worth a squeal. Get only the good stuff from us.
The deal scientists at Laptop Mag won't direct you to measly discounts. We ensure you'll only get the laptop and tech sales that are worth shouting about -- delivered directly to your inbox this holiday season.
Tips from readers:
- Do not use a password with a space, as this may create an issue with the batch file.
- Yes, files placed in your locked folder can appear in Recent Files list in various apps, such as Microsoft Word.
- Back up your backups! Here's how to change your password in Windows 10
Here's how to password protect a folder in Windows 10, so you can fill it with files you want to keep secret — and how to lock it, open it and repeat.
How to lock a folder with a password in Windows 10
1. Right-click inside the folder where the files you want to protect are located. The folder you want to hide can even be on your desktop.
2. Select "New" from the contextual menu.
3. Click on "Text Document."
4. Hit Enter. It doesn't matter what the file will be named. You can delete this text file once the lockable folder has been made.
5. Double-click the text file to open it.
6. Paste the below text into the new document:
cls
@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 u 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%==Your-Password-Here 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
7. Find where it says "Your-Password-Here" in the document.
8. Replace "Your-Password-Here" with the password you want to lock the folder with.
9. Click File.
10. Select "Save As..."
11. Click on the "Text Documents (*.txt)" menu bar that's next to "Save as type:"
12. Select "All Files"
13. Change the file name to "FolderLocker.bat"
14. Click "Save."
15. Double-click FolderLocker.
The Locker folder has been generated!
16. Fill the Locker folder with the items you want to protect.
17. Open the FolderLocker file, because it's time to lock that folder up!
18. Type "Y" into the screen.
19. Click Enter, and the Folder Locker window will disappear, along with the Locker folder itself. Your secrets are now safe.
To unlock the folder, double-click "FolderLocker" to open it.
Enter the password you entered in Step 8, and click Enter.
The Locker folder is back. You can open it to find your hidden files. Repeat Steps 17, 18 and 19 to lock the folder again.
To learn more about how to make use of your laptop, check out our guide for what to do as you set up your new laptop. We've also got instructions if you're trying to figure out how to reset Windows 10 PCs and how to reset your password in Windows 10. Lastly, tired of Windows? We've got a guide that answers the relatively new question of "Should I Buy a Chromebook?"
If you find yourself running into serious Windows issues, you might need to take advantage of that extended warranty and give tech support a jingle. Check out our Tech Support Showdown to see how each laptop manufacturer stacks up on the back end.
Windows 10 Security and Networking
- Use the Windows 10 parental controls
- Find your MAC address
- Turn your Windows PC into a Wi-Fi hotspot
- Password protect a folder
- Create a guest account in Windows 10
- Enable windows Hello fingerprint login
- Set up Windows Hello facial recognition
- How to restrict Cortana's ever-present listening in Windows 10
- Automatically lock your PC with Dynamic Lock
- Blacklist non-Windows Store apps
- Find saved Wi-Fi passwords
- Set up a metered Internet connection
- Use Find My Device
- Stream XBox One games
- All Windows 10 tips
- Map a network drive
- Create limited user accounts
- Set time limits for kids
- Pin people to your taskbar