Celeb Glow
updates | March 15, 2026

"the VSS service is shutting down due to idle timeout" event ID: 8224

I wrote a backup solution in VC++ that takes snapshots and backs up files and directories from the volume snapshot.

Since Monday, the machine(windows server 2008) seems to be rebooting everytime the backup is running (not when it gets started).

When I see the server in the morning, it says "windows recovered from a serious error" and that the error is listed as "blue screen", which would mean BSOD.

And the last application event that occurred was this event ID 8224.

I see something about moving the User's directory, but will that really help?

How do I go about solving this issue.

1 Answer

Event ID 8224 is simply information, indicating that VSS is done doing what it was doing, and has now gone idle.

From MS TechNet here:

"This is a normal condition. No further action is required."

Starting with the actual Stop code you're getting when it Blue Screens is probably a good way diagnose.

If this is happening regularly now, perhaps to try and confirm if the backup is the cause or not, disable the backup for a day or two, and see if the server still reboots. If so, you know it's something else, if not, then re-enable it and see if the reboots return.

2

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy