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

Windows 11 Device Encryption Suspended and Does Not Resume After Restart

On Windows 11 Pro devices, Device Encryption may display 'Device encryption is temporarily suspended. Encryption will resume automatically the next time you restart this device,' yet remains suspended across multiple restarts. The condition is typically caused by TPM initialisation issues, Secure Boot being disabled, pending Windows Updates, or policy conflicts blocking BitLocker resumption. Resolution involves manually resuming via manage-bde, validating TPM and Secure Boot state, applying outstanding updates, and if necessary decrypting and re-enabling Device Encryption through Windows Settings.

Indicators

Likely causes

Diagnostic steps

  1. Open an elevated Command Prompt and run 'manage-bde -status C:' to confirm the drive's current encryption percentage, protection state (On/Off), and suspension status.
  2. Run 'manage-bde -protectors -get C:' to verify that required key protectors (TPM, Recovery Key, etc.) are present and correctly configured.
  3. Open 'tpm.msc' (TPM Management Console) and confirm the TPM is ready, initialised, and reporting no errors. Note the TPM version — Device Encryption requires TPM 2.0.
  4. Run 'msinfo32', navigate to System Summary, and check the 'Secure Boot State' field. If it reads 'Off' or 'Unsupported', Secure Boot must be re-enabled in BIOS/UEFI before encryption can resume.
  5. Attempt to manually resume encryption from an elevated Command Prompt: 'manage-bde -resume C:'. Note any error codes returned.
  6. Check Windows Event Viewer under Applications and Services Logs > Microsoft > Windows > BitLocker-API > Management for specific error codes or warnings explaining the suspension.
  7. In PowerShell, run 'Get-BitLockerVolume -MountPoint C:' to cross-check volume status, key protectors, and encryption percentage from the BitLocker WMI provider.
  8. Install all pending Windows Updates via Settings > Windows Update and restart the device. After restart, re-run 'manage-bde -status C:' to verify if encryption has resumed.
  9. If encryption is still suspended after all above steps, disable encryption entirely: 'manage-bde -off C:'. Wait for full decryption to complete (verify with manage-bde -status), then re-enable Device Encryption via Settings > Privacy & Security > Device Encryption.

Resolution path

Prevention

Tools

References

Windows 11Device EncryptionBitLockerTPMSecure Bootencryption suspendedmanage-bdeWindows Proendpoint securitytroubleshootingIntunecompliance