cannot mount vhdx file

Volker Piasta 0 Reputation points
2024-11-17T21:57:23.2433333+00:00

I need to access an old Windows 10 backup in Windows 11 but the vhdx file does not mount.

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
12,075 questions
Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
11,903 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. S.Sengupta 24,311 Reputation points MVP
    2024-11-19T01:29:05.1633333+00:00
    0 comments No comments

  2. Anonymous
    2024-11-19T03:24:03.5766667+00:00

    Hi Volker,

    Thanks for your post. It seems like you're encountering issues with opening a .VHDX system image on your Windows 11 desktop. This could be due to various reasons, but I'll provide you with a step-by-step guide to help you recover the files from the .VHDX image:

    Check the VHDX File: Ensure that the .VHDX file is intact and not corrupted. If it's possible, try to open it on another Windows 10 or Windows 11 machine to see if the issue persists.

    Use PowerShell to Mount the VHDX:

    • Open PowerShell as an administrator on your Windows 11 machine. Run the following command to mount the VHDX file as a virtual drive:    

     Mount-VHD -Path "C:\Path\To\Your\File.vhdx"

    Replace "C:\Path\To\Your\File.vhdx" with the actual path to your .VHDX file.

    Explore the Mounted Drive: Once you've successfully mounted the .VHDX file, you should be able to explore its contents like any other drive in Windows Explorer. You can copy the files you need to another location on your computer.

    Using Third-Party Software:

    • If PowerShell fails to mount the VHDX file or if you suspect the VHDX file is corrupt, you can try using third-party software like "WinImage" or "7-Zip" to extract files from the VHDX image.
    • Download and install one of these tools if you don't have them already.
    • Open the software and try to open the .VHDX file within it. You may be able to extract files or folders from the image.

    Check for Disk Errors:

    • If the VHDX file is marked as healthy in Disk Management, but you're still having trouble, you can check for disk errors on your system.
      • Open Command Prompt as an administrator and run the following command to scan and repair disk errors

          chkdsk /f /r

    Follow the on-screen instructions and restart your computer if prompted. This will scan and repair any potential issues with your disk

    Best Regards,

    Ian Xue


    If the Answer is helpful, please click "Accept Answer" and upvote it.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.