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.”
- 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