Share via

do i need to turn off bitlocker before installing windows 11?

James Siber 0 Reputation points
2025-10-11T15:41:11.6533333+00:00

I'm running Windows 10 Pro. Do I need to disable bitlocker and secure boot to upgrade to windows 11?

Windows for home | Windows 10 | Recovery and backup
0 comments No comments

1 answer

Sort by: Most helpful
  1. Marcin Policht 91,060 Reputation points MVP Volunteer Moderator
    2025-10-11T16:16:53.49+00:00

    In short, no, you don't need to disable BitLocker or Secure Boot to upgrade from Windows 10 Pro to Windows 11, but there are some caveats to be aware of.

    You should keep Secure Boot enabled — it's actually a requirement for Windows 11. Windows 11 requires your system to be in UEFI mode with Secure Boot capability enabled. You can check your status by running:

      msinfo32
    

    Look for:

    • BIOS Mode → UEFI
    • Secure Boot State → On

    If Secure Boot is off, you can safely enable it in BIOS before upgrading, as long as your disk uses GPT (not MBR).

    As far as BitLocker goes, you do not have to disable it to upgrade. However, it's strongly recommended to suspend BitLocker protection during the upgrade — this prevents the upgrade process from triggering recovery mode.

    To suspend it:

    manage-bde -protectors -disable C:
    

    or via GUI:

    1. Open Control Panel → BitLocker Drive Encryption
    2. Click Suspend protection next to your OS drive.

    After the upgrade completes, Windows will automatically re-enable BitLocker or you can manually do it:

    manage-bde -protectors -enable C:
    

    If the above response helps answer your question, remember to "Accept Answer" so that others in the community facing similar issues can easily find the solution. Your contribution is highly appreciated.

    hth

    Marcin

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments

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.