Windows

How to Mount and Unmount ISO Files in Windows 11

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

This guide shows you how to open and close ISO or IMG files on Windows 11.

Why mount ISO files in Windows 11?

An ISO file is a digital copy of an entire optical disc. Instead of burning a physical CD or DVD, you can use an ISO file directly on your computer. Windows 11 treats this file like a virtual optical drive. This is useful for installing software, games, or accessing backup data without needing hardware. You do not need third-party software to do this.

What happens when you mount an ISO?

When you mount an ISO, Windows 11 creates a virtual drive in File Explorer. Your computer acts as if you just inserted a real disc into a drive. You can open, copy, or run files from this virtual location. When you are finished, you unmount the file to remove the virtual drive and free up system resources.

How to mount ISO files Windows 11 using File Explorer

You can use the built-in tools in Windows 11 to manage your disk image files easily.

  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

Alternatively, right-click the file and select Mount from the context menu. This will instantly create a virtual drive visible under This PC.

Mounted ISO file appearing as a virtual drive in Windows 11

How to unmount a virtual drive

To stop using the file, you must unmount it to remove the virtual drive.

  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

The drive will disappear from your system immediately.

Advanced: Mounting via PowerShell

PowerShell offers a fast way to mount files for power users. Note: This requires admin privileges.

  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 is missing, your ISO file association might be broken. To fix this:

  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 is a straightforward process. Whether you prefer the visual File Explorer ribbon, the right-click context menu, or the advanced PowerShell command line, you can manage virtual drives without external tools. If you face issues, resetting your file associations usually restores the missing mount functionality.

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

Yes. Windows 11 has native support for ISO and IMG files. You do not need to download extra programs like WinRAR or Daemon Tools. Simply use the built-in File Explorer context menu or the PowerShell commands to mount your 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. You will need a blank writable CD or DVD inserted into your physical optical drive 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 may not mount natively. If you encounter an error, the file might be corrupted or use a proprietary format that requires the original software to open.

Was this guide helpful?

Tags: #Windows 11
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.

2470 articles → Twitter

📚 Related Tutorials

How to Reset File Associations in Windows 11
Windows How to Reset File Associations in Windows 11
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

Leave a Reply

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