Share via

BitLocker drive encryption stuck paused at 99.9% processing status for days

Sofia Sposito 0 Reputation points
2026-06-04T11:00:14.65+00:00

Hi developers, I enabled BitLocker encryption on my massive 4TB secondary hard partition file drive. The optimization bar reached 99.9% encryption completion on Tuesday and has been frozen there ever since. The drive status is locked in a "Decrypting/Encrypting paused" loop, and if I try to use command tools to force it to resume, it says the drive is busy.

Windows for business | Windows 365 Enterprise
0 comments No comments

1 answer

Sort by: Most helpful
  1. Harry Phan 21,095 Reputation points Independent Advisor
    2026-06-04T11:39:36.9833333+00:00

    Hi Sofia,

    When BitLocker stalls near completion on a large drive, it usually means the encryption filter driver is waiting on pending disk operations. The first thing to do is check the drive status with manage-bde -status X: to confirm whether it’s paused. If it is, try manage-bde -resume X: after a full reboot, since a restart often clears the busy state. If it still won’t move, run chkdsk X: /f to rule out file system errors, and make sure your storage controller drivers and firmware are fully up to date. If the loop persists, suspend protection with manage-bde -protectors -disable X: and then resume encryption again. If none of these steps work, the only reliable option is to back up the data, decrypt the drive completely, and start a fresh encryption cycle.

    Hope it helps.

    Harry.

    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.