{"id":578,"date":"2025-03-08T15:27:17","date_gmt":"2025-03-08T15:27:17","guid":{"rendered":"https:\/\/blog.nanitechtips.org\/?p=578"},"modified":"2025-03-08T15:27:17","modified_gmt":"2025-03-08T15:27:17","slug":"how-to-install-windows-11-by-bypassing-tpm-a-step-by-step-guide","status":"publish","type":"post","link":"https:\/\/blog.nanitechtips.org\/?p=578","title":{"rendered":"How to Install Windows 11 by Bypassing TPM: A Step-by-Step Guide"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">Windows 11 has brought a host of new features and a sleek design, but it also introduced stricter hardware requirements, including the need for a Trusted Platform Module (TPM) 2.0. For users with older hardware that doesn\u2019t meet these requirements, this can be a roadblock. However, it\u2019s possible to bypass the TPM requirement and install Windows 11 on unsupported hardware. In this guide, we\u2019ll walk you through the process step by step.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Disclaimer:<\/strong> Bypassing TPM and other system requirements is not officially supported by Microsoft. Proceed at your own risk, as this may lead to instability or security vulnerabilities. Always back up your data before making any changes to your system.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">Step 1: Check Your Hardware Compatibility<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Before proceeding, ensure your PC meets the minimum requirements for Windows 11, excluding the TPM 2.0 requirement. Here\u2019s what you\u2019ll need:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>A 64-bit CPU with at least 1 GHz clock speed and 2 or more cores.<\/li>\n\n\n\n<li>4 GB of RAM or more.<\/li>\n\n\n\n<li>64 GB of storage or more.<\/li>\n\n\n\n<li>A DirectX 12 compatible GPU with a WDDM 2.x driver.<\/li>\n\n\n\n<li>UEFI firmware with Secure Boot capability.<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">If your hardware meets these requirements but lacks TPM 2.0, you can proceed with the installation.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">Step 2: Download the Windows 11 ISO<\/h2>\n\n\n\n<ol start=\"1\" class=\"wp-block-list\">\n<li>Visit the official <a href=\"https:\/\/www.microsoft.com\/software-download\/windows11\" target=\"_blank\" rel=\"noreferrer noopener\">Microsoft Windows 11 download page<\/a>.<\/li>\n\n\n\n<li>Download the Windows 11 ISO file using the <strong>Download Now<\/strong> button under the &#8220;Create Windows 11 Installation Media&#8221; section.<\/li>\n\n\n\n<li>Alternatively, you can use third-party tools like <a href=\"https:\/\/rufus.ie\/\" target=\"_blank\" rel=\"noreferrer noopener\">Rufus<\/a> to download the ISO directly.<\/li>\n<\/ol>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">Step 3: Create a Bootable USB Drive<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">To install Windows 11, you\u2019ll need a bootable USB drive. Here\u2019s how to create one:<\/p>\n\n\n\n<ol start=\"1\" class=\"wp-block-list\">\n<li>Insert a USB flash drive with at least 8 GB of storage into your computer.<\/li>\n\n\n\n<li>Download and install <a href=\"https:\/\/rufus.ie\/\" target=\"_blank\" rel=\"noreferrer noopener\">Rufus<\/a>, a free tool for creating bootable USB drives.<\/li>\n\n\n\n<li>Open Rufus and select your USB drive under the &#8220;Device&#8221; dropdown.<\/li>\n\n\n\n<li>Click <strong>Select<\/strong> and choose the Windows 11 ISO file you downloaded.<\/li>\n\n\n\n<li>Under &#8220;Image option,&#8221; select <strong>Extended Windows 11 Installation (no TPM\/no Secure Boot)<\/strong>.<\/li>\n\n\n\n<li>Click <strong>Start<\/strong> and wait for Rufus to create the bootable USB drive.<\/li>\n<\/ol>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">Step 4: Modify the Windows Registry (Optional)<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">If you\u2019re installing Windows 11 directly from an ISO file without using Rufus, you can bypass TPM and Secure Boot requirements by modifying the Windows Registry during installation:<\/p>\n\n\n\n<ol start=\"1\" class=\"wp-block-list\">\n<li>Boot your PC from the Windows 11 installation media.<\/li>\n\n\n\n<li>When you reach the &#8220;This PC can\u2019t run Windows 11&#8221; screen, press <strong>Shift + F10<\/strong> to open the Command Prompt.<\/li>\n\n\n\n<li>Type <code>regedit<\/code> and press <strong>Enter<\/strong> to open the Registry Editor.<\/li>\n\n\n\n<li>Navigate to <code>HKEY_LOCAL_MACHINE\\SYSTEM\\Setup<\/code>.<\/li>\n\n\n\n<li>Right-click on the <strong>Setup<\/strong> key, select <strong>New > Key<\/strong>, and name it <code>LabConfig<\/code>.<\/li>\n\n\n\n<li>Inside the <code>LabConfig<\/code> key, create the following DWORD (32-bit) values:\n<ul class=\"wp-block-list\">\n<li><code>BypassTPMCheck<\/code> with a value of <code>1<\/code><\/li>\n\n\n\n<li><code>BypassSecureBootCheck<\/code> with a value of <code>1<\/code><\/li>\n\n\n\n<li><code>BypassRAMCheck<\/code> with a value of <code>1<\/code><\/li>\n<\/ul>\n<\/li>\n\n\n\n<li>Close the Registry Editor and Command Prompt, then proceed with the installation.<\/li>\n<\/ol>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">Step 5: Install Windows 11<\/h2>\n\n\n\n<ol start=\"1\" class=\"wp-block-list\">\n<li>Restart your PC and boot from the USB drive (you may need to change the boot order in your BIOS\/UEFI settings).<\/li>\n\n\n\n<li>Follow the on-screen instructions to begin the Windows 11 installation.<\/li>\n\n\n\n<li>When prompted to enter a product key, you can skip this step and activate Windows later.<\/li>\n\n\n\n<li>Select the installation type (Custom or Upgrade) and choose the partition where you want to install Windows 11.<\/li>\n\n\n\n<li>Complete the installation process by following the remaining prompts.<\/li>\n<\/ol>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">Step 6: Post-Installation Steps<\/h2>\n\n\n\n<ol start=\"1\" class=\"wp-block-list\">\n<li>After installation, Windows 11 may prompt you to enable TPM and Secure Boot. You can ignore these warnings.<\/li>\n\n\n\n<li>Install all necessary drivers and updates to ensure your system runs smoothly.<\/li>\n\n\n\n<li>Activate Windows 11 using your product key or digital license.<\/li>\n<\/ol>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">Step 7: Stay Informed About Risks<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Bypassing TPM and Secure Boot can expose your system to potential security risks, as these features are designed to protect against malware and unauthorized access. Consider upgrading your hardware to meet the official requirements for a more secure experience.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">Conclusion<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">While Windows 11\u2019s hardware requirements may seem restrictive, it\u2019s possible to install the operating system on unsupported hardware by bypassing TPM and Secure Boot. By following this guide, you can enjoy the new features of Windows 11 without upgrading your PC. However, always weigh the risks and consider upgrading your hardware for a more secure and stable experience.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">If you found this guide helpful, share it with others who might benefit from it. Happy computing!<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img  title=\"\" fetchpriority=\"high\" decoding=\"async\" width=\"1024\" height=\"630\" sizes=\"(max-width: 1024px) 100vw, 1024px\" src=\"https:\/\/blog.nanitechtips.org\/wp-content\/uploads\/2025\/03\/Win-11-Screen-1024x630.webp\"  alt=\"Win-11-Screen-1024x630 How to Install Windows 11 by Bypassing TPM: A Step-by-Step Guide\"  class=\"wp-image-581\" srcset=\"https:\/\/blog.nanitechtips.org\/wp-content\/uploads\/2025\/03\/Win-11-Screen-1024x630.webp 1024w, https:\/\/blog.nanitechtips.org\/wp-content\/uploads\/2025\/03\/Win-11-Screen-300x185.webp 300w, https:\/\/blog.nanitechtips.org\/wp-content\/uploads\/2025\/03\/Win-11-Screen-768x473.webp 768w, https:\/\/blog.nanitechtips.org\/wp-content\/uploads\/2025\/03\/Win-11-Screen.webp 1050w\" \/><\/figure>\n","protected":false},"excerpt":{"rendered":"<p>Windows 11 has brought a host of new features and a sleek design, but it also introduced stricter hardware requirements, including the need for a Trusted Platform Module (TPM) 2.0.&hellip;<\/p>\n","protected":false},"author":1,"featured_media":580,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[6,81],"tags":[198,32,200,199,33,31,73],"class_list":["post-578","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-technology","category-tutorials","tag-bypass-tpm","tag-microsoft","tag-rufus","tag-tpm","tag-tutorials","tag-windows","tag-windows-11"],"aioseo_notices":[],"featured_image_urls":{"full":["https:\/\/blog.nanitechtips.org\/wp-content\/uploads\/2025\/03\/Windows-11.webp",1920,1080,false],"thumbnail":["https:\/\/blog.nanitechtips.org\/wp-content\/uploads\/2025\/03\/Windows-11-150x150.webp",150,150,true],"medium":["https:\/\/blog.nanitechtips.org\/wp-content\/uploads\/2025\/03\/Windows-11-300x169.webp",300,169,true],"medium_large":["https:\/\/blog.nanitechtips.org\/wp-content\/uploads\/2025\/03\/Windows-11-768x432.webp",768,432,true],"large":["https:\/\/blog.nanitechtips.org\/wp-content\/uploads\/2025\/03\/Windows-11-1024x576.webp",1024,576,true],"1536x1536":["https:\/\/blog.nanitechtips.org\/wp-content\/uploads\/2025\/03\/Windows-11-1536x864.webp",1536,864,true],"2048x2048":["https:\/\/blog.nanitechtips.org\/wp-content\/uploads\/2025\/03\/Windows-11.webp",1920,1080,false]},"author_info":{"info":["praveen@nanitechtips.org"]},"category_info":"<a href=\"https:\/\/blog.nanitechtips.org\/?cat=6\" rel=\"category\">Technology<\/a> <a href=\"https:\/\/blog.nanitechtips.org\/?cat=81\" rel=\"category\">Tutorials<\/a>","tag_info":"Tutorials","comment_count":"3","jetpack_featured_media_url":"https:\/\/blog.nanitechtips.org\/wp-content\/uploads\/2025\/03\/Windows-11.webp","_links":{"self":[{"href":"https:\/\/blog.nanitechtips.org\/index.php?rest_route=\/wp\/v2\/posts\/578","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/blog.nanitechtips.org\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blog.nanitechtips.org\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blog.nanitechtips.org\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/blog.nanitechtips.org\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=578"}],"version-history":[{"count":1,"href":"https:\/\/blog.nanitechtips.org\/index.php?rest_route=\/wp\/v2\/posts\/578\/revisions"}],"predecessor-version":[{"id":582,"href":"https:\/\/blog.nanitechtips.org\/index.php?rest_route=\/wp\/v2\/posts\/578\/revisions\/582"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/blog.nanitechtips.org\/index.php?rest_route=\/wp\/v2\/media\/580"}],"wp:attachment":[{"href":"https:\/\/blog.nanitechtips.org\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=578"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blog.nanitechtips.org\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=578"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blog.nanitechtips.org\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=578"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}