As of today, ReFS has seen improvements, but it's still not universally recommended for FSLogix profile storage. Microsoft’s own guidance continues to favor NTFS for profile containers due to its broader compatibility and stability. NTFS also supports features like deduplication and robust backup tooling, which are essential in enterprise environments.
Here are a few best practices we recommend:
Use NTFS for FSLogix profile containers, especially in production environments.
Deploy on high-performance storage (SSD/NVMe) with sufficient IOPS to handle login storms.
Enable VHDX over VHD for better resiliency and performance.
Avoid using DFS namespaces for profile paths unless thoroughly tested—latency can cause profile load failures.
Monitor storage latency and throughput regularly to catch bottlenecks early.
If you're still curious about ReFS improvements, I’d suggest testing it in a controlled lab environment before rolling it out broadly. And if you’re using Windows Server 2022 or newer, keep an eye on release notes for ReFS-related fixes.