How to Create a Password-Protected ZIP on Windows
File Explorer's Compress to ZIP File has no password option, and neither does PowerShell's Compress-Archive, so Windows can't lock a ZIP by itself. File Acture's Create ZIP packs files and folders into a ZIP encrypted with AES-256, which the recipient opens with File Acture, 7-Zip, WinRAR or WinZip.
Updated September 24, 20265 min read
By the File Acture team
You need to send a folder of scans to your accountant, or keep personal documents on a shared drive. A ZIP with a password is the most portable way to do it, since it opens on Windows PCs and Macs alike. The catch is that Windows makes a ZIP in one click but can't lock it.
When do you need a password-protected ZIP?
Use an encrypted ZIP when several files must travel together and only the right person should open them.
Email attachments, links to shared cloud folders and USB sticks all leave copies in places you don't control. A single encrypted ZIP keeps documents, photos and spreadsheets together under one password, and the person receiving it can open it on Windows or a Mac.
Can you password-protect a ZIP in File Explorer?
No. Right-click a file or folder and choose Compress to > ZIP File (on Windows 10, Send to > Compressed (zipped) folder), and you get an ordinary ZIP with no password option. Windows 11 24H2 can also make 7z and TAR archives from the same menu, with format, method and level under Additional options, but still without a password or encryption. PowerShell's Compress-Archive has no password setting either.
EFS, the Encrypt contents to secure data option in a file's advanced properties on Windows Pro, only protects files on your own PC. Microsoft's own help warns that encrypted files added to a zipped folder come out unencrypted when they're unzipped, so EFS can't protect a file you send.
What about 7-Zip and ZipCrypto?
Free archivers such as 7-Zip can add a password, but for the ZIP format 7-Zip uses ZipCrypto unless you set Encryption method to AES-256. ZipCrypto is the traditional ZIP encryption, and it falls to known-plaintext attacks: if someone can guess part of one file, they can recover the contents without the password. File Explorer opens ZipCrypto ZIPs, which makes them convenient but not safe.
How to create an AES-256 encrypted ZIP with File Acture
File Acture's Create ZIP packs any mix of files and folders into one ZIP and, with Protect with a password turned on, encrypts every file with AES-256.
Under Archive, type an Archive name and choose a Compression level: Normal, Maximum or None (fastest). Turn on Protect with a password, then type the password in Password and Confirm password.
Folders keep their structure, including empty ones. Symbolic links are skipped rather than followed, and very large files are stored in ZIP64 format. The ZIP is saved to the folder you pick under Save to, and it only appears once it's complete, so you never find a half-written archive.
Which ZIP compression level should you choose?
Normal suits most archives, Maximum squeezes out a little more at the cost of time, and None (fastest) stores the files without compressing them.
Documents, spreadsheets and text shrink well in a ZIP. Photos, videos and PDFs are already compressed, so they barely change, and None (fastest) packs them quickly with exactly the same protection. The password and the AES-256 encryption work the same at every level.
What an encrypted ZIP does and doesn't hide
An encrypted ZIP locks the contents of every file, but the file names inside stay readable to anyone who opens the archive, with or without the password.
- Rename sensitive files before zipping if the names themselves give something away.
- Use a long passphrase and send it separately from the ZIP, for example by text message.
- Check the recipient's app. File Explorer can't extract AES-256 ZIPs, so the person receiving it needs File Acture, 7-Zip, WinRAR or WinZip on Windows, or File Acture or Keka on a Mac.
- Clean photos first. Pictures in the ZIP still carry their GPS position, so remove location data before you pack them.
- One PDF? Protect the PDF itself with AES-256, so it opens in any PDF app with the password.
How to open a password-protected ZIP on Windows
To open an AES-256 ZIP on Windows, add it to File Acture's Extract Archive, type the password and click Extract.
Extract Archive also opens ZIPs protected with the older ZipCrypto scheme, as well as 7z and TAR archives. Each archive is unpacked into a new folder, and entries that try to write outside it are refused.
Why not add a password online?
Online tools that add a password to a ZIP need your unencrypted files first, which defeats the purpose. File Acture encrypts on your PC, so the files never leave it before they're locked. The free version takes up to 5 items per run, with 3 runs on each PC; see pricing for Pro.
How to create a password-protected ZIP with File Acture
- 1
Add files and folders
Choose Create ZIP and drag in files and folders, or click Choose Files….
- 2
Name the archive
Under Archive, type an Archive name and pick a Compression level.
- 3
Turn on the password
Switch on Protect with a password.
- 4
Set the password
Type it in Password and again in Confirm password.
- 5
Create the ZIP
Click Create ZIP, then send the password separately from the file.
Make AES-256 encrypted ZIPs from files and folders, right on your PC.
Free to try · runs on your PC
| Method | Encryption | What the recipient needs | Catch |
|---|---|---|---|
| File Explorer, Compress to > ZIP File | None | Nothing extra | No password option |
| EFS, Encrypt contents to secure data | On your own PC only | Nothing, copies leave unencrypted | Doesn't travel with the file |
| 7-Zip, ZIP with the default method | ZipCrypto | Nothing extra, File Explorer opens it | Weak against known-plaintext attacks |
| File Acture Create ZIP | AES-256 | File Acture, 7-Zip, WinRAR or WinZip | File names stay visible, as in any ZIP |
Questions
Can I password-protect a ZIP on Windows without extra software?
No. File Explorer's Compress to ZIP File and PowerShell's Compress-Archive have no password option. For AES-256 you need an app such as File Acture, or 7-Zip with AES-256 chosen as the encryption method.
Why can't File Explorer open my password-protected ZIP?
File Explorer extracts ZIPs protected with the old ZipCrypto scheme, but not AES-256 ones. Open those with File Acture, 7-Zip, WinRAR or WinZip.
Is ZipCrypto secure?
Not for sensitive files. It's open to known-plaintext attacks that can recover the contents without the password.
Can a Mac open an AES-256 ZIP made on Windows?
Yes, with File Acture or Keka. Check that the recipient has one of them before you send the file.
Are file names hidden in an encrypted ZIP?
No. ZIP encryption covers the contents of the files, not their names, so rename sensitive files first.