Microsoft Windows 11 System Requirements
With the release of Windows 11, Microsoft introduced a new set of system requirements that are essential for users to understand before upgrading or installing the new operating system. This article aims to demystify these requirements, helping IT professionals and end-users alike to prepare their systems for Windows 11.
Minimum Hardware Requirements
The minimum hardware requirements for Windows 11 include:
- Processor: 1 gigahertz (GHz)?or?faster with at least 2 cores on a?compatible 64-bit processor or System on a Chip (SoC).
- RAM: 4 GB or more.
- Storage: 64 GB or larger storage device.
- System Firmware: UEFI, Secure Boot capable.
- TPM: Trusted Platform Module (TPM) version 2.0.
- Graphics Card: DirectX 12 compatible graphics / WDDM 2.x.
- Display: 9" with HD Resolution (720p).
- Internet Connection: Internet connectivity is necessary to perform updates, and to download and use some features.
The TPM 2.0 Requirement
The Trusted Platform Module (TPM) 2.0 requirement is the most common blocker when checking Windows 11 compatibility, and the most misunderstood. A TPM is a dedicated security chip (or firmware-based equivalent) that stores encryption keys and credentials in hardware, isolated from the operating system. Windows 11 relies on it for features like BitLocker drive encryption, Windows Hello biometric sign-in, and protection against credential and firmware-level attacks.
Most PCs built since around 2016 include a TPM, but it's frequently disabled in the BIOS/UEFI by default. On many systems it can be enabled by entering the BIOS/UEFI setup (commonly by pressing Del, F2, or F10 during boot) and turning on the setting labeled TPM, Security Device, PTT (Platform Trust Technology, on Intel systems), or fTPM (firmware TPM, on AMD systems). You can confirm whether a TPM is present and which version it's running by opening tpm.msc from the Windows Run dialog.
Enabling TPM in a Hyper-V Virtual Machine
When running Windows 11 inside a Hyper-V virtual machine, the TPM requirement is satisfied using a virtual TPM (vTPM) rather than physical hardware - this is a fully supported, genuine TPM 2.0 implementation, not a workaround. To enable it:
- Create the VM as a Generation 2 virtual machine. Generation 1 VMs don't support UEFI or virtual TPM and cannot meet Windows 11's requirements.
- In Hyper-V Manager, open the VM's Settings.
- Under Security, check Enable Trusted Platform Module. Secure Boot should also be enabled here, with the template set to "Microsoft Windows."
- Note that the Hyper-V host itself must support virtualization-based security; this option is unavailable on some older host hardware or with certain hypervisor configurations.
With vTPM and Secure Boot enabled on a Generation 2 VM, Windows 11 setup will detect a compliant TPM 2.0 device just as it would on physical hardware, so there's no need to bypass or skip the hardware check.
Bypassing the TPM Check (Unsupported Configurations)
If a system or VM genuinely cannot provide a TPM 2.0 device - for example, older hardware or a hypervisor that doesn't support vTPM - Microsoft does provide a documented, if discouraged, registry-based override for advanced users:
- Clean install: When Setup shows "This PC can't run Windows 11," press Shift+F10 to open a command prompt, type regedit, and create the key HKEY_LOCAL_MACHINE\SYSTEM\Setup\LabConfig. Add DWORD (32-bit) values named BypassTPMCheck, BypassSecureBootCheck, and BypassCPUCheck, each set to 1. Close regedit and continue Setup as normal.
- In-place upgrade from Windows 10: Under HKEY_LOCAL_MACHINE\SYSTEM\Setup\MoSetup, create a DWORD value named AllowUpgradesWithUnsupportedTPMOrCPU set to 1, then run Windows 11 Setup directly.
Tradeoffs to weigh before using this approach:
- No guaranteed updates: Microsoft explicitly states that devices installed this way are not guaranteed to receive Windows updates, including security updates, and a watermark may appear on the desktop noting the system doesn't meet requirements.
- Reduced hardware-backed security: Without a real TPM, features like BitLocker, Windows Hello, and credential protections lose the hardware isolation they're designed to rely on - the OS will run, but without the security guarantees TPM 2.0 is meant to provide.
- No official support: Microsoft does not provide support for devices running in this unsupported state, so troubleshooting falls entirely on you or your IT team.
- Not recommended for production or business systems: This route is best reserved for testing, lab environments, or personal use on hardware you understand the risks of - not for systems handling business-critical or sensitive data.
Compatibility and Upgrading
For users looking to upgrade from Windows 10 to Windows 11, it's important to ensure that their hardware is compatible. Microsoft provides a PC Health Check tool that can help users determine if their current PC meets the requirements to run Windows 11. Additionally, for IT professionals managing multiple systems, understanding these requirements is crucial for planning deployment strategies in corporate environments.
Reinstalling Windows 11 on an OEM System
If your PC came from the manufacturer with Windows 11 preinstalled, you typically don't need to enter a product key at all when reinstalling. OEM systems have their Windows license embedded directly in the motherboard's UEFI firmware (in an ACPI table called MSDM). As long as you install the same edition (Home or Pro) that originally shipped on the device and connect it to the internet during setup, Windows will detect that embedded license and activate automatically - no key entry required.
To check whether your activation is tied to your hardware this way, go to Settings > System > Activation after installing; it will show "Activated with a digital license" if the firmware-embedded license was used. If a clean install doesn't activate automatically, run the built-in Activation Troubleshooter from that same Settings page, which can re-link the installation to your hardware's digital license.
Frequently Asked Questions
Is a Webcam Required to Run Windows 11?
No, a webcam is not a required component for running Windows 11. The system requirements focus on components like the processor, RAM, storage, and others. However, a webcam may be necessary for certain functionalities or applications, like video conferencing or Windows Hello for biometric authentication.
Final Thoughts
Adhering to these system requirements will ensure a smoother transition to Windows 11, leveraging its new features and security enhancements. It's recommended to review these specifications carefully before upgrading, to avoid any potential compatibility issues.