Extracting a password-protected ZIP (and what to do if you forgot the password)
Step-by-step extraction across Windows, macOS, and Linux — plus realistic options when the password is lost.
Windows
- Right-click in Explorer and choose Extract All.
- Enter the password when prompted.
- If non-ASCII filenames corrupt, extract with 7-Zip instead.
macOS
- Double-click to launch the built-in Archive Utility.
- Enter the password when prompted.
- For Japanese or other non-ASCII names, prefer The Unarchiver.
Linux
unzip -P "password" archive.zip
Lost the password
- ZipCrypto (legacy) archives can sometimes be cracked with
fcrackzipgiven a wordlist. - AES-256 ZIPs are effectively unrecoverable.
- The real answer is password manager hygiene — not brute force.