Windows · Guide
How to Open 7Z Files on Windows 11
Short answer
Recent Windows 11 builds can extract 7Z archives from File Explorer: right-click the file and choose Extract All. If that option is missing or the archive is encrypted, install 7-Zip and use its right-click menu instead.
Requirements
- A Windows 11 PC
- The .7z file you want to open
- The archive password, if it was encrypted
- Optional: 7-Zip, PeaZip, or Bandizip for encrypted or split archives
Steps
1. Try File Explorer first
Right-click the .7z file and look for Extract All. Windows 11 added native 7Z extraction, so on an up-to-date system this is all you need.
2. Choose a destination
Pick a new empty folder rather than your Downloads root, so a multi-file archive does not scatter its contents.
3. Install 7-Zip if Extract All is missing
Download 7-Zip from 7-zip.org, install it, then right-click the archive and choose 7-Zip > Extract to \foldername\.
4. Enter the password if prompted
Encrypted 7Z archives require the password before extraction begins. If file names are also hidden, you will be asked before you can even browse the contents.
5. Check the result
Open the destination folder and confirm the expected number of files. A partial extraction usually means the archive is damaged or a volume is missing.
Alternative methods
1. Use PeaZip
PeaZip opens 7Z with a friendlier interface and can convert the archive to ZIP if you need to forward it to someone without a 7Z tool.
2. Use the command line
With 7-Zip installed, run 7z x archive.7z -oC:\Destination from a terminal to extract without the GUI.
Troubleshooting
Extract All is not in my right-click menu
Your Windows 11 build may predate native 7Z support, or the file association is broken. Installing 7-Zip resolves both cases.
I get a "cannot open file as archive" error
The download is incomplete or corrupted. Re-download it, and if the publisher lists a SHA-256 value, verify it before extracting.
The archive asks for a password I do not have
There is no legitimate way around this. Ask whoever created the archive; encryption on 7Z is AES-256 and is not recoverable.
Only part of the files extracted
Split archives need every volume — .7z.001, .7z.002 and so on — in the same folder. Start extraction from the .001 file.
Frequently asked questions
Is 7Z better than ZIP?
7Z usually compresses smaller and supports encrypted file names. ZIP is more universally supported, so it is the safer choice when sending files to someone else.
Can I open 7Z on a Mac?
Yes, with Keka or The Unarchiver. Finder alone does not handle 7Z.