Independent Australian Storage & Infrastructure Authority

QTS vs QuTS Hero: Which QNAP OS Should You Use? (2026)

QNAP ships two operating systems on the same hardware. QTS handles most home and business use cases well. QuTS Hero adds ZFS for data integrity, deduplication, and enterprise compliance. Choosing wrong costs you a full reinitialisation to fix.

QTS and QuTS Hero are two different operating systems that QNAP ships on the same hardware. QTS uses the ext4 file system and suits the vast majority of home and business NAS users. QuTS Hero uses ZFS, a file system designed for data centres, adding self-healing storage, inline deduplication, and compliance features like WORM (Write Once, Read Many). The decision matters because switching between them later requires a full reinitialisation - every byte of data must be backed up externally before you begin.

In short: Use QTS if you are setting up a home NAS, a small business file server, or a backup target. Use QuTS Hero if your data absolutely cannot be silently corrupted (medical records, video production archives, virtualisation hosts), you have at least 16GB of RAM, and you understand what ZFS deduplication actually costs you in RAM. Most NAS buyers should start with QTS.

What QTS Is and Who It Suits

QTS is QNAP's standard operating system, built on Linux with the ext4 file system. Think of ext4 as the reliable, proven foundation that has powered Linux servers and desktop systems for over a decade. It is stable, fast, and well-understood. QTS wraps ext4 with QNAP's interface, app ecosystem, and storage management tools.

QTS supports RAID 0, 1, 5, 6, 10, 50, and 60. It includes Qtier, QNAP's automatic storage tiering that moves frequently accessed data to SSD and less-used data to HDD without any manual intervention. Write-cache SSD acceleration is available. QTS includes QNAP App Center, with applications such as Plex and Container Station available on compatible models. Surveillance Station is no longer supported in QTS 5.2, and QNAP recommends QVR Elite.

QTS runs efficiently on NAS devices with 4GB of RAM or less. If your QNAP shipped with 4GB or 8GB RAM and you have no plans to upgrade, QTS is the correct choice. It handles home backup, file sharing, Plex media serving, and basic business storage without issue.

What QuTS Hero Is and Who It Suits

QuTS Hero replaces ext4 with ZFS, a 128-bit file system originally developed for Sun Microsystems' enterprise storage systems. ZFS treats data integrity as a core function rather than an afterthought. Every block of data written to disk is checksummed. When data is read back, the checksum is verified. If the data on disk does not match its stored checksum, ZFS detects the corruption silently and - if you have a RAID configuration with redundancy - repairs it automatically from a good copy.

This matters for a problem called silent data corruption, sometimes called bitrot. Hard drives can return incorrect data without generating any error signal. A drive that reads a zero instead of a one does not necessarily throw an error - it just returns the wrong data. Ext4 has no mechanism to detect this. ZFS catches it during regular scrub operations and repairs it before you ever notice anything was wrong.

QuTS Hero also adds inline data deduplication. Deduplication scans data blocks as they are written and stores only one copy of any identical block, with all references pointing to that single copy. For virtualisation environments where multiple VMs share the same base operating system files, deduplication can reduce storage consumption dramatically. For a file server with diverse, non-repetitive content, deduplication saves almost nothing and consumes significant RAM to run its deduplication tables.

RAM is not optional with QuTS Hero. ZFS uses RAM as a read cache called ARC (Adaptive Replacement Cache). More RAM directly equals better read performance. QNAP's minimum to install QuTS Hero is 8GB. Deduplication requires 16GB minimum, and 32GB or more for heavy workloads. Installing QuTS Hero on a 4GB or 8GB NAS and expecting enterprise performance will disappoint you.

Feature Comparison: QTS vs QuTS Hero

QTS vs QuTS Hero Feature Comparison

QTS QuTS Hero
File system ext4ZFS (128-bit)
Minimum RAM 2GB (4GB recommended)8GB minimum, 16GB+ for dedup
Data integrity checksums Metadata checksums, but no ZFS-style end-to-end user-data checksummingEnd-to-end checksums for data and metadata
Silent corruption repair NoYes - auto-repair during scrub
Inline deduplication NoYes (16GB+ RAM required)
Inline compression NoYes
WORM compliance NoYes
RAID-TP (triple parity) NoYes - survives 3 simultaneous drive failures
SnapSync disaster recovery NoYes - near-real-time between QuTS Hero NAS devices
Copy-on-write snapshots Standard snapshotsZFS copy-on-write snapshots
ARC read caching Supports SSD read/write cache on compatible modelsUses RAM-based L1 ARC and can also use SSD-based read cache/L2 ARC
App compatibility App Center; application and feature availability varies by OS version, NAS model and processor architecture. Verify each required application before choosing an OS.App Center; application and feature availability varies by OS version, NAS model and processor architecture. Verify each required application before choosing an OS.
Qtier auto-tiering Yes on compatible modelsYes in h6.0 on supported models, but unavailable in h5.x
Best for Home, SMB, general useBusiness-critical, virtualisation, compliance

ZFS Explained: The Analogy That Makes It Click

Think of ext4 as a filing cabinet. You put documents in, you take documents out. If someone sneaks in and swaps a page inside a folder, the filing cabinet has no way of knowing. Everything looks fine from the outside. ZFS is a filing cabinet with a photocopier built in. Every time you file a document, the cabinet takes a photo of it and stores the photo separately. When you pull the document out again, the cabinet compares it to the photo. If anything changed, you know immediately - and if you have a second copy of the document (RAID redundancy), ZFS can restore the correct version without you doing anything.

The photocopier analogy also explains the RAM requirement. Storing and comparing all those photos takes working memory. The more documents you have, the more photos you are managing, and the more RAM you need to keep the comparison process fast. Deduplication adds another layer: instead of filing multiple identical documents, ZFS stores one copy and records that twenty different folders all reference the same document. This is powerful for repetitive data but requires RAM to maintain the deduplication index.

When QuTS Hero Is Worth It

QuTS Hero earns its complexity when silent data corruption is genuinely catastrophic. Medical imaging archives, legal records, video production masters, and virtualisation hosts all fit this category. If a corrupted block in a JPEG photo archive is annoying, silent corruption in a VM's virtual disk image can corrupt the entire guest operating system. ZFS's self-healing makes it the right foundation for storage where undetected corruption has serious consequences.

Virtualisation is the other clear case. When multiple VMs share repeated data, deduplication can reduce storage consumption, although savings vary with the workload and configuration. QuTS Hero supports VMware vSphere and Microsoft Hyper-V, and its inline deduplication and compression can reduce storage use for virtualisation datasets containing substantial repeated data. The RAM investment pays back in storage savings and in fewer rebuild cycles when a drive fails.

WORM compliance is a hard requirement for some regulated industries. Financial services, healthcare, and legal environments sometimes need write-once storage where data cannot be modified or deleted once written. QTS cannot provide WORM. QuTS Hero can. If a compliance requirement specifies WORM storage, the decision is made for you.

When QTS Is the Right Call

QTS is the correct choice for the vast majority of QNAP buyers. Home backup, family photo storage, Plex media servers, and small business file sharing do not need ZFS. The overhead of ZFS checksumming, ARC management, and scrub operations adds complexity and resource consumption that delivers no practical benefit when the underlying use case does not require enterprise-grade data integrity.

Low-RAM NAS devices should always run QTS. On a TS-253E with 8GB RAM, whether QTS or QuTS hero performs better depends on the storage layout, workload, cache hit rate and enabled applications. If you are running Plex transcoding on a 4-bay NAS with 8GB RAM, QTS gives that RAM to your applications. QuTS Hero would share it with ZFS's ARC cache.

If you are unsure which to choose, start with QTS. The feature set covers everything most people actually use a NAS for. QuTS Hero is an upgrade path for users who encounter specific requirements that QTS cannot meet - not a default that everyone should reach for.

Switching Between QTS and QuTS Hero

🚨

Switching requires full data destruction. Migrating between QTS and QuTS Hero is not an in-place upgrade. The process requires reinitialising your storage pools, which deletes all data on the NAS. Before switching, back up everything to a separate device. Once you have confirmed the backup is complete and readable, you can proceed with the migration. There is no shortcut.

The process is to install the target OS, reinitialise storage, restore data from backup, and reconfigure apps and services. QNAP's Hybrid Backup Sync can assist with the data migration to an external device. Plan for the migration to take as long as it takes to copy all your data twice - once out, once back in.

There is no way to convert an ext4 pool to ZFS in place. ZFS requires ZFS from day one because its on-disk format is fundamentally different from ext4. QNAP does not offer any conversion tool, and none is likely to appear. The only path is a full backup-reinitialise-restore cycle.

QNAP Models That Support QuTS Hero

QuTS Hero is not available on every QNAP model. It requires a supported processor and sufficient RAM. QNAP publishes a compatibility list on their website, but as a general rule: most TS-h series models ship with QuTS Hero pre-installed, while standard TS series models ship with QTS. Some models support both and allow you to choose during initial setup.

High-capacity rackmount and enterprise models - the TVS-h series, TS-h series with Xeon or Core i processors - are where QuTS Hero is most commonly deployed. These models have the RAM capacity to take full advantage of ZFS's ARC caching. Consumer-grade models with 4-bay or fewer configurations are less commonly paired with QuTS Hero unless the buyer has deliberately chosen to invest in RAM expansion.

Related reading: our NAS buyer's guide.

Use our free NAS Sizing Wizard to get a personalised NAS recommendation.

Related reading: our NAS explainer.

See also: our complete QNAP NAS Australia guide.

Can I run QuTS Hero on any QNAP NAS?

No. QuTS Hero requires a compatible QNAP model, a minimum of 8GB RAM, and support for the ZFS file system at the firmware level. QNAP publishes a compatibility list on their website. Most TS-h series models support QuTS Hero. Standard TS series models with lower RAM capacities run QTS only. Check the specific model's product page before purchasing if QuTS Hero is a requirement.

Does QuTS Hero improve performance compared to QTS?

QuTS hero supports both ARC and SSD read caching, and performance varies with the NAS configuration and workload. QTS has lower system overhead and QNAP recommends it for NAS devices with less than 8GB of RAM, but on systems that support both operating systems, neither is categorically faster: performance depends on the configuration and workload. QuTS Hero's performance advantage shows up in RAM-rich environments with repetitive data (deduplication gains) or in virtualisation workloads. Do not expect a noticeable performance improvement on a 4GB or 8GB NAS.

Is ZFS protection the same as having a RAID?

No. ZFS checksumming detects silent data corruption and can repair it when redundancy exists, but it is not a substitute for RAID. RAID protects against drive failure. ZFS adds end-to-end checksumming that conventional RAID does not provide. RAID scrubbing can detect and repair some parity inconsistencies, but it may not be able to identify which copy of silently corrupted user data is correct. Ideally you want both - a RAID configuration running on ZFS. QuTS Hero provides both when configured with RAID-Z or RAID-TP.

What happens if I install QuTS Hero with only 8GB RAM?

QuTS Hero will install and run with 8GB RAM - that is QNAP's stated minimum. However, you should not enable deduplication with 8GB RAM, as it requires 16GB minimum and the system will become severely memory-constrained under load. At 8GB, QuTS Hero functions, but the ARC configuration is constrained because its minimum and maximum RAM-usage values are the same. Consider 8GB a starting point and 16-32GB as the practical target for a QuTS Hero deployment that actually delivers on its promises.

Can I switch from QuTS Hero back to QTS?

Yes, but the process is identical in either direction: back up all data, reinitialise the storage, restore from backup. There is no in-place downgrade and no conversion tool. Plan for a full backup-and-restore cycle that takes as long as copying all your data twice. Make absolutely certain your backup is complete and verified readable before starting the reinitialisation.

Does QuTS Hero work with all QNAP applications?

Yes. No. QuTS hero supports many QNAP applications, including Container Station and Virtualization Station on compatible models, but application and feature availability varies by QuTS hero version, NAS model and architecture. Check each required application's current compatibility before switching. The underlying OS difference is transparent to applications. Where differences appear is in storage management - ZFS volumes, snapshots, and deduplication operate differently from their ext4 equivalents, but the application layer above them behaves consistently.

Australian Buyers: What You Need to Know

QNAP's Australian distribution is through BlueChip IT and Dicker Data. Both carry the TS-h series QuTS Hero models, but stock on high-end configurations - particularly models with factory-installed 16GB or 32GB RAM - can be limited. Stock availability can vary, so if you need a specific QuTS Hero model, check availability before planning your deployment timeline.

QuTS Hero-capable NAS devices sit at the higher end of QNAP's range and carry prices that reflect both the hardware specifications and the enterprise feature set. Retailers including Mwave, Scorptec, and PLE stock QNAP models; compare prices across retailers as they vary. Australian Consumer Law consumer guarantees may apply to eligible purchases from Australian retailers and can continue for a reasonable time beyond a manufacturer's warranty. Coverage and available remedies depend on whether the buyer qualifies as a consumer under the ACL and on the circumstances of the failure.

Deciding between QNAP models for your deployment? The QNAP buying guide covers the current AU lineup with specs and pricing across Mwave, Scorptec, and PLE.

What to read next

Not sure your build is right? Get a PDF review of your planned NAS setup: drive compatibility, RAID selection, and backup gaps checked. $149 AUD, 3 business days.
Review My Build →