Hi, There
As I knew, the reason it suddenly turned on Modern Surface devices can auto-enable “Device encryption” (BitLocker) after an update/firmware tweak, especially if you ever signed in with a Microsoft account or the device was in an org. Kinda annoying, but not a trap.
Right now I need you to follow these suggestions bellow
1. Check status
- Settings > Update & Security > Device encryption or
- Control Panel > BitLocker Drive Encryption or
- Admin CMD:
manage-bde -status
2. Save the recovery key (once)
- In your Microsoft account’s Devices page, or your org’s portal if it’s managed.
3. Turn it off (decrypt)
- GUI: Control Panel > BitLocker Drive Encryption > Turn off BitLocker (for C:)
- Or Admin CMD:
manage-bde -off C:Keep it powered on until decryption finishes. Check progress withmanage-bde -status.
Just need it to stop nagging for now? Suspend protectors: manage-bde -protectors -disable C: -RebootCount 0
If you really need to keep it from coming back
- Leave Device encryption = Off in Settings.
- Use a local account; avoid Azure AD/Intune management.
- (Optional) Block auto-encryption: add
PreventDeviceEncryption=1underHKLM\SYSTEM\CurrentControlSet\Control\BitLockerand reboot.
=> For an offline CAM box Decrypt, stay on a local account, keep it offline, and you’re done.
=> If you hit a blue BitLocker recovery screen, share the first 8 digits of the Recovery key ID shown there and I’ll map it to the right key.