Read this article in: English | Espanol | Francais | Deutsch | Italiano |
Learn How to check File Path of Mounted ISO in Windows 11 with our comprehensive guide. Find out the step-by-step process today!

Windows 11 is the latest operating system from Microsoft, and it comes with a lot of new features and improvements. One of the new features in Windows 11 is the ability to mount ISO files without the need for any third-party software. This means that you can now easily access the contents of an ISO file without having to burn it to a disc or use any external tools. However, if you want to access the files in the mounted ISO, you will need to know its file path. In this article, we will guide you on how to check the file path of a mounted ISO in Windows 11 using different methods.

How to check File Path of Mounted ISO in Windows 11
Method 1: Using the Search Box


The easiest way to check the file path of a mounted ISO in Windows 11 is by using the Search box. To do this, follow the steps below:

1. Click on the Search box located on the taskbar or press the Windows key + S on your keyboard.
2. Type in the name of the ISO file that you want to check the file path for.
3. Once you see the file in the search results, right-click on it and select 'Open file location'.
4. This will open File Explorer and highlight the ISO file, displaying its file path at the top of the window.

Method 2: Using the Get-Volume Command



Read Also:

Now in How to check File Path of Mounted ISO in Windows 11, Another way to check the file path of a mounted ISO in Windows 11 is by using the Get-Volume command in Windows PowerShell. This command allows you to get information about the volumes on your computer, including the file path of any mounted ISO. Here's how to use this method:

1. Open Windows PowerShell by searching for it in the Start menu or by pressing Windows key + X and selecting 'Windows PowerShell' from the menu.
2. In the PowerShell window, type in the following command and press Enter:
Get-Volume
3. This will display a list of all the volumes on your computer, including any mounted ISO files. Look for the ISO file that you want to check the file path for and take note of its 'FileSystemLabel' and 'FileSystem' values.
4. The file path for the mounted ISO will be in the following format:
[Drive letter]:\[FileSystemLabel] ([FileSystem])
For example, if the FileSystemLabel is 'Windows 11 ISO' and the FileSystem is 'ISO', the file path will be 'D:\Windows 11 ISO (ISO)'.

Method 3: Using the Get-DiskImage Command


The Get-DiskImage command is another useful PowerShell command that can help you find the file path of a mounted ISO in Windows 11. This command allows you to get one or more disk image objects and retrieve information about them, including the file path. Follow the steps below to use this method:

1. Open Windows PowerShell and type in the following command:
Get-DiskImage
2. This will display a list of all the disk image objects on your computer. Look for the ISO file that you want to check the file path for and take note of its 'Path' value.
3. The file path for the mounted ISO will be in the following format:
[Drive letter]:\[Path]
For example, if the Path is 'C:\Users\Username\Downloads\Windows 11.iso', the file path will be 'C:\Users\Username\Downloads\Windows 11.iso'.

Method 4: Using the DISKPART Command


The DISKPART command is a command-line tool that can be used to manage hard drives, virtual disks, partitions, and volumes. It can also be used to get a list of all mounted ISO image files with their location or file path. Here's how to use this method:

1. Open the Command Prompt by searching for it in the Start menu or by pressing Windows key + X and selecting 'Command Prompt' from the menu.
2. In the Command Prompt window, type in the following command and press Enter:
DISKPART
3. This will open the DISKPART command-line tool. Type in the following command and press Enter:
list volume
4. This will display a list of all the volumes on your computer. Look for the ISO file that you want to check the file path for and take note of its 'Path' value.
5. The file path for the mounted ISO will be in the following format:
[Drive letter]:\[Path]
For example, if the Path is 'C:\Users\Username\Downloads\Windows 11.iso', the file path will be 'C:\Users\Username\Downloads\Windows 11.iso'.

In conclusion about How to check File Path of Mounted ISO in Windows 11, these are the four methods that you can use to check the file path of a mounted ISO in Windows 11. Whether you prefer using the Search box, PowerShell commands, or the DISKPART command, you can easily find the file path and access the files in the mounted ISO. With the new built-in ISO mounting feature in Windows 11, managing and accessing ISO files has become much easier and more convenient.
Other Articles