← Knowledge Base

Knowledge Base

LTFS Software for Windows: What Your Options Are

Updated August 30, 2026

To use an LTO tape drive on Windows you need LTFS software: a driver layer that mounts cartridges as an ordinary drive letter, and usually an application on top that handles cataloging, verification, and restore. This article maps what exists on Windows in both layers, what the free tools do and do not do, and how to pick.

What LTFS is, in one paragraph

LTFS, the Linear Tape File System, is an open format that puts a self-describing filesystem on an LTO cartridge: an index partition holding the directory, and a data partition holding the files. Mount a cartridge through LTFS and it behaves like a removable drive: you can browse it in Explorer and copy files on and off. The format is standardized through SNIA and implemented by multiple vendors, which is the point: an LTFS tape written today is readable by any LTFS implementation, not just the software that wrote it. LTFS is available from LTO-5 cartridges onward.

The driver layer: vendor LTFS implementations

These are free, and one of them is required for any real drive:

  • IBM LTFS, Single Drive Edition (distributed under the IBM Storage Archive name). The implementation most Windows setups use, and the one Hiberden drives. It installs a Windows service and mounts cartridges to a drive letter.
  • HPE StoreOpen. HPE's equivalent for HPE-branded drives.
  • Quantum's Windows LTFS reached end of life; Quantum directs LTFS users to current alternatives.
  • Open-source LTFS (the LTFS project on GitHub) targets Linux and macOS; it is not a practical Windows path.

Match the implementation to your drive vendor, install it, and confirm its Windows service is running. A fresh install often leaves the service stopped until a reboot, which is worth knowing before you conclude the drive is broken. Tape drive not detected walks through the states you can hit.

What the free layer gets you, and where it stops

With just the vendor LTFS tooling you can format cartridges, mount them, and drag files in Explorer. For an occasional single tape, that can be enough. What it does not give you:

  • No catalog. Nothing tracks which files are on which of your cartridges. Finding a file two years later means mounting tapes until you get lucky.
  • No verification. A completed copy in Explorer proves the write call returned, not that the bytes on tape match the source. Nothing re-reads the tape to check, then or ever.
  • No spanning. A dataset larger than one cartridge is your problem to split, track, and reassemble.
  • No restore workflow. Restoring means manually finding, mounting, and copying, cartridge by cartridge.

Archive applications exist to fill exactly these gaps.

The application layer on Windows

The Windows-capable archive applications differ mainly in scope and platform commitments:

  • Hiberden (this knowledge base) is LTO archive software for Windows, Linux, and macOS. It has a single catalog across tape, local disk, NAS, and your own S3-compatible cloud, and a verify-after-write gate: every copy, tape included, is read back and re-hashed against its recorded SHA-256 before it counts as Verified. Tape support is LTO-9 through IBM's LTFS. One-time license; the trial runs the whole workflow, and a built-in virtual tape drive lets you evaluate with no hardware attached.
  • Hedge Canister is a focused tape offload tool for Windows and macOS. It handles tape only; disk and cloud copies come from separate products.
  • YoYotta is macOS only. If your workflow is Windows, it is not a candidate, which is worth stating because much LTO advice online assumes a Mac.
  • Archiware P5 is cross-platform, modular enterprise software; its LTO desktop configurations start around two thousand dollars.

A sourced feature-by-feature and price comparison lives at hiberden.app/compare.

How to choose

  • One tape, once: the free vendor LTFS tooling alone may be all you need.
  • A growing cartridge set you will need to search and restore from: you need a catalog, which means an application.
  • Data that must be provably intact years from now: put weight on verification. Ask any candidate the same question: after a write completes, what re-reads the copy, and when?
  • Mixed destinations (tape plus disk plus cloud): prefer one catalog over one tool per destination.
  • Decades-scale retention: prefer software whose on-tape format is open. Hiberden writes standard TAR on standard LTFS, documented in the on-tape format spec, so cartridges stay readable without Hiberden.

Where to go next