How to fix BitLocker error 0x80310059 (an operation is already running)
This means you asked BitLocker to do something while it was already busy encrypting, decrypting or changing the drive. Letting the current operation finish, or clearing it, resolves it. Jump to your situation below or work through the methods in order.
By Neeraj Singh ~5 min Updated Jun 2026 91% found this helpful
Error message
0x80310059. BitLocker Drive Encryption is already performing an operation on this drive. Please complete all operations before continuing.
Summary
0x80310059 means BitLocker is already performing an operation on the drive, encrypting, decrypting, or changing protectors, and you tried to start another action before the first finished. BitLocker can only run one operation on a drive at a time. Often the first operation is still running quietly in the background, or it stalled and left the drive in a busy state. The fix is to check the current status and progress with manage-bde -status, let an in-progress operation complete, and if it is genuinely stuck, pause and resume it or turn it off to clear the queue, then start fresh. A reboot often releases a stuck operation as well. Once the drive is no longer mid-operation, your action proceeds.
What this error means
BitLocker treats encrypting, decrypting and changing a drive's protectors as drive-wide operations, and it allows only one at a time so they cannot conflict. This error means one is already in progress and your new request cannot start until it ends.
Most of the time the running operation is simply not finished, encrypting a large drive takes a while, and it continues in the background. Occasionally an operation stalls and leaves the drive flagged as busy. Checking the status tells you which, and clearing a stuck operation frees the drive.
Common causes
Encryption or decryption is still running in the background.
A protector change is in progress.
A previous operation stalled and left the drive busy.
Two tools tried to act on the drive at once.
The drive is paused mid-operation.
Expert insight
“0x80310059 is BitLocker saying one thing at a time, please. Usually it is still encrypting in the background and you just have to wait, so the first thing I run is manage-bde -status to see the percentage. If it is climbing, leave it. If it is stuck, I pause and resume it, or turn BitLocker off to clear the queue, and a reboot often shakes a stalled operation loose too. Once status shows the drive is idle, whatever you were trying to do goes through.”
Manager, Tech Support & Operations · 19+ years fixing Windows and system errors
✓ How to fix it
Method 1
Check the status and progress
1Open an elevated Command Prompt and run:
manage-bde -status C:
2Look at the Conversion Status and Percentage Encrypted.
3If a conversion is in progress, that is the operation blocking you.
Method 2
Let the operation finish
1If status shows encryption or decryption in progress, let it complete.
2Large drives can take a long time; keep the PC powered.
3Then retry your action.
Method 3
Pause and resume a stalled operation
1If it appears stuck, pause and resume to nudge it:
manage-bde -pause C:
manage-bde -resume C:
2This can restart a stalled conversion.
Method 4
Clear the queue if needed
1If it is genuinely stuck, clear the operation by turning BitLocker off, then start again:
manage-bde -off C:
2Wait for decryption to finish, then re-enable BitLocker.
Method 5
Reboot to release a stuck operation
1Restart the PC, which often releases a drive flagged as busy.
2Run manage-bde -status again to confirm it is idle.
3Then retry.
0x80310059 just means BitLocker is busy, so check manage-bde -status first: if a conversion is climbing, wait for it. If it is stuck, pause and resume it, turn BitLocker off to clear the queue, or reboot to release the drive. Only act once status shows the drive is idle.
Frequently asked questions
What does BitLocker error 0x80310059 mean?
It means BitLocker is already performing an operation on the drive, such as encrypting, decrypting or changing protectors, and you tried to start another before the first finished.
How do I see what BitLocker is doing?
Run manage-bde -status C: from an elevated Command Prompt and read the Conversion Status and Percentage Encrypted to see whether an operation is in progress and how far along it is.
Should I just wait?
Often yes. If status shows encryption or decryption climbing, let it finish, since large drives take time. Retry your action once the conversion completes.
How do I clear a stuck operation?
Pause and resume with manage-bde -pause then -resume, or turn BitLocker off with manage-bde -off to clear the queue, then re-enable it. A reboot also releases a stuck operation.
Can I use two BitLocker tools at once?
No. BitLocker allows one operation per drive at a time. Using the Control Panel applet and manage-bde together, or two commands at once, triggers this error.
Is my data at risk?
No. This error just blocks a second operation; it does not affect the data. Let the current operation finish or clear it, then continue.
Still not working?
If status will not update and pause, resume and reboot do not free the drive, the BitLocker service may be stuck. Restart the BitLocker Drive Encryption Service (BDESVC) in services.msc, then check the status again. You can also submit your error to us for a tailored fix.