Hyper-V Export VM always fail

Salam ELIAS 187 Reputation points
2025-06-15T09:17:27.5866667+00:00

I have Hyper-V on windows 10 22H2 with several VMs which works fine but when I try to export any VM, 1st I get " General access denied", I gave "Full control" to everybody, retriggered Export, I get another another error

hyper-V export operation failed with error 32790

So what I need to do in order to be able to export VMs?

Here is my Hyper-V version

User's image

Windows for business | Windows Client for IT Pros | Storage high availability | Virtualization and Hyper-V
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Anonymous
    2025-06-17T07:47:20.55+00:00

    Hi Salam

    Thank you for contacting the Microsoft Community!

    We can try these steps to help you export HyperV VM:

    • Verify the folder permissions and location

    Try to export after turning off the machine

    “You can do this on a virtual machine that is in either a started or stopped state.”

    https://learn.microsoft.com/en-us/windows-server/virtualization/hyper-v/deploy/export-and-import-virtual-machines?tabs=hyper-v-manager

    • Verify the folder permissions and location

    Use a local export folder: Do not use network sharing or the export path you used before. Instead, create a new folder on your local drive (for example, C:\HyperVExport), and ensure that both your administrator account and SYSTEM account have full control over it.

    There are no pre-existing conflicts: Ensure that there are no existing export folders or residual contents from previous attempts to export that might lock certain files.

    • Test through PowerShell

    Export using PowerShell: Don't rely solely on the Hyper-V manager UI. Try exporting through PowerShell:

    Export-VM -Name "YourVMName" -Path "C:\HyperVExport"

    Wish you all the best!

    Best Regards,

    Andrew


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.