Backups failing due to VSS timeout

Ronaldo Cristiano 20 Reputation points
2026-09-14T10:31:44.35+00:00

Hello,

We have virtualized Microsoft Exchange and SQL hosts where backups consistently fail. The internal VSS writer times out while waiting for application log truncation.

There’s no explicit error message beyond the timeout, but the backup process stops before completion. How can we adjust the VSS execution timeout parameters within the guest registry to prevent this issue ?

Windows for business | Windows 365 Enterprise
0 comments No comments

1 answer

Sort by: Most helpful
  1. HLBui 12,060 Reputation points Independent Advisor
    2026-09-14T11:40:56.31+00:00

    Hi Ronaldo Cristiano

    You know that those VSS timeouts can be super frustrating when you’re trying to keep backups smooth on Exchange or SQL. The good news is you can tweak the timeout values directly in the guest registry so the writers have more breathing room. Specifically, you’ll want to add or adjust the VSSMaxWriterWaitTimeout and VSSMaxRetryTimeout keys under HKLM\SYSTEM\CurrentControlSet\Services\VSS\Settings. These values are in milliseconds, so for example setting VSSMaxWriterWaitTimeout to something like 120000 (that’s 120 seconds) usually helps with heavy log truncation workloads. After making the change, give the VM a reboot so the new settings kick in. Also, double‑check that your applications are patched and the integration services are up to date sometimes the timeout is just a symptom of lagging components. With these tweaks, backups should complete without hitting that wall

    If this guidance proves helpful, feel free to click “Accept Answer” so we know we’re heading in the right direction and let me know if you need any assistance. Thank you!

    Was this answer helpful?

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.