Here's how you can install Windows 11 without TPM 2.0. If you want to install it on your computer using either official or unofficial ISOs, you may be out of luck if your computer does not support Trusted Platform Module 2.0 or TPM 2.0. An attempt to install Windows 11 on a PC lacking TPM 2.0 will end up with the following error: "This PC can't run Windows 11. The PC must support TPM 2.0." Fortunately, it is easy to bypass the stumbling block. This article will show you how to install Windows 11 on a computer that does not support TPM 2.0.
Install Windows 11 Without TPM 2.0
You need Windows 11 installation ISO, a regular Windows 10 installation ISO, several commands in Command Prompt/PowerShell/Windows Terminal, and an ISO image editing tool like infamous UltraISO.
To install Windows 11 without TPM 2.0, do the following.
1) Convert Windows 11 install.wim to install.esd
- Download Windows 11 installation ISO (it is up to you where to get it,) and double-click it in File Explorer to open its contents.
- Open its Sources folder, find the
install.wim
file and copy it to any preferred folder. - Now, launch Command Prompt, PowerShell, or Windows Terminal as Administrator.
- Enter the following command:
dism /Get-WimInfo /WimFile:X:\Path\install.wim
. ReplaceX:\Path
with the path to the folder with the previously extractedinstall.wim
file. For example, C:\Users\Taras\Desktop\install.wim. - Next, find the index number for the SKU you want to install. For example, Windows Pro.
- Now, enter the following command:
dism /export-image /SourceImageFile:"X:\Path\install.wim" /SourceIndex:INDEX /DestinationImageFile:"X:\Path\install.esd" /Compress:recovery /CheckIntegrity
. Replace X:\Path with the path to yourinstall.wim
andINDEX
with the index number for the desired SKU. - Wait for Windows to complete converting wim to esd.
- Unmount (eject) Windows 11 ISO.
2) Replace install.esd in the official Windows 10 ISO
- Go to the official Windows 10 website and download Media Creation Tool. Use is to download Windows 10 ISO for your computer. Skip this step if you already have one.
- Open the downloaded Windows 10 ISO image in UltraISO.
- Delete the existing sources\install.esd file you see in UltraISO.
- Drag and drop the
X:\Path\install.esd
you have created onto the UltraISO window to place it instead of the deleted file. - Click on Save or press Ctrl + S in UltraISO to alter the ISO image.
Now you have a fresh Windows 11 ISO file ready for installation on computers without TPM 2.0. Install it as a regular Windows 10.
Modify the ISO image without using UltraISO
If you don't have the UltraISO app, you can use Microsoft's official tool oscdimg, which is part of Windows ADK. Here's how you can use it to put the install.esd file with Windows 11 over the existing Windows 10 file in the ISO image.
- Double-click your Windows 10 ISO to mount and open it.
- Copy all files and folders to any preferable folder on your computer, say
c:\ISOFOLDER
. - Copy your Windows 11
install.esd
file you have created and paste it into thec:\ISOFOLDER\sources
directory. Confirm the original file replacement. - Open a command prompt and type
oscdimg -m -o -u2 -udfver102 - bootdata:2#p0,e,bc:\ISOFOLDER\boot\etfsboot.com#pEF,e,bc:\ISOFOLDER\efi\Microsoft\boot\efisys.bin c:\ISOFOLDER c:\ISOFOLDER\Windows11.iso
.
Voila, you Windows11.iso is in the c:\ISOFOLDER
ready for clean install!
Bypass the TPM 2.0 requirement without rebuilding install.esd
One of our readers sent me advice that instead of completely rebuilding the ISO image, it is enough to replace appraiserres.dll
with the same file from Windows 10. For example, in this way.
- Open the Windows 11 image in UltraISO.
- Delete appraiserres.dll.
- Double click on the Windows 10 ISO file in Explorer to open its contents.
- Drag
appraiserres.dll
to the remote location in UltraISO. - Save the Windows 11 ISO.
Done!
Replace appraiserres.dll in Windows 11 image with oscdimg
- Double click on the Windows 11 ISO file in File Explorer.
- Copy all content to c: \ ISOFOLDER folder.
- Double click on the Windows 10 ISO file in File Explorer.
- Take the
appraiserres.dll
file from Windows 10 and copy it with replacement to thec:\ISOFOLDER
folder. - Build the iso file with the command
oscdimg -m -o -u2 -udfver102 - bootdata:2#p0,e,bc:\ISOFOLDER\boot\etfsboot.com#pEF,e,bc:\ISOFOLDER\efi\Microsoft\boot\efisys.bin c:\ISOFOLDER c:\ISOFOLDER\Windows11.iso
That's it.
RECOMMENDED:Support us
Winaero greatly relies on your support. You can help the site keep bringing you interesting and useful content and software by using these options:
Just replace from Windows 10 build appraiserres.dll Only
Reportedly this causes Windows 11 to hang on “Getting devices ready”
I was about to include this trick to the post, but changed my mind due to the issue.
Strange, everything works great for me.
Let’s add this method to the post.
Doesn’t Work For Me So I am Trying Your Method
Why needs to be so complicated?
1. Just make a USB drive using Windows 10 ISO (English)
2. Mount the Windows 11 ISO with Windows Explorer, and go to sources folder and copy install.wim.
3. Paste the file in the USB drive, inside sources folder.
Don’t need Secure boot, don’t need TPM.
Well, this is for when you want a working ISO and not just a bootable USB stick.