Skip to content
Follow
Windows

How to Mount and Unmount ISO Files in Windows 11

Richard
Written by
Richard
Sep 29, 2021 Updated Aug 14, 2026 3 min read
How to Mount and Unmount ISO Files in Windows 11
How to Mount and Unmount ISO Files in Windows 11

Mounting an ISO file in Windows 11 turns a digital disc image into a working virtual drive so you can open its contents without burning a physical DVD or CD. An ISO file is a single exact copy of all the data from a disc, most often used for large game downloads or software installers.

Windows 11 handles this task directly inside File Explorer without needing any extra apps or downloads. Microsoft built this feature right into the system starting with Windows 8.

Unmounting the file hides the virtual drive again once you finish your work. You can open and close these files as many times as you need.

⚡ Quick Answer

Mount an ISO by opening File Explorer , selecting the ISO, and clicking Mount in the ribbon or context menu . Unmount it by right-clicking the virtual drive under This PC and selecting Eject.

What happens when you mount an ISO?

Mounting an ISO file in Windows 11 makes it appear as a new drive in File Explorer , just like a CD or DVD.

How to mount ISO files 🪟 Windows 11 using File Explorer

File Explorer offers the fastest path to mounting an image. Find the ISO file you want to use, click it once to select it, and then click the ‘Mount’ button in the toolbar at the top. Alternatively, right-click the ISO file and choose ‘Mount’ from the menu that pops up.

  1. Open File Explorer .
  2. Locate your ISO file.
  3. Select the file and look at the top ribbon menu.
  4. Click the Mount button.
Clicking the Mount button in Windows 11 File Explorer toolbar
windows 11 mount iso image

Alternatively, right-click the file and choose Mount from the context menu . This creates a virtual drive that appears under This PC.

Mounted ISO file appearing as a virtual drive in Windows 11
windows 11 mount iso image show folders

How to unmount a virtual drive

Unmounting disconnects the image from your virtual drive, returning your system back to normal. To unmount an ISO file, open File Explorer, navigate to 'This PC', find the drive letter assigned to your ISO, right-click it, and select 'Eject'.

  1. Open File Explorer and navigate to This PC.
  2. Find the virtual drive icon.
  3. Right-click the drive and select Eject.
Right-click context menu option to mount ISO files in Windows 11
windows right click mount iso image

The drive will disappear from your system immediately.

Advanced: Mounting via PowerShell

Users who prefer commands can mount ISO files in Windows 11 with PowerShell. Open PowerShell as an administrator and type the command to mount your ISO. The command to mount is `Mount-DiskImage -ImagePath` followed by the full path to your ISO file.

  1. Right-click the Start button and select Terminal (Admin).
  2. Type the following command and press Enter: Mount-DiskImage -ImagePath "C:\path\to\your\file.iso"
  3. To unmount, use: Dismount-DiskImage -ImagePath "C:\path\to\your\file.iso"

Troubleshooting: Missing Mount option

If the 'Mount' option doesn't appear when right-clicking an ISO file in Windows 11, it usually means Windows isn't set to open ISO files with File Explorer by default. To fix this and restore the 'Mount' option, instruct Windows to always use File Explorer for ISOs.

  1. Right-click your ISO file and select Open with > Choose another app.
  2. Select Windows Explorer from the list.
  3. Check the box that says Always use this app to open .iso files.
  4. Click OK.

Summary

Mounting and unmounting ISO files in Windows 11 uses built-in tools like File Explorer or PowerShell, with reliable fixes for common issues.

Can I mount an ISO file without third-party software?

Yes. Windows 11 natively supports ISO and IMG files. Downloading extra programs like WinRAR or Daemon Tools is not necessary. The built-in File Explorer context menu or PowerShell commands can be used to mount disk images directly within the operating system.

How do I burn an ISO to a disc after mounting?

Mounting an ISO does not burn it to a disc. To burn an ISO, right-click the file in File Explorer and select 'Burn disc image'. A blank writable CD or DVD inserted into a physical optical drive is required to complete this process successfully.

Does 🪟 Windows 11 support all ISO file types?

Windows 11 supports standard ISO and IMG files. However, some specialized or compressed disk images created by third-party software might not mount natively. If an error is encountered, the file may be corrupted or use a proprietary format requiring the original software to open.

Was this guide helpful?

Tags: #Windows 11
Was this helpful?
Richard

About the Author

Richard

Tech Writer, IT Professional

Richard, a writer for Geek Rewind, is a tech enthusiast who loves breaking down complex IT topics into simple, easy-to-understand ideas. With years of hands-on experience in system administration and enterprise IT operations, he’s developed a knack for offering practical tips and solutions. Richard aims to make technology more accessible and actionable. He's deeply committed to the Geek Rewind community, always ready to answer questions and engage in discussions.

📚 Related Tutorials

How to Remove Home Folder from Windows 11 File Explorer
Windows How to Remove Home Folder from Windows 11 File Explorer
How to Display Full Path in Windows 11 File Explorer
Windows How to Display Full Path in Windows 11 File Explorer
How to Customize Quick Access in File Explorer on Windows 11
Windows How to Customize Quick Access in File Explorer on Windows 11
How to Download Official Windows 11 ISO file from Microsoft
Windows How to Download Official Windows 11 ISO file from Microsoft

No comments yet — be the first to share your thoughts!

Leave a Comment

Your email address will not be published. Required fields are marked *