Zip or Unzip Files and Folders in Windows 10

Compressing or Uncompressing Files and Folders is an essential step in saving disk space in Windows 10. You may probably have heard the term ZIP many times before and you may have used third party compressing software such as Winrar, 7-Zip etc. but with the introduction of Windows 10, you don’t need any of this software. Now you can directly compress or uncompress any files or folders with inbuilt compression tool in Windows 10.

Zip or Unzip Files and Folders in Windows 10

One thing to note here is that you can compress files and folders on NTFS volumes using only NTFS compression in Windows 10. If you save any new files or folders in the existing compressed folder, then the new file or folder will be automatically compressed. So without wasting any time, let’s see How to Zip or Unzip Files and Folders in Windows 10 with the help of the below-listed tutorial.

Zip or Unzip Files and Folders in Windows 10

Make sure to create a restore point just in case something goes wrong.

Method 1: Zip or Unzip Files and Folders in Windows 10 using File Explorer

1. Press Windows Key + E to open File Explorer and then navigate to the file or folder you want to compress.

Navigate to the file or folder which you want to compress | Zip or Unzip Files and Folders in Windows 10

2. Now Select the file and folders then click on the Share tab then click on the Zip button/icon.

Select the file and folders then click on Share tab then click on the Zip button

3. The selected files and folders would be compressed in the same location. If you want, you can easily rename the zip file in Windows 10.

Zip or Unzip Files and Folders in Windows 10

4. To unzip or uncompress the zip file, right-click on the zip file and select Extract All.

To unzip the zip file right-click on the zip file & select Extract All

5. On the next screen, it will ask you where you want to extract the zip file, but by default, it will be extracted in the same location as the zip folder.

On the next screen it will ask you where you want to extract the zip file

6. Change the extracted files’ location click on Browse and navigate where you want to extract the zip files and select Open.

Click Browse & navigate where you want to extract the zip files & select Open

7. Checkmark “Show extracted files when complete” and click Extract.

Checkmark Show extracted files when complete and click Extract

8. The zip file will be extracted to your desired location or the default location, and the folder where the files are extracted will automatically open once the extraction is complete.

The zip file will be extracted to your desired location | Zip or Unzip Files and Folders in Windows 10

This is the easiest way to Zip or Unzip Files and Folders in Windows 10 without using any third-party software.

Method 2: Zip or Unzip Files and Folders in Properties Window

1. Right-click on the file or folder you want to compress (zip) and select Properties.

Right-click on the file or folder which you want to compress (zip) & select Properties

2. Now switch to the General tab then click on the Advanced button at the bottom.

Switch to the General tab then click on the Advanced button

3. Next, inside the Advanced Attributes window checkmark “Compress contents to save disk space” and click OK.

Checkmark Compress contents to save disk space and click OK

4. Click OK to close the file or folder properties window.

Click OK to close the file or folder properties window

5. If you selected a folder, then there will be an additional pop up asking if you want to “Apply changes to this folder only or Apply changes to this folder, subfolders and files“.

Select Apply changes to this folder only or Apply changes to this folder, subfolders and files

6. Select the appropriate option then click OK.

7. To uncompress or unzip the file or folder right-click on it and select Properties.

Right-click on the file or folder which you want to compress (zip) & select Properties

8. Again switch to the General tab then click the Advanced button.

Again switch to General tab then click the Advanced button | Zip or Unzip Files and Folders in Windows 10

9. Now make sure to uncheckCompress contents to save disk space” and click OK.

Uncheck Compress contents to save disk space and click OK

10. Click on OK to close the file or folder properties window.

This is the easiest way to Zip or Unzip Files and Folders in Windows 10 but if you are still stuck, follow the next method.

Method 3: Zip Files and Folders in Windows 10 using Sent to Compressed folder option

Right-click on any file or folder which you want to compress (zip) then from the context menu then click on “Send to” and select “Compressed (zipped) folder“.

Right-click on any file or folder then select Send to & then select Compressed (zipped) folder

Also, if you want to zip different files or folders together than simply press & hold Ctrl key while selecting those files and folders which you want to zip then right-click on any one selection and click on “Send to” then select “Compressed (zipped) folder“.

To zip different files or folders together than simply press & hold Ctrl key

Method 4: Zip or Unzip Files and Folders in Windows 10 using existing Zip file

1. Right-click in an empty area on the desktop or inside any other folder then click New and select “Compressed (zipped) folder” to create a new zip file.

Right-click on Dekstop then select New & select Compressed (zipped) folder

2. Rename this newly created zip folder or hit Enter to use the default name.

Rename this newly created zip folder or hit Enter to use the default name

3. drag and drop the files or folders you want to zip (compress) inside the above zip folder.

Simply drag and drop the files or folders which you want to zip inside the zip folder

4. Alternatively, you can right-click on the file or folder you want to zip and select Cut.

Right-click on the file or folder you want to zip and select Cut

5. Navigate to the zip folder which you created above then double-click to open the zip folder.

Rename this newly created zip folder or hit Enter to use the default name

6. Now right-click in an empty area inside zip folder and select Paste.

Now right-click in an empty area inside zip folder and select Paste

7. To unzip or uncompress the files or folders, again navigate to the zip folder and double-click to open it.

Rename this newly created zip folder or hit Enter to use the default name

8. Once inside the zip folder, you will see your files and folders. Right-click on the file or folder which you want to uncompress (unzip) and select Cut.

Right-click on the file or folder which you want to uncompress (unzip) and select Cut

9. Navigate to the location where you want to unzip the files to.

Navigate to the location where you want to unzip the files to then right-click & select paste

10. Right-click in an empty area and select Paste.

This is the how-to Zip or Unzip Files and Folders in Windows 10 but if you’re still stuck, follow the next method where you could zip or unzip files and folders in Windows 10 using Command Prompt.

Method 5: Zip or Unzip Files in Windows 10 using Command Prompt

1. Open Command Prompt. The user can perform this step by searching for ‘cmd’ and then press Enter.

Open Command Prompt. The user can perform this step by searching for ‘cmd’ and then press Enter.

2. Type the following command into cmd and hit Enter:

To Compress (Zip) a File: compact /c "full_path_of_file" /i /Q
To Compress (Zip) a File type the following command | Zip or Unzip Files and Folders in Windows 10
To Uncompress (Unzip) a File: compact /u "full_path_of_file" /i /Q
To Uncompress (Unzip) a File type the following command

Note: Replace the full_path_of_file with the actual path of the compressed or uncompressed file. For example:

To Compress (Zip) a File: compact /c “C:\Users\Test\Desktop\Impt.txt” /i /Q
To Uncompress (Unzip) a File: compact /u “C:\Users\Test\Desktop\Impt.txt” /i /Q

3. Close cmd and restart your PC.

Method 6: Zip or Unzip Folders in Windows 10 using Command Prompt

1. Open Command Prompt. The user can perform this step by searching for ‘cmd’ and then press Enter.

2. Type the following command into cmd and hit Enter:

To Compress only a Folder: compact /c "full_path_of_folder" /i /Q
To Compress only a Folder type the following command
To Compress a Folder and its Contents: compact /c /s:"full_path_of_folder" /i /Q
To Compress a Folder and its Contents type the following command
To Uncompress only a Folder: compact /u "full_path_of_folder" /i /Q
To Uncompress only a Folder type the following command
To Uncompress a Folder and its Contents: compact /u /s:"full_path_of_folder" /i /Q
To Uncompress a Folder and its Contents type the following command

Note: Replace the full_path_of_file with the actual path of the compressed or uncompressed folder.

3. Close cmd and restart your PC.

Recommended:

That’s it you have successfully learned How to Zip or Unzip Files and Folders in Windows 10 but if you still have any questions regarding this post then feel free to ask them in the comment’s section.

3 thoughts on “Zip or Unzip Files and Folders in Windows 10”

  1. Hi,
    I have a query, How can i compress a folder where i dont want all subfolders to be compressed but only few.

    Thanks.

  2. Why are your examples trying to uncompress a .txt file???
    *PLEASE* test and only post the actually, full working code.
    Ugh.

  3. Your “method #5” gives the same error here… and for everyone… that you are getting in your example.

    Please fix (or just delete) this article. It can’t possible be used to uncompress anything.

Leave a Comment

Your email address will not be published. Required fields are marked *