You're working on your laptop, and suddenly the screen goes blank, the manufacturer's logo appears, and the system boots up again. After 10 minutes everything repeats itself. Is this a familiar situation? Spontaneous reboots - one of the most annoying malfunctions because they can happen at the most inopportune moment: during a presentation, stream, or saving an important file. The reasons for this behavior range from simple overheating to serious hardware failures.

In this article we will look at all possible reasons, due to which the laptop can reboot on its own - from software failures to component failure. You will learn how diagnose the problem without contacting a service center, which settings to check first, and when is it really time to take the device in for repair. And at the end there are answers to frequently asked questions and a checklist for a quick check.

Important: if reboots are accompanied blue screen of death (BSOD) with error code, go straight to the section about drivers and software conflicts. If the laptop turns off without warning (as if there was a power failure), the problem is most likely in the hardware.

1. Overheating: why the laptop turns off due to high temperature

The most common reason for spontaneous reboots is overheating of the processor or video card. Modern laptops are equipped with a protection system that forcibly turns off the power when a critical temperature is reached (usually 95–105°C). This prevents damage to the chips, but interferes with operation.

How to understand that overheating is to blame:

  • 🔥 The laptop becomes hot to the touch (especially in the area of the ventilation grilles).
  • 🎮 Reboots occur during load: games, video rendering, code compilation.
  • 💨 The coolers operate at maximum speed, but almost no air is blown out.

What to do:

  1. Clean the cooling system from dust (you can use a vacuum cleaner at minimum power or a can of compressed air).
  2. Check the thermal paste: if it is dry, replace it with new one (for example, Arctic MX-6 or Noctua NT-H2).
  3. Use a cooling pad with additional fans.
  4. Disable CPU turbo mode in BIOS (option CPU Turbo Boost or Intel SpeedStep).
📊 How often do you clean your laptop cooling system?
  • Once every 3 months
  • Once every six months
  • Once a year
  • Only when problems start
  • Never
⚠️ Attention: If you are not confident in your laptop disassembly skills, it is better to entrust the cleaning to a service center. Improper handling of coolers or radiators can damage the board.

2. Power problems: power supply, battery, socket

If the laptop restarts no blue screen (it just turns off and on), it could be the culprit power supply, battery or unstable voltage in the network. This is especially true for older devices or laptops with worn out batteries.

Signs of eating problems:

  • ⚡ The laptop reboots when connected to the network (or disconnected from it).
  • 🔋 The battery discharges quickly or does not hold a charge.
  • 🔌 Reboots occur when the power cable moves.
Reason How to check Solution
Faulty power supply Try another charger with the same power Replace the power supply with an original or certified one
Worn out battery Check the status in cmd team
powercfg /batteryreport
Replace the battery or use the laptop only on mains power
Power surges Connect your laptop via a UPS (uninterruptible power supply) Use a surge protector or voltage stabilizer

If the laptop restarts only when running on batteryMost likely the battery is to blame. Open the battery report (command above) and check the parameter Design Capacity vs Full Charge Capacity. If the difference is more than 30%, it's time to change the battery.

💡

If your laptop restarts when connected to a USB hub or external hard drive, try using hubs with external power supply — they reduce the load on the port.

3. Driver conflicts and Blue Screen of Death (BSOD)

If before rebooting you see blue screen with error code (For example, DRIVER_IRQL_NOT_LESS_OR_EQUAL or CRITICAL_PROCESS_DIED), the problem is almost certainly drivers or damaged system files.

Common culprits:

  • 🖥️ Video card drivers (NVIDIA, AMD, Intel).
  • 🔊 Sound drivers (Realtek, Dolby).
  • 🌐 Network adapters (Wi-Fi, Ethernet).

How to fix:

  1. Update all drivers via Device Manager (click Win + X → select item).
  2. Remove problematic drivers using Display Driver Uninstaller (DDU) and install them again.
  3. Check system files with the command:
    sfc /scannow
  4. Roll back the system to a restore point (if reboots started after the update).
⚠️ Attention: If the BSOD appears with the code WHEA_UNCORRECTABLE_ERROR, this may indicate problems with the processor or RAM. In this case, an in-depth diagnosis is required.
How to read a memory dump after BSOD?

Memory dumps (.dmp files) are saved in the folder C:\Windows\Minidump. Use the program for analysis BlueScreenView or upload the dump to the site OSR Online.

4. Viruses and malware

Some viruses and mining bots can cause CPU overload, which leads to overheating and a forced reboot. Malware can also damage system files, causing crashes.

Signs of infection:

  • 🛡️ The laptop slows down even with simple tasks.
  • 🔄 Reboots occur at regular intervals.
  • 📈 B Task Manager An unknown process is visible, loading the CPU at 100%.

What to do:

  1. Scan the system Kaspersky Virus Removal Tool or Dr.Web CureIt!.
  2. Check startup (Ctrl + Shift + Esc → tab Autoload).
  3. Use Malwarebytes to search for rootkits and spyware.
  4. If the virus is not removed, reinstall Windows with a full disk format.

View active processes in Task Manager|

Run a scan using the Kaspersky Virus Removal Tool|

Check the %Temp% folder for suspicious files|

Update the antivirus database and perform a deep scan -->

5. Malfunctions of random access memory (RAM)

If RAM damaged or poor contact, this may cause random reboots, freezes or BSOD with errors like MEMORY_MANAGEMENT. This is especially true for laptops that are often transported or dropped.

How to check RAM:

  1. Open Windows Memory Checker (type in search mdsched.exe).
  2. Or use MemTest86 (runs from a flash drive, tests memory outside the OS).
  3. If there are several strips, check them one at a time.

What to do if the memory is faulty:

  • 🔧 Reinstall the strips (the contacts may have oxidized).
  • 🧹 Clean the slots from dust with compressed air.
  • 💰 If the memory is damaged, replace it (modules are suitable for laptops DDR4 SODIMM or DDR5 SODIMM).
⚠️ Attention: If the laptop restarts only when using certain programs (For example, Photoshop or AutoCAD), this may indicate a lack of RAM. Check RAM load in Task Manager.

6. Problems with your hard drive or SSD

Damaged sectors on HDD or worn cells on SSD may cause freezes and reboots, especially when accessing problem areas of the disk. If your laptop restarts when copying files or launching programs, the drive may be to blame.

How to diagnose:

  • 💾 For HDD: use CrystalDiskInfo (check the parameter Reallocated Sectors Count).
  • 💿 For SSD: Please note Total Host Writes And Wear Leveling Count.
  • 🔍 Run a surface test in Victoria HDD or HD Tune.

Solutions:

  • 🔄 If the disk is damaged, copy important data and replace it.
  • 🔧 For HDD you can try chkdsk /f /r on the command line (as admin).
  • 🛠️ If the SSD is worn out, install a new one (we recommend Samsung 980 Pro or WD Black SN850X).
💡

If CrystalDiskInfo shows the status "Alarm" or "Bad" for your disk, it needs to be replaced urgently - the risk of data loss is extremely high!

7. BIOS/UEFI failures and incorrect settings

Sometimes reboots are caused by incorrect BIOS settings or its damage (for example, after an unsuccessful update). The following may also be to blame:

  • 🔄 Incorrect power management settings (ACPI).
  • 🔋 Disabled feature Thermal Monitoring (overheat protection).
  • ⚡ Incompatible parameters CPU Voltage or RAM Timings.

How to fix:

  1. Reset the BIOS to factory settings (look for the option Load Default Settings).
  2. Update the BIOS to the latest version (download the firmware from the manufacturer's website!).
  3. Disable overclocking (Overclocking) and functions like Intel Turbo Boost.
  4. Check your settings Boot Mode - for modern OS must be selected UEFI.
⚠️ Attention: Updating the BIOS is a risky procedure. If the power goes out during flashing, the laptop may become inoperative. Use a UPS and do not interrupt the process!

FAQ: Frequently asked questions about spontaneous reboots

❓ The laptop reboots when connected to Wi-Fi. What's the matter?

Most likely the problem is network card driver. Update it via Device Manager or download from the manufacturer's website. Also check the adapter's power settings: open Properties → Power Management and uncheck Allow this device to turn off to save power.

❓ Reboots started after Windows update. How to roll back?

Open Settings → Update & Security → Recovery and select Go back to a previous version of Windows. If this option is not available, try restoring via Restore point (in the same menu).

❓ The laptop reboots when the lid is closed. How to fix it?

This is the power management setting. Go to Control panel → Power → Actions when closing the lid and select Do nothing for the "On Battery" and "On Mains" modes.

❓ Could the motherboard be to blame?

Yes, but this is the rarest and most serious reason. If all other methods did not help, and the laptop reboots even in the BIOS, it may be faulty capacitors or power circuit on the board. In this case, repairs are required at a service center.

❓ How to check if the power supply is at fault if there is no spare?

Connect the laptop to another power source (for example, via Power Bank with support PD). If the reboots stop, the problem is in the power supply. Also pay attention to the charging indicator: if it blinks or lights up erratically, this is a sign of a malfunction.