⌥+⌃AltPlusCtrl

7-Zip Keyboard Shortcuts

7-Zip's own file manager (7zFM) is a fairly bare-bones two-pane browser, and its shortcut set reflects that simplicity — most of what you'd call 'shortcuts' here are really standard Windows file-manager conventions (F5 to refresh, Delete to remove) applied inside 7-Zip's own window rather than anything unique to archiving specifically. The archive-specific actions — add to archive, extract, test — are more commonly triggered through 7-Zip's right-click shell integration in Windows Explorer than through the standalone file manager for most users, since that's the faster path for a one-off compress or extract task. Inside the 7zFM window itself, though, the navigation shortcuts matter more when you're browsing deep into a nested archive structure without extracting everything first, letting you preview or extract individual files from deep inside a large archive without unpacking the whole thing to disk. Budget-conscious users and IT departments standardizing on free, license-cost-free software for basic archiving needs across an entire organization make up 7-Zip's core audience, and because it handles the two most common real-world needs — creating space-efficient .7z or .zip archives, and extracting almost any archive format you're likely to receive from someone else — reasonably well without a purchase, it remains one of the most widely installed pieces of utility software on Windows machines specifically because there's rarely a compelling reason to pay for something else instead.

Navigation

ActionWindowsMacDescription
Refresh viewF5Refreshes the current folder or archive listing in 7zFM, standard Windows file-manager convention rather than anything archive-specific.
Go up one folder levelBackspaceNavigates up to the parent folder or, if at an archive's root, exits back out to the filesystem location containing the archive.
Select all itemsCtrl+AHighlights everything visible in the current pane, the same select-all convention practically every Windows file manager shares.
Rename selected itemF2Drops the selected file or folder into an editable name field right inside 7zFM, using the same F2 convention Windows uses everywhere else.
View item propertiesAlt+EnterOpens a properties panel for the selected file showing size, compressed size, and modification date, useful for checking compression efficiency on a specific file within an archive.

Archive Actions

ActionWindowsMacDescription
Extract selected itemsF5 (in archive context, varies) or toolbar ExtractExtracts the selected files or folders from the currently open archive to a chosen destination on disk.
Add files to archiveF6 (varies) or toolbar AddOpens the Add to Archive dialog for compressing selected files, letting you choose format (.7z, .zip), compression level, and optional password encryption.
Delete selected itemsDeleteRemoves the selected files from an archive (rewriting it without them) or, outside an archive, deletes them from disk to the Recycle Bin.
Test archive integrityToolbar Test button (no default key)Runs a checksum verification pass across the archive's contents without actually unpacking anything to disk, the quick way to catch a corrupted download before you build a workflow around files that turn out to be broken.

Shell Integration

ActionWindowsMacDescription
Right-click 'Add to archive' (shell)Right-click file(s) > 7-Zip > Add to archiveThe most commonly used entry point for compressing files day to day, triggered from Windows Explorer's context menu rather than 7-Zip's own window, since it skips opening the file manager entirely for a one-off task.
Right-click 'Extract Here' (shell)Right-click archive > 7-Zip > Extract HereExtracts an archive's contents directly into its current folder without prompting for a destination, the fastest path for a quick one-off extraction.

Frequently Asked Questions

Does 7-Zip have true global keyboard shortcuts, or mostly standard Windows conventions?

Mostly the latter — 7zFM's own window uses standard Windows file-manager shortcuts (F5 refresh, Delete, Ctrl+A) rather than a large custom shortcut vocabulary specific to archiving. The archive-specific actions that matter most day to day (add, extract) are more commonly triggered through the right-click shell menu than a dedicated keyboard shortcut.

Can I open a .rar file with 7-Zip, or only .7z and .zip?

7-Zip can extract from RAR archives (read-only), along with a long list of other formats including TAR, ISO, and CAB, but it cannot create new RAR archives, since that format's compression algorithm is proprietary to WinRAR's developers.

Is there a way to set a custom keyboard shortcut for 'Add to archive' without going through the right-click menu?

7-Zip itself doesn't offer a built-in global hotkey system for triggering archive actions system-wide; achieving that typically requires a third-party hotkey/macro tool (like AutoHotkey) configured to simulate the right-click context menu action, since it's not a feature 7-Zip exposes natively.

Why does 7-Zip's own .7z format compress smaller than ZIP for the same files?

The .7z format uses more advanced compression algorithms (commonly LZMA or LZMA2) that generally achieve better compression ratios than the older DEFLATE algorithm ZIP traditionally uses, at the cost of somewhat slower compression and decompression speed — a reasonable trade-off for archival storage where file size matters more than instant access speed.

Can 7-Zip password-protect archives, and is the encryption considered strong?

Yes, .7z archives support AES-256 encryption when password-protected, which is considered cryptographically strong, though as with any password-based encryption, the real-world security depends heavily on choosing a genuinely strong password rather than the encryption algorithm itself being the weak link.

Does 7-Zip support command-line usage for scripting archive operations?

Yes — 7-Zip includes a command-line version (7z.exe) alongside the graphical file manager, which is commonly used in scripts and automated backup processes for compressing or extracting files without any GUI interaction at all, operating independently of the keyboard shortcuts covered above which apply specifically to the graphical 7zFM interface.

Why does 7-Zip sometimes take noticeably longer to compress the same files than a competing tool?

Higher compression levels and the LZMA2 algorithm used by the .7z format trade compression speed for a smaller resulting file size, so a slower compression time is often the direct cost of achieving better space savings — adjusting the compression level setting downward in the Add to Archive dialog trades some of that space efficiency back for faster processing if speed matters more for a particular task.

Does 7-Zip support splitting a large archive into multiple smaller volume files?

Yes — set a size limit in the Add to Archive dialog's split-to-volumes field and 7-Zip breaks the output into sequentially numbered .001, .002, and so on parts, which it stitches back together transparently the moment you extract from the first volume, provided the rest are sitting alongside it.

Does 7-Zip support extracting a password-protected archive without a shortcut for entering the password?

There's no dedicated shortcut for password entry since it's an inherent part of the extraction dialog itself — attempting to extract or open a password-protected archive automatically triggers a password prompt, and typing the correct password there is the only way through regardless of which shortcut initiated the extraction in the first place.