Share via

bit locker has disappeared

Andrew Mallagh 0 Reputation points
2026-05-24T13:31:09.2733333+00:00

Bitlocker started asking for my recovery key every time I started my laptop after a battery change. To avoid this I turned off bitlocker in the Control Panel and restarted my Laptop based on online advice. Now I can not find Bit locker at all in the Control Panel to turn it back on.
I am running Windows 11 Home.

If I try to find Bitlocker is says I do not have a compatible TPM. But it was working fine before I turned it off.
What do I do ?

Windows for home | Windows 11 | Files, folders, and storage
0 comments No comments

2 answers

Sort by: Most helpful
  1. Jonathan Deives 72,380 Reputation points Independent Advisor
    2026-05-24T16:38:28.1533333+00:00

    Open PowerShell as administrator

    Use this command to find the driver:

    pnputil /enum-drivers | findstr "wdcsam"

    Note the Published Name (something like oem12.inf)
    Delete it using that name:

    pnputil /delete-driver oem12.inf /uninstall /force

    If you still can't delete it, you'll need to start Windows in safe mode to delete the file.

    Was this answer helpful?


  2. Jonathan Deives 72,380 Reputation points Independent Advisor
    2026-05-24T14:10:30.2133333+00:00

    Windows 11 Home does not have BitLocker, it has Device Encryption, which is why you can't find it in the Control Panel.
    https://support.microsoft.com/windows/device-encryption-in-windows-cf7e2b6f-3e70-4882-9532-18633605b7df

    To re-enable it:

    Go to Settings > Privacy & Security > Device Encryption
    Toggle it back On

    Was this answer helpful?


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.