Your laptop Lenovo ThinkPad, ASUS ROG or HP Pavilion stubbornly refuses to boot in normal mode, but calmly starts in safe mode? This situation is familiar to many users - the system seems to be “locked” in an emergency state, and all attempts to return to normal operation end in a black screen or a cyclic reboot. The reasons for this behavior may lie in both software failures and hardware malfunctions, but the good news is: in 80% of cases, the problem can be solved independently, without resorting to the services of a service center.

In this article we will look at accurate diagnostic algorithms, which will help identify the root of the problem - be it damaged drivers, conflicting software, viruses or file system errors. You'll learn how to distinguish "treatable" cases from those that require specialist intervention, and receive step-by-step instructions for laptops on Windows 10/11, including models with UEFI And Legacy BIOS. We will pay special attention hidden trapsthat even experienced users often overlook, such as the impact of updates NVIDIA/AMD or the consequences of incorrect shutdown.

Why the laptop boots only in safe mode: main reasons

Safe Mode (Safe Mode) is a Windows diagnostic mode that loads only critical drivers and services. If the system starts exclusively in it, this indicates a problem that is blocking normal operation. Here are the key culprits:

  • 🔄 Driver conflict: Video drivers are most often to blame (NVIDIA GeForce, AMD Radeon, Intel UHD Graphics), especially after automatic updating via Windows Update or manufacturer's utilities.
  • 🦠 Viral infection: Malware can damage system files or modify the registry, making standard booting impossible.
  • 📁 Damage to system files: Errors in winload.efi, ntoskrnl.exe or registry (REGISTRY) often occur after a sudden power outage or failed update.
  • 🔌 Hardware problems: Faulty RAM (RAM), refusing SSD/HDD or an overheated processor may be blocking booting.
  • 🔄 Windows Update Cycles: "Stuck" updates (for example, KB5034441 for Windows 11) sometimes crash the system.

Fun fact: on laptops Acer And Dell With pre-installed Windows, problems with Secure Boot - this security feature can block downloads if their settings are lost after an update BIOS/UEFI. At the same time, the owners MacBook with Boot Camp facing a similar problem due to conflict EFI boot loaders two OS.

📊 How often do you update drivers on your laptop?
  • Regularly (once a month)
  • Only in case of problems
  • I never update
  • I update via Windows Update

Diagnosing the problem: where to start?

Before you begin to fix it, you need to pinpoint the source of the failure. Start with these steps:

  1. Check the event log: In Safe Mode, open eventvwr.msc (via Win + R) and study the sections System And Application. Look for error codes 0x0000007B (problems with the bootloader), 0x00000050 (drivers) or 0x000000ED (disk).
  2. Run sfc /scannow: This command checks the integrity of system files. Open Command line (administrator) and enter:
    sfc /scannow
    

    dism /online /cleanup-image /restorehealth

  3. View startup: B msconfig (tab Autoload) or through Task Manager disable all third-party programs. Often the culprits are Antivirus (For example, Kaspersky, Avast), RivaTuner or MSI Afterburner.

If after these steps the laptop still does not boot in normal mode, proceed to a more in-depth diagnosis. Please note: if in Event log you saw an error Disk with code 153, this may indicate imminent drive failure - Back up your data immediately!

☑️ Checklist for primary diagnostics

Done: 0 / 5

How to fix booting in normal mode: step-by-step instructions

Depending on the identified cause, select the appropriate recovery method. Let's start with the most common scenarios.

1. Rollback or update drivers

If the problem appeared after updating drivers (especially the video card), return to the previous version:

  1. In Safe Mode, open Device Manager (devmgmt.msc).
  2. Expand the thread Video adapters, right-click on your video card (for example, NVIDIA RTX 3060) and select Properties → Driver → Roll Back.
  3. If the button is inactive, remove the driver completely (check Remove driver programs for this device) and install the version from the manufacturer's website.

For laptops with hybrid graphics (For example, Intel + NVIDIA in ASUS TUF) you may need to disable the discrete card in BIOS (optional Graphics ModeUMA/Integrated).

2. Recovering the Windows bootloader

If the system gives an error 0xc000000f or Boot Configuration Data missing, use the utility bootrec:

  1. Boot from Windows installation flash drive (the version must match the installed OS).
  2. On the installation screen, tap Shift + F10to open the command prompt.
  3. Run the commands in order:
    bootrec /fixmbr
    

    bootrec /fixboot

    bootrec /scanos

    bootrec /rebuildbcd

  4. Restart your laptop.

Attention! If after rebuildbcd message appears Item not found, try manually specifying the path to the bootloader:

bcdedit /set {default} path \Windows\System32\winload.efi

(for UEFI-systems) or winload.exe (for Legacy BIOS).

What to do if there is no installation flash drive?

If you don't have bootable media at hand, create one on another PC using Media Creation Tool (for Windows 10/11) or Rufus. For laptops with UEFI choose partition scheme GPT, for Legacy BIOSMBR.

3. Check the disk for errors

Bad sectors or file system errors (NTFS/ReFS) may block downloads. In safe mode, run:

chkdsk C: /f /r /x

Where C: - system disk. If chkdsk does not start, check the disk using Victoria HDD or CrystalDiskInfo. Critical signs drive malfunctions:

  • 🔴 Reallocated Sectors Count > 10
  • 🔴 Pending Sectors > 0
  • 🔴 Uncorrectable Errors > 0

⚠️ Attention: If CrystalDiskInfo shows status Pred Fail (pre-failure), copy the data to another medium immediately! Continued use of such a disk may result in complete loss of information.

Hardware problems: when the hardware is to blame

If the software methods do not help, the cause may be a hardware failure. Let's look at typical scenarios.

1. Faulty random access memory (RAM)

Malfunctions RAM often manifest as random reboots or the inability to boot normally. Take the test:

  1. Run in safe mode mdsched.exe (built-in utility Windows Memory Diagnostic).
  2. Select Reboot and check.
  3. After the test, the system will show the results. Errors (even isolated ones) are a reason to replace the bar.

On laptops with two slots RAM (For example, MSI GF63) try testing each strip one by one in single mode. If one of them is faulty, the laptop can boot with only one stick installed.

2. Overheating of the processor or chipset

Laptops HP Omen, Lenovo Legion and other gaming models are prone to overheating due to dusty coolers or dried out thermal paste. Check the temperature in safe mode using HWMonitor or Core Temp:

  • 🌡️ Normal idle temperature: 40–60°C.
  • 🔥 Critical temperature: 90°C+ (leads to emergency shutdown).

If the temperature is above normal:

  1. Clean the cooling system with compressed air (do not use a vacuum cleaner!).
  2. Replace thermal paste with Arctic MX-6 or Thermal Grizzly Kryonaut.
  3. Check the operation of the fans: they should rotate without any extraneous noise.

💡

If your laptop overheats even in Safe Mode, try temporarily limiting the maximum processor frequency via ThrottleStop (for Intel) or Ryzen Controller (for AMD). This will help you get through the repair without the risk of damaging the chip.

3. Problems with the drive (SSD/HDD)

Slow operation or complete disk failure is a common cause of “stuck” in safe mode. Symptoms:

  • 🐢 The laptop freezes on the manufacturer’s logo (ASUS, Lenovo etc.) longer than 5 minutes.
  • 🔄 Cyclic reboot without the login screen appearing.
  • 💥 Appearance BSOD with errors CRITICAL_PROCESS_DIED or INACCESSIBLE_BOOT_DEVICE.

For diagnostics:

  1. Connect the drive to another PC via USB adapter or docking station.
  2. Test with Victoria HDD (mode Remap for HDD) or CrystalDiskMark (for SSD).
  3. If the read/write speed is lower 100 MB/s (for SSD) or 30 MB/s (for HDD), the disk needs to be replaced.

Symptom Probable Cause Solution
Laptop boots into Safe Mode, but crashes when trying to reboot to normal mode Damage to the registry or system files Recovery via sfc /scannow + rollback updates
Black screen after Windows logo Video card driver conflict Driver rollback or boot in mode VGA Mode (F8 at start)
Cyclic reboot with error 0xc000021a Damage winlogon.exe or csrss.exe Recovering from an image or reinstalling Windows
The laptop turns on only with the charger connected Battery or power controller failure Replacing the battery or diagnosing the motherboard

Viruses and malware: how they block normal loading

Some viruses (for example, rootkit-s or bootkit-s) modify the Windows boot loader, making it impossible to work in normal mode. Signs of infection:

  • 🕵️ The appearance of unknown processes in Task Manager (For example, svchost.exe with high load).
  • 🔒 Block access to Registry Editor (regedit) or Command line.
  • 📡 Unauthorized network connection (checked via netstat -ano).

For treatment:

  1. Download in safe mode Kaspersky Virus Removal Tool or Dr.Web CureIt! (they work without installation).
  2. Run a full system scan.
  3. If your antivirus finds threats but cannot remove them, use a bootable antivirus (Kaspersky Rescue Disk).

⚠️ Attention: Some viruses disguise themselves as system files (for example, explorer.exe in a folder Temp). Before deleting, check the file location via Task Manager (right button → Open file storage location).

When should I contact the service center?

Not all problems can be solved on your own. Contact a specialist if:

  • 💥 The laptop does not turn on even in safe mode (black screen, no response to the power button).
  • 🔥 There is a burning smell or visible swollen capacitors on the motherboard.
  • 💾 BIOS/UEFI does not recognize the drive, or the drive is detected as Unknown Device.
  • 🔧 After a laptop has been dropped or hit (possible microcracks on the board).

Average cost of diagnostics in service centers:

Service Cost (₽)
Diagnosis of hardware faults 1 000–2 500
Replacing thermal paste 1 500–3 000
Recovering data from a damaged disk 3 000–10 000
Flashing the BIOS (if it fails) 2 000–5 000

Before visiting the service, make a backup copy of your data (if the laptop reacts in any way). To do this, connect the drive to another PC or use Live CD (For example, Ubuntu or Hiren’s BootCD).

💡

If the laptop is under warranty, do not disassemble it yourself! Opening the case or replacing components may void the manufacturer's warranty.

FAQ: Frequently asked questions about booting into Safe Mode

My laptop ASUS ZenBook boots only into Safe Mode after Windows update. What to do?

Most likely, a video card driver update is to blame. Roll it back through Device Manager (as described above) or use a system restore point. For ASUS also check your settings MyASUS - sometimes this software conflicts with Windows updates.

When loading in normal mode, a blue screen appears with an error IRQL_NOT_LESS_OR_EQUAL. What's the matter?

This error (0x0000000A) is usually due to incompatible drivers or memory corruption. Try:

  1. Update the chipset and network card drivers from the laptop manufacturer's website.
  2. Check RAM for errors (mdsched.exe).
  3. Disable in BIOS option Fast Boot.

Laptop Lenovo IdeaPad It boots into Safe Mode, but in normal mode it immediately reboots. What to check?

Typical problem for Lenovo - malfunction Lenovo Vantage or Lenovo Utility. Remove this software via Control Panel → Programs and Features. Also check:

  • Settings Secure Boot in BIOS (must be included).
  • Updates for BIOS on the official website Lenovo.
  • Battery condition (some models block loading when the battery is critically worn out).

Can I use my laptop in safe mode all the time?

Technically yes, but this is extremely inconvenient: many drivers do not work (for example, Wi-Fi, Sound), network functionality is limited, and performance is 30–50% slower. Safe Mode is for diagnostic and recovery purposes only. If the laptop cannot be returned to normal mode, it is better to reinstall Windows or contact service.

After cleaning the virus, the laptop still does not boot normally. What to do?

Some viruses damage system files permanently. In this case:

  1. Try restoring the system from restore points (if there is one).
  2. Use DISM to restore a Windows image:
    DISM /Online /Cleanup-Image /RestoreHealth /Source:esd:E:\Sources\Install.esd:1 /LimitAccess

    (where E: — drive letter with the installation flash drive).

  3. If all else fails, try clean installation of Windows with data storage (optional Update this computer in the installer).