How to Unzip a Zipped Folder on Windows 11

Share
In this tutorial, we'll learn how to unzip a zipped folder on Windows 11, meaning we'll extract the files contained inside the zipped folder to a normal folder in the filesystem.

To extract files from a zipped folder on Windows 11, follow the following steps:

1: navigate to the location where the zipped folder is.

2: right click on the zipped folder to display its context menu.

A context menu appearing over a zipped folder's icon in Window's file explorer. Its items are: Cut, Copy, Rename, Share, Delete, Open, Open with, Open in a new tab, Open in a new window, Share, Extract All..., Pin to Start, Add to Favorites, Compress to..., Copy as path, Properties, Edit with Notepad++, Show more options.
The context menu that appears when you right click on a zipped folder on Windows 11.

3: click on the option Extract All... in the context menu. A dialog window will appear asking where to extract the files.

Note: as there are many formats of zipped folders, whether this option appears or not depends on the support for the format. Past versions of Windows only supported .zip, but Windows 11 seems to support .7z, .rar, and even .tar.gz archives.

A dialog window titled "Extract Compressed (Zipped) Folders." A subtitle reads: Select a Destination and Extract Files. A field is labelled: Files will be extracted to this folder: under it a text box with the filepath "C:\Users\en\Documents\New Compressed (zipped) folder)." At its right a "Browse..." button. Below a checked checkbox labelled "Show extracted files when complete." The dialog has two buttons: Extract and Cancel.
The dialog window that appears when you click on the "Extract All..." option of a zipped folder on Windows 11.

4: select where to extract the files under "Files extracted to this folder:".

By default, they will be extracted to the same folder where the zipped folder is, to a newly created subfolder that has the same filename as the zipped folder excluding the file extension. For example, if the zipped folder's filepath is C:\photos.zip, the default value will be the filepath (folder path) C:\photos. If the folder C:\photos doesn't exist, it will be created automatically.

The field to set the filepath is a text box with a "Browse" button next to it. Clicking on browse lets you browse the location with a file chooser dialog so you don't have to type the filepath manually.

5: click the Extract button. A dialog with a progress bar will appear indicating the progress of the extraction. All files will be extracted to the selected location.

If the checkbox Show extracted files when complete was checked, a new window of the File Explorer will appear displaying the location where the files were extracted to.

Written by Noel Santos.

About the Author

I'm a self-taught Brazilian programmer graduated in IT from a FATEC. In a world of increasingly complex and essential computers, I decided to use my technical expertise in hardware, desktop applications, and web technologies to create an informative resource to make PC's easier to understand.

View Comments