How to turn off Bitlocker in Windows to allow dual boot installation of Ubuntu
NOTE COMMAND LINE INSTRUCTION BELOW REQUIRED IF WINDOWS SAYS BITLOCKER NOT BEING USED AND UBUNTU INSTALLATION SAYS AT SAME TIME THAT SSD ENCRYTED WITH BITLOCKER
Here’s how to turn off BitLocker in Windows (for any drive):
🪟 Option 1: Using Control Panel (most common)
- Press Windows + S and type “BitLocker”.
- Open Manage BitLocker.
- Find the drive that has BitLocker turned on (it will say “BitLocker On”).
- Click Turn off BitLocker.
- Confirm and wait — Windows will decrypt the drive.
- This can take some time depending on drive size.
- You can continue using the computer while it decrypts.
💻 Option 2: Using Settings (Windows 11/10)
- Go to Settings → Privacy & Security → Device encryption.
- If Device encryption is on, toggle it off.
- If your device supports only “Device encryption” (not full BitLocker), this is the correct place.
⚙️ Option 3: Using Command Prompt or PowerShell
If you prefer a command line:
- Run Command Prompt as Administrator.
- Type:
3.
manage-bde -off C:
Replace C:
with the letter of the encrypted drive.
- To check progress:
5.
manage-bde -status
🧠 Notes:
- You’ll need administrator rights to turn off BitLocker.
- Make sure the recovery key is saved somewhere safe before turning it off, in case decryption fails.
- Decryption does not delete data, it just removes encryption.