Open In App

How to Extract a TAR file (.tgz) on Windows?

Last Updated : 30 Sep, 2024
Comments
Improve
Suggest changes
Like Article
Like
Report

If you're trying to extract a TAR file on Windows, particularly a .tgz or tar.gz file, there are several ways to do it easily. Although Windows doesn’t natively support extracting these files, there are plenty of TAR file extraction tools for Windows that can help you. This guide will show you how to open .tgz files on Windows and outline the steps to effectively unpack TAR files using third-party tools or commands.

Steps to Extract TAR Files (.tgz) in Windows

For unzipping TAR Files on Windows, the following methods should be used. We will start with one simple command where no third-party application help will needed.

Method 1: Extract TAR Files Using Command Prompt

Step 1: Search for the Command Prompt in the Search Bar. Open the prompt in the Administrative Format.

1--Open-Commnad-Prompt

Step 2: Execute the following command. It will help to convert the TAR File to File Explorer Format without having much time. It will take some time to complete the process.

 Command: tar -xvzf <TAR-FIle-Location> -C <New-Location>

2--Execute-Command

Method 2: Extract TAR Files Using Third-Party Applications

If you want to extract the TAR Files on your local device, then have any third-party application on your device. There are many third-party applications present like 7-Zip or WinZip, etc. Using any one of those, you can Open TAR FIle on Windows.

You have to download & install the third-party apps on the device. Later, select any one TAR file & it will be directly converted to the simple folder structure. To open any TAR Folder inside the new one, select it again.

3--Third-Party-App

Hooray! You now have one third-party application installed on the device to Unzip Linux TAR Format on Windows.

Method 3: Extract TAR Files Using Online Converters

Now, if you want to get your job reduced to some folds, there is another option present. It is to Extract the TGZ File Online. There are many Online Converters present on the internet that can be used for successful conversion.

You have to select the TAR File & want to choose the operation. If you want, it will convert the TAR File to RAR file which is the Native File Compressor for Windows. Or it can directly extract the files on your desktop.

4--Converter

Conclusion

Extracting TAR files on Windows is simple with the right tools. Whether you're using a third-party utility or command-line options, knowing how to extract .tgz files can help you manage compressed files efficiently. By following these steps, you'll be able to unzip TAR files on Windows with ease and have access to the data you need without any hassle.


Next Article

Similar Reads