Download Article
Download Article
Tar files (a.k.a, ".tar.gz," ".tgz", or ".gz" files) are compressed archive files similar to ".zip" files. They are most commonly used on Unix-based operating systems like Linux, and macOS. [1] X Research source Since they are often used as regular data archival and storage, Windows users may come across them from time to time and need to extract them. While you can extract them using a third-party app like 7-Zip , it is much more efficient to extract them using the Windows Command Prompt. This wikiHow article teaches you how to extract a tar file using the Windows Command Prompt.
Steps
-
Click the Windows Start Menu . It's the icon with the Windows logo. By default, it is in the lower-left corner in Windows 10. [2] X Research source
-
Advertisement
-
Right-click the Command Prompt and click Run as Administrator . The Windows Command Prompt has an icon that resembles a black screen with a white text cursor. Right-click the Command Prompt to display a context menu. Click Run as Administrator at the top to launch the Command Prompt with administrative privileges. [4] X Research source
- You must be logged in to an administrative account in order to launch an app as an administrator.
-
Type tar -xvzf . This is the beginning of the command to extract a ".tar" file. Do not press "Enter" just yet.
-
Press Space and enter the path to the tar file. Add a space after the "tar -xvzf" command and then enter the path to the location of the ".tgz" file. For example, if it is in your "Downloads" folder, you would enter "C:\Users\username\Downloads\".
- You can find the path to a file by navigating to the file in File Explorer. Right-click the address bar at the top and click Copy Address . You can then paste it into the Command Prompt.
-
Enter the filename. Immediately after the path, enter the file name. For example, "archive.tgz." [5] X Research source
-
Press Space and then type -C . After entering the filename, add a space followed by "-C".
-
Add a space and enter the path to where you want to extract the file to. Immediately after "-C", add another space and then enter the path you want to extract the file to. For example, if you want to extract the contents of the folder to your "Documents" folder, you would enter "C:\Users\username\Documents.".
- The entire command should look something like tar -xvzf C:\user\username\Downloads\archive.tgz -C C:\user\username\Documents
-
Press ↵ Enter . This extracts the contents of the tar file to the folder you specified.
Advertisement
Expert Q&A
Ask a Question
200 characters left
Include your email address to get a message when this question is answered.
Submit
Advertisement
Video
Tips
Submit a Tip
All tip submissions are carefully reviewed before being published
Name
Please provide your name and last initial
Thanks for submitting a tip for review!
References
- ↑ https://fileinfo.com/extension/tar
- ↑ https://grok.lsu.edu/article.aspx?articleid=18026&printable=y
- ↑ https://seabass.gsfc.nasa.gov/wiki/Getting_Started/HowToOpenTarOnWindows.pdf
- ↑ https://grok.lsu.edu/article.aspx?articleid=18026&printable=y
- ↑ https://seabass.gsfc.nasa.gov/wiki/Getting_Started/HowToOpenTarOnWindows.pdf
About This Article
Thanks to all authors for creating a page that has been read 59,448 times.
Advertisement