---
title: Bitlocker Policy CSP
description: Learn more about the Bitlocker Area in Policy CSP.
ms.date: 01/18/2024
---
# Policy CSP - Bitlocker
> [!NOTE]
> To manage encryption of PCs and devices, use [BitLocker CSP](./bitlocker-csp.md).
## EncryptionMethod
| Scope | Editions | Applicable OS |
|:--|:--|:--|
| ✅ Device
❌ User | ✅ Pro
✅ Enterprise
✅ Education
✅ Windows SE
✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later |
```Device
./Device/Vendor/MSFT/Policy/Config/Bitlocker/EncryptionMethod
```
This policy specifies the BitLocker Drive Encryption method and cipher strength.
The following list shows the supported values:
- 3 - AES-CBC 128-bit
- 4 - AES-CBC 256-bit
- 6 - XTS-AES 128-bit
- 7 - XTS-AES 256-bit
**Description framework properties**:
| Property name | Property value |
|:--|:--|
| Format | `int` |
| Access Type | Add, Delete, Get, Replace |
| Allowed Values | Range: `[0-4294967295]` |
| Default Value | 6 |
## Related articles
[Policy configuration service provider](policy-configuration-service-provider.md)