How to Zip a Folder in Windows 10

Photo of author

By Victor Ashiedu

Published

In this Itechguide, Victor teaches you how to zip a folder in Windows 10.

Option 1: Zip a Folder with File Explorer

Windows 10 has a built-in zip facility. You can use the built-in zip app to zip a single or multiple folders.

Metho 1: Zip a Single Folder with File Explorer

  1. Open the folder with the folder you want to zip. In this example, I want to zip the folder called “Windows Server”.
How to Zip a folder in Windows 10 with File Explorer - Zip a Single Folder
  1. Then, right-click the folder you want to zip, point to Send to and select Compressed (zipped) folder.
How to Zip a folder in Windows 10 with File Explorer
  1. A zip file with the name of the original folder will be created with the option to rename the zip file name. To use the default file name, press enter.
  2. However, to create the zip file with a new name, enter a new file name and press enter.
How to Zip a folder in Windows 10 with File Explorer

Method 2: Zip Multiple Folders with File Explorer

You can also zip multiple folders. To zip more than one folder:

1. Select the first folder. In this example I want to zip “MS Office”, “PSWindowsUpdate” and “Windows Server”.

  1. Then, press the Ctrl key on your keyboard and select other folders you want to include into the zipped file.
  1. Once you select all the folders you want to zip, right-click one of the folders, point to Send to and select Compressed (zipped) folder.
  1. The folders will be zipped – the zipped file will take the name of the first folder on the list. If you want to retain the default name, press enter. Alternatively, enter a new name and press enter.

Option 2: Zip a Folder with PowerShell

  1. Enter powershell in the Windows 10 search. Then, from the search result, click Windows PowerShell.
How to Zip a folder in Windows 10 with PowerShell
  1. Then, on the PowerShell prompt, to zip a single folder, enter a command like the one below and press enter.
Compress-Archive -Path E:\reports -DestinationPath E:\Archives\reports.zip

Change E:\reports to the folder you want to zip. Also change E:\Archives\reports.zip to the path and the name of the zip file.

The file name MUST include the .zip extension. The destination path MUST also exist. Otherwise the command will fail with an error.

The command will execute and PowerShell will return to its prompt. The zip file will also be created in the DestinationPath specified.

  1. For more example, enter the command below in PowerShell and press enter.
Get-Help Compress-Archive -Examples

You may also visit the Compress-Archive page.

Conclusion

You can use the methods covered in this Itechguide to zip a folder in Windows 10! I hope you found this Itechguide helpful. If you found it helpful, click on “Yes” beside the “Was this page helpful” question below.

You may also express your thoughts and opinions by using the “Leave a Comment” form at the bottom of this page.

Finally, for more Windows 10 Itechguides, visit our WINDOWS 10 HOW-TO page. You may also find our Work from Home page very helpful.

About the Author

Photo of author

Victor Ashiedu

Victor is the founder of InfoPress Media, publishers of Ilifeguides and Itechguides. With 20+ years of experience in IT infrastructure, his expertise spans Windows, Linux, and DevOps. Explore his contributions on Itechguides.com for insightful how-to guides and product reviews.

Related Articles

Get in Touch

We're committed to writing accurate content that informs and educates. To learn more, read our Content Writing Policy, Content Review Policy, Anti-plagiarism Policy, and About Us.

However, if this content does not meet your expectations, kindly reach out to us through one of the following means:

  1. Respond to "Was this page helpful?" above
  2. Leave a comment with the "Leave a Comment" form below
  3. Email us at [email protected] or via the Contact Us page.

Leave a comment

Send this to a friend