Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 16 additions & 6 deletions docs/how-to/turn-off-bitlocker-in-windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,27 @@

Any encryption procedure, hard drive structure change or installation of new operating systems on a hard drive that already contains data can potentially lead to a data loss. Make sure that your personal data is safe. Even simply copying the important files to an external drive minimizes the risk of data loss.

1. In Windows, open Settings and enter *Manage BitLocker* in the search box.
1. Disable encryption:

Alternatively, go to {menuselection}`Control Panel --> System and Security --> BitLocker Drive Encryption`.
:::::{tab-set}
::::{tab-item} On Windows 11
Open the Settings app and go to {menuselection}`Privacy & Security --> Device Encryption`.

![The BitLocker Drive Encryption settings in Windows](/images/bitlocker-drive-encryption.png)
Toggle it off.
::::

::::{tab-item} On earlier Windows releases
Go to {menuselection}`Control Panel --> System and Security --> BitLocker Drive Encryption`.

1. If the status is "BitLocker waiting for activation", it means that BitLocker is enabled but your data isn't encrypted yet.
:::{note}
If the status is "BitLocker waiting for activation", it means that BitLocker is enabled but your data isn't encrypted yet. Enable BitLocker first by clicking {guilabel}`Turn on BitLocker`.

Check warning on line 34 in docs/how-to/turn-off-bitlocker-in-windows.md

View workflow job for this annotation

GitHub Actions / vale-style

[vale] reported by reviewdog 🐶 [write-good.Passive] 'is enabled' may be passive voice. Use active voice if you can. Raw Output: {"message": "[write-good.Passive] 'is enabled' may be passive voice. Use active voice if you can.", "location": {"path": "docs/how-to/turn-off-bitlocker-in-windows.md", "range": {"start": {"line": 34, "column": 82}}}, "severity": "WARNING"}
:::

Enable BitLocker first by clicking {guilabel}`Turn on BitLocker`. Then proceed.
Click {guilabel}`Turn off BitLocker` to disable encryption.

1. Click {guilabel}`Turn off BitLocker`.
![The BitLocker Drive Encryption settings in Windows](/images/bitlocker-drive-encryption.png)
::::
:::::

1. Windows informs you that it is going to decrypt the data.

Expand Down
Loading