You turned on the laptop, but instead of the usual Windows boot or desktop you see a frozen manufacturer logo (Lenovo, HP, Dell) or a spinning indicator without progress? This problem is familiar to millions of users - according to statistics, every fifth PC failure is associated with a freeze at the initialization stage. The reasons may vary from a banal update failure to critical hard drive errors, but in 80% of cases the situation can be corrected without contacting a service center.

In this article we will look at all possible hang scenarios - from obsessing over the logo BIOS/UEFI until Windows loads endlessly - and we will provide step by step instructions taking into account the laptop model and OS version. You will learn how to diagnose a problem based on indirect signs (for example, a flashing light Caps Lock or sound signals), which actions are safe for the data, and which may aggravate the situation. We will pay special attention unique methods for laptops with SSD NVMe and hybrid systems (Intel Optane), where standard solutions often do not work.

Why the laptop froze on the screen saver: 7 main reasons

The first step to solving the problem is correct diagnosis. Stuck at the manufacturer's logo or Windows boot screen can be caused by both software and hardware glitches. Here are the key “triggers”, ranked by frequency of occurrence:

  • 🔄 Windows update interrupted: Especially relevant for versions Windows 10/11, where background updates can block the bootloader. A typical symptom is that the “Preparing Windows” or “Configuring Updates” message hangs for hours.
  • 💽 Drive problems: Bad sectors HDD or cell wear SSD (especially after 3-5 years of operation). Laptops Acer And Asus often suffer from controller failures Samsung PM981.
  • BIOS/UEFI failures: Incorrect settings (for example, disabled Secure Boot after update) or damaged firmware. On laptops Lenovo Legion This is a common problem after manual overclocking.
  • 🦠 Bootloader virus infection: Malware (e.g. Bootkit) can modify files bootmgr or winload.efi, blocking the download.
  • 🔌 Equipment conflict: Recently connected USB flash drive, M.2 SSD or even Wi-Fi adapter may cause freezes at the stage POST.
  • 🔋 Power failure: Swollen capacitors on the motherboard or a failed power controller (typical for laptops) HP Pavilion older than 2018).
  • 🧩 Driver conflict: For example, after updating the video card driver NVIDIA or AMD through GeForce Experience.

Interesting fact: if the laptop freezes at the logo with flashing cursor in the upper left corner, this almost always indicates damage MBR (master boot record) or no active partition. And if the screen is completely black, but the fan is running at maximum speed, a failure is likely GPU (especially on laptops with NVIDIA Optimus).

📊 What were you doing before the laptop froze?
  • Updated Windows
  • Installed programs/games
  • Connected new equipment
  • Didn't do anything - just turned it on
  • Other

First steps: what to do immediately after freezing

Before proceeding with complex manipulations, perform basic diagnostic stepsthat will help narrow down the range of possible problems and avoid worsening the situation:

  1. Hard reset: Unplug the laptop, remove the battery (if removable), then hold the power button 30-40 seconds. This will release the residual charge on the capacitors and may “wake up” the system. For laptops with a non-removable battery (MacBook, Dell XPS) use a combination Ctrl + Alt + Shift + Power (hold for 10 seconds).
  2. Checking indicators: Please note the LEDs:
    • 🔴 Red/orange color Battery LED — a problem with the power supply or battery.
    • 🔄 Flashing Caps Lock - error CPU or RAM (for decoding of blinks, see the documentation for the model).
    • 💿 Constantly burning HDD LED — the drive is blocked or damaged.
  • Disabling peripherals: Extract everything USB devices, SD cards, docks and even a charger (if the laptop is running on battery power). Freezing is often caused by conflicting Type-C hubs or external video cards.
  • Test with external monitor: Connect your laptop to another screen via HDMI or DisplayPort. If the image appears, the problem is in the matrix, cable or graphics adapter (for laptops with hybrid graphics).
  • ⚠️ Attention: If after a hard reset the laptop turns on but turns off immediately (the cycle repeats), this may indicate critical CPU error (for example, overheating or microcode corruption). In this case, further actions without diagnosing the equipment are dangerous!

    ☑️ Checklist for primary diagnostics

    Done: 0 / 5

    Ways to restore Windows boot

    If the laptop is stuck on the logo screen Windows (rotating dots, the word “Preparing”) or a black screen with a cursor, the problem lies in the system files or bootloader configuration. Here algorithm of actions, from simple to complex:

    1. Boot in Safe Mode

    Safe mode allows you to start Windows with a minimal set of drivers. To do this:

    1. At the hang stage hold the power button for 10 secondsto force shutdown your laptop.
    2. Turn it on again and interrupt the download at least 3 times (while holding down the power button). After the 3rd reset, Windows will automatically start Recovery Environment (WinRE).
    3. From the menu select:
      Поиск и устранение неисправностей → Дополнительные параметры → Параметры загрузки → Перезагрузить

      After reboot, click F4 (or 4) to run in safe mode.

    If the download was successful, run:

    • 🛠️ System Restore: Open Control Panel → Recovery → Run System Restore and select a rollback point to a date when the laptop was working stably.
    • 🦠 Virus check: Use Kaspersky Virus Removal Tool or Dr.Web CureIt! — they do not require installation and work in safe mode.
    • 🔄 Uninstalling the latest updates: Go to Settings → Update & security → View update history → Uninstall updates and remove the latest packages (especially those with code KB503xxx).

    2. Restoring the bootloader via the command line

    If Safe Mode is not available, use recovery console:

    1. Boot into WinRE (as described above) and select Command line.
    2. Run the commands in order:
      bootrec /fixmbr
      

      bootrec /fixboot

      bootrec /scanos

      bootrec /rebuildbcd

      If after /rebuildbcd An error will appear, delete the old configuration:

      bcdedit /export C:\BCD_Backup
      

      attrib c:\boot\bcd -h -r -s

      ren c:\boot\bcd bcd.old

      bootrec /rebuildbcd

    3. Restart your laptop.

    ⚠️ Attention: If the message appears after executing commands "Item not found", this means that The bootloader partition is damaged or hidden. In this case, manual recovery will be required via DiskPart (instructions in the next section).

    3. Check and restore system files

    On the command line WinRE do:

    sfc /scannow /offbootdir=C:\ /offwindir=C:\Windows
    

    chkdsk C: /f /r

    Where C: — system drive letter (may differ, check via diskpart → list volume). The process may take from 30 minutes to several hours depending on volume HDD.

    What to do if SFC cannot recover files?

    If sfc /scannow gives the error "Windows Resource Protection cannot perform the requested operation", try an alternative method:

    1. Mount a Windows image of the same version (can be from another flash drive).

    2. On the command line, run:

    Dism /Online /Cleanup-Image /RestoreHealth /Source:E:\Sources\install.wim

    (replace E: to the letter of your mounted image).

    Diagnose hardware problems

    If software methods do not help, the cause of the freeze most likely lies in gland. Below is a table with typical symptoms and testing methods:

    Symptom Probable Cause How to check Solution
    The laptop turns on, but the screen remains black (the fan is running) Malfunction GPU or matrices Connect an external monitor. If there is an image, the problem is in the matrix/cable Reflash BIOS with reset GPU or replace the cable
    Stuck on logo with flashing Caps Lock (2 long, 3 short) Error RAM or slot Test memory sticks in different slots one by one Clean contacts with an eraser or replace RAM
    The laptop turns off 5-10 seconds after turning it on Overheating CPU/GPU or power failure Listen to the operation of the fans, check the temperature through HWMonitor (if loading) Cleaning dust, replacing thermal paste, checking capacitors on the motherboard
    Constant freezing on screen BIOS (does not respond to keys) Damaged firmware BIOS or failure CMOS Reset BIOS via jumper or removing the battery CR2032 Reflash BIOS through Crisis Recovery Mode (for Lenovo, Dell)
    Freezes after connecting SSD/HDD Controller conflict or drive failure Connect the drive to another PC and check via CrystalDiskInfo Update driver Storage Controller or replace the drive

    🔧 Practical advice: If you suspect a malfunction RAM, but there is no spare dough strip, use built-in Windows diagnostics. Boot from the installation flash drive, click Shift + F10, then do:

    mdsched.exe

    This will run the memory test without even loading the OS.

    💡

    On laptops HP And Dell to reset the BIOS it is often enough to hold down Win + B + Power for 3-5 seconds. This will work even if the screen is not responding.

    Recovery features for laptops of different brands

    Manufacturers often use unique recovery mechanisms, which users are not aware of. Here are the key nuances for popular brands:

    Lenovo (ThinkPad, Legion, IdeaPad)

    • 🔧 Hidden button Novo: On most models, there is a small button with a curved arrow next to the power button. Click it holding for 5 seconds - the recovery menu will open Lenovo OneKey Recovery.
    • 🔄 BIOS recovery: If the laptop is stuck on the logo Lenovo and does not respond to keys, create a bootable USB flash drive with firmware BIOS and hold Fn + R when turned on to start Crisis Recovery Mode.
    • ⚠️ Problem with Intel Management Engine: On models with CPU 8th generation and older freezing may be due to a crash ME region. The solution is to reflash ME through Flash Programming Tool.

    HP (Pavilion, Omen, EliteBook)

    • 🛠️ HP System Diagnostics: Click Esc when turned on, then F2 to run the built-in hardware test. The system will automatically check RAM, HDD And CPU.
    • 🔑 Reset BIOS with password: If the laptop requires a password BIOS, which you did not install, enter 34956819 or 589589 (works on most models until 2020).
    • 💽 Recovery via HP Cloud Recovery: On newer models, you can restore Windows via the cloud by holding F11 when loading.

    Dell (Inspiron, XPS, Latitude)

    • 🔄 Dell SupportAssist OS Recovery: Click F12 when turned on, select Diagnostics, then Repair. The system will automatically download and restore damaged files.
    • 🔋 Eating problems: If the laptop turns on only from the mains, but does not work from the battery, reset the power controller: turn off the power, hold Power 30 seconds, then connect the charger and turn it on.
    • 🛡️ Secure Boot Conflict: On models with TPM 2.0 freezing may be due to a conflict Secure Boot. The solution is to disable it in BIOS (F2SecuritySecure Boot).

    Asus (ROG, Vivobook, ZenBook)

    • 🎮 Mode Armoury Crate: On gaming laptops ROG Freezing may be caused by a glitch in the utility Armoury Crate. The solution is to boot into safe mode and remove it via Control Panel → Programs.
    • 🔧 Reset EC controller: If the laptop does not respond to the power button, turn off the power, hold Power 40 seconds, then connect the charger and turn it on. This will reset Embedded Controller.
    • 💾 Recovery via Asus Backtracker: Click F9 at boot to access your system backup (available on models with Windows 10/11).
    💡

    On laptops Acer And MSI Resetting the BIOS often requires physically removing the battery CMOS (under the back cover) for 5-10 minutes. This is the only way to unlock the system if the firmware fails.

    When professional help is needed

    Not all problems can be solved on your own. Contact the service center if:

    • 🚨Laptop turns on but turns off immediately (the cycle repeats every 2-3 seconds) - this indicates short circuit on the motherboard or malfunction CPU.
    • 🔥Appears burning smell or you can see swollen capacitors - further operation is dangerous!
    • 💾 BIOS does not define SSD/HDD, and the disk is working (checked on another PC) - this may be a failure SATA/PCIe controller.
    • 🔧 You are done all steps from this article, but the laptop still won't boot.
    • 📱 Appear on the screen artifacts (stripes, flickering) - this is a sign of a malfunction GPU or matrices.

    ⚠️ Attention: If you suspect problem with BIOS (for example, after a failed update), don't try to flash it yourself no backup! On laptops with two BIOS chips (For example, Lenovo ThinkPad) incorrect firmware can block the device forever. In this case, a programmer is required CH341A and experience with SPI flash memory.

    💡 Advice on choosing a service: When diagnosing, ask technicians to use POST card (For example, PCIe Post Card) - this device shows error codes during the initialization phase BIOS, which will speed up the search for the problem. Also check if the service has test equipment for checking CPU And GPU (For example, CpuDiag or FurMark).

    Prevention: how to avoid freezing in the future

    To minimize the risk of repeated failures, follow these recommendations:

    • 🔄 Update Windows and drivers, but do not install optional updates (especially Preview Builds and drivers Beta). Use the manufacturer's utilities (Lenovo Vantage, Dell Update) instead of manual installation.
    • 💾 Disk Health Monitoring: Run once a month chkdsk /f and check SMART status through CrystalDiskInfo. For SSD follow the parameter Reallocated Sectors Count - if it grows, get ready to replace it.
    • Power control:
      • Don't use a laptop constantly offline - This reduces battery life and may cause power controller failure.
      • Set up the power supply to Balanced mode (not High performance) to avoid overheating.
    • 🛡️ Backup:
      • Create system image through Control Panel → Backup or Macrium Reflect.
      • Keep a copy BIOS (can be downloaded from the manufacturer’s website) on a separate flash drive - this will save you if the firmware fails.
    • 🧹 Cleaning and cooling:
      • Once every 6 months, clean the cooling system with compressed air (not a vacuum cleaner!).
      • Replace thermal paste every 2-3 years (annually for gaming laptops).

    📌 Key Takeaway: Most freezes during the loading phase are due to accumulated errors — damaged files, outdated drivers or overheating. Regular maintenance (cleaning, disk checking, updates) reduces the risk of failures by 70%. If the laptop has already “showed its character”, do not ignore the first symptoms - one failure leads to another (for example, damaged HDD could ruin MBR, which will lead to a chain of errors).

    FAQ: Frequently asked questions about laptop freezing

    ❓ The laptop is stuck on the Windows logo, but the mouse is moving. What to do?

    This indicates a hang explorer.exe or graphics driver. Try:

    1. Click Ctrl + Alt + Del and run Task Manager.
    2. Select in the manager File -> Run new task and enter explorer.exe.
    3. If it doesn't help, boot into safe mode and update the video card driver.

    If the problem persists, scan your laptop for viruses or perform a system restore.

    ❓ After updating the BIOS, the laptop does not turn on. How to return the old version?

    This is one of the most difficult situations. Solutions options:

    • 🔧 Crisis Recovery Mode: For Lenovo, Dell And HP create a bootable USB flash drive with the firmware, rename the file to bios.wph (for HP) or flash.bin (for Lenovo), then hold Win + B + Power (for HP) or Fn + R (for Lenovo).
    • 💾 Programmer: If the crisis mode does not work, it will be necessary CH341A and firmware via Flashrom. This is risky - it is better to contact the service.

    ⚠️ Attention: Incorrect firmware can permanently block your laptop! Make sure the version BIOS Compatible with your model (check serial number).

    ❓ The laptop is frozen on the screen with the words “Preparing Automatic Repair”. What does it mean?

    This means that Windows is trying to automatically repair the bootloader, but the process is stuck in a loop. Solutions:

    1. Wait 2-3 hours - sometimes the process completes on its own.
    2. If there are no changes, force shutdown laptop (holding the power button), then retry booting 2-3 times to start WinRE.
    3. From the recovery menu, select Command line and do:
      bcdedit /set {default} recoveryenabled No
      

      bcdedit /set {default} bootstatuspolicy ignoreallfailures

      This will disable automatic recovery and allow you to boot normally.

    After downloading, check the integrity of system files (sfc /scannow) and update the driver Storage Controller.

    ❓ Is it possible to recover data if the laptop