Have you turned on your laptop, but instead of booting the system, you see an endless cycle of restarts? The screen flashes with the manufacturer's logo, a blue screen of death appears (BSOD), and then everything repeats again and again. This problem is familiar to many users - from owners of budget Lenovo IdeaPad up to bonus Dell XPS or gaming MSI. In 80% of cases the software is to blame, but sometimes the root of evil lies in the hardware.
In this article we will look at all possible reasons looped reboot - from a banal update failure Windows to critical malfunctions of the motherboard. You will learn how to diagnose a problem without special tools, what actions will help bring your laptop back to life in 10 minutes, and when it is worth taking it to a service center. We will pay special attention to models with UEFI-firmware (most laptops after 2015), where standard recovery methods often do not work.
Why the laptop is stuck in a reboot loop: top 5 reasons
The first thing you need to understand is that endless rebooting is not a diagnosis, but a symptom. It can be caused by dozens of factors, but we have identified the most common ones, based on statistics from repair centers and forums (for example, Reddit or Microsoft Community).
- 🔄 Windows update failed. Especially relevant for versions Windows 10/11 when installing major updates (for example,
22H2or23H2). The system tries to install the files, but fails and restarts. - 💻 Boot sector corruption. Viruses, sudden power outage or file system errors (
NTFS/FAT32) can ruinMBRorGPT-section. - 🔌 Eating problems. A faulty power supply, swollen capacitors on the motherboard, or a failure in the processor power circuit (VRM). Often found in old HP Pavilion or Acer Aspire.
- 🧩 Driver or hardware conflict. For example, after connecting a new SSD, video driver installation NVIDIA/AMD or updates BIOS/UEFI.
- 🔥 Overheating or hardware problems. If the laptop turns off during the boot phase BIOS, an overheated chip may be to blame (GPU or CPU), faulty RAM or fallen contact.
Interesting fact: according to service centers, 35% of cases endless reboots related to updates Windows, more 25% - with problems RAM or SSD. The rest are distributed among viruses, BIOS and mechanical damage.
- Never
- 1-2 times all the time
- Regularly (every few months)
- After every major Windows update
First steps: what to do before diagnosis
Before you fiddle with settings or take your laptop apart, follow these simple steps. They will help eliminate obvious problems and save time.
Disconnect all peripheral devices (mouse, keyboard, flash drives, external drives)
Remove the battery (if it is removable) and connect the laptop directly to the outlet
Press and hold the power button for 30-60 seconds (residual charge reset)
Try booting into Safe Mode (key F8 or Shift + F8 at startup) -->
If the laptop was at least once able to boot into Safe Mode, the problem is almost certainly software. In this case:
- Roll back the system to the latest restore point (
Start → Settings → Update and Security → Recovery). - Check the event log Windows for errors (
eventvwr.mscon the command line). - Uninstall any recently installed drivers or programs.
⚠️ Attention: If the laptop does not even show the manufacturer's logo (the screen remains black), the problem is most likely a hardware one. Don't waste time on software methods - go straight to the pro section iron diagnostics.
Method 1: Recovering Windows Boot Loader
Damaged boot sector (MBR or GPT) is one of the most common causes of endless reboots. You can fix it using built-in utilities Windows, but for this you will need installation flash drive (or disk) with the same version of the system that is installed on the laptop.
If you don't have it, create it on another computer:
- Download official tool Media Creation Tool.
- Connect a flash drive with a capacity of ≥8 GB.
- Follow the wizard's instructions (select "Create installation media for another computer").
Then proceed like this:
- Boot from the flash drive (you may need to change the boot order in BIOS - key
F2,DelorEscat start). - On the installation screen, tap
Shift + F10to open the command prompt. - Enter the commands one by one (after each press
Enter):diskpartlist disk
select disk 0 (где 0 — номер вашего системного диска)
list partition
select partition 1 (выберите раздел с Windows, обычно ~100-500 МБ)
active
exit
bootrec /fixmbr
bootrec /fixboot
bootrec /scanos
bootrec /rebuildbcd - Restart your laptop.
If after these manipulations the system boots, be sure to check the disk for errors:
chkdsk C: /f /r
(where C: — system drive letter).
-->bcdedit /export C:\BCD_Backupattrib C:\boot\bcd -h -r -s
ren C:\boot\bcd bcd.old
bootrec /rebuildbcd
Method 2: Roll back updates or reset Windows
Major updates Windows 10/11 (For example, KB5028254 or 22621.1928) often cause a reboot loop. If the laptop turned on at least once after a failure, try rolling back the update:
- Boot into Safe Mode with Networking (hold
Shiftwhen rebooting). - Open
Settings → Update & Security → Windows Update → View update history → Uninstall updates. - Find the most recently installed packages (sort by date) and remove them.
If the system does not boot even in safe mode, use restore point via installation flash drive:
- Boot from the flash drive as in the previous method.
- Select
System Restore → Diagnostics → Advanced Options → System Restore. - Select the restore point created to emergence of a problem.
Last resort - Windows reset with saving files:
- From the recovery menu, select
Restore your computer to its original state. - Specify
Save my files(if you need to save documents). - Wait for the process to complete (may take 1-2 hours).
⚠️ Attention: On laptops with BitLocker (disk encryption) reset Windows without a recovery key will lead to data loss! If you don't know the key, try bootloader recovery methods first.
Method 3: Checking RAM and Hard Drive
If software methods do not help, it’s time to check the hardware. Let's start with RAM (RAM) - it most often fails and causes reboot cycles. Diagnostics can be carried out even without downloading Windows:
- 🔧 Visual inspection: Turn off the laptop, remove the back cover and check the brackets RAM. They should be tightly inserted into the slots (without play), without signs of oxidation or swollen capacitors nearby.
- 🔄 Rearranging the slats: If you have 2 sticks, try booting from each one separately (insert them into the first slot one by one).
- 💾 Test with MemTest86: Download the image from official website, write it to a flash drive and boot from it. The test must pass minimum 4 passes no errors.
If your memory is fine, check hard drive or SSD:
- 🔊 Listen to the disc: HDD should not make grinding, clicking or other extraneous sounds. For SSD it's irrelevant.
- 📊 Check
SMART-status: Use the utility CrystalDiskInfo (if the system has booted at least once) or Victoria in DOS mode. - 🔧 Connect the drive to another PC: If the laptop does not see the disk at all, connect it via USB adapter to another computer and check if it is detected.
| Symptom | Probable Cause | Solution |
|---|---|---|
| The laptop turns on, but does not see the disk in BIOS | Controller Blade SSD or damage HDD | Replacing the disk, checking contacts |
| Reboot cycle after replacement RAM/SSD | Hardware incompatibility or failure UEFI | Reset BIOS, module support check |
BSOD with an error CRITICAL_PROCESS_DIED |
System file corruption or driver failure | Recovery Windows or driver rollback |
| The laptop turns off 5-10 seconds after starting | Overheating, malfunction VRM or CPU | Cleaning from dust, replacing thermal paste, diagnostics in the service |
How to check SSD for errors without loading Windows?
Download the image Ultimate Boot CD (link) and write it to a flash drive. From the menu, select HDD → Diagnostics → HDDScan or Victoria. These utilities work in DOS mode and will show the real state of the disk, even if Windows doesn't load.
Method 4: Diagnose Hardware Faults
If none of the previous methods worked, the problem is most likely in the hardware. Let's look at typical hardware faults and how to identify them.
1. Power supply and power circuit:
- 🔌 Check the power supply: connect a known working one (with the same voltage and power).
- 🔍 Inspect the power connector on the laptop: it should not be loose or have signs of oxidation.
- 📉 Measure the voltage with a multimeter: it should correspond to that indicated on the unit sticker (for example,
19.5V±5%).
2. Overheating:
- 🌡️ If the laptop turns off a few seconds after starting, the thermal protection is most likely triggered.
- 🔧 Disassemble the laptop, clean the cooling system from dust and replace thermal paste (especially important for HP Omen, ASUS ROG and other game models).
- 🔥 Check the temperature in BIOS (if there is such an item in the menu
Hardware Monitor). The critical temperature for most processors is90-100°C.
3. Motherboard and chips:
- 🔍 Inspect the board for swollen or leaking capacitors (especially near the processor and chipset).
- 🔧 Check if the video chip is coming off (GPU) on laptops with discrete graphics (for example, NVIDIA GTX or AMD Radeon). This is a common problem with Lenovo Legion And Acer Predator.
- 🔌 If your laptop does not respond to the power button, try reset EC/BIOS: Turn off the power, remove the battery, press the power button for 60 seconds.
⚠️ Attention: If you find swollen capacitors or signs of overheating on the chips, do not try to repair the laptop yourself! This requires professional equipment (eg BGA stations for resoldering chips) and can lead to complete failure of the device.
Method 5: Reset BIOS/UEFI and update firmware
Settings failed BIOS/UEFI or outdated firmware may cause reboot cycles, especially after hardware changes (such as installing new SSD or RAM). Here's how to fix it:
Reset settings BIOS:
- Sign in BIOS (key
F2,Del,EscorF12at start). - Find the option
Load Default Settings(orLoad Optimized Defaults) and apply it. - Save changes (
F10) and reboot.
If the laptop does not boot even in BIOS, execute hard reset:
- Unplug the laptop and remove the battery.
- Remove the back cover and find battery CMOS (small round battery
3V). - Carefully remove it for 10-15 minutes, then install it back.
- You can also close the contacts
CLR_CMOS(if they are on the board) with a screwdriver for 10 seconds.
Firmware update BIOS/UEFI:
Outdated firmware may conflict with new hardware or versions Windows. Update it only if:
- 🔹 The laptop boots into Windows or BIOS.
- 🔹You have downloaded the firmware strictly for your model from the manufacturer's official website.
- 🔹 You have an uninterruptible power supply (update interruption) BIOS can kill the motherboard!).
Instructions for ASUS (similar for other brands):
- Download the latest version BIOS from the site support ASUS.
- Unzip the archive and copy the firmware file (usually with the extension
.CAPor.ROM) to a flash drive formatted inFAT32. - Boot into BIOS, find the section
Advanced → Start Easy Flash(or similar) and select the firmware file. - Wait for it to finish (don't turn off your laptop!).
Update BIOS - this is a last resort. In 90% of cases, resetting the settings to factory settings solves the problem without the risk of the laptop becoming bricked.
When to contact the service center
If you've tried all the methods in this article and your laptop is still stuck on rebooting, the problem likely requires professional attention. Here are the signs that it’s time to take your device in for repair:
- 🔥Laptop doesn't turn on at all (no indication, fans do not spin).
- 💥Appears burning smell or traces of melting are visible on the board.
- 🔧 You discovered swollen capacitors, fallen off parts or cracks on the board.
- 🔄Laptop turns off after a few seconds after the start, even in BIOS.
- 💾 BIOS doesn't see hard drive or SSD, but connecting to another PC does not help.
The cost of repair depends on the malfunction:
| Problem | Approximate cost (₂0₂₄) | Repair period |
|---|---|---|
| Replacing thermal paste + cleaning | 1 500 — 3 000 ₽ | 1 day |
| Resoldering the video chip (GPU) | 5 000 — 15 000 ₽ | 3-7 days |
| Replacing capacitors on the board | 3 000 — 8 000 ₽ | 2-5 days |
| Recovery BIOS programmer | 2 000 — 6 000 ₽ | 1-3 days |
| Replacing the motherboard | 10 000 — 30 000 ₽ | 5-14 days |
Before taking your laptop to a service center, take a photo:
- A sticker with the serial number (usually on the back cover).
- Error screen (if it appears).
- Swollen capacitors or damage to the board (if the laptop was disassembled).
This will help the technician diagnose the problem faster and avoid unnecessary expenses.
FAQ: Frequently asked questions about endless reboot
The laptop reboots after the Windows logo. What to do?
This is a typical sign of a bootloader failure or system file corruption. Try:
- Load into Safe Mode (hold
Shiftwhen rebooting). - Restore the bootloader via the command line (see. Method 1).
- Roll back latest updates Windows.
If all else fails, check RAM And SSD for mistakes.
Laptop Lenovo Reboots endlessly after updating BIOS. How to return the old version?
Rollback BIOS not possible on all models, but you can try:
- Download the old firmware version from the website Lenovo.
- Unzip the archive and rename the firmware file to
BIOS.ROM. - Place it on a flash drive (
FAT32) and boot into BIOS. - Some models Lenovo there is an option
BIOS Flashback— select it and specify the file.
⚠️ If there is no rollback option, contact the service - independent intervention can kill the board.
After replacing the SSD laptop HP does not load and reboots. What's the matter?
Probable reasons:
- 🔹 SSD not compatible with laptop controller (eg NVMe instead of SATA).
- 🔹B BIOS disabled mode
AHCI(must be enabled for SSD). - 🔹 The new disk does not have a boot sector (you need to install Windows again).
Solution: Login BIOS, check the settings SATA Mode (must be AHCI), as well as the boot order (Boot Order).
Laptop Acer reboots 5 seconds after turning on. What is this?
This is a classic symptom overheating or power circuit malfunction. Most likely, protection against:
- 🔥 Overheating of the processor/video card (cleaning and replacing thermal paste will help).
- ⚡ Short circuit in the power circuit (requires diagnostics in the service).
- 💥 Malfunctions VRM-controllers (swollen capacitors next to the processor).
If the laptop is older than 5 years, the problem may be dried thermal paste or worn out fans.
Is it possible to recover data from a disk if the laptop does not boot?
Yes, there are several ways:
- Connect the drive to another PC: Use USB adapter for SATA or NVMe.
- Boot from LiveCD: Create a bootable USB flash drive with Linux (For example, Ubuntu) or WinPE, and copy the files to external media.
- Use specialized utilities: R-Studio, EaseUS Data Recovery or TestDisk (work with damaged partitions).
⚠️ If the disk is physically damaged (clicks, is not detected in BIOS), do not try to recover data yourself - contact a laboratory (for example, ACE Lab or Hetman Recovery).