Welcome to Microsoft Q&A Forum!
Based on your description, the issue is usually caused by one of the following:
- File System Corruption
Disk errors or bad clusters can prevent file operations and cause system hangs.
- Permissions Issues
Incorrect NTFS permissions or ownership can block file actions.
- Locked Files
Files may be locked by running processes or services, preventing modification or deletion.
- Disk Type and File System
NTFS volumes can be resized and managed, but bad clusters or immovable files can block operations. ReFS volumes can only be extended, and FAT/FAT32/exFAT cannot be resized. Bad clusters prevent shrinking and may cause file access issues.
- Resource Utilization
High CPU, memory, or disk usage can cause session hangs or freezes. If the issue is disk-related, check Task Manager for performance spikes
I would like to share the following recommended solutions that may help resolve the issue.
- Check Disk Health
- Run chkdsk on the affected drive to identify and fix file system errors or bad clusters.
- Bad clusters can prevent file operations and cause hangs.
2. Check Permissions
- Review NTFS permissions and ownership for the affected files and folders.
- Ensure you have full control or appropriate rights.
3. Check for Locked Files
- Use tools like Process Explorer to identify processes locking the files.
- Terminate or restart the relevant processes if safe.
4. Resource Monitoring
- Open Task Manager and check for high CPU, memory, or disk utilization.
- If resource usage is normal but hangs persist, consider disk/network issues.
5. File System Type
- NTFS volumes can be managed and resized; ReFS volumes can only be extended.
- FAT/FAT32/exFAT have limitations and cannot be resized.
I hope this information is helpful and thank you for choosing Microsoft Q&A to raise your concern.