Creating ReFS on Clean Install of Windows 11 24H2
Quick Report
Windows 11 24H2 introduces improved support for the Resilient File System (ReFS), Microsoft's modern file system designed to maximize data availability and scalability. This post guides you through creating an ReFS partition during a clean Windows 11 installation and explores advanced ReFS utilities for compression and data deduplication.
Understanding ReFS
Resilient File System (ReFS) is Microsoft's modern file system designed to address limitations in NTFS. It offers superior data integrity, automatic corruption detection and repair, improved scalability, and better performance for certain workloads. With Windows 11 24H2, Microsoft has enhanced ReFS support, making it accessible during the installation process.
Prerequisites
Before attempting to install Windows 11 on an ReFS partition, ensure you meet these requirements:
- A Windows 11 24H2 installation media (USB or ISO)
- A GPT-formatted disk (not MBR)
- Secure Boot enabled in BIOS/UEFI
- Basic familiarity with command-line tools like diskpart
Creating ReFS During Windows 11 Installation
Follow these steps during your Windows 11 24H2 installation to create an ReFS partition:
- Start the Windows 11 installation process as normal
- Progress through the installation until you reach the disk partition screen
- Let the installer create the default partitions through the GUI
- Important Step: Press Shift+F10 to open a Command Prompt window
- In the Command Prompt, enter the following commands:
1 | diskpart |
Continue with the Windows installation as normal and once completed, you’ll be running Windows 11 on an ReFS partition.
Advanced ReFS Utilities
After installation, you can leverage these advanced ReFS features through PowerShell:
Data Deduplication
Data deduplication identifies and removes duplicate data within files, significantly reducing storage requirements:
1 | refsutil.exe dedup /d C: |
Compression Options
ReFS in Windows 11 24H2 supports multiple compression algorithms. Choose one based on your performance and space requirements:
1 | # For best compression ratio |
Benefits of ReFS on Windows 11
Using ReFS as your system drive file system provides several advantages:
- Data Integrity: ReFS includes built-in checksums for metadata and optionally for file data
- Self-Healing: Can automatically repair corrupted data when redundant copies are available
- Scalability: Designed for very large volumes and files
- Performance: Optimized for certain workloads, particularly with large files
- Advanced Features: Native support for data deduplication and multiple compression options
Limitations and Considerations
While ReFS offers advantages, be aware of these limitations:
- Not all applications may be fully compatible with ReFS
- Some legacy features from NTFS are not available
- Requires GPT disk format and Secure Boot
- Drive recovery tools may have limited support for ReFS
Conclusion
Creating an ReFS partition during Windows 11 24H2 installation allows you to leverage Microsoft's most advanced file system. By following the straightforward steps outlined in this guide, you can enjoy improved data integrity, potential space savings through compression and deduplication, and better performance for certain workloads. This approach is particularly beneficial for users who handle large files or need enhanced data protection.
Source(s)
- Microsoft Docs: Resilient File System (ReFS) overview
- Windows 11 24H2 Release Information
- YouTube: Creating ReFS on Clean Install of Windows 11 24H2