How to Open 7z Files on Mac, Including Password-Protected Ones
Recent versions of macOS extract a plain 7z file when you double-click it, and the tar command in Terminal can too. For password-protected 7z archives, or to unpack several archives safely in one run, File Acture's Extract Archive opens 7z, ZIP, TAR and GZ files, including AES-256 encrypted ones.
Updated September 23, 20265 min readTested with File Acture 1.0.9 on macOS 26
By the File Acture team
7z is the format of 7-Zip, the free archiver many Windows users rely on. It compresses well, so you'll meet it in downloads, datasets and files from Windows colleagues. On a Mac, how easy it is to open depends on your macOS version and on whether the archive has a password.
What is a 7z file?
A 7z file is an archive made with 7-Zip, usually compressed with LZMA or LZMA2 and optionally encrypted with AES-256.
Like a ZIP, it bundles files and folders into one file. It often packs them smaller, and its encryption can hide the file names as well as the contents, which ZIP can't. That extra protection is also why some extractors can't open every 7z you receive.
How to open a 7z file on a Mac without extra apps
On recent versions of macOS, double-clicking a .7z file opens it in Archive Utility, which extracts it into a folder next to the archive.
If your Mac says it can't open the file, Terminal can: type tar -xf followed by a space, drag the archive onto the Terminal window and press Return. The tar command that ships with macOS reads 7z archives and extracts them into the current folder, which is your home folder in a new Terminal window.
Neither route can extract a password-protected 7z archive. For those, and for archives you don't fully trust, you need an extractor that handles 7z encryption.
How to extract 7z, ZIP and TAR files with File Acture
File Acture's Extract Archive unpacks 7z, ZIP, TAR and gzip archives (.tar.gz, .tgz and .gz), with or without a password.
For encrypted archives, type the password in the Password field. File Acture opens 7z archives encrypted with AES-256, including those whose file names are hidden, and ZIPs encrypted with AES or the older ZipCrypto. It checks the file's contents rather than trusting its extension, so a 7z archive saved with a .zip name still extracts, and you can unpack several archives in one run.
Each archive becomes a new folder in Downloads › File Acture, or next to the archive if you choose Same folder as original. When everything sits in one top-level folder, that folder is the result; otherwise the folder is named after the archive. Mac clutter such as __MACOSX folders and ._ files is skipped.
How to see what's inside a 7z file
To list a plain 7z archive's contents without extracting it, type tar -tf followed by a space in Terminal, drag the archive onto the window and press Return.
Archive Utility doesn't show a preview; it just extracts. File Acture doesn't list contents either: Extract Archive unpacks the whole archive into a new folder, which you can open with Show in Finder and delete if it isn't what you wanted.
Are 7z files safe to open on a Mac?
An archive can't run anything by itself, but a crafted one can try to write files outside the folder you extract to, or unpack into far more data than it looks like.
File Acture refuses archives whose entries point outside the destination with absolute paths or .. steps, skips symbolic links, never applies set-user-ID permissions, and stops an extraction that would grow past roughly 50 GB or 200,000 entries. Everything is unpacked into a hidden staging folder first, so a damaged or cancelled archive leaves nothing half-extracted. And unlike an online extractor, it never uploads the archive.
What File Acture can't open
File Acture doesn't open RAR archives, and it reads tar archives only when they're uncompressed or compressed with gzip.
- RAR files are skipped when you add them; you need a RAR-capable app for those.
- .tar.bz2 and .tar.xz aren't supported, but Archive Utility opens them.
- Wrong password? You'll see “The password is incorrect.” and nothing is extracted.
- Creating 7z: File Acture makes ZIPs, not 7z. To send files back securely, create an AES-256 ZIP, which 7-Zip opens too, or password-protect a PDF if it's a single document.
- Batches: the free version extracts up to 5 archives per run, with 3 runs on each Mac; see pricing for Pro.
How to open a 7z file with File Acture
- 1
Add the archives
Choose Extract Archive in the sidebar and drag in your .7z, .zip, .tar or .gz files, or click Choose Files….
- 2
Enter the password
If an archive is encrypted, type its password in Password. Leave it empty for archives without one.
- 3
Pick a folder
Under Output, choose where the folders go with Save to.
- 4
Extract
Click Extract, then Show in Finder to open the new folder.
Open 7z, ZIP and TAR archives, passwords included.
Free to try · macOS 14 or later
| Method | Plain 7z | Password-protected 7z | Other formats |
|---|---|---|---|
| Archive Utility, recent macOS | Yes | No | ZIP, TAR, GZ, BZ2, XZ and more |
| tar -xf in Terminal | Yes | No | ZIP, TAR, GZ, BZ2, XZ and more |
| File Acture Extract Archive | Yes | Yes, AES-256 | ZIP (including AES), TAR, TAR.GZ, GZ |
Questions
Can a Mac open 7z files without extra apps?
Recent versions of macOS can: Archive Utility extracts plain 7z files, and so does tar -xf in Terminal. Neither can extract a password-protected 7z.
How do I open a password-protected 7z file on a Mac?
Add it to File Acture's Extract Archive, type the password in the Password field and click Extract. AES-256 encrypted 7z archives are supported, including ones with hidden file names.
Why won't my 7z file open on my Mac?
Check three things: whether the archive has a password, whether your macOS version opens 7z in Archive Utility, and whether the download finished. File Acture handles the first two; a damaged file needs a fresh download.
Can File Acture open RAR files?
No. File Acture extracts 7z, ZIP, TAR and gzip archives, but not RAR.
Where do the extracted files go?
Into a new folder in Downloads › File Acture, or next to the archive if you choose Same folder as original under Save to.
Can File Acture create 7z files?
No, it creates ZIP files. With a password they use AES-256, which 7-Zip on Windows opens as well.