- ISO files are digital versions of discs like CDs or DVDs, and Windows 11 lets you use them without extra software. You can easily mount these files, which means opening them to view and use the content, directly using Windows File Explorer.
- You can mount ISO files in three simple ways: right-click the file and select "Mount," use the "Mount" option in the Ribbon menu or just double-click the ISO file. These actions let you access the file's contents as if the disc were physically in your computer.
- To unmount an ISO file, which means closing it, go to File Explorer, right-click the virtual drive where the file is mounted, and select "Eject." You can also use Windows PowerShell commands to
ISO files are digital containers used to store the complete contents of CDs, DVDs, Blu-rays, and other types of discs. These image files are often large and easily shareable, making them a popular format for distributing operating systems and software. One of the main uses of ISO files is to create bootable USB drives or CDs for installing operating systems. While there are several ways to access the contents of an ISO file, Windows 11 comes with built-in support to mount and unmount ISO filesโno additional software required.
How to Mount or Unmount ISO files on Windows 11
If you want to mount and unmount ISO files on Windows 11 without using any additional software, then this article will help you with that. In this article, we will be discussing how you can mount and unmount ISO files on Windows 11.
Mount And Unmount ISO Files Using File Explorer
The very first way to mount and unmount ISO files on Windows 11 is by using File Explorer. There are three ways to mount the image with the File Explorer, the first method involves using the context menu, and ribbon menu, and the last method is double-clicking on it.
Mounting ISO File Using Context Menu
To mount your ISO file using the context menu, follow the steps given below-
- Head to theย File Explorerย on your PC by pressing theย Windows + Eย key combo.
- In theย File Explorer,ย head to the location where you have saved the ISO file.
- Select the ISO file, right-click on it, and then from theย Context Menuย that opens up, click onย Mount.ย After doing so, you will be able to access the contents of the ISO files and use them.
Mounting ISO File Using Ribbon Menu
Another method to do this is with the help of the ribbon menu. To mount an ISO file using the Ribbon Menu, follow the steps given below-
- Press theย Windows + Eย key combo to open theย File Explorerย on your PC.
- Go to the location where you have saved the ISO file, and select the file.
- Now click on theย Mountย button on theย Ribbon menu.
Mounting ISO File By Double-Clicking On It
You can also mount the ISO file by double-clicking on it. To do so, follow the steps given below-
- Firstly, open theย File Explorerย on your PC, and then head to the location where the file is saved.
- Now, double-click on the ISO file, and the file will be mounted.
Unmounting The ISO File Using File Explorer
You can also unmount the ISO file using the file explorer. To unmount the ISO file using the File Explorer, follow the steps given below-
- Head to theย File Explorerย on your PC by pressing theย Windows + Eย key combo.
- Click onย This PCย option in the left sidebar.
- Select the virtual drive, right-click on it, and then click onย Eject.ย
Mounting And Unmounting ISO File Using PowerShell
You can either use PowerShell to mount and unmount the ISO file in Windows 11. Following the steps given below, you will be able to mount and unmount ISO files in Windows 11 using PowerShell.
Mounting ISO File
To mount ISO File using PowerShell, follow the steps given below-
- Press theย Windows + Xย key combo. Now from the menu that opens up click onย Windows Terminal (Admin).ย This will open upย Windows PowerShell.ย
- In theย Windows PowerShell,ย type the commandย Mount-DiskImage -ImagePath โPATH\TO\ISOFILEโย and hitย Enterย to execute the image.ย
You will have to replaceย โPATH\TO\ISOFILEโย with the path of the ISO file. For instance, it can beย F:\Windows11.isoย so the command will beย Mount-DiskImage โImage Path โF:\Windows11.isoโ
Unmounting ISO File
The process of unmounting the ISO file is as same as mounting the file. To unmount the file, you will have to replace the above code withย Dismount-DiskImage -ImagePath โPATH\TO\ISOFILEโย and execute the program.
Ensure you replace theย โPATH\TO\ISOFILEโย with the actual file path like we did above. After you do so, the ISO file will be unmounted.
RELATED GUIDES:
- How To Fix Filmora X Not Working In Windows 11
- How To Update To Windows 11 ISO Build 22000.160
- How To Change Your Windows 11 PC Name
- How to Set The Default OS On Windows 11 Dual-Boot Computer
Final Words
This is how you can mount and unmount ISO files in Windows 11โno need for any third-party extraction tools. By following the steps outlined above, youโll be able to easily mount an ISO file and access its contents directly through File Explorer. Once youโre done, you can simply unmount the file to safely disconnect it from your system. Windows 11 makes the entire process quick and seamless.