Site icon EfmSoft

What does NTSTATUS 0xC0350072 (STATUS_HV_NOT_ALLOWED_WITH_NESTED_VIRT_ACTIVE) mean?

 
Could be also:
ConstantTypeOS
ERROR_HV_NOT_ALLOWED_WITH_NESTED_VIRT_ACTIVEHRESULTWindows
Previous Next
STATUS_HV_OPERATION_FAILED STATUS_HV_NOT_PRESENT

STATUS_HV_NOT_ALLOWED_WITH_NESTED_VIRT_ACTIVE

The requested operation conflicts with an active nested-virtualization mode

STATUS_HV_NOT_ALLOWED_WITH_NESTED_VIRT_ACTIVE means the hypervisor recognized the requested operation but refuses to perform it while nested virtualization is active. Nested mode changes which hypervisor layer owns virtualization controls and which features can be safely exposed to the guest.

This status is a policy and safety boundary, not a transient communication failure. Retrying the same operation without changing the nested-virtualization state is unlikely to help.

What to inspect

Useful distinction

This differs from STATUS_HV_FEATURE_UNAVAILABLE. A feature can be unavailable because it was never exposed; here Hyper-V is saying the operation is not allowed specifically because nested virtualization is active.

References


Looking for a different code? Search another status or error code.

Exit mobile version