You turned on the laptop, the logo appeared Windows 10, the loading indicator spins - and that’s it. The system “freezes” for minutes or hours, or even refuses to start further. This problem is familiar to many users, but its causes can be radically different: from a banal driver conflict to serious hardware faults. In this article we will analyze all possible scenarioswhy the laptop freezes when booting Windows 10, and we'll give step by step instructions to restore performance - from the simplest actions to complex technical manipulations.

It is important to understand: if the laptop Freezes exactly when the Windows logo appears (before the login screen), this indicates problems with the bootloader, drivers or critical system files. If freezing occurs after entering a password - background processes or applications are to blame. We will consider both cases, and also dwell separately on the features of brands (ASUS, HP, Lenovo, Acer) and models with SSD/HDD.

1. Reasons for laptop freezing when loading Windows 10

Before you begin repairs, you need to determine the root of the problem. Freezing during the loading phase can be caused by:

  • 🔄 Damage to system files - for example, after an incorrect shutdown or update.
  • 🖥️ Driver conflict, especially after installing new equipment (video cards, Wi-Fi-adapter).
  • 💽 Hard drive problems (HDD/SSD): bad sectors, file system errors or failure.
  • 🦠 Viral activitythat has damaged the bootloader or registry.
  • RAM malfunction or slots for it.
  • 🔌 BIOS/UEFI failure, for example, after an update or factory reset.

U ASUS laptops And HP a common problem with fast loading (Fast Boot), which conflicts with some drivers. U Lenovo - crashes due to firmware Lenovo Vantage. Devices with SSD may slow down when loading due to memory cell wear or incorrect settings AHCI-mode.

⚠️ Attention: If laptop does not respond to the keyboard (not working Num Lock, does not open BIOS), the problem may be in the hardware - for example, in the south bridge of the motherboard. In this case, you cannot do without a service center.
Symptom Probable Cause Remedy
Stuck on logo Windows with a spinning circle Damage to bootloader or system files Recovery via WinRE or installation flash drive
Black screen after the manufacturer's logo (ASUS, HP) Crash BIOS/UEFI or problems with the video card Reset BIOS, discrete graphics check
Cyclic reboot (BSOD with an error INACCESSIBLE_BOOT_DEVICE) Driver conflict AHCI/RAID or damage SSD Rollback drivers, check disk for errors
Freezes after update Windows 10 (for example, up to version 22H2) Incompatibility of updates with hardware Rollback updates or clean install
📊 How often do you have problems booting Windows 10?
  • First time
  • Regularly (once a month)
  • Sometimes (every six months)
  • Only after updates

2. First steps: what to do if the laptop freezes while booting

Before disassembling your laptop or reinstalling the system, do the following: basic actionswhich often solve the problem:

  1. Forced reboot. Press the power button for 10-15 seconds, then turn on the laptop again. Sometimes this helps if the freeze is caused by a temporary glitch.
  2. Disconnect all peripheral devices. Take out flash drives, external hard drives, printers, mice - they may conflict with the system when loading.
  3. Check the indicators. If the lights on your laptop are on HDD/SSD or Caps Lock flashes in an unusual rhythm - this may indicate a hardware problem.
  4. Start in safe mode. To do this, when turning on, hold Shift + F8 (on some models - F8 or Del). If the system boots, the problem is in the drivers or startup.

If laptop does not respond to keys to login BIOS (F2, Del, Esc), try reset settings by disconnecting the battery (for removable batteries) or closing the contacts CMOS (disassembly required).

☑️ Diagnostics before repair

Done: 0 / 5

3. System recovery via WinRE (Windows Recovery Environment)

If the laptop somehow reacts to being turned on, but does not boot beyond the logo, try running recovery environment (WinRE). To do this:

  1. When turning on the laptop Force turn it off 3 times in a row power button during the boot phase. After the 3rd reboot the message should appear Preparing automatic recovery.
  2. Select Advanced options → Troubleshooting → Advanced options.
  3. Try one by one:
    • 🔧 Startup Recovery - Automatically fixes problems with the bootloader.
    • 📥 System Restore — rollback to a restore point (if there is one).
    • 💻 Command line — for manual correction (see next section).

If WinRE won't start, create one bootable USB flash drive with Windows 10 on another PC (you can via Media Creation Tool from Microsoft) and boot from it by selecting System Restore instead of installation.

💡

If laptop HP or Dell, they have their own recovery tools. For example, at HP when loading, click F11 to access HP Recovery Manager.

4. Commands to restore the bootloader via CMD

If automatic tools do not help, fix the bootloader manually using command line. To do this:

  1. Boot into WinRE (as described above) and select Command line.
  2. Enter the commands one by one (after each press Enter):
    diskpart
    

    list volume

    exit

    bcdboot C:\Windows /s S: /f ALL

    Note: instead of C: And S: specify the letters of your system drive and partition EFI (find them out via list volume).
  3. If the error is related to MBR, do:
    bootrec /fixmbr
    

    bootrec /fixboot

    bootrec /scanos

    bootrec /rebuildbcd

After running the commands, restart your laptop. If the problem was with the bootloader, the system should start. If not, move on to the next step.

⚠️ Attention: On laptops with UEFI (most modern models) instead MBR used GPT. If the teams bootrec didn't work, try manually re-creating EFI-section through diskpart.

5. Checking the hard drive and RAM

If system restore does not help, the problem may lie in hardware. Let's start with diagnostics HDD/SSD And RAM.

Disk check

Boot from the installation flash drive Windows 10, press Shift + F10 to call CMD and do:

chkdsk C: /f /r

If the disk is severely damaged, chkdsk may freeze. In this case:

  • 🛠️ Use the utility Victoria or HDD Regenerator for deep checking.
  • 🔄 Connect the drive to another PC and try to copy the data.
  • 💾 If SSD - check his health through CrystalDiskInfo (parameter Reallocated Sectors Count should not grow).

RAM test

To check RAM:

  1. Create a bootable USB flash drive with MemTest86 (official website).
  2. Boot from it and run a test for 2-4 passes.
  3. If errors appear, try rearrange the slats into other slots or test them one by one.
What to do if the disk is not detected?

If BIOS doesn't see HDD/SSD, check:

- Connecting a cable (for HDD).

- Settings SATA Mode in BIOS (must be AHCI, not IDE).

- Disk power (on some laptops Lenovo there is a separate connector for SSD).

If the disk is still not visible, it has failed.

6. Reset BIOS and check UEFI settings

Incorrect settings BIOS/UEFI may block downloads Windows 10. For example:

  • 🔒 Disabled Secure Boot (required for Windows 10 with UEFI).
  • 🖥️ Incorrect mode SATA (RAID instead of AHCI).
  • ⚡ Reset settings after update BIOS.

To reset BIOS:

  1. Turn off the laptop, unplug the charger and take out the battery (if it is removable).
  2. Hold down the power button for 30 seconds - this will discharge the capacitors.
  3. If you have access to the motherboard, find the jumper CMOS (usually signed CLR_CMOS) and short-circuit it for 10 seconds.
  4. Turn on the laptop, log in BIOS (Del/F2) and load default settings (Load Default Settings).

For laptops ASUS And MSI there is a function EZ Flash for update BIOS straight from the interface. If the problem persists after resetting, update BIOS to the latest version (download the firmware from the official website!).

💡

On laptops Lenovo And Dell reset BIOS may block activation Windows (tied to the motherboard). After the reset, you will have to reactivate the system via Settings → Update & Security → Activation.

7. Clean installation of Windows 10: when all else fails

If all the previous methods did not work, all that remains is system reinstallation. But before that:

  • 📁 Save important data. Connect the drive to another PC or boot from Live CD (For example, Ubuntu) and copy the files.
  • 🔑 Find your activation key. Use the utility ProduKey (works even on an unbootable system if you connect the drive to another PC).
  • 💿 Prepare your drivers. Download them in advance from the manufacturer’s website (especially for Wi-Fi, Chipset and discrete graphics).

For a clean install:

  1. Create a bootable USB flash drive using Media Creation Tool.
  2. Boot from it, at the partition selection stage, delete all partitions on the disk (except for hidden ones EFI) and create new ones.
  3. Install Windows 10by skipping entering the key (activation will occur automatically after connecting to the Internet).

After installation don't connect to the internet right away - first install the drivers from the official website, otherwise Windows may deliver incompatible versions.

8. Brand specific problems: ASUS, HP, Lenovo, Acer

Each manufacturer has its own “diseases” that can cause the laptop to freeze when loading:

Brand Typical problem Solution
ASUS Conflict with ASUS Armoury Crate or Fast Boot Disable Fast Boot in BIOS and delete Armoury Crate in safe mode
HP Crash HP Sure Start (protection BIOS) Reset BIOS through Win + B + Power (hold when turning on)
Lenovo Problems with Lenovo Vantage or RapidBoot Disable RapidBoot in BIOS and delete Vantage
Acer Stuck due to Acer Care Center or Secure Boot Update BIOS and turn off Secure Boot temporarily

If your laptop with two video cards (Intel + NVIDIA/AMD), freezing during loading may be due to switchable graphics. Try:

  • 🎮 B BIOS set priority to integrated graphics (UMA Graphics or iGPU).
  • 🔄 Uninstall discrete graphics card drivers via Safe Mode (use Display Driver Uninstaller).

FAQ: Frequently asked questions about laptop freezing on boot

❓ Laptop freezes on Windows 10 logo after updating. What to do?

Most likely, the update damaged system files or drivers. Try:

  1. Rollback update via WinRE (Troubleshooting → Advanced options → Uninstall updates).
  2. If that doesn't help, perform a system restore from a restore point.
  3. As a last resort, disable automatic updates via gpedit.msc (after restoration of functionality).
❓ ASUS laptop freezes on the screen with the manufacturer's logo. What's the matter?

This is a typical problem ASUSrelated to:

  • Fast loading (Fast Boot) - turn it off in BIOS.
  • Conflict with ASUS Armoury Crate — uninstall the program in safe mode.
  • Failure CSM (Compatibility Support Module) - set to BIOS meaning Disabled.

If all else fails, update BIOS to the latest version.

❓ Is it possible to recover data if the laptop does not boot?

Yes, there are several ways:

  • 💻 Connect the drive to another PC via USB adapter and copy the files.
  • 🛠️ Use Live CD (For example, Ubuntu or Hiren’s BootCD).
  • 🔧 If the disk is damaged, use utilities R-Studio or TestDisk for data recovery.

If the disk SSD with controller Phison or Samsung, the chances of recovery are higher than those HDD with bad sectors.

❓ Laptop freezes on boot after replacing SSD. What's wrong?

Probable reasons:

  1. SATA mode in BIOS installed in IDE instead of AHCI.
  2. SSD not initialized - you need to create a partition table (GPT for UEFI).
  3. Incompatibility with the controller (for example, NVMe SSD on an old laptop).
  4. There are no drivers for the new disk (relevant for RAID-arrays).

Solution: Login BIOS, check the settings SATA, and if the disk is not visible, reinstall Windows from scratch.

❓ Why does the laptop freeze when booting only from the battery, but works fine from the network?

This indicates:

  • 🔋 Battery fault - it does not provide enough nutrition for HDD/SSD.
  • 🔌 Problems with the power controller on the motherboard.
  • Incorrect energy saving settings in BIOS (disable Power Saving Mode).

Try it reset EC/BIOS (disconnect the battery and AC adapter, hold down the power button for 60 seconds). If it doesn't help, replace the battery.