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

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

Live Migration of VMs between Hyper-V cluster nodes fails consistently at 80–90% completion with Event ID 21502 or 22038 indicating authentication negotiation failures. Recent platform security hardening updates enforce stricter Kerberos constrained delegation validation, breaking the Virtual Machine Migration Service handshake between hosts. Resolution requires configuring explicit Constrained Delegation on host computer objects in Active Directory, permitting the Microsoft Virtual System Migration Service SPN for all cluster node pairs.

Indicators

Likely causes

Diagnostic steps

  1. Open Event Viewer on the source Hyper-V cluster node. Navigate to Applications and Services Logs > Microsoft > Windows > Hyper-V-High-Availability. Filter for Event ID 21502 and Event ID 22038.
    Confirms Live Migration failure is caused by Kerberos/authentication negotiation failure rather than network, storage, or resource issues.
  2. Reproduce a Live Migration attempt and observe the exact percentage at which it fails. Note the exact error text (security context negotiation failure or access denied).
    Validates the failure signature matches this known issue pattern (80–90% completion) and rules out intermittent or unrelated failures.
  3. Open Active Directory Users and Computers (ADUC). Locate the computer object for each Hyper-V host node involved. Right-click > Properties > Delegation tab. Check if 'Trust this computer for delegation to specified services only (Kerberos)' is configured and whether the Microsoft Virtual System Migration Service is listed.
    Determines whether Constrained Delegation is present and correctly scoped for the Virtual System Migration Service on both source and destination host computer objects.
  4. Cross-reference current delegation configuration: both source and destination host computer objects must have Constrained Delegation explicitly allowing the 'Microsoft Virtual System Migration Service' SPN for the counterpart host. Document any missing entries.
    Pinpoints exactly which host computer objects and SPN entries are absent, providing a clear remediation target.
  5. Review recent change records or patch history (Get-HotFix or WSUS/SCCM reports) to identify whether recent platform security hardening updates were applied prior to the onset of Live Migration failures.
    Confirms stricter Kerberos constraint requirements from security hardening are the trigger and scopes whether all cluster nodes or only recently patched ones are affected.

Resolution path

Prevention

Tools

References

Hyper-VLive MigrationKerberosConstrained DelegationWindows Server 2019Windows Server 2022Windows Server 2025Active DirectoryFailover ClusteringSecurity HardeningHigh AvailabilityEvent ID 21502Event ID 22038Virtual Machine Migration ServiceSPN