How to format a drive with ReFS in Windows 10
Starting with Windows 8, a new file system called ReFS is included with the operating system. In this article, readers will learn how to format any drive with ReFS in Windows 10.
ReFS file system
ReFS stands for Resilient File System. ReFS's codename is "Protogon". It improves NTFS in some aspects, while removing some features.
ReFS is for file server only. In Windows 10, in fact, it's only for server operating systems.
The Windows 10 Creators Update has an updated version of ReFS. In previous Windows 10 releases, the ReFS version was 1.2. Version Windows 10 1703 comes with ReFS version 3.2. For compatibility reasons, it is still possible to format the drive with ReFS 1.2.
How to format a drive with ReFS in Windows 10
To format a drive with ReFS in Windows 10, do the following.
1. Open Registry Editor.
2. Navigate to the following registry key:
HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControl
3. Create a new key named MiniNT here to get the following path:
HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlMiniNT

4. Here, you should create a new DWORD value named "AllowRefsFormatOverNonmirrorVolume". The value data of this parameter must be 0 or 1 . Set it to 1 to unlock the ReFS feature.


5. Close the Registry Editor application.
6. Now, execute the following command to format the drive:
format z: /u /fs:refs /i:enable
This command will format drive Z: with ReFS 3.2 . Use the correct drive letter before continuing.
format z: /u fs:refsv1 /i:enable
This command will format the Z: drive with an old version of ReFS 1.2 .
Note : The / i: enable option is required for any ReFS format command. It activates the Integrity Streams Recovering feature.
Now, delete the MiniNT key you created. This registry key will cause a problem in Windows 10 that makes the operating system "think" that it is running in the Windows Preinstallation Environment - WinPE (like the Windows 10 Setup program). Please delete it after you have formatted the drive with ReFS.
You should read it
May be interested
- Why ReFS is not commonly used on Windows 10?microsoft currently disables the ability to create new refs partitions in all versions except workstation. let's take a look at the top 5 reasons why refs is not yet commonly used on windows 10.
- How to install Visual Studio Code on Windows 10visual studio code is a lightweight, convenient and popular code editor that you can download and install for free on windows 10. in this tutorial, you will learn the steps to download and install visual studio (vs) ) code on windows 10.
- How to pin text and images to the Windows 10 Clipboard Historywindows 10 makes copying and pasting more convenient with a feature called clipboard history. it allows you to pin items you frequently copy and paste into lists for quick access. here is how to use this feature.
- How to change the text size for the title bar in Windows 10you can make the text of the title bars on the screen easier to see by making them larger, while keeping the screen set to the recommended resolution and default dpi.
- How to change the value of HungAppTimeout in Windows 10this tutorial will show you how to specify a hungapptimeout value, to indicate how long the system will wait before the end task dialog box appears in windows 10.
- The Windows 10 2004 version support page is actually workingmicrosoft officially released support documents (information pages) for the may 2020 update.