Share via

On-Premise Windows 2019 Server Rebooting Automatically after installing MARS

Vijay Lonkar 0 Reputation points
2026-04-07T09:56:21.9266667+00:00

We have on-premise 2019 Windows server. This server reboots automatically.

After removing MARS, server do not reboot.

This is the third time issue has reflected. We need solution on this issue.

Azure Backup
Azure Backup

An Azure backup service that provides built-in management at scale.


1 answer

Sort by: Most helpful
  1. Alex Burlachenko 19,850 Reputation points MVP Volunteer Moderator
    2026-04-08T09:48:12+00:00

    Vijay Lonkar hey and thx for stay with us at Q&A,

    if server stops rebooting after removing MARS its 100 percent agent related, not random OS issue. What usually happens MARS (Azure Backup agent) installs

    filter drivers

    VSS integration

    sched + services

    if something conflicts u get crashes Windows just reboots, most common causes i have seen, bad VSS state MARS hooks into VSS hard. if VSS writers are broken > backup job triggers > boom reboot

    run

    vssadmin list writers
    

    if anything not stable thats ur trigger. Outdated MARS version older builds had bugs with Server 2019

    just reinstall latest agent, not upgrade. Conflict with AV / security tools seen this a lot tbh MARS + endpoint protection = random restarts.

    try exclude C:\Program Files\Microsoft Azure Recovery Services Agent\ processes like cbengine.exe

    corrupted install since u said its 3rd time smells like dirty reinstall, dont just uninstall/reinstall wipe it properly

    uninstall MARS
    

    check event viewer before reboot look at System log, BugCheck / Kernel-Power, u will likely see crash tied to MARS driver or VSS.

    :)))))))))))))) MARS itself not stable on that box or conflicting with something most likely VSS or AV.

    again if u want quick fix so.... reinstall latest + check VSS + disable AV temporarily and test

    rgds,

    Alex

    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.