Open Archive Tool

How to Open Password Protected ZIP Files

Open encrypted ZIP files on any platform. You need the password — here's how to enter it on every device.

How ZIP Passwords Work

A password-protected ZIP encrypts the file contents so they can't be read without the password. Modern ZIPs use AES-256 encryption (the same standard used by banks). Important: the file names and folder structure are usually visible even without the password. Only the file contents are encrypted. You need the correct password to extract the files. There's no way around this — that's the point of encryption.

Opening Password-Protected ZIPs

Windows: • Double-click the ZIP in File Explorer → try to extract → you'll be prompted for the password • If Windows fails (AES encryption), use 7-Zip: right-click → 7-Zip → Extract Here → enter password Mac: • Double-click may work for ZipCrypto encryption • For AES-encrypted ZIPs: use Terminal: unzip -P password file.zip • Or use The Unarchiver app Browser: • tarpanda — password-protected ZIP support coming soon iPhone/Android: • Most built-in file managers prompt for the password • If they fail, use a browser-based tool

Forgot the Password?

If you forgot the password: • Check your email — the sender may have included it in a separate message • Try common passwords you use • Check if the download page mentions a password • Password recovery tools exist but are extremely slow for AES-256 encryption For modern AES-256 encrypted ZIPs, brute-force recovery is effectively impossible. The encryption is designed to prevent exactly this.

Try it now — free in your browser

No download. No signup. Your files never leave your device.

Open Archive Tool

Frequently Asked Questions

If you know the password: extract the files, then create a new ZIP without a password. If you don't know the password: no, that's the point of encryption.

macOS Archive Utility only supports the older ZipCrypto encryption. If the ZIP uses AES-256 encryption (common today), Archive Utility silently fails. Use The Unarchiver or Terminal instead.

No. ZipCrypto is the legacy ZIP encryption method and is considered broken — it can be cracked in minutes. Always use AES-256 for real security.