FileHint

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.

By FileHint editorial teamSupervised by Netwiz LLCEditorial policy

Windows

  1. Right-click in Explorer and choose Extract All.
  2. Enter the password when prompted.
  3. If non-ASCII filenames corrupt, extract with 7-Zip instead.

macOS

  1. Double-click to launch the built-in Archive Utility.
  2. Enter the password when prompted.
  3. 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 fcrackzip given a wordlist.
  • AES-256 ZIPs are effectively unrecoverable.
  • The real answer is password manager hygiene — not brute force.

Related extensions

References