YellowKey BitLocker is a free, portable utility for managing BitLocker encrypted drives on Windows 10 and 11. It became widely discussed following the CVE-2026-45585 BitLocker bypass vulnerability, covered extensively on Tom's Hardware and security forums. Use it to extract recovery keys, view encryption status, apply remediation steps, and test bypass mitigation settings.
- Recovery key extraction — read and backup BitLocker recovery keys from any accessible encrypted volume
- Drive encryption status — view encryption state, percentage progress, and protector type for all drives
- TPM status display — check TPM version, status, and whether it's the active protector
- Protector type viewer — see which protectors are active: TPM, PIN, recovery key, or certificate
- CVE-2026-45585 remediation — apply the recommended registry mitigations for the BitLocker bypass vulnerability
- CLI and GUI modes — use the graphical interface or run silent from the command line for scripted operations
- Recovery key backup — export keys to a file for safekeeping before making system changes
- Portable — no installation required, runs directly from USB
- Download the latest version using the button above.
- Extract the archive.
- Run
YellowKey-BitLocker.exeas Administrator. - Select the encrypted drive from the detected list.
- Choose your action — view status, extract key, or apply CVE remediation.
Important : Always keep multiple backups of your recovery keys. Losing both the password and the recovery key means permanent data loss — there is no bypass without the key.

CVE-2026-45585 is a BitLocker bypass vulnerability that allows an attacker with physical access to a Windows 10/11 device to decrypt the drive without the recovery key under specific conditions. It was covered in detail on Tom's Hardware and Microsoft Security Response Center.
YellowKey applies the recommended mitigation steps:
- Enable Secure Boot enforcement
- Configure BitLocker to require PIN in addition to TPM
- Apply registry settings that block the bypass vector
If you read about "yellow key bitlocker remediation" or "bitlocker bypass mitigation" — this is the tool that automates those steps.
If you've lost access to a BitLocker-protected drive, your recovery key may be stored in:
- Microsoft Account — sign in at account.microsoft.com and check Devices → BitLocker Recovery Keys
- Active Directory — your IT admin can retrieve it if the device is domain-joined
- Azure AD — check the Azure AD portal under Devices
- Printed copy or USB — if you saved it during setup
YellowKey can extract the key if you have admin access to a currently unlocked volume.
Adding a PIN to your BitLocker configuration on top of TPM protection significantly reduces the risk from physical attacks. YellowKey guides you through:
- Enabling PIN-based protection on your existing encrypted drive
- Testing the PIN before locking yourself out
- Backing up the updated recovery key
"Access Denied" when trying to extract keys? You must run as Administrator. Even then, reading keys for drives other than the system drive may be restricted by BitLocker policy.
Recovery key format not accepted? Make sure you're entering all 48 digits of the key (8 groups of 6 digits). YellowKey accepts keys with or without hyphens and with or without spaces.
Drive not showing in the list?
Only BitLocker-encrypted drives appear. Run manage-bde -status in an admin command prompt to verify BitLocker is active on the drive.
CVE-2026-45585 mitigation not applying? Ensure Secure Boot is enabled in your UEFI firmware settings first. The registry mitigation alone is not sufficient without Secure Boot.
- Windows 10 / 11 (64-bit)
- Administrator privileges required
- BitLocker-enabled drives (optional — status viewer works on all drives)
Incorrect use of this tool may result in permanent data loss. Double-check recovery keys before making any changes to encrypted volumes.
Recommendations:
- Download only from this official GitHub repository.
- Scan files on VirusTotal.
- Always back up your data before working with encrypted volumes.
Contributions are welcome! Help improve key recovery logic, add new drive types, or expand CLI options.
YellowKey BitLocker is shared under the MIT License. See LICENSE for details.
Copyright © 2026 Kamarguinho
- The Windows security and BitLocker research community.
- CVE disclosure researchers who identified CVE-2026-45585.