Buying a new laptop is always an exciting time, but often users are faced with a dilemma: leave the pre-installed system or install Windows 11 from scratch. The latter option provides a lot of advantages: the absence of bloatware (unnecessary programs from the manufacturer), optimized system operation and full control over disk partitions. However, the installation process on modern devices has its pitfalls - from the requirements TPM 2.0 to the specifics of working with UEFI And Secure Boot.

This article will help you understand all the stages - from checking laptop compatibility to final system setup. We will consider not only the standard installation scenario, but also solutions for cases when the laptop refuses to see the bootable USB flash drive or produces errors like 0x8007025D or 0xC1900101. We will pay special attention laptops with discrete graphics (for example, NVIDIA RTX 40xx or AMD Radeon 7000), where incorrect drivers can lead to artifacts or poor performance after installation.

1. Check laptop compatibility with Windows 11

Before you begin installation, please ensure that your laptop is compatible. Microsoft minimum requirements. Even if the device is new, some budget models (for example, Lenovo IdeaPad 3 or Acer Aspire 3) may not support TPM 2.0 at the hardware level. Here are the key parameters:

  • 🖥️ Processor: 2+ cores, 1 GHz+, list of supported chips - Microsoft official document. For example, Intel Core i3/i5/i7 8th generation and later or AMD Ryzen 3000/4000/5000/6000/7000.
  • 🧠 RAM: 4 GB (recommended 8+ GB for comfortable work).
  • 💾 Storage: 64 GB+ (in practice, 128 GB is better, since after installing updates there will be ~20 GB of free space left).
  • 🔒 TPM 2.0: required. On laptops with Intel this is PTT (Platform Trust Technology), on AMDfTPM (Firmware TPM).
  • 🖱️ Screen: 9 inches+, resolution 720p (recommended 1080p or higher).
  • 🔌 UEFI with Secure Boot: Must be supported (checked in BIOS).

To quickly check compatibility, use the utility PC Health Check from Microsoft or third party tools like WhyNotWin11. The latter provides a detailed report on each parameter, including version TPM and support DirectX 12 with WDDM 2.0 (critical for graphics).

⚠️ Attention: Laptops with processors Intel Atom (For example, Celeron N4020/N5095) or old AMD Athlon may not pass verification even if available TPM 2.0. In this case, you will need to bypass restrictions through the registry (described in the section about installation errors).
Component Minimum requirement Recommended value How to check
Processor 2 cores, 1 GHz 4+ cores, 2.5 GHz+ Control Panel → System or CPU-Z
RAM 4 GB 16 GB (for games/design) Settings → System → About the program
TPM 2.0 2.0 (hardware or software) tpm.msc on the command line
Storage 64 GB 256 GB+ (SSD) This PC → Properties
Graphics DirectX 12, WDDM 2.0 NVIDIA RTX / AMD RX 6000+ dxdiag on the command line
📊 What brand is your laptop?
  • ASUS
  • Lenovo
  • HP
  • Acer
  • MSI
  • Dell
  • Apple
  • Other

2. Preparing a bootable USB drive

To create a bootable flash drive, you will need a USB drive with the capacity at least 8 GB (16 GB is better if you plan to add drivers). The best option is to use USB 3.0/3.1 (blue connector) to speed up the installation process. Next, select one of the methods:

Method 1: Official Media Creation Tool

The most reliable method, but requires a stable Internet connection. Download the utility from Microsoft official website and follow the instructions. The program will automatically download the current version of Windows 11 (at the time of writing - 23H2) and writes it to a flash drive.

Method 2: Rufus (to bypass restrictions)

If your laptop does not support TPM 2.0 or Secure Boot, use Rufus (version 4.0+). This utility allows you to:

  • 🔧 Remove requirement TPM/Secure Boot (option "Remove requirements for 4GB+ RAM, Secure Boot and TPM 2.0").
  • 🖼️ Select Windows edition (for example, Pro instead of Home).
  • 🗜️ Compress the image to save space on the flash drive.

Download Rufus with official website, select the Windows 11 ISO image (can be downloaded through the same utility) and configure the settings as in the screenshot below:

Rufus Settings for Windows 11

1. Device: your flash drive (will be formatted!).

2. Download Method: Select the downloaded ISO.

3. Section layout: GPT.

4. Target system: UEFI (non-CSM).

5. File system: FAT32 (for UEFI).

6. Check the "Remove requirements..." checkbox.

7. Click "Start" and wait for completion (5-15 minutes).

⚠️ Attention: If you are creating a flash drive on a laptop with macOS, use UNetbootin or BalenaEtcher, but note that bypassing restrictions TPM is not possible through these tools - you will need to manually edit the registry during installation.

☑️ Checklist before burning a flash drive

Done: 0 / 5

3. BIOS/UEFI setup before installation

Modern laptops use UEFI instead of an outdated BIOS, which affects the installation process. To avoid errors like Selected boot device failed, you need to configure the boot settings correctly. Login to UEFI using the following keys:

  • 🔧 ASUS: F2 or Del.
  • 🔧 Lenovo: F1 or Fn + F2 (on some models - button Novo next to food).
  • 🔧 HP: F10 or Esc → F10.
  • 🔧 Acer/Dell: F2 or F12.

In the UEFI menu, find the following settings and change them:

  1. Secure Boot: Disabled (if the flash drive is written without bypassing restrictions, leave Enabled).
  2. Fast Boot: Disabled (accelerated boot may interfere with boot device selection).
  3. CSM (Compatibility Support Module): Disabled (only needed for legacy systems).
  4. Boot Mode: UEFI (not Legacy!).
  5. TPM: Enabled (may be called PTT for Intel or fTPM for AMD).

After changes, save the settings (usually the F10) and reboot your laptop. If the flash drive is not detected as a boot device, check:

  • 🔌 Is it connected to the port USB 2.0 (black connector) - some do not see UEFI USB 3.0 at the loading stage.
  • 🗂️ Is the image recorded correctly (check the presence of the file efi\boot\bootx64.efi on a flash drive).
💡

If the laptop does not see the flash drive, try using USB-Hub with external power - sometimes this solves the problem of lack of power at the ports.

4. Step-by-step installation of Windows 11

After successfully booting from the USB flash drive, you will see the Windows Installer screen. Follow the instructions, but pay attention to the key points:

  1. Language selection: Install Russian (or other desired language) for all parameters.
  2. Activation: If you have a license key, please enter it. For laptops with Windows 11 pre-installed, the key is tied to the motherboard (activated automatically after connecting to the Internet).
  3. Installation type: Select Custom: Windows installation only (not "Update").

At the disk selection stage, pay attention to:

  • 💽 Disk partitioning: If the laptop is new, the disk will be unallocated (Unallocated space). Click Create, indicate the size (for example, 100 GB for the system) and format in NTFS.
  • 🔄 UEFI partition: The installer will automatically create a hidden partition EFI (100-500 MB) - do not delete it!
  • 🚫 Disk Cleanup: If the laptop had a pre-installed system, remove everything partitions (including recovery) and create new ones.

After selecting the drive, copying files will begin. This stage can take from 10 to 40 minutes depending on the speed of the flash drive and laptop disk. On laptops with NVMe SSD (for example, Samsung 980 Pro or WD Black SN850X) installation will take 5-10 minutes, whereas on HDD (for example, Seagate FireCuda) - up to an hour.

Once the installation is complete, the laptop will reboot. Do not remove the USB flash drive until the setup screen appears OOB (Out of Box Experience), where you will need:

  • 🌍 Select region (Russia or other).
  • ⌨️ Customize your keyboard layout.
  • 🔐 Create a local account or log in Microsoft Account (recommended for synchronizing settings).
  • 🛡️ Configure privacy settings (disable unnecessary options like Location or Advertising ID).
💡

If the installer requires an Internet connection to create a Microsoft account, but you do not have a network, turn off Wi-Fi/Ethernet, then enter the command in the command line (Shift+F10) OOBEBYPASSNRO and reboot. This will create a local user.

5. Installing drivers and critical updates

After booting Windows 11 for the first time, install drivers in the following order:

  1. Chipset: Basic driver for the motherboard (download from the laptop manufacturer's website, not from Intel/AMD). For example, for ASUS ROG Zephyrus it will be Intel Management Engine Interface.
  2. Video adapter:
    • For NVIDIA: download the latest version from official website (For example, Game Ready Driver 551.23).
    • For AMD: use Adrenalin Edition from the site AMD.
    • For Intel Arc: drivers are taken from Intel support pages.
  • Network: Wi-Fi/Bluetooth (eg Intel AX200/AX210 or Qualcomm Atheros).
  • Audio: Realtek Audio Console or Dolby Atmos (if supported).
  • Others: Touchpad (Synaptics or ELAN), card reader, webcam.
  • To automate the process, use the following utilities:

    • 🔧 Snappy Driver Installer Origin (SDIO) is an open source offline installer.
    • 🔧 Driver Booster (from IObit) - automatically downloads the latest drivers.
    • 🔧 Windows Update - check for updates via Settings → Windows Update.

    After installing the drivers necessarily check the work:

    • 🎮 Discrete Graphics (run 3DMark or FurMark).
    • 🔊 Sound (microphone and speaker test via Control Panel → Sound).
    • 📶 Wi-Fi and Bluetooth (connect headphones or smartphone).
    ⚠️ Attention: On laptops with hybrid graphics (NVIDIA Optimus or AMD SmartShift) after installing the drivers, check switching between video cards via NVIDIA Control Panel or AMD Radeon Software. If discrete graphics does not activate, update the BIOS or install the driver manually via Device Manager (select "Update driver" → "Search this computer").

    6. Optimizing Windows 11 after installation

    A clean installation of Windows 11 requires additional configuration for maximum performance. Here are the key steps:

    Disable unnecessary services and features

    • 📱 Telemetry: Disable data collection via Settings → Privacy → Diagnostics and feedback (install Basic data).
    • 🔄 Background applications: Prevent unnecessary programs from running in the background (Settings → Applications → Apps running in the background).
    • 🖱️ Animations: Speed up the interface via Settings → Accessibility → Transparency effects (disable) and System → For developers (turn on Debugging → Window Animations).

    Setting Energy Consumption

    For laptops, it is critical to correctly configure the power supply:

    1. Go to Control Panel → Power Options.
    2. Select a scheme High performance (for games/design) or Balanced (for office work).
    3. Click Set up power plan → Change advanced settings and install:
      • Hard drive → Disable after: Never.
      • Sleep → Sleep mode after: Never (if you use a laptop as a desktop PC).
      • USB → USB Temporary Disable Option: Prohibited.

    Storage optimization

    For SSD drives:

    • 🗃️ Disable defragmentation: enter in the command line defrag /L and check what it costs for SSD Media Type: Solid State Drive.
    • 🔄 Turn it on TRIM: run the command fsutil behavior query DisableDeleteNotify. If the result 0, TRIM is active.
    • 📁 Transfer temporary files to another disk (if you have an HDD): Settings → System → Storage → Change where new content is saved.
    💡

    For laptops with two drives (SSD + HDD), move the folders Documents, Downloads And Desk to HDD via Folder Options → Location. This will free up space on the system SSD.

    7. Solving common installation errors

    Even if you follow the instructions exactly, problems may arise. Let's look at the most common mistakes and their solutions:

    Error Reason Solution
    0x8007025D Damaged image files or RAM problems
    1. Rewrite the flash drive with another utility (for example, Ventoy).
    2. Check RAM via MemTest86.
    3. Disable the option in BIOS Fast Boot.
    0xC1900101 - 0x20017 Incompatible driver (often video card or chipset)
    1. Update your laptop's BIOS.
    2. Disable discrete graphics in BIOS (if there is an option Switchable Graphics).
    3. Install Windows in VGA Mode (click Shift+F10 during installation and do bcdedit /set safeboot minimal).
    This PC can't run Windows 11 Missing TPM 2.0 or Secure Boot
    1. Turn on TPM in the BIOS (see section 3).
    2. Use a flash drive written via Rufus bypassing restrictions.
    3. When installing, click Shift+F10 and do:
      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

    The laptop does not see the flash drive Incorrect partition layout or USB port
    1. Reconnect the flash drive to the port USB 2.0.
    2. In the BIOS, reset the settings to default (Load Default Settings).
    3. Rewrite the flash drive in the format FAT32 (for UEFI).
    Black screen after installation Graphics driver problems
    1. Boot into Safe Mode (hold Shift when rebooting).
    2. Remove the driver via Device Manager.
    3. Install the driver from the laptop manufacturer's website (not through Windows Update).

    If the error is not listed in the table, check installation logs. They are in the folder C:\$WINDOWS.~BT\Sources\Panther (files setuperr.log And setupact.log). For analysis, use the utility SetupDiag from Microsoft.

    How to read installation logs?

    1. Copy the files setuperr.log And setupact.log to the desktop.

    2. Launch SetupDiag (download from official website).

    3. Drag the logs into the program window - it will show the exact cause of the error.

    8. Additional tips for new laptops

    Modern laptops (2023-2026) are often equipped with unique features that require separate configuration after installing Windows 11:

    • 🎮 Gaming laptops (ASUS ROG, MSI Raider, Lenovo Legion):
      • Install proprietary software to control fans (Armoury Crate, MSI Center, Lenovo Vantage).
      • Activate mode MUX Switch (if available) to directly connect the display to discrete graphics.
      • Update BIOS to support Resizable BAR (increases FPS in games by 5-10%).
    • 💻 Ultrabooks (Dell XPS, HP Spectre, Lenovo Yoga):
      • Set up your touch screen and pen (download Wacom or N-trig drivers).
      • Disable Modern Standby (may cause increased battery consumption) via the registry:
        reg add "HKLM\SYSTEM\CurrentControlSet\Control\Power" /v PlatformAoAcOverride /t REG_DWORD /d 0
      • Activate Dolby Vision for HDR displays (in Settings → System → Display).
    • 🖥️ Laptops for creativity (Apple MacBook with Windows Microsoft Surface):
      • Install Boot Camp Drivers (for MacBook) or Surface Pro X drivers.
      • Set up color calibration via DisplayCAL (especially important for OLED-screens).
      • Disable Core Isolation (may conflict with creative programs): Settings → Privacy → Windows Security → Device Security → Kernel Isolation Details.

    For all types of laptops it is recommended:

    • 🔋 Carry out 2-3 cycles of complete discharge/charge of the battery to calibrate the controller.
    • 🔒 Install BitLocker (if there is TPM) for disk encryption: Control Panel → Shi