Is it possible to install Windows 11 on a laptop from 2015–2018?

Microsoft officially requires Windows 11 availability TPM 2.0, Secure Boot and the processor is not older than 2017. But in practice, the system works successfully even on laptops 2012–2015 with Intel Core i3/i5 2nd–4th generation or AMD A8/A10. The main thing is to correctly bypass checks during installation and optimize the system afterwards.

In this article we will analyze 3 working installation methods (including bypass TPM 2.0 And Secure Boot), compatibility analysis via WhyNotWin11, and also acceleration settings old iron. We will place special emphasis on solving errors 0x8007007B (incompatible disk) and 0xC1900101 (update failed).

⚠️ Important: On laptops with UEFI (rather than legacy BIOS) the chances of a successful installation are higher. If your device only supports Legacy Mode, you will have to use special assemblies or convert the disk to GPT in advance.

📊 What laptop do you have?
  • Lenovo (ThinkPad/IdeaPad)
  • HP (Pavilion/ProBook)
  • Acer (Aspire/Swift)
  • Asus (ZenBook/VivoBook)
  • Dell (Inspiron/Latitude)
  • Other

Compatibility Check: What exactly is blocking Windows 11 installation?

Before installation, check your hardware limitations using the utility WhyNotWin11 (you can download it at GitHub). She will show exact reasons for incompatibility:

  • 🔹 TPM 2.0 missing - the most common blocker. It can be solved by disabling the check in the registry or by emulation via fTPM (on AMD).
  • 🔹 Unsupported processor - gets by with editing the file appraiserres.dll in a Windows image.
  • 🔹 Secure Boot disabled - on some laptops (Lenovo G500, HP 250 G3) it cannot be enabled without updating the BIOS.
  • 🔹 Disk in MBR format - requires conversion to GPT without data loss (instructions below).

If the utility shows more than 3 critical errors, it is worth considering alternatives: Windows 10 LTSC (until 2032 support) or lightweight Linux distributions (Xubuntu, Linux Mint Xfce).

Problem Laptops where found Solution
No TPM 2.0 Dell Latitude E6430, Acer Aspire E1-572, Asus X550C Registry bypass or emulation fTPM (AMD)
Processor not supported Intel Core i3-3110M, AMD A10-5750M Edit appraiserres.dll or use assembly Tiny11
Secure Boot does not turn on Lenovo B590, HP 255 G4 Updating BIOS or installing in Legacy Mode with the risk of errors
Disk in MBR Any laptops with Windows 7/8 Conversion to GPT through mbr2gpt or MiniTool Partition Wizard
💡

If WhyNotWin11 shows the error "Outdated BIOS version", update it through the manufacturer's official website. For Lenovo use Lenovo Vantage, for HPHP Support Assistant.

Method 1: Installation with TPM bypass and Secure Boot (official image)

This method is suitable for laptops with UEFI and processors Intel 4+ generation/AMD Ryzen 1000+. We will use standard ISO image from Microsoft, but we will disable checks through the registry.

  1. Download the Windows 11 image from the Microsoft website (link) or through Media Creation Tool.
  2. Create a bootable USB flash drive with the help Rufus (select partition scheme GPT and target system UEFI).
  3. When starting the installation click Shift + F10to open a command prompt and run:
    reg add HKLM\SYSTEM\Setup\LabConfig /v BypassTPMCheck /t REG_DWORD /d 1
    

    reg add HKLM\SYSTEM\Setup\LabConfig /v BypassSecureBootCheck /t REG_DWORD /d 1

    reg add HKLM\SYSTEM\Setup\LabConfig /v BypassRAMCheck /t REG_DWORD /d 1

  4. Close the command prompt and continue with the installation. The "This PC is not supported" error will disappear.

⚠️ Attention: On laptops with InsydeH2O BIOS (Acer, some HP) may be required after installation disable Secure Boot manually, otherwise the system will not boot. To do this:

  1. Reboot into BIOS (F2/Del/Esc).
  2. Find a section Security → Secure Boot and select Disabled.
  3. Save the settings (F10) and reboot.

Download original ISO Windows 11|

Format the flash drive to FAT32|

Create bootable media via Rufus (GPT scheme)|

Disable BitLocker on the system drive (if enabled)|

Check free disk space (minimum 25 GB) -->

Method 2: Installation on laptops with Legacy BIOS (without UEFI)

If your laptop (Samsung NP300, Toshiba Satellite C50) does not support UEFI, you will have to use modified image or convert the disk to GPT before installation.

Option A: Convert MBR → GPT without data loss

  1. Boot from the Windows 10/11 flash drive in recovery mode (Shift + F10 during installation).
  2. Run the commands:
    diskpart
    

    list disk

    select disk 0

    convert gpt

    exit

  3. Reboot and repeat the installation. The disk will now be recognized.

Option B: Using Tiny11 build

Assembly Tiny11 (from the developer NTDev) weighs ~3 GB and lacks most checks. Suitable for laptops with 2–4 GB RAM And mechanical HDD. You can download it at Archive.org.

  • ✅ Benefits:
    • Powered by Intel Core 2 Duo And AMD Athlon II.
    • Unnecessary components have already been removed (Cortana, Microsoft Edge).
    • Supports installation on MBR-disks.
  • ❌ Disadvantages:
    • No official updates (risk of vulnerabilities).
    • Some drivers may not work (especially Wi-Fi on old ones Broadcom-chips).
How to check if a laptop supports UEFI?

Boot into the BIOS and look for the following symptoms:

1. Availability of the "Boot Mode" option with the "UEFI" and "Legacy" options.

2. Section "Secure Boot" (even if it is disabled).

3. When booting from a flash drive, the manufacturer’s logo appears (not a black screen with a blinking cursor).

If you don't have any of this, you have Legacy BIOS, and you will have to use Method 2.

Method 3: Upgrade from Windows 7/10 without a clean install

If the laptop already has Windows 10 (version 2004 or later), you can upgrade to Windows 11 no data loss and TPM bypass. To do this:

  1. Download Media Creation Tool from the Microsoft website.
  2. Launch the utility and select "Update this PC now."
  3. When an error occurs 0xC1900101 (typical for Intel HD Graphics older than 2015) do:
    reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OOBE" /v BypassTPMCheck /t REG_DWORD /d 1 /f
    

    reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OOBE" /v BypassSecureBootCheck /t REG_DWORD /d 1 /f

  4. Restart Media Creation Tool and repeat the update.

⚠️ Attention: On laptops with NVIDIA Optimus (For example, Asus N56VZ) After the update, discrete graphics may disappear. The solution is to install the driver manually via Device Managerby selecting a compatible version from the website NVIDIA (not newer 472.12).

Advantage of this method: All programs and settings are saved. Disadvantage: the system may run slower due to "garbage" from the old OS. We recommend after the update:

  • 🧹 Clean up disk using DISM /Online /Cleanup-Image /RestoreHealth.
  • 🔧Disable visual effects: Control Panel → System → Advanced Settings → Performance.
  • 🚀 Install LCU (Latest Cumulative Update) manually if the automatic update freezes.
💡

Upgrading from Windows 10 is the safest option, but is only suitable for laptops with 2016 and newer processors. On older hardware there is a high probability of driver errors.

Optimizing Windows 11 for an old laptop: 7 critical settings

Even after successful installation Windows 11 may slow down HDD And 2–4 GB RAM. Use these settings to speed things up:

  1. Disable unnecessary services:
    sc config DiagTrack start= disabled
    

    sc config dmwappushservice start= disabled

    sc config WSearch start= disabled

    (disables telemetry, application updates and indexing).

  2. Install a lightweight antivirus: Kaspersky Security Cloud Free or Bitdefender Antivirus Plus (don't use Windows Defender — it loads the processor).
  3. Replace your default browser on Firefox ESR or Slimjet (they consume 30–40% less RAM than Edge).
  4. Disable animation and transparency:
    Пуск → Параметры → Специальные возможности → Эффекты прозрачности (Выкл.)
    

    Пуск → Параметры → Система → Для разработчиков → Анимации (Выкл.)

Problem Solution Effect
Slow start Disable startup via Task Manager → Startup Loading speed up by 20–30%
Lags when opening the Start menu Install StartIsBack (Windows 7 menu emulator) Reduced GPU load
Overheating and throttling Cleaning dust + replacing thermal paste, limiting TDP via ThrottleStop Reduce temperature by 10–15°C

For laptops with HDD: turn on ReadyBoost from a flash drive (minimum 8 GB, USB 3.0). This will speed up system loading by 15–20%. How to set up:

  1. Connect the flash drive, format it to NTFS.
  2. Right click on the flash drive → Properties → ReadyBoost.
  3. Select Provide this device for ReadyBoost and select the maximum volume.
💡

If after installing Windows 11 your laptop starts to get very hot, check the CPU load in Task Manager. A common reason is service. Windows Modules Installer Worker (consumes up to 50% CPU). Solution: Disable automatic driver updates via gpedit.msc (Group Policy → Computer Configuration → Administrative Templates → System → Device Installation).

Troubleshooting after installation

Even if the installation was successful, older laptops may experience critical errors. Let's look at the most common ones:

1. Error 0x8007007B (incompatible disk)

Reason: disk in format MBR or a damaged partition table. Solutions:

  • 🔧 Convert disk to GPT through mbr2gpt /convert /allowfullOS (no data loss).
  • 🔧 If the disk GPT, but the error remains - check the integrity of the file system:
    chkdsk C: /f /r

2. Error 0xC1900101 (update failed)

Typical for laptops with Intel HD Graphics 4000 and older. Solutions:

  • 🎨 Install the video driver manually from the site Intel (version not newer 15.40.44.5108).
  • 🔌 Disconnect all peripheral devices (printers, external hard drives).
  • 🔄 Update the BIOS to the latest version (especially important for Lenovo G50-70 And Acer Aspire E5-573).

3. Black screen after the Windows logo

Reason: video card driver incompatibility. Solutions:

  • 🖥️Load into Safe Mode (F8 at startup) and remove the driver via Device Manager.
  • 🔄 Install the driver from the laptop manufacturer (not from the website NVIDIA/AMD!).
  • 🔧 If it doesn’t help, roll back to Windows 10 or use assembly Tiny11.

⚠️ Attention: On laptops with switchable graphics (AMD + Intel or NVIDIA + Intel) After installing Windows 11, you may no longer be able to switch between video cards. The solution is to install mod driver from the community (for example, for HP Pavilion dv6 suitable driver from Dell Inspiron 7559).

FAQ: Frequently asked questions about installing Windows 11 on old laptops

My laptop does not support TPM 2.0. Is it possible to emulate it programmatically?

Yes, but only on processors AMD Ryzen (via fTPM in BIOS) or Intel with support PTT (Platform Trust Technology). For other cases, bypass is possible only by editing the registry (see. Method 1). Software emulation (for example, via TPM Emulator) does not work - Microsoft blocks such attempts at the kernel level.

After installing Windows 11, the laptop began to slow down a lot. What to do?

Causes of brakes:

  1. Lack of RAM - add another 4 GB (if possible) or use ReadyBoost.
  2. HDD instead of SSD - even budget Kingston A400 will speed up the system by 3–5 times.
  3. Background processes - disable Superfetch And Windows Search through services.msc.

If your laptop still slows down, try it Windows 10 LTSC or Linux Mint Xfce.

Can I install Windows 11 on a laptop with 2 GB RAM?

Technically yes, but the system will be practically unusable. Minimum requirements for more or less comfortable work:

  • 🖥️ 4 GB RAM (2 GB - only for Tiny11 with disabled services).
  • 💾 SSD (on HDD Windows 11 will freeze even with 8 GB of RAM).
  • Processor no older than 2012 (Intel Core i3-3xxx, AMD A10).

For 2 GB RAM it is better to consider AntiX Linux or Windows 7 with lightweight builds.

How to return Windows 10 if Windows 11 is not suitable?

If you updated from Windows 10, you have 10 daysto rollback:

  1. Go to Settings → System → Recovery.
  2. Select Return to Windows 10.
  3. Follow the instructions (the data will be saved, but the programs will have to be reinstalled).

If more than 10 days have passed, you will have to clean install Windows 10 from a flash drive (data on disk C: will be deleted).

Will my old laptop still receive Windows 11 updates?

Yes, but with reservations:

  • 🔄 Security updates will come, but not all (Microsoft may block them for unsupported hardware).
  • 🚫 Major updates (For example, Windows 11 24H2) may not install due to TPM checking.
  • ⚠️ Risk: no driver updates (especially for Wi-Fi And graphics) the laptop will become vulnerable to viruses.

Recommendation: disable automatic updates and install patches manually once every 2-3 months.