You pressed the power button, but instead of booting into Windows or BIOS the laptop goes into endless reboot — the screen goes out, the fans start briefly, and the cycle repeats. This problem occurs in devices of all brands: from budget Lenovo IdeaPad up to bonus MacBook Pro and gaming ASUS ROG. In 60% of cases, hardware faults are to blame, but sometimes a virus or Windows update failure causes this behavior.

In this article we will analyze all possible reasons - from simple overheating to damage to the south bridge of the motherboard, and we will also give step by step instructions for diagnostics and repair. You will learn how to distinguish a software failure from a hardware failure, when it is worth taking your laptop to a service center, and when you can handle it yourself. We will pay special attention hidden symptoms that 90% of users ignore, although they directly indicate the source of the problem.

1. Why does the laptop go into a cyclic reboot: the main reasons

Infinite reboot (or "boot loop") occurs when the system is unable to complete the initialization process. This may be due to both hardware failures (35% of cases), and with software glitches (65%). Below is the distribution of causes by frequency of occurrence:

  • 🔋 Defective battery or power supply - 20% of cases. The laptop does not receive a stable voltage, which leads to a power reset during the early stages of booting.
  • 💾 Damage to HDD/SSD boot sector — 15%. Often accompanied by hard drive clicks or errors INACCESSIBLE_BOOT_DEVICE.
  • 🖥️ BIOS/UEFI failure - 12%. Appears after an unsuccessful update or reset.
  • 🦠 Virus infection or damage to system files - 10%. Typically for Windows, less common for Linux/macOS.
  • 🔥 Overheating of the processor or chipset — 8%. The laptop turns off immediately after turning it on due to thermal protection.
  • 🔌 Problems with RAM — 7%. A cyclic reboot may be accompanied by a beeping sound from the speaker (error codes 0x00000051 or MEMORY_MANAGEMENT).
  • 🛠️ Mechanical damage to the motherboard — 5%. Drop, impact or contact corrosion.

Important: if the laptop reboots on the manufacturer's logo (before the BIOS screen appears), the problem is almost always hardware. If a reboot occurs after the Windows logo or a blue screen appears - the software is to blame.

📊 How often does your laptop restart when turned on?
  • Every time
  • Every other time
  • Rarely but regularly
  • Only after updates
  • Another option

2. Diagnosing hardware faults: where to start

Before disassembling your laptop, do the following: basic checks, which will help narrow down the range of possible problems:

  1. Disconnect the battery and work from the mains. Remove the battery (if it is removable) and connect the laptop directly to the outlet. If the problem disappears, the battery or charge controller is to blame.
  2. Check the power supply. Connect a known working unit with similar parameters (voltage and current must match!). If the laptop boots, your power supply is faulty.
  3. Reset BIOS. On most laptops this is done by holding F2 + Fn + power button for 10 seconds. An alternative is to remove the CMOS battery on the motherboard (requires disassembly).
  4. Test your RAM. If your laptop has 2 sticks of RAM, try running it with each one separately. Also check if they fit tightly in the slots.

If after these manipulations the laptop still reboots, proceed to in-depth diagnostics. Please note sound signals (BIOS squeaks) and indicators on the body:

Symptom Probable Cause Action
Short single squeak Successful POST test (software problem) Reinstall Windows or repair bootloader
Long, repeating squeak RAM fault Test RAM sticks one at a time
3 short squeaks Video card error (for AMD) Reconnect the discrete GPU or check the integrated one
Laptop turns on and then turns off immediately Short circuit or overheating Check thermal paste and capacitors on the board
The screen remains black, but the fans are running Problem with video output or BIOS Connect an external monitor, reset the BIOS
⚠️ Attention: if laptop HP Pavilion or Dell Inspiron reboots with error 0xc000021a, do not try to reinstall Windows over an existing system. This will lead to data loss! Instead use DISM /Online /Cleanup-Image /RestoreHealth in a recovery environment.

3. Software failures: viruses, drivers and updates

If hardware diagnostics do not reveal any problems, the cause of the cyclic reboot may be software glitch. The most common scenarios:

  • 🦠 Bootloader virus infection. Malware (eg. Bootkit) modifies files bootmgr or winload.efi, which causes the download to fail.
  • 🔄 Windows update failed. Especially relevant for versions Windows 10 20H2 And Windows 11 22H2, where KB502xx updates often break driver compatibility.
  • 🖨️ Driver conflict. Most often, video card drivers are to blame (NVIDIA/AMD) or chipset (Intel Management Engine).
  • 🗑️ Registry corruption. Keys HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control may be damaged after incorrect shutdown.

For diagnostics:

  1. Boot into Safe Mode (hold Shift + reboot → F4). If the laptop works stably, the problem is in the drivers or startup.
  2. Use Windows Recovery Environment (WinRE): go to Troubleshooting → Advanced Options → Command Prompt and do:
    sfc /scannow
    

    chkdsk C: /f /r

    bootrec /fixmbr

    bootrec /fixboot

    bootrec /scanos

    bootrec /rebuildbcd

  3. Check Windows logs (Event Viewer) for critical errors with code 6008 (unexpected shutdown) or 41 (kernel power).

Boot into Safe Mode|Check the integrity of system files (sfc /scannow)|Update chipset and video card drivers|Roll back the latest Windows update|Scan the system for viruses (Kaspersky Rescue Disk)-->

If the laptop restarts only after the Windows logo, try disable fast startup:

  1. Go to Control Panel → Power Options → What the Power Buttons Do.
  2. Click Change settings that are currently unavailable.
  3. Uncheck Enable Fast Startup.

4. Overheating: how to check and fix

Laptops MSI, Acer Predator And Alienware are especially susceptible to overheating due to powerful processors and compact cases. If laptop turns on and off immediately (or reboots after 5-10 seconds), most likely the thermal protection is triggered. Check:

  • 🌡️ CPU temperature. In the BIOS of some laptops (for example, ASUS) there is a tab Hardware Monitor, where temperatures are displayed. Normal: up to 85°C under load, up to 60°C at idle.
  • 💨 Cooler operation. If the fan does not rotate or makes a grinding noise, it requires cleaning or replacement.
  • 🧴 Thermal paste condition. On processors Intel Core i7/i9 And AMD Ryzen 7/9 The paste dries out in 2–3 years, which leads to overheating.

For emergency diagnostics:

  1. Remove the bottom cover of the laptop and blow out the radiator with compressed air (do not use a vacuum cleaner!).
  2. Check if the cooler rotates when turned on. If not, lubricate the bearing or replace the fan.
  3. Apply new thermal paste (Arctic MX-6 or Noctua NT-H2) per processor and chipset.
⚠️ Attention: if laptop Apple MacBook Pro (2016–2019 models) reboots with error Thermal Event, do not try to disassemble it yourself! These devices use liquid metal thermal paste, which can only be replaced by an authorized service.
How to check temperature without booting Windows?

If the laptop does not boot, but you can access the BIOS, find the section PC Health Status or Hardware Monitor. CPU/GPU temperatures are displayed there. An alternative is to boot from a Live USB (e.g. Ubuntu) and install the utility sensors via terminal:

sudo apt install lm-sensors

sensors

5. Problems with your hard drive or SSD

If laptop Stuck at BIOS logo or gives an error No bootable device, the problem may be in the drive. Typical symptoms of HDD/SSD failure:

  • 🔊 Clicking or grinding noises from the case (for HDD). This indicates damage to the read heads.
  • Laptop gets stuck on "Preparing automatic recovery". Typical for SSDs with worn out memory cells.
  • 📉 Sudden drop in speed. If before the system booted in 10 seconds, and now in 5 minutes, the disk is on the verge of death.

For diagnostics:

  1. Connect the drive to another PC via USB adapter and check it with the utilities:
    • CrystalDiskInfo — will show the state of health (parameters Reallocated Sectors Count And Pending Sectors).
    • Victoria HDD — will test the surface for bad sectors.
    • HD Tune — will measure read/write speed.
  • If the drive is not detected, try reconnect it or replace the SATA/PCIe cable (for M.2 NVMe).
  • For SSD check firmware. Outdated versions (for example, Samsung 860 EVO) may cause malfunctions.
  • If the disk detected but not loaded, restore the bootloader:

    bootrec /fixmbr
    

    bootrec /fixboot

    bootrec /rebuildbcd

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

    (where C: - partition with Windows, S: - EFI boot partition).

    💡

    If the laptop has dual-boot (Windows + Linux) reboots when selecting OS, check boot order in BIOS. Disable Secure Boot and install Legacy Mode for older systems.

    6. BIOS/UEFI failure: how to recover

    If laptop does not respond to keys (BIOS does not open), the screen remains black, or a message appears BIOS Corrupted, which means the firmware is damaged. This may happen after:

    • ⚡ Failed BIOS update.
    • 🔋 Power outage during firmware.
    • 🦠 Viral infection (rare, but possible).

    Recovery methods:

    Manufacturer Recovery method Instructions
    Lenovo Disaster recovery Create a bootable USB flash drive with BIOS, hold Fn + R when turned on.
    ASUS USB Flashback Download BIOS from the site, rename it to CAP, insert the flash drive into the special port.
    HP Win + B + Power Hold Win + B, connect power, release after 5 seconds.
    Dell BIOS Recovery Rename BIOS file to BIOS_IMG.rcv, place it on a FAT32 flash drive.

    For laptops Acer And MSI may be required programmer (For example, CH341A), since they do not support "blind" recovery. In this case, it is better to contact the service.

    ⚠️ Attention: If after resetting the BIOS the laptop no longer sees the hard drive, check the SATA mode in the settings. For old HDDs you need to install IDE or AHCI, for SSD - AHCI or RAID.

    7. When to contact service: signs of serious damage

    Some problems cannot be fixed at home. Take your laptop to service if:

    • 💥 There was a burning smell or blackened elements (burnt capacitors, transistors) are visible on the motherboard.
    • 🔌 Laptop does not respond to power button even after disconnecting the battery.
    • 🔧 The power connector is damaged (loose or fallen off the board).
    • 💻 The screen remains black, but the external monitor works (problem with the matrix or cable).
    • 🔄 Cyclic reboot continues even after replacing HDD/SSD, RAM and BIOS reset.

    The cost of repair depends on the breakdown:

    Breakdown Average price (₽) Repair period
    Replacing the south bridge 8 000 – 15 000 3–7 days
    Power connector repair 2 500 – 5 000 1–2 days
    Resoldering the video card (for discrete GPU) 10 000 – 25 000 5–10 days
    Replacing the motherboard 15 000 – 40 000 2–5 days

    For laptops Apple MacBook (especially models with a chip M1/M2) repairs are more expensive due to proprietary components. For example, replacing the motherboard in MacBook Pro 16" 2021 can cost up to 100,000 ₽.

    💡

    If your laptop is under warranty, DO NOT disassemble it yourself! Most manufacturers (including HP, Dell And Lenovo) will void the warranty if the seals are broken.

    8. Prevention: how to avoid repeated failures

    To prevent your laptop from cycling into reboots in the future, follow these recommendations:

    • 🔌 Use original power supply. Cheap analogues may produce unstable voltage.
    • 🔄 Update BIOS and drivers, but only through the manufacturer’s official utilities.
    • 💾 Check the health of your SSD/HDD regularly (once every 3 months).
    • 🧹 Clean the cooling system from dust every 6 months.
    • Don't interrupt Windows updates. If your laptop is stuck on the "Do not turn off your computer" screen, wait at least 2 hours.

    For users Windows 10/11 useful to disable automatic driver updates:

    1. Open gpedit.msc (for Windows Pro) or change the settings in Control Panel → System → Advanced System Settings → Hardware.
    2. Select No (devices are not included in updates).

    It is also recommended to create Bootable USB flash drive with antivirus (For example, Kaspersky Rescue Disk) and system backup to an external drive. This will help quickly restore functionality in the event of a failure.

    💡

    For laptops with dual GPU (integrated + discrete) disable the discrete video card in the BIOS if it is not in use. This will reduce the load on the cooling system and reduce the risk of overheating.

    FAQ: Frequently asked questions about rebooting a laptop

    The laptop only restarts when running on battery power. What's the matter?

    Most likely faulty battery or charging controller on the motherboard. Try:

    1. Remove the battery and operate from the mains.
    2. Reset the power controller (hold the power button for 30 seconds without the battery and power supply).
    3. Check the battery voltage with a multimeter (should be close to the nominal voltage, for example, 11.1V for Li-ion).

    If all else fails, replace the battery. For laptops Apple And HP The battery may need to be calibrated through the BIOS.

    The laptop restarts when connected to the Internet. Why?

    This problem is typical for Windows 10/11 and is related to:

    • Automatic driver updates (especially network adapters Realtek or Killer Networking).
    • Conflict with VPN or firewall (For example, Kaspersky or Avast may block network packets).
    • Virus, which is activated when connected to the network.

    Solution:

    1. Disable automatic driver updates (see the "Prevention" section).
    2. Remove the network adapter in Device Manager and reinstall the driver manually.
    3. Check your system for viruses using Malwarebytes or Dr.Web CureIt!.
    After replacing the thermal paste, the laptop began to reboot more often. What's wrong?

    Probable reasons:

    • 🔥 Excess thermal paste. A layer that is too thick impairs thermal conductivity.
    • 💨 The radiator is poorly secured. If the fasteners are not tightened evenly, air gaps will occur.
    • 🧴 Poor quality pasta. Cheap compounds (for example, KPT-8) dry out in a few months.
    • 🔧 The chip is damaged. When removing the heatsink, you may accidentally chip the processor chip.

    Solution: Take the laptop apart again, clean the remaining paste with isopropyl alcohol (90%+) and apply a thin layer of quality paste (Noctua NT-H1 or Thermal Grizzly Kryonaut). Tighten the radiator fasteners criss-crossto avoid distortions.

    The laptop reboots when launching games. What's the problem?

    In 90% of cases it is to blame overheating or unstable power supply. Check:

    1. GPU/CPU temperature in HWMonitor or MSI Afterburner. If the temperature exceeds 95°C, the thermal paste needs to be cleaned or replaced.
    2. Power supply voltage. For gaming laptops (ASUS TUF, MSI GE76) the power supply must produce at least 180–230 W.
    3. Video card drivers. Remove current drivers via Display Driver Uninstaller (DDU) and install the latest version from the site NVIDIA/AMD.
    4. Power settings. Install the circuit High performance and disable CPU power limiting.

    If the problem persists, try lower GPU voltage (undervolting) through MSI Afterburner or ThrottleStop (for processors Intel).

    Is it possible to recover data from a disk if the laptop does not boot?

    Yes, there are several ways:

    1. Connect the drive to another PC via USB adapter and copy the data.
    2. Use Live CD (For example, Ubuntu or Hiren’s BootCD) to access files.
    3. Use professional utilities:
      • R-Studio - to recover deleted files.
      • TestDisk - if the partition table is damaged.
      • Recuva — to restore photos and documents.
  • Contact a data recovery laboratory, if the disk is physically damaged (for example, not detected in the BIOS).
  • Important: if the disc produces clicks or not detected, don't try to format it! This may permanently destroy data.