Quiesced VMware Snapshots Fails with error “Failed to Quiesce the Virtual Machine” for Windows VM(s)
search cancel

Quiesced VMware Snapshots Fails with error “Failed to Quiesce the Virtual Machine” for Windows VM(s)

book

Article ID: 426820

calendar_today

Updated On:

Products

VMware vSphere ESXi

Issue/Introduction

Symptoms:

  • Quiesced snapshot operations fail on the virtual machine, with the following error

    “An error occurred while quiescing the virtual machine. Refer to the virtual machine's event log for more details. Failed to quiesce the virtual machine.”

  • Standard snapshots (with memory) will complete successfully, indicating the issue is specific to quiesced snapshots.
  • VM log reports below snippets: (/vmfs/volumes/Datstore-Name-or-UUID/VM-Name/vmware.log)

 In(05) vmx - Msg_Post: Warning
 In(05) vmx - [msg.snapshot.quiesce.vmerr] The guest OS has reported an error during quiescing.
 In(05)+ vmx - The error code was: 5
 In(05)+ vmx - The error message was: 'VssSyncStart' operation failed: Access is denied. (0x80070005)

  • From Windows Guest OS Event Logs: Event Viewer → Windows Logs → Application, the application log shows the following event recorded during the snapshot failure:

    Event ID 513 source
    Source: CAPI
    Details: An error occurred while processing the OnIdentity() call for the System Writer object in the cryptographic service.
    Details: AddLegacyDriverFiles: Unable to back up image of binary Microsoft Link-Layer Discovery Protocol.
    System Error: Access is denied.

Environment

vSphere ESXi 7.x
vSphere ESXi 8.x

Cause

  • This issue is caused by failed Windows VSS writers within the guest OS.
  • Running the command vssadmin list writers from the Windows Command Prompt shows multiple writers in a FAILED state.
  • Windows logs record Event ID 513 (Source: CAPI), indicating a cryptographic service failure with access denied errors.
  • VMware Tools relies entirely on Windows VSS for quiesced snapshots and cannot control VSS writers, providers, or guest OS permissions.
  • Non-quiesced snapshots succeed because they bypass Windows VSS and are taken directly at the hypervisor level.

Resolution

Rebooting the virtual machine temporarily restores VSS functionality and allows backups to succeed for few days.

For resolution, engage the Guest OS vendor (Microsoft) to fully stabilize the affected VSS writers.

Additional Information

Third Party reference Link : Event ID 513 when running VSS in Windows Server