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 AMD — fTPM (Firmware TPM).
- 🖱️ Screen: 9 inches+, resolution
720p(recommended1080por 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 |
- 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
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:
F2orDel. - 🔧 Lenovo:
F1orFn + F2(on some models - buttonNovonext to food). - 🔧 HP:
F10orEsc → F10. - 🔧 Acer/Dell:
F2orF12.
In the UEFI menu, find the following settings and change them:
- Secure Boot:
Disabled(if the flash drive is written without bypassing restrictions, leaveEnabled). - Fast Boot:
Disabled(accelerated boot may interfere with boot device selection). - CSM (Compatibility Support Module):
Disabled(only needed for legacy systems). - Boot Mode:
UEFI(notLegacy!). - TPM:
Enabled(may be calledPTTfor Intel orfTPMfor 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.efion 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:
- Language selection: Install
Russian(or other desired language) for all parameters. - 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).
- 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). ClickCreate, indicate the size (for example,100 GBfor the system) and format inNTFS. - 🔄 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 (
Russiaor 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
LocationorAdvertising 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:
- 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. - 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.
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(installBasic 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) andSystem → For developers(turn onDebugging → Window Animations).
Setting Energy Consumption
For laptops, it is critical to correctly configure the power supply:
- Go to
Control Panel → Power Options. - Select a scheme
High performance(for games/design) orBalanced(for office work). - Click
Set up power plan → Change advanced settingsand 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 /Land check what it costs for SSDMedia Type: Solid State Drive. - 🔄 Turn it on TRIM: run the command
fsutil behavior query DisableDeleteNotify. If the result0, 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 |
|
0xC1900101 - 0x20017 |
Incompatible driver (often video card or chipset) |
|
This PC can't run Windows 11 |
Missing TPM 2.0 or Secure Boot |
|
| The laptop does not see the flash drive | Incorrect partition layout or USB port |
|
| Black screen after installation | Graphics driver problems |
|
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