You turned on the laptop, saw the manufacturer's logo - and instead of booting the system, it rebooted again. A few seconds later, history repeats itself. Endless reboot loop (or boot loop) is one of the most annoying problems faced by users. The reasons may lie in both software failures (damaged OS, driver conflict) and hardware failures (overheating, faulty RAM or hard drive).

In this article we will look at 7 proven methods, which will help you get out of the reboot cycle on laptops with Windows 10/11, macOS And Linux. You'll learn how to diagnose a problem without a specialist, what tools to use to restore the system, and when to take your device to a service center. We will pay special attention critical errors that can lead to data loss if done incorrectly.

Why does the laptop go into endless reboot: the main reasons

The reboot cycle rarely occurs out of the blue. It is usually preceded symptoms: slow operation, sudden shutdowns, errors when starting programs. Here are the most common reasons:

  • 🔄 Damage to system files after an incorrect shutdown, a virus attack, or an update failure (especially important for Windows after patches KB5034441 or KB5032288).
  • 💾 Problems with your hard drive or SSD: bad sectors, wear of memory cells (typical for drives older than 5 years).
  • 🔥 Overheating of the processor or chipset due to a clogged cooling system or dried out thermal paste.
  • 🧩 Driver conflict after installing new hardware (for example, video card NVIDIA RTX 40xx or AMD Radeon 7000).
  • RAM fault (especially if the laptop falls or overheats).
  • 🔌 BIOS/UEFI failures after an unsuccessful update or factory reset.

On MacBook (especially models MacBook Pro 2016–2019 And MacBook Air M1) reboot cycle is often associated with power controller malfunction or failure in T2 Security Chip. On Linux-on systems the problem may occur after updating the kernel (kernel panic).

⚠️ Attention: If the laptop emits beeping sounds when turned on or artifacts appear on the screen (stripes, flickering) - this is a sign hardware failure. Immediately turn off the power and contact service!
📊 How often does your laptop go into endless reboot?
  • First time
  • Regularly (once a month)
  • After Windows/macOS updates
  • After a fall/impact
  • I don't know

First steps: what to do before diagnosis

Before disassembling your laptop or reinstalling the system, do the following: basic actionsthat can save time:

  1. Disconnect all peripheral devices: flash drives, external hard drives, printers, docking stations. Sometimes the reboot cycle is caused by a conflict with connected equipment.
  2. Check power:
    • 🔌 If the laptop is running on mains power, disconnect the charger and try turning it on from the battery (and vice versa).
    • 🔋 On MacBook try resetting SMC (for models with Intel): turn off the laptop, hold down Shift + Control + Option + power button for 10 seconds.
  • Let the laptop cool down. If the problem is caused by overheating, wait 15-20 minutes, then try turning it on again.
  • If after these manipulations the laptop still reboots, proceed to diagnostics.

    💡

    On some laptops (eg Lenovo ThinkPad or Dell XPS) there is a hidden BIOS reset button. It is located next to the power connector and is activated by a paperclip. This may help if the loop is caused by a UEFI crash.

    Method 1: Boot into Safe Mode (Windows)

    Safe Mode (Safe Mode) loads only critical drivers and services, which avoids software conflicts. To get into it:

    1. During reboot (when the manufacturer's logo appears) press several times F8 (for Windows 7) or Shift + F8 (for Windows 10/11).
    2. If it didn't work, force shutdown laptop 3 times in a row (press and hold the power button for 10 seconds). After this Windows should prompt Additional boot options.
    3. Select Safe Mode with Networking.

    If the laptop successfully boots into safe mode:

    • 🛠️ Restore the system through Start → Settings → Update and Security → Recovery.
    • 🗑️ Remove recently installed programs or drivers (especially video drivers NVIDIA/AMD).
    • 🔍 Check your hard drive for errors: open Command line as administrator and enter:
      chkdsk C: /f /r
    ⚠️ Attention: If in safe mode the laptop still reboots after 1-2 minutes, the problem is most likely hardware (RAM, motherboard, processor).

    ☑️ Actions in Windows Safe Mode

    Done: 0 / 5

    Method 2: Recovering bootloader and system files

    If Safe Mode is not available, try restoring the bootloader and system files via Windows Recovery Environment (WinRE). To do this:

    1. Create bootable USB flash drive from Windows on another PC (use Media Creation Tool for Windows 10/11).
    2. Connect the USB flash drive to the problem laptop and boot from it (you may need to change the boot priority in the BIOS by clicking F2, Del or Esc when turned on).
    3. In the installation window, select System Restore → Troubleshooting → Command Prompt.

    On the command line, run sequentially:

    bootrec /fixmbr
    

    bootrec /fixboot

    bootrec /scanos

    bootrec /rebuildbcd

    If after this the laptop still does not boot, check the integrity of the system files:

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

    For macOS similar actions are performed through Recovery Mode (press Command + R when turned on) followed by startup Terminal and the command:

    diskutil repairVolume /
    OS Command to restore Note
    Windows 10/11 sfc /scannow Requires booting in Safe Mode or WinRE
    macOS diskutil verifyVolume / Performed in Recovery Mode
    Linux (Ubuntu) fsck -fy /dev/sda1 Run from Live CD

    Method 3: Checking RAM and Hard Drive

    If software methods do not help, test the hardware. Let's start with RAM (RAM):

    1. Turn off the laptop and disconnect the battery (if it is removable).
    2. Remove the back cover and remove all RAM sticks (on some models, for example HP Pavilion or Acer Swift, the memory may be soldered - then skip this step).
    3. Clean the contacts of the strips with an eraser and install them back only one bar into slot A1 (usually closer to the processor).
    4. Try turning on your laptop. If the cycle stops, the problem is in one of the strips or slot.

    To test a hard drive/SSD:

    • 💽 Connect the drive to another PC via USB adapter or install it in another laptop.
    • 🔧 Carry out diagnostics using:
      • CrystalDiskInfo (will show the status SMART).
      • Victoria HDD (to check for bad sectors).
      • HD Tune (performance test).

    If the disk is detected but has the status Warning or Bad, backup your data immediately - such a drive can fail at any time.

    How to check SSD for wear without programs?

    B Windows open PowerShell and enter the command: Get-PhysicalDisk | Select-Object FriendlyName, HealthStatus, OperationalStatus

    If in the field HealthStatus indicated Warning, the disk requires replacement.

    Method 4: Reset BIOS/UEFI to factory settings

    Incorrect BIOS settings (for example, after overclocking the processor or changing parameters Secure Boot) can cause a reboot cycle. To reset settings:

    1. Turn on your laptop and press several times F2, Del or Esc (depending on the model) to enter the BIOS.
    2. Find the option Load Default Settings (or Restore Defaults) - usually in the section Exit.
    3. Save changes (F10) and reboot.

    If the laptop does not respond to keys or the cycle continues, perform hard reset BIOS:

    • 🔧 On the motherboard, find jumper CLR_CMOS (usually near the battery) and short circuit it for 10 seconds.
    • 🔋 Extract CMOS battery (coin type) for 5–10 minutes.
    ⚠️ Attention: On laptops ASUS ROG, MSI or Gigabyte with dual BIOS (DualBIOS) incorrect reset can lead to complete loss of firmware. In this case, you will need a programmer.

    Method 5: Reinstalling the system (as a last resort)

    If all the previous methods did not work, all that remains is clean OS installation. This is a radical solution, but it is guaranteed to eliminate the software causes of the reboot cycle.

    For Windows:

    1. Create a bootable USB flash drive (as in Method 2).
    2. Boot from it and select Install → Custom installation.
    3. Delete all partitions on the disk (except for service ones, for example EFI) and create new ones.
    4. Install Windows on the unallocated area.

    For macOS:

    1. Boot into Recovery Mode (Command + R).
    2. Select Reinstall macOS.
    3. Follow the instructions (internet connection required).

    For Linux:

    • 🐧 Use Live-CD with distribution (for example, Ubuntu).
    • Run GParted to format a partition /.
    • Reinstall the system while saving the partition /home (if you need to save data).
    💡

    Before reinstalling the system be sure to remove the hard drive and connect it to another PC to copy important files. Use Linux Live-CD or adapter USB-to-SATA.

    When to contact service: signs of hardware faults

    If none of the methods help, the problem is most likely in hardware. Contact the service center if you observe:

    • 🔥 Overheating: The laptop turns off after 5-10 minutes of use, the fans are running at maximum.
    • Eating problems: The battery does not charge, the laptop only works from the mains.
    • 💥 Artifacts on the screen: stripes, flickering, distorted colors (a sign of a faulty video card).
    • 🔊 Strange sounds: grinding, clicking sounds coming from the case (may indicate a faulty hard drive or fan).
    • 🔌 Unstable behavior: The laptop turns on only after 5–10 attempts.

    Average repair cost:

    Malfunction Cost (₽) Repair period
    Replacing thermal paste 1 500–3 000 1 day
    RAM repair/replacement 2 000–5 000 1–2 days
    Replacing SSD/HDD 3,000–8,000 (without storage cost) 1 day
    Motherboard repair 5 000–20 000 3–7 days

    On laptops Apple (especially with chips M1/M2) independent repair is almost impossible - specialized equipment and access to the server are required Apple GSX.

    FAQ: Frequently asked questions about the laptop endlessly rebooting

    Is it possible to save data if the laptop won't boot?

    Yes. Connect the hard drive to another PC via USB adapter or use Live-CD with Ubuntu/Hiren’s BootCD. If the drive is not detected, try freeze it (put in a bag and place in the freezer for 1-2 hours) - sometimes this helps to temporarily restore access.

    The laptop reboots after the Windows logo. What to do?

    This is a typical sign registry damage or driver conflict. Try:

    1. Load into Safe Mode with Networking and roll back the system.
    2. Use DISM to restore the image:
      DISM /Online /Cleanup-Image /RestoreHealth

    The error "INACCESSIBLE_BOOT_DEVICE" appears on the screen. How to fix it?

    The error indicates problem with bootloader or storage driver. Solutions:

    • Update your driver Storage Controller in Device Manager (if you can boot into safe mode).
    • Run on the command line:
      bcdedit /set {default} bootmenupolicy legacy
    • Check your connection SSD/M.2 — perhaps it has moved away from the connector.

    After updating the BIOS, the laptop does not turn on. What to do?

    This is one of the most difficult situations. Try:

    • Reset BIOS (Remove the CMOS battery for 10 minutes).
    • Recovery through Crisis Recovery (for laptops ASUS, MSI): download the firmware to the flash drive, rename it to AMIBOOT.ROM and boot from it while holding down the key Ctrl + Home.
    • Contact the service - it may be necessary CH341A programmer.

    The laptop restarts when connected to the network. What's the matter?

    Most likely the problem is power supply or charge controller. Check:

    • Charger performance (try something else).
    • The integrity of the power connector on the laptop (there should be no play).
    • On MacBook the failure may be due to USB-C ports — replacement required U3100 chip.