Share via

Hyper-V TPM

Handian Sudianto 7,201 Reputation points
2026-05-26T02:40:56.1233333+00:00

I enable TPM on hyper-v VM then why i can't see bitlocker menu inside the disk properties

User's image

User's image

Windows for business | Windows Client for IT Pros | Storage high availability | Virtualization and Hyper-V
0 comments No comments

2 answers

Sort by: Most helpful
  1. VPHAN 34,150 Reputation points Independent Advisor
    2026-05-26T03:26:50.84+00:00

    Hi Handian Sudianto,

    Enabling the virtual Trusted Platform Module in your Hyper-V settings successfully provisions the hardware requirement for encryption, but it does not automatically install or configure the necessary software within the guest operating system. The interface you are seeing indicates that the underlying operating system lacks the active components required to display the BitLocker context menu. If your virtual machine is running a Windows Server environment, the BitLocker Drive Encryption feature is intentionally omitted from the default installation to conserve system resources and minimize the attack surface.

    You must explicitly install this feature by logging into the guest operating system and using the Add Roles and Features wizard in Server Manager. Alternatively, you can open an elevated PowerShell prompt and execute the command Install-WindowsFeature BitLocker -IncludeAllSubFeature -IncludeManagementTools to ensure the graphical interface elements are correctly added to the system. Once the installation completes, a full system reboot of the virtual machine is strictly required before the operating system updates its registry and populates the BitLocker management tools in your right-click menu. If you are running a client operating system instead of Windows Server, verify your specific edition, as full BitLocker capability is restricted to Professional, Enterprise, and Education editions, meaning a Home edition will permanently lack these options regardless of your Hyper-V hardware configuration.

    Hope this answer has brought you some useful information.

    VPHAN

    Was this answer helpful?


  2. AI answer

    2026-05-26T02:41:11.7666667+00:00

    Enabling a virtual TPM in Hyper‑V only provides the hardware security capability to the guest OS; it doesn’t automatically enable BitLocker or add BitLocker options to the disk context menu.

    BitLocker must be installed and enabled inside the guest operating system. The BitLocker “Turn on BitLocker” entry appears in the drive context menu only when the BitLocker feature is present and enabled in the guest.

    Key points from the provided context:

    1. For Generation 2 VMs, adding a vTPM allows the guest OS to use BitLocker Drive Encryption to encrypt the entire VM disk, but this is just a prerequisite capability, not the actual BitLocker configuration.
    2. Encryption support in Hyper‑V (TPM, live migration, saved state) protects the VM’s data and state at the virtualization layer; it doesn’t manage BitLocker inside the guest.
    3. For Generation 1 VMs, a key storage drive can be used to store a BitLocker key so the guest can encrypt its OS disk even without a vTPM. Again, BitLocker must be configured in the guest OS.

    Therefore, to see BitLocker options for the VM’s C: drive:

    1. Ensure the guest OS edition supports BitLocker (for example, Windows Pro/Enterprise).
    2. Install/enable the BitLocker feature in the guest OS.
    3. Then configure BitLocker from Control Panel or Settings inside the VM; the context‑menu entry will appear once BitLocker is available.

    References:

    AI-generated content may be incorrect. Read our transparency notes for more information.

    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.