The situation when laptop turns on, shows the manufacturer's logo, and then immediately turns off and repeats this cycle endlessly, is one of the most frightening for the user. This kind of failure is often called an “infinite reboot loop” or “boot loop”, and it can be caused by both software conflicts and critical hardware failures. In most cases, the problem lies in damage to operating system system files, driver failures, or overheating of components.

Do not immediately panic and take the device to a service center if you notice such symptoms. Often the reason lies in a banal failure Windows boot loader or processor overheating due to dust. Correct diagnostics allows you to identify the root of the problem and fix it without wasting time and money, using built-in recovery tools or simple manipulations with the hardware.

Primary diagnostics and hardware testing

Before diving into complex operating system settings, it is necessary to rule out physical malfunctions. The most common reason for sudden reboots is CPU overheating or video chip. If the protection system detects a critical temperature, it forcibly de-energizes the device to prevent irreversible damage.

Check ventilation holes and cooler operation. If you hear a loud noise when you turn it on, or, conversely, silence while there is heat inside the case, the problem is obvious. It is also worth paying attention to the RAM: a loosely installed bar RAM may cause constant failures during system initialization.

Sometimes the culprit is the power supply or battery. Unstable voltage can cause the laptop to try to boot, but there is not enough power to complete the initialization process. Try removing the battery (if the design allows) and start the device exclusively from the mains.

  • ✅ Check that the ventilation grilles are not blocked by foreign objects
  • ✅ Inspect the case for swelling of the battery or signs of overheating
  • ✅ Try a cold start: turn off the power and remove the battery for 5 minutes

⚠️ Attention: If you hear a specific burning smell or see smoke, immediately stop trying to turn on and contact a specialist, as this may indicate a short circuit.

Troubleshooting Windows Recovery Environment

If the hardware is OK, the file system or boot sector is most likely damaged. In modern versions of Windows such as Windows 10 or Windows 11, there is a built-in recovery environment that starts automatically after several failed boot attempts. This is where the key to solving the problem lies.

To access the recovery menu, you often need to forcefully abort the boot process three times in a row. This is done by holding the power button for 5-10 seconds immediately after the logo appears. After the third time, the system will display the message “Preparing automatic recovery” and offer options for action.

From this menu, select Advanced Options, then Troubleshooting. Here you will be able to run Startup Repair, which will try to automatically fix startup file errors without losing your data.

  • 🛠 Run Startup Repair to fix errors automatically
  • 🛠 Use System Restore to roll back to a restore point
  • 🛠 Try running “Command Prompt” to manually fix files
📊 What type of problem have you encountered most often?
  • Software glitch
  • Overheating
  • Hardware failure
  • Viruses

Using the command line to repair the bootloader

If automatic recovery does not help, you will have to resort to manual intervention via the command line. This method allows you to repair the BCD bootloader and fix errors on the disk. To do this, select “Command Prompt” from the recovery menu.

The first step is to check the file system for errors. Enter the command chkdsk c: /f /r and press Enter. This utility will scan the disk, find bad sectors and try to repair them. The process can take from 30 minutes to several hours depending on the amount of data.

After checking the disk, you need to restore the boot records. Enter the following commands in sequence, pressing Enter after each: bootrec /fixmbr, bootrec /fixboot, bootrec /scanos And bootrec /rebuildbcd. If the system finds Windows installed, confirm adding it to the download list.

chkdsk c: /f /r

bootrec /fixmbr

bootrec /fixboot

bootrec /scanos

bootrec /rebuildbcd

Sometimes an access error occurs when entering the fixboot command. In this case, you must first assign a letter to the system partition. Use the utility diskpart, then list volto find the EFI partition, and the command assign letter=S before trying the fixboot command again.

☑️ Bootloader check

Done: 0 / 4

⚠️ Attention: Do not force close the command prompt window until the disk check process is completely completed, otherwise you may permanently damage the file system.

What should I do if chkdsk can't fix errors?|If chkdsk reports that it can't fix errors, there may be a physical problem with your hard drive. In this case, it is recommended to replace the drive with an SSD and install Windows again to avoid data loss in the future.-->

Diagnostics and update BIOS/UEFI

Sometimes the problem lies not in Windows, but in the motherboard firmware - BIOS or UEFI. An outdated or corrupted version of the firmware may not control hardware components correctly, resulting in cyclic reboots. This is especially true for laptops ASUS, Lenovo And Dell after major updates are released.

If you are able to enter the BIOS (usually F2, Del or Esc keys at startup), check the settings. Make sure the boot order is set correctly and the system drive is detected. Also try resetting the settings to factory defaults by selecting “Load Optimized Defaults”.

To update the BIOS when the system does not boot, you often need to write the firmware image to a flash drive. Download the latest version from the manufacturer's official website, place it in the root of the formatted flash drive and use the BIOS Flashback utility (if provided by the model) or the update function from the BIOS menu.

Manufacturer BIOS entry key Common problems
Asus F2 or Del Secure Boot failure
Lenovo F2 or Fn+F2 Eating problems
Dell F2 Memory controller error
Acer F2 Lost date settings
Huawei F2 Driver conflict

Frequently asked questions and answers

What to do if the laptop does not enter safe mode?

If Safe Mode won't load, try creating a bootable USB flash drive with Windows on another computer. Boot from it, select "System Restore" and use the command line to disable automatic reboot or disk check.

Will resetting Windows to factory settings help?

Yes, the "Reset your computer" feature often solves the problem if it is caused by software glitches. However, this will delete all installed programs and files on the system drive, so only use this method if you have a backup of your data.

Could the problem be in the RAM?

Absolutely yes. A loose, oxidized or physically damaged memory stick is one of the most common causes of cyclic reboots. Try removing the strips, cleaning the contacts with an eraser, and inserting them back.

Why does the laptop reboot immediately after the manufacturer's logo?

This indicates that the POST (hardware test) process is successful, but the operating system boot loader cannot be initialized. Most often this is due to damaged boot records or a failure on the hard drive.

Solving the problem of endless rebooting requires a systematic approach. Start by checking temperatures and connecting peripherals, then move on to software recovery tools. Only after eliminating all possible software causes should you look for hardware faults that require the intervention of a technician.