T The Triage ManualTechnical Guides for IT Emergencies
P3 · Endpoint & Device Management

Windows 11 Device Encryption Stuck in 'Temporarily Suspended' State After Restart

On Windows 11 Pro, Device Encryption may stall in a persistent 'temporarily suspended' state despite multiple restarts, indicating the underlying BitLocker protection has not auto-resumed as expected. The issue is typically resolved by manually invoking 'manage-bde -resume C:' from an elevated Command Prompt, followed by TPM validation and pending Windows Update installation if the problem persists. As a last resort, decrypting and re-enabling Device Encryption through Windows Settings will restore a clean encryption state.

Indicators

Likely causes

Diagnostic steps

  1. Open an elevated Command Prompt (Run as Administrator) and run: `manage-bde -status C:` to confirm the BitLocker/Device Encryption state of the system drive, noting 'Protection Status' and 'Conversion Status'.
  2. If Protection Status shows 'Protection Off' or Conversion Status shows 'Suspended', run: `manage-bde -resume C:` to manually force encryption to resume.
  3. Re-run `manage-bde -status C:` and confirm Protection Status has changed to 'Protection On' and Conversion Status is progressing or shows 'Fully Encrypted'.
  4. If the resume command fails or the status reverts after restart, open `tpm.msc` (TPM Management Console) and verify the TPM is enabled, active, and shows status 'Ready'. If not ready, initialize or clear the TPM via BIOS/UEFI firmware settings, then restart.
  5. Navigate to Settings > Windows Update and install all pending updates. Restart the system and re-run `manage-bde -status C:` followed by `manage-bde -resume C:` if still suspended.
  6. Open Event Viewer and review Applications and Services Logs > Microsoft > Windows > BitLocker-API > Management for errors logged around the time encryption was suspended, to identify any specific blocking cause.
  7. If all above steps fail to resolve the issue, disable encryption entirely by running `manage-bde -off C:` and waiting for full decryption to complete (verify with `manage-bde -status C:`), then re-enable Device Encryption via Settings > Privacy & Security > Device Encryption.

Resolution path

Prevention

Tools

References

Windows 11Windows 11 ProDevice EncryptionBitLockerEncryption SuspendedTPMTPM 2.0manage-bdeDrive EncryptionEndpoint SecurityBitLocker Resume