ISO files are commonly used to distribute operating systems, software installers, recovery tools, and bootable media. Windows 11 includes built-in support for mounting ISO files, allowing you to access their contents as a virtual DVD drive without installing third-party software. However, some users encounter an issue where File Explorer freezes, stops responding, or crashes when they try to mount an ISO file. In some cases, the context menu hangs after selecting Mount, while in others, Explorer becomes completely unresponsive until it is restarted.
This issue can occur due to a corrupted ISO file, damaged File Explorer components, faulty virtual drive drivers, third-party shell extensions, antivirus interference, disk errors, or corrupted Windows system files. In some cases, outdated Windows builds, conflicting ISO mounting software, or problems with the file system can also cause File Explorer to freeze during the mounting process.
Fortunately, you can usually resolve the problem by verifying the ISO file, restarting File Explorer, disabling conflicting software, and repairing Windows components. In this guide, we’ll walk you through the most effective methods to fix File Explorer freezing when mounting an ISO in Windows 11.
How to Fix File Explorer Freezes When Mounting an ISO in Windows 11
Before you begin, determine whether the issue occurs with only one ISO file or every ISO you try to mount. If only one file causes the problem, the ISO is likely corrupted. If every ISO freezes File Explorer, the issue is probably related to Windows or your system configuration. Follow the methods below until the problem is resolved.
1. Verify That the ISO File Isn’t Corrupted
A damaged ISO file can cause File Explorer to become unresponsive.
- Try mounting a different ISO file.
- Verify the ISO’s checksum if available.
- Download the ISO again from the original source if necessary.
- Try mounting the new copy.
If only one ISO causes the issue, the file itself is likely damaged.
2. Restart Windows Explorer
A temporary File Explorer glitch may prevent ISO files from mounting properly.
- Press Ctrl + Shift + Esc to open Task Manager.
- Locate Windows Explorer.
- Right-click it.
- Select Restart.
- Wait for File Explorer to reload.
- Try mounting the ISO again.
Restarting Explorer refreshes the Windows shell without restarting your computer.
3. Restart Your Computer
Temporary Windows processes or locked resources may be causing the freeze.
- Save your work.
- Restart your computer.
- Open File Explorer.
- Try mounting the ISO again.
A reboot clears temporary system issues that can interfere with virtual drive operations.
4. Mount the ISO Using PowerShell
If the File Explorer interface is causing the issue, PowerShell may work instead.
- Open PowerShell as Administrator.
- Run:
Mount-DiskImage -ImagePath "C:\Path\To\Your\File.iso"
- Press Enter.
- Check whether the ISO mounts successfully.
If the ISO mounts using PowerShell, the problem is likely related to File Explorer rather than the ISO itself.
5. Disable Third-Party Virtual Drive Software
Applications that create virtual drives can conflict with Windows’ built-in ISO mounting feature.
- Temporarily disable or uninstall software such as:
- Daemon Tools
- PowerISO
- Alcohol 120%
- Virtual CloneDrive
- Restart your computer.
- Try mounting the ISO again.
Removing conflicting virtual drive drivers often resolves mounting issues.
6. Disable Third-Party Shell Extensions
File Explorer shell extensions can cause freezes when opening the context menu.
- Temporarily disable non-Microsoft shell extensions using a trusted shell extension manager.
- Restart File Explorer.
- Try mounting the ISO again.
If the problem disappears, re-enable extensions one at a time to identify the conflicting one.
7. Check the Drive for Errors
File system corruption may interfere with mounting ISO files.
- Open Command Prompt as Administrator.
- Run:
chkdsk C: /f
- Press Y if prompted.
- Restart your computer.
- Allow Windows to repair the drive.
Replace C: with the drive letter where the ISO file is stored if necessary.
8. Repair Corrupted System Files
Damaged Windows components can affect File Explorer and virtual disk services.
- Open Command Prompt as Administrator.
- Run:
sfc /scannow
- After the scan completes, run:
DISM /Online /Cleanup-Image /RestoreHealth
- Restart your PC.
These tools repair Windows files required for mounting disk images.
9. Update Windows 11
Microsoft regularly fixes bugs affecting File Explorer and virtual disk functionality.
- Open Settings.
- Go to Windows Update.
- Click Check for updates.
- Install all available updates.
- Restart your computer.
Updating Windows ensures you have the latest File Explorer improvements and bug fixes.
10. Update Storage and Chipset Drivers
Outdated storage or chipset drivers can affect virtual disk operations.
- Press Windows + X.
- Open Device Manager.
- Update:
- Storage controllers
- IDE ATA/ATAPI controllers
- Chipset drivers (from your PC manufacturer’s website)
- Restart your computer.
Updated drivers improve compatibility with Windows storage features.
11. Perform a Clean Boot
A third-party service may be interfering with File Explorer.
- Press Windows + R, type msconfig, and press Enter.
- Open the Services tab.
- Check Hide all Microsoft services.
- Click Disable all.
- Open the Startup tab.
- Click Open Task Manager.
- Disable all startup applications.
- Restart your computer.
- Test ISO mounting again.
If the issue is resolved, re-enable services individually to identify the conflicting software.
12. Create a New Windows User Profile
A corrupted user profile may cause File Explorer to behave unexpectedly.
- Open Settings > Accounts > Other users.
- Click Add account.
- Create a new local or Microsoft account.
- Sign in using the new account.
- Try mounting the ISO.
If the problem doesn’t occur in the new profile, your original profile may be corrupted.
Conclusion
If File Explorer freezes when mounting an ISO in Windows 11, the issue is usually caused by a corrupted ISO file, File Explorer glitches, conflicting virtual drive software, damaged system files, outdated drivers, or file system errors. In most cases, verifying the ISO, restarting File Explorer, disabling third-party virtual drive software, and running SFC and DISM will resolve the problem.
If the issue persists, mount the ISO using PowerShell, update Windows and your storage drivers, perform a clean boot, or create a new Windows user profile. Keeping Windows 11 updated and avoiding conflicting ISO management software will help ensure reliable and smooth ISO mounting in the future.