How to Unzip Files on Windows 11

Windows 11 can natively extract or create ZIP files in File Explorer

by Milan Stanojevic
Milan Stanojevic
Milan Stanojevic
Windows & Software Expert
Milan has been enthusiastic about technology ever since his childhood days, and this led him to take interest in all PC-related technologies. He's a PC enthusiast and he... read more
Reviewed by Alex Serban
Alex Serban
Alex Serban
Windows Server & Networking Expert
After moving away from the corporate work-style, Alex has found rewards in a lifestyle of constant analysis, team coordination and pestering his colleagues. Holding an MCSA Windows Server... read more
Affiliate Disclosure
  • You can unzip files on Windows 11 without WinZip or any other software.
  • More advanced users can unzip their files using the command line.
how to unzip files windows 11

If you don’t know how to unzip files on Windows 11, you might not be able to install certain software or view files sent to you by others in archive format.

This process is incredibly simple to perform, and in today’s guide, we’re going to show you the best ways to do it on Windows 11.

How do I unzip files in Windows 11?

1. Use the context menu

  1. Locate the zip file on your PC and right-click it.
  2. Next, select Extract all.
     
  3. Choose the extract location and click on the Extract button.
  4. Wait for Windows to extract files.

2. Use third-party tools

  1. Download WinZip and install it.
  2. Double-click the zip file you want to extract.
  3. Now click on Unzip to and select the destination folder.

3. Use File Explorer

  1. Double-click the zipped file you want to extract.
     
  2. Select all files and drag them to the desired location.
  3. Alternatively, click on Extract all and choose the extraction directory.

4. Unzip using the command line

Use Command Prompt

  1. Press the Windows key + S and type cmd. Select Run as administrator.
  2. Navigate to the directory that holds the zip file using the cd command.
  3. Run the following command: tar -zxvf WindowsReport.zip -C C:\Users\WindowsReport
  4. This will extract the file to the WindowsReport directory, however, you can change the extract file path as you wish.

Use PowerShell

  1. Press the Windows key + S and enter powershell. Select Run as administrator.
  2. Navigate to the path that has your zip file with the cd command.
  3. Run the following command: Expand-Archive -Path WindowsReport.zip -DestinationPath C:\Users\WindowsReport
  4. Wait while Windows processes the compressed file.

Why can’t I extract a ZIP file on Windows 11?

  • Your archive might be corrupted or improperly downloaded.
  • The destination location might be inaccessible or too long.
  • Temporary bugs with File Explorer.

To see how to fix this problem, visit our guide on what to do if you can’t extract a ZIP file on Windows.

How we test, review and rate?

We have worked for the past 6 months on building a new review system on how we produce content. Using it, we have subsequently redone most of our articles to provide actual hands-on expertise on the guides we made.

For more details you can read how we test, review, and rate at WindowsReport.

Working with archive file formats other than ZIP

Microsoft is working hard to bring support for other archive formats, including RAR, 7Z, TAR, and more. Support for these file types is available to Insiders, and we expect to see it available to the public soon.

For the time being, for best compatibility, you need to use third-party apps for archiving.

You can natively unzip files on Windows 11, however, the support is currently limited, but that will change soon as Windows gets native support for other file archive types.

If you want to take your skills to another level, check our guide on how to extract multiple Zip files. In case you need to work with other file types, our guide on how to open RAR files without WinRAR will provide you with useful information.

 Did we miss your favorite method of unzipping files on Windows 11? If so, share it with us in the comments section.

This article covers:Topics: