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. The full QNAP App Center - with hundreds of applications including Plex, Surveillance Station, and Container Station - runs on QTS.
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 | ext4 | ZFS (128-bit) |
| Minimum RAM | 2GB (4GB recommended) | 8GB minimum, 16GB+ for dedup |
| Data integrity checksums | No | Yes - every block |
| Silent corruption repair | No | Yes - auto-repair during scrub |
| Inline deduplication | No | Yes (16GB+ RAM required) |
| Inline compression | No | Yes |
| WORM compliance | No | Yes |
| RAID-TP (triple parity) | No | Yes - survives 3 simultaneous drive failures |
| SnapSync disaster recovery | No | Yes - near-real-time between QuTS Hero NAS devices |
| Copy-on-write snapshots | Standard snapshots | ZFS copy-on-write snapshots |
| ARC read caching | SSD-based cache | RAM-based ARC (scales with RAM) |
| App compatibility | Full QNAP App Center | Full QNAP App Center |
| Qtier auto-tiering | Yes | Yes |
| Best for | Home, SMB, general use | Business-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 similar base OS files, deduplication can cut storage consumption by 60-80% in some environments. VMware ESXi and Microsoft Hyper-V workloads on QuTS Hero report significantly better storage efficiency than the same workloads on ext4-based systems. 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. A TS-253E with 8GB RAM will perform better on QTS than QuTS Hero because QTS does not compete with ZFS for the same memory pool. 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.
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?
For sequential reads with large RAM pools, QuTS Hero's ARC cache can outperform QTS's SSD-based caching. For typical home and SMB workloads with limited RAM, QTS often performs better because it is not competing with ZFS for memory. 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 data integrity protects against silent corruption (bitrot) that RAID would replicate across all drives without detecting. 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 you lose most of the performance benefit from ZFS's RAM-based ARC caching. 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. The QNAP App Center, Container Station, Virtualization Station, and all first-party QNAP applications run on QuTS Hero the same as on QTS. 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. Production delays of 3-6 months on some high-end QNAP models have been reported through 2025-2026, so if you need a specific QuTS Hero model, check stock availability before planning your deployment timeline.
QNAP pricing has increased significantly since 2020, with some models nearly doubling in cost. 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 applies to all purchases from Australian retailers, covering warranty and repair obligations beyond the standard warranty period.
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.
Compare QNAP Models