Windows 2019 using Windows Server Bacbkup has failed

RayC 0 Reputation points
2025-03-06T02:51:15.15+00:00

Tried reboot the server still show this error, how to fix this issue,

Backup of volume \?\GLOBALROOT\Device\HarddiskVolume2\ has failed. Windows Backup failed to get an exclusive lock on the EFI system partition (ESP). This may happen if another application is using files on the ESP. Please retry the operation.

Windows Server 2019
Windows Server 2019
A Microsoft server operating system that supports enterprise-level management updated to data storage.
3,964 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Molly Lu-MSFT 1,336 Reputation points Microsoft External Staff
    2025-03-06T09:05:03.5166667+00:00

    Hello,

    Thank you for posting in Microsoft Q&A.

    Based on the description, I understand your question is related to server backup.

    The error "Backup of volume ?\GLOBALROOT\Device\HarddiskVolume2\ has failed. Windows Backup failed to get an exclusive lock on the EFI system partition (ESP)" typically occurs when another application is using files on the EFI System Partition (ESP).

    Check if there are other apps that are using ESP, especially antivirus software, disk management tools, or any other system utilities.

    Restart the Windows Backup service by below commands:

    net stop wbengine

    net start wbengine

    Run below command to check disk error:

    chkdsk /f /r

    Temporarily disable any antivirus or security software, then right-click on the backup application and select "Run as administrator", then retry backup.

    Have a nice day.

    Best Regards,

    Molly

    ============================================

    If the Answer is helpful, please click "Accept Answer" and upvote it

    0 comments No comments

Your answer

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