T The Triage ManualTechnical Guides for IT Emergencies
P2 · Virtualisation & Storage

Hyper-V Live Migration Fails at 80–90% Due to Kerberos Constrained Delegation Misconfiguration After Security Hardening

Live Migration between Hyper-V cluster nodes fails consistently at 80–90% completion with security context negotiation or access denied errors. Recent security hardening updates enforce stricter Kerberos constrained delegation requirements, breaking the Virtual Machine Migration Service authentication handshake. Resolution requires explicitly configuring Constrained Delegation on host computer objects in Active Directory to permit the Microsoft Virtual System Migration Service on both source and destination hosts.

Indicators

Likely causes

Diagnostic steps

  1. Open Event Viewer on the source cluster node and navigate to Applications and Services Logs > Microsoft > Windows > Hyper-V-High-Availability. Filter for Event ID 21502 and 22038 to confirm authentication failure as the cause of migration failure.
    Confirms that the Live Migration failure is caused by Virtual Machine Migration Service authentication failure rather than network, storage, or resource issues.
  2. Repeat Event ID 21502/22038 log review on the destination cluster node to determine whether the authentication failure originates at source, destination, or both ends of the migration.
    Determines directionality of the Kerberos delegation failure — both source and destination hosts require correct delegation configuration.
  3. In Active Directory Users and Computers (enable Advanced Features view), locate each Hyper-V cluster node computer object. Open Properties > Delegation tab and review the current delegation type (None, Trust for any service, or Trust for specified services only).
    Identifies whether Constrained Delegation is absent or misconfigured on the host computer objects, confirming the root cause.
  4. Review Windows Update history on cluster hosts and check for any hardening-related Group Policy changes affecting Kerberos delegation to correlate the onset of failure with security updates.
    Correlates the onset of the failure with the security hardening update, confirming the likely cause and ruling out unrelated configuration drift.
  5. Attempt a test Live Migration between two affected cluster nodes while monitoring Event Viewer in real time on both source and destination nodes, confirming that Event ID 21502 or 22038 fires at the 80–90% mark.
    Reproduces the failure in a controlled manner and precisely correlates the event log entries to the migration stall point for documentation and escalation if needed.

Resolution path

Prevention

Tools

References

Hyper-VLive MigrationKerberosConstrained DelegationWindows Server 2019Windows Server 2022Windows Server 2025Active DirectoryFailover ClusterSecurity HardeningHigh AvailabilityAuthentication FailureEvent ID 21502Event ID 22038Virtual Machine Migration Service