How to Unlock a Password-Protected ZIP File in 2026

·
11 min read

Online Tech Tips is reader-supported. We may earn a commission when you buy through links on our site. Learn more.

You’ve got a ZIP file sitting right there on your desktop, and you can’t get into it because you’ve forgotten the password. It happens to the best of us. You zipped up some important files months ago, added a password for security, and now that password is completely gone from your memory. Frustrating doesn’t even cover it.

The good news is that there are tools that can help you recover a forgotten ZIP password, but here’s the honest truth upfront: whether they actually work depends heavily on how the ZIP was created and how strong the password was. In this guide, you’ll learn exactly what’s realistic in 2026, which tools are worth trying, and what to do when recovery just isn’t going to happen.

⚠️ Important: Only attempt password recovery on ZIP files you own or have explicit authorization to access. Using these tools on someone else’s files without permission is illegal in most places.

What’s Actually Possible in 2026?

Before you spend hours running recovery tools, it’s worth understanding what you’re actually up against. Not all ZIP files are created equal, and the type of encryption used makes a massive difference.

  • ZipCrypto (legacy encryption): This is the old, weak encryption that older versions of Windows and some archiving tools used by default. It’s considered broken by modern standards, and recovery tools can crack it relatively quickly.
  • AES-128 or AES-256 (modern encryption): This is what tools like 7-Zip use today, and it’s a completely different story. AES, short for Advanced Encryption Standard, is the industry-standard encryption used by governments, banks, and security software alike. If your ZIP uses AES with a long, random password, no tool on earth is going to crack it in any reasonable timeframe. Even with GPU-accelerated cracking, where your graphics card does the heavy lifting, a strong AES password is essentially uncrackable.

The bottom line: if you used a short, simple password, like your dog’s name or a 4-digit PIN, there’s a decent chance a recovery tool can find it. If you used a long, random password with a mix of characters, you’re probably out of luck. Sorry.

Before You Start: Check the Encryption Type

The first thing to do is figure out what type of encryption your ZIP file uses. The free tool 7-Zip can tell you this in seconds.

If you don’t already have 7-Zip installed, grab it from the official site at 7-zip.org. It’s completely free.

On Windows 10/11

  1. Right-click the ZIP file. On Windows 11, you may need to click Show more options first to see the classic context menu.
  1. Hover over 7-Zip and select Open archive.
Windows 11 right-click context menu showing Show more options and the 7-Zip submenu with Open archive highlighted
  1. Once the archive is open in 7-Zip, click on a file inside the archive (don’t extract it yet).
  1. Look at the bottom status bar or press Alt + Enter to open file properties. This will show you the encryption method (e.g., AES-256 or ZipCrypto).
7-Zip archive window showing file properties with encryption method listed as AES-256

If it says ZipCrypto, you’re in luck, as recovery tools handle this much faster. If it says AES-256, recovery is only realistic if the password was short and simple.

Method 1: Try the Obvious Passwords First

Before firing up any software, spend five minutes thinking through passwords you commonly use. This sounds too simple, but it works surprisingly often. Try:

  • Your most common passwords from that time period
  • The name of the project or files inside the ZIP
  • Your name, birthday, or phone number (bad passwords, but people use them)
  • The word “password”, seriously, try it
  • The filename itself

If you know you used a pattern, like always starting passwords with a capital letter and ending with a number, write that down. You’ll need it if you move on to a recovery tool.

Method 2: Use a GUI Password Recovery Tool

If manual guessing doesn’t work, a dedicated password recovery tool is your next option. These programs automate the guessing process, trying thousands (or millions) of passwords per second using several different strategies.

Types of Attacks These Tools Use

  • Dictionary attack: The tool tries every word from a built-in wordlist, plus common variations. Fast, and works great if someone used a real word as their password.
  • Mask attack: You tell the tool what you remember about the password, like “it starts with a capital S and is 8 characters long,” and it only tries combinations that match that pattern. Much faster than a full brute-force.
  • Brute-force attack: The tool tries every possible combination of characters. Guaranteed to work eventually, but “eventually” can mean years for anything longer than 6-8 characters.

Elcomsoft Archive Password Recovery

Elcomsoft Archive Password Recovery is one of the most capable tools available for recovering passwords from ZIP, RAR, ACE, and ARJ archives. It supports all the attack types above and gives you detailed control over each one.

The Standard version runs $49.99 and handles most situations. The Pro version ($99) adds support for enhanced AES-encrypted WinZip archives and an additional recovery method called Password from Keys.

Here’s how to use it:

  1. Download and install Elcomsoft Archive Password Recovery from the official site.
  1. Click Open and select your ZIP file.
Elcomsoft Archive Password Recovery main interface with Open button highlighted and a ZIP file loaded
  1. Before running anything, click the Benchmark button. This checks the encryption type and gives you a realistic estimate of how long recovery will take with your current settings.
Elcomsoft benchmark results window showing estimated recovery time for AES-256 encrypted ZIP
  1. Start with a Dictionary attack. Select it from the Type of Attack dropdown, then click the Dictionary tab to configure your wordlist. It’s much faster than brute-force and worth trying first.
Elcomsoft Archive Password Recovery with Dictionary attack selected and dictionary tab configuration visible
  1. If dictionary doesn’t work and you remember anything about the password, switch to Mask attack. For example, if you know the password starts with “x” and is 7 characters long, enter x?????? in the Mask box on the Range tab.
  1. As a last resort, try Brute-force. Click the Length tab and set the maximum password length. Start low (4-6 characters) and work up. Check All Printable characters only if needed, as it dramatically increases the time required.
Elcomsoft Archive Password Recovery brute-force settings showing Length tab with maximum password length configured and character set options
  1. Click Start and let it run. If it finds the password, a dialog box will pop up showing the recovered password.
Elcomsoft Archive Password Recovery showing successful password recovery dialog with the recovered password displayed

Pro tip: Run this on the fastest computer you have access to. The more password attempts per second, the better your chances, and GPU acceleration (if supported by your hardware) can speed things up significantly.

Passware Kit Standard

Passware Kit Standard is another solid option, and it’s a bit more beginner-friendly. It walks you through the process with a wizard-style interface.

  1. Install Passware Kit Standard and open it.
  1. Click Recover File Password and select your ZIP file.
Passware Kit Standard main interface with Recover File Password option highlighted
  1. Choose Run Wizard if you know anything about the password (like it only contains letters, or it’s a certain length). The wizard narrows down the search based on your answers.
Passware Kit Standard wizard showing password hint questions about character types and length
  1. If you have no idea what the password might be, choose Use Predefined Settings. This automatically runs a series of attacks from fastest to slowest, so you don’t have to configure anything manually.
Passware Kit Standard showing predefined attack settings with the list of attack types queued up
  1. For full control, choose Advanced: Customized Settings. You can pick individual attack types from a list and queue them up in whatever order you want.
Passware Kit Standard advanced customized settings showing attack type list with brute-force and dictionary options
  1. Click Start Recovery and monitor the progress. If it cracks the password, it’ll display it on screen.
Passware Kit Standard actively running password recovery showing progress bar and attempts per second counter

Method 3: Advanced Tools (For Technical Users)

If you’re comfortable with the command line, open-source tools like Hashcat and John the Ripper are the gold standard for serious password recovery. They’re free, support GPU acceleration, and handle ZIP formats including AES-encrypted archives.

The general workflow looks like this:

  1. Extract a hash (a fingerprint of the encrypted password data) from your ZIP file using a utility like zip2john.
  1. Feed that hash into Hashcat or John the Ripper.
  1. Run your chosen attack (dictionary, mask, or brute-force) against the hash.

These tools have a steeper learning curve than the GUI options above, but they’re significantly faster, especially if you have a modern GPU. Search for “hashcat zip password recovery” or “john the ripper zip” to find current tutorials, since the exact commands change with version updates.

When Recovery Isn’t Going to Work

Here’s the honest part: if your ZIP file was created with AES-256 encryption and the password was longer than 10-12 characters with a mix of letters, numbers, and symbols, no tool is going to crack it in any practical timeframe. We’re talking years, or longer, even with powerful hardware.

In that case, here are a few last-ditch options to try before giving up:

  • Check your password manager: If you use LastPass, 1Password, Bitwarden, or any similar tool, search it for the filename or any keywords related to the ZIP.
  • Search your email: Did you send the password to someone, or email it to yourself? Search your inbox for the filename.
  • Check old notes: Sticky notes, text files on old computers, notebooks. People write passwords down more often than they admit.
  • Ask the sender: If someone else created the ZIP and sent it to you, just ask them for the password again. Simple, but effective.

Why Password-Protected ZIPs Are Getting Blocked in 2026

One more thing worth knowing: if you’re trying to send or receive a password-protected ZIP via email, you might run into a wall that has nothing to do with forgetting the password. Many email providers, corporate firewalls, and security tools now automatically block or quarantine password-protected ZIP files, because security scanners can’t inspect the encrypted contents, which makes them a favorite delivery method for malware.

Some organizations have gone even further and explicitly refuse them entirely. If you’re running into this problem at work, the solution isn’t to crack anything. Use a different sharing method altogether:

  • Cloud storage with access controls: Share files via OneDrive, Google Drive, or iCloud with a shared link instead of an encrypted attachment.
  • Secure file-sharing services: Many business-focused services offer encrypted sharing with identity-based access control, link expiration, and revocation.
  • 7-Zip with AES-256 and a stored passphrase: If you genuinely need an encrypted archive, use 7-Zip to create a .7z file with AES-256 encryption, and store the passphrase in a password manager so you never lose it again.

Tips and Troubleshooting

Common Issues

Problem: The recovery tool says “unsupported archive” or crashes immediately

This usually means the tool doesn’t support AES-encrypted ZIPs and only handles the older ZipCrypto format. Check the tool’s documentation to confirm it supports AES, and if not, switch to one that does (Elcomsoft and Passware both handle AES).

Problem: The tool is running but making no progress after hours

This is normal with brute-force attacks on AES-encrypted files with longer passwords. Try switching to a dictionary attack or a mask attack if you remember anything about the password. If you’re already on brute-force with no other options, the honest answer is that recovery may not be feasible.

Problem: I can see the filenames inside the ZIP but can’t extract them

This is actually expected behavior. Many ZIP tools encrypt the file contents but not the metadata, so filenames, file sizes, and timestamps are visible even without the password. The contents are still protected. If you need to hide filenames too, you need an archiver that supports header encryption (7-Zip’s .7z format with the “Encrypt file names” option enabled).

Problem: Windows says there’s no password option when I try to create a ZIP

That’s because Windows’ built-in ZIP tool doesn’t support password protection at all. You’ll need a third-party tool like 7-Zip to create password-protected archives.

Pro Tips

  • Always run recovery on your fastest machine: More processing power means more password attempts per second. If you have a relatively modern GPU, look for tools that support GPU acceleration, as it can be orders of magnitude faster than CPU-only cracking.
  • Start with dictionary attacks: They’re dramatically faster than brute-force and work surprisingly often, since most people use real words or simple variations as passwords.
  • Use what you know: Even partial information about a password, such as the length, the first character, or whether it contains numbers, can turn a weeks-long brute-force into a hours-long mask attack.
  • Avoid online ZIP crackers for sensitive files: There are websites that claim to crack ZIP passwords online. Even if they work, you’d be uploading your encrypted archive, and potentially its contents, to a stranger’s server. Not worth the risk for anything sensitive.

Wrapping Up

If you’ve been struggling with a locked ZIP file, the tools above give you a real shot at getting back in, as long as the password wasn’t too long or too complex. Start with Elcomsoft Archive Password Recovery or Passware Kit Standard for a user-friendly experience, or go with Hashcat if you’re comfortable on the command line and want maximum speed. Just remember: a short, simple password on a ZipCrypto archive is very recoverable, while a long, random password on an AES-256 archive is a different story entirely.

Going forward, the best way to avoid this headache is to store archive passwords in a password manager the moment you create them, and consider whether a password-protected ZIP is even the right tool for what you’re trying to do. Cloud sharing with access controls is often a better, safer choice in 2026.