Free online TGZ to ZIP converter
Extract TGZ contents and repack them as a compatible ZIP archive.
Convert TGZ to ZIP online - free
Your file is processed instantly and never stored on our servers.
Import a file from a URL
Paste a direct link to the file. We download it to our server and it is converted exactly like an upload.
How it works
-
1/3
Upload your .tgz file
Click to browse to select your file you want to convert or simply drag & drop your file into selected area.
-
2/3
Perform .tgz to .zip conversion
After successful file upload, click to convert when you are ready.
-
3/3
Download converted .zip file
Conversion result is ready to download.
How to convert tgz to zip file
- Archives
- No ratings yet.
Windows utilities, file-sharing workflows, and applications that do not recognize TGZ may require a ZIP archive. The conversion extracts the files from the TGZ and stores them in a new ZIP; it does not convert or re-encode the files themselves.
What the TGZ format is
TGZ, also written as .tar.gz, combines a TAR archive with gzip compression. TAR collects files and directories into one sequential archive, while gzip compresses that TAR stream; gzip does not compress each contained file separately.
TGZ is common on Linux and Unix systems for source-code packages, software distributions, server exports, and backups. GNU tar, Unix backup tools, package-build systems, and development tools commonly create it.
What the ZIP format is
ZIP stores files and directories in one archive and normally compresses each entry independently. Windows, macOS, Linux, Android file managers, and most archive utilities can open ZIP files, although the exact built-in support varies by operating system.
ZIP is useful when a recipient or application specifically requires it, when built-in desktop support matters, or when individual entries should be extracted without decompressing an entire sequential archive. ZIP archives normally include per-file CRC checksums and can use encryption with compatible software; encryption support and strength depend on the ZIP tool and method selected.
How to convert the archive
Using 7-Zip on Windows
- Right-click
archive.tgzand select 7-Zip → Extract Here. 7-Zip first decompresses the gzip layer and createsarchive.tar. - Right-click
archive.tarand select 7-Zip → Extract to "archive\\". - Open the extracted directory, select the files and folders to include, right-click the selection, and choose 7-Zip → Add to archive.
- Set Archive format to
zip, enter a name such asarchive.zip, and select OK.
To preserve the original top-level directory, add that directory to the ZIP. To put its contents directly at the ZIP root, open the directory and add the contents instead.
Using the command line on Linux or macOS
Extract the TGZ into a temporary directory, create the ZIP from that directory, and then remove the temporary files:
work="$(mktemp -d)"
out="$PWD/archive.zip"
tar -xzf archive.tgz -C "$work"
(cd "$work" && zip -r "$out" .)
rm -rf "$work"
tar -xzf expands the gzip layer and extracts the TAR contents. The recursive zip -r command adds files and subdirectories, including hidden files, to the new archive. Install the zip utility with the operating system's package manager if it is not already available.
You can also convert the file on 101convert.com for free without installing software: upload the TGZ, select ZIP as the output format, start the conversion, and download the result. Do not upload confidential backups, credentials, private documents, or other sensitive data unless the service's handling and retention terms are acceptable.
Compatibility and quality limits
The operation is lossless for ordinary file contents: files are extracted byte-for-byte and placed in a different archive format. It does not improve the quality or reduce the encoded size of documents, images, audio, or video.
The ZIP can be larger or smaller than the TGZ. Gzip compresses the complete TAR stream, while ZIP compresses entries separately, so the result depends on the file types, duplicate data, archive structure, and compression settings. JPEG, MP4, and many PDF files are already compressed and usually shrink very little.
Unix permissions, ownership, symbolic links, extended attributes, hard links, and device files may be lost or represented differently, particularly when 7-Zip creates the ZIP on Windows. A ZIP also may not preserve the metadata required by a Linux backup or software package. Keep the original TGZ for restoration or Unix-system use, and use the ZIP for general file distribution.
Review the extracted directory before creating the ZIP, especially if the archive came from an untrusted source, and verify that the resulting ZIP opens and contains the expected top-level structure.
TGZ vs ZIP: format comparison
How the TGZ and ZIP formats compare on the properties that matter most for this conversion.
| Property | .TGZ GZIP-compressed Tar Archive | .ZIP ZIP archive |
|---|---|---|
| Compression | Both | Both |
| Compression ratio | High | Medium |
| Encryption | No | Yes |
| Split archives | — | Yes |
| Recovery record | No | No |
| Operating system support | Wide | Wide |
| Typical file size | Small | Medium |
| Open standard | Yes | Yes |
| Introduced | 1992 | 1989 |
| Developer | Free Software Foundation / GNU Project (gzip format; tar from POSIX/Unix tradition) | Phil Katz / PKWARE |
| MIME type | application/gzip | application/zip |
Suggested software and links: tgz to zip converters
Frequently asked questions
Is the TGZ to ZIP converter free?
Yes, converting TGZ to ZIP on 101convert.com is completely free. No registration, email address or installation is required. If you need a higher file size limit or want to convert more files at once, see our plans.
How large can my TGZ file be?
You can upload TGZ files up to 1000 MB and convert up to 1 files at once in a single batch.
What happens to my uploaded files?
Files are processed automatically and deleted from our servers within a few minutes after conversion. We never view or share your files.
Do I need to install any software to convert TGZ to ZIP?
No. The TGZ to ZIP conversion runs entirely online in your browser and works on Windows, Mac, Linux, Android and iPhone.
Did the conversion fail?
In most cases, the cause is an incorrect file format. Please upload a valid TGZ file for this TGZ to ZIP conversion. Occasionally, the issue may be on our side. We analyze recurring conversion failures and disable or fix the converter if we detect a defect.
Additional formats for
tgz file conversion
Reverse conversion
Convert to zip from
other formats
- apk to zip
- torrent to zip
- exe to zip
- rar to zip
- ipa to zip
- enc to zip
- bin to zip
- xapk to zip
- 7z to zip
- jar to zip
- ace to zip
- 001 to zip
- 002 to zip
- 003 to zip
- 004 to zip
- 7-zip to zip
- 7z.001 to zip
- 7zip to zip
- a00 to zip
- ace to zip
- adf to zip
- aia to zip
- alz to zip
- ar to zip
- arc to zip
- arj to zip
- b1 to zip
- boe to zip
- bz2 to zip
- c00 to zip
- cab to zip
- cbt to zip
- cbz to zip
- cpgz to zip
- cpio to zip
- crypt10 to zip
- crypt12 to zip
- crypt9 to zip
- czip to zip
- db to zip
- deb to zip
- dps to zip
- egg to zip
- enc4 to zip
- gz to zip
- ha to zip
- hqx to zip
- htmlz to zip
- img to zip
- ipz to zip
- iso to zip
- jpa to zip
- lha to zip
- lhz to zip
- lit to zip
- ll to zip
- lzh to zip
- lzo to zip
- nba to zip
- nbf to zip
- nco to zip
- nfp to zip
- paq8 to zip
- part to zip
- pax to zip
- pea to zip
- pf to zip
- piz to zip
- pkg to zip
- pkgf to zip
- ppz to zip
- pup to zip
- pzip to zip
- rar5 to zip
- rpm to zip
- rzr to zip
- sb to zip
- sb2 to zip
- sbe to zip
- sfs to zip
- sfx to zip
- sit to zip
- sitx to zip
- tar to zip
- tar.bz2 to zip
- tar.gz to zip
- tar.xz to zip
- tar.z to zip
- tar.zst to zip
- taz to zip
- tbz to zip
- tbz2 to zip
- tpz to zip
- tsk to zip
- txz to zip
- uu to zip
- uue to zip
- vcf to zip
- vhd to zip
- vsf to zip
- wab to zip
- war to zip
- wba to zip
- wia to zip
- wim to zip
- wjf to zip
- wsz to zip
- xap to zip
- xar to zip
- xpi to zip
- xsn to zip
- xz to zip
- z to zip
- z01 to zip
- z02 to zip
- zab to zip
- zi to zip
- zip2 to zip
- zipx to zip
- zix to zip
- zoo to zip
- zpaq to zip
- zst to zip