Windows 11 comes with a handy built-in feature that lets you quickly compress files or folders into a ZIP archive — just by right-clicking and selecting Compress to ZIP file. It’s an easy way to package multiple files together or reduce storage size without using third-party tools.
However, some users have reported that the “Compress to ZIP file” option is missing or not working. When they right-click a file or folder, nothing happens — or the option simply doesn’t appear in the context menu.
If you’re facing this issue, don’t worry. In this guide, we’ll walk you through how to fix the “Compress to ZIP file” option not working on Windows 11 with several proven methods.
1. Why the “Compress to ZIP File” Option Stops Working
Before we begin, here are some common causes behind the issue:
- Corrupted Windows Explorer (File Explorer) process.
- Missing or damaged ZIP file handler in Windows.
- File compression features disabled in Windows settings.
- Outdated system files or a Windows bug.
- Third-party compression tools (like WinRAR or 7-Zip) overriding the built-in ZIP function.
2. Restart Windows Explorer
The File Explorer process manages context menus, including the “Compress to ZIP” option. Restarting it can fix temporary glitches.
- Press Ctrl + Shift + Esc to open Task Manager.
- Under the Processes tab, find Windows Explorer.
- Right-click it and choose Restart.
After the desktop reloads, right-click a file or folder again and check if the Compress to ZIP file option appears.
3. Use the Classic Context Menu
Windows 11 introduced a redesigned right-click menu that sometimes hides legacy options. The ZIP feature may still be accessible from the classic menu.
- Right-click the file or folder you want to compress.
- Select Show more options or press Shift + F10.
- Now choose Send to → Compressed (zipped) folder.
If this works, the ZIP functionality is fine — it’s just hidden under the new context menu.
4. Re-enable ZIP File Support in Windows Features
Windows includes built-in ZIP compression support through the Compressed Folder Tools feature. If this is disabled or corrupted, the ZIP option won’t work.
- Press Windows + R, type
optionalfeatures, and press Enter. - In the Windows Features dialog, look for:
- .NET Framework 3.5
- .NET Framework 4.8 Advanced Services
- Make sure both are checked.
- Click OK and restart your computer.
If these frameworks were missing, enabling them often restores the ZIP feature’s functionality.
5. Run the System File Checker (SFC) and DISM
Corrupted system files can break built-in Windows features like ZIP compression. Use SFC and DISM tools to repair them.
- Open Command Prompt as Administrator.
- Type and run these commands one by one:
sfc /scannow dism /online /cleanup-image /restorehealth - Wait for the scan to finish.
- Restart your PC.
After rebooting, check if you can now compress files into a ZIP archive.
6. Re-register the ZIP File Handler
The Windows ZIP handler (zipfldr.dll) controls ZIP compression. If it’s unregistered or damaged, the option may disappear.
- Open Command Prompt as Administrator.
- Run the following command:
regsvr32 zipfldr.dll - Press Enter and wait for a success message.
- Restart your PC and try compressing a file again.
This re-registers the ZIP handler and usually brings the missing option back.
7. Check for File Type Conflicts
If you’ve installed third-party tools like WinRAR, 7-Zip, or PeaZip, they might have overridden Windows’ native ZIP associations.
- Press Windows + I → Apps → Default Apps.
- Scroll down and click Choose defaults by file type.
- Search for .zip in the list.
- Make sure it’s set to File Explorer (not WinRAR or 7-Zip).
Once corrected, restart your PC and try compressing files again.
8. Repair File Explorer Settings
If the context menu or shell commands are broken, resetting File Explorer’s settings may help.
- Open File Explorer.
- Click the three dots (⋯) at the top → choose Options.
- Under the General tab, click Restore Defaults.
- Click Apply → OK.
Now restart your PC and test the ZIP option again.
9. Use the Built-in Compress Command via Command Prompt
If the right-click menu still doesn’t work, you can compress files manually using a built-in PowerShell or Command Prompt command.
Steps (Command Prompt):
- Press Windows + R, type
cmd, and press Enter. - Use the following command syntax:
powershell Compress-Archive -Path "C:\Path\to\file_or_folder" -DestinationPath "C:\Path\to\output.zip"Example:powershell Compress-Archive -Path "C:\Users\Ajoy\Documents\TestFolder" -DestinationPath "C:\Users\Ajoy\Documents\TestFolder.zip"
This will manually compress the selected files into a ZIP archive.
10. Update Windows 11
If you’re running an outdated or buggy build of Windows 11, you may be missing fixes for known compression issues.
- Press Windows + I → Windows Update.
- Click Check for updates.
- Download and install any available updates.
- Restart your PC.
After updating, test the Compress to ZIP file option again.
11. Create a New User Profile
If the issue persists only in your current account, your user profile settings might be corrupted.
- Press Windows + I → Accounts → Other users.
- Click Add account → I don’t have this person’s sign-in information → Add a user without a Microsoft account.
- Create a new local user.
- Log into the new account and test the ZIP option.
If it works, consider transferring your files to the new profile.
12. Use Third-Party Compression Tools (Temporary Fix)
If you need to compress files urgently, you can use reliable third-party tools like:
- 7-Zip (Free and open-source)
- WinRAR
- PeaZip
While you troubleshoot the built-in feature, these tools can create ZIP files and other archive formats easily.
Wrapping Up
If the “Compress to ZIP file” option isn’t working in Windows 11, it’s usually due to a corrupted ZIP handler, broken system files, or context menu issues.
To fix it:
- Restart Windows Explorer.
- Re-register zipfldr.dll.
- Run SFC and DISM scans.
- Check file associations and update Windows.
After applying these fixes, you should be able to right-click any file or folder and create ZIP archives just like before — no third-party apps required.