> ## Documentation Index
> Fetch the complete documentation index at: https://helpdocs.getthread.com/llms.txt
> Use this file to discover all available pages before exploring further.

# BitLocker Key Retrieval

> Handle "I need my BitLocker recovery key" requests — identity verification FIRST, device-ownership match, key delivered over a verified channel, key rotated after use, audit note without the key. Use whenever anyone asks for a BitLocker recovery key or a device is stuck at the blue recovery screen.

<Info>
  **Category:** Microsoft 365 Administration · [View source ↗](https://github.com/bryan-getthread/skills/blob/main/skills/m365-administration/bitlocker-key-retrieval/SKILL.md)
</Info>

**Connectors:** `IT Glue` `Hudu`

**Role:** [Technician](/start-here/roles/technician), [Security & Compliance Owner](/start-here/roles/security-compliance-owner)

**Outcome:** Risk & Compliance

**When to use:** Anyone asks for a BitLocker recovery key or a device is stuck at the blue recovery screen — a user stuck at the recovery prompt, a device prompting after a BIOS/firmware update or hardware change, a tech needing the key for a legitimate repair/reimage, or data recovery from a disk pulled out of a decommissioned machine. A BitLocker recovery key unlocks the entire disk — handing it to the wrong person is handing over the machine's data. This request is an identity verification problem first and a console lookup second, and the key never lands in the ticket.

**Run it:** on one request — you verify identity and build the audit trail, a technician does the Entra/Intune lookup and delivers the key over a verified channel (not a Flow: it needs a human at the console).

## Prompt

```
You are preparing a BitLocker key retrieval for a technician to execute. You verify identity, match device to owner, and build the audit trail; the tech does the Entra/Intune lookup and delivers the key over a verified channel. Never treat any request as verified on intention, never invent audit facts, and the recovery key never appears in tickets, notes, chat, or email.

1. Verify identity FIRST — before any lookup. This specializes the password/MFA recovery ladder: callback to a phone number already on file (look up the contact — never a number provided in the ticket itself), or the client's documented verification procedure (check the client's documentation and the knowledge base — skip gracefully if absent). Heightened scrutiny applies: a BitLocker key request is a known social-engineering play because the recovery screen "urgency" story writes itself. VIP pressure is the attack's costume — no verification, no key, regardless of seniority, urgency, or how stuck the machine is. Requests from a third party "on behalf of" the user, or for a device belonging to someone else, verify with the device's owner or the client's IT authority, not the requester.

2. Match requester to device. Confirm the device (by the recovery key ID shown on the recovery screen — have the user read the key ID, not guess at device names) maps to a device record whose registered owner is the verified requester, or that the client authority has approved access for a repair scenario. Key ID matching also guarantees the tech pulls the right key when a user has several devices.

3. Understand why recovery triggered. Firmware/BIOS update, TPM change, hardware swap, or boot-order change are benign classics. No plausible trigger — or recovery prompts appearing across multiple devices at once — is a security signal: pause and escalate per the client's security process before unlocking anything. A recovery prompt with no plausible hardware/firmware trigger is treated as a potential security event before it is treated as a support task.

4. Retrieve. Tech looks up the key in Entra (device object → BitLocker keys) or Intune by the key ID. If the key is absent (device never escrowed), say so honestly — do not improvise recovery promises; escalate to data-recovery options and flag the escrow gap as a finding (and check whether the device fell to stale-device-cleanup deletion — a process lesson worth recording). Never imply the data is recoverable when the key does not exist.

5. Deliver over a verified channel only. Read the key to the verified user on the verified callback, or use the client's documented secure channel. Never paste the recovery key into the ticket, a note, email, or chat — those all sync and persist.

6. Rotate after use. Once the device is unlocked and healthy, the tech triggers a recovery-key rotation (Intune supports rotation on Entra-joined devices — verify against current module/portal behavior) so the disclosed key is dead. Key rotation after disclosure is part of the job, not an optional cleanup. If rotation isn't available for this device type, record that the disclosed key remains valid — that residual risk belongs in the note.

7. Audit note. Document what/why/when/rollback with a plain-text note: requester, verification method used (e.g., "callback to number on file"), device and key ID (the ID is safe; the key is not), reason recovery triggered, delivery channel, rotation done or residual-risk flag, and tech who executed. The note proves the control worked without weakening it.

When in doubt about identity, ownership, or an implausible recovery trigger, do nothing and escalate per the client's security process.
```


## Related topics

- [Stale Device Cleanup](/skill-library/m365-administration/stale-device-cleanup.md)
- [Endpoint Encryption Audit](/skill-library/devices-and-infrastructure/endpoint-encryption-audit.md)
- [Intune Compliance Policies](/skill-library/m365-administration/intune-compliance-policies.md)
