Create TAR File Online

Drop files here or click to select

Add multiple files or keep a folder's relative paths.

TAR does not support password protection.

Processing takes place in this browser tab. Files are not uploaded by this tool.

Bundle files in a TAR archive

TAR packages a collection of files into one archive while preserving filenames and directory paths. It is widely used in Unix-oriented workflows, software distributions, backups, and situations where a directory tree needs to travel as a single file.

A plain TAR archive does not reduce the contents through compression. That makes it fast and predictable for packaging, but the headers and block padding mean the .tar file can be slightly larger than the combined source data.

How to create a TAR archive

  1. Select the files to bundle or choose a folder whose layout should be retained.
  2. Keep TAR selected and enter the filename you want for the archive.
  3. Click Compress Files, then download the generated .tar file.

Create TAR file FAQ

Does a TAR file compress its contents?

No. TAR combines files and their paths into one stream but does not compress their contents. Choose TAR.GZ when you also want GZIP compression.

What is a plain TAR archive used for?

TAR is common for Unix and Linux software, backups, containers, and transferring directory trees. It is especially useful when another step will compress, sign, or transport the archive.

Can TAR preserve a folder structure?

Yes. Select Folder to include its relative paths, or add multiple files individually. The resulting TAR keeps those archive paths for later extraction.

Why is my TAR file larger than the originals?

A TAR archive normally includes header blocks and padding around file data. Since it does not compress the contents, that overhead can make the output slightly larger than the selected files.

Can I add a password to a TAR archive?

No. The TAR format does not support password protection or encryption. Choose ZIP or 7Z if the archive needs a password.

Related tools: Archive Compressor · Extract TAR File · Create TAR.GZ File · Create ZIP File