Your laptop began to behave strangely: programs close spontaneously, the screen flickers, the system freezes for minutes, and sometimes even completely refuses to turn on? Such symptoms rarely appear just like that - usually there are specific problems behind them that can be diagnosed and eliminated. In this article we will look at all possible reasons, from the trivial (dusty cooling system) to the critical (hard drive or motherboard failure), and we will also give step by step instructions for Windows, macOS and Linux.
It is important to understand: if a laptop is “buggy”, it is not always the fault of the software. According to service center statistics, in 40% of cases of unstable operation are associated with hardware problems, which only get worse over time. Therefore, you should not limit yourself to reinstalling the system or cleaning it from viruses - sometimes in-depth diagnostics are required. Let's start with the most obvious reasons and gradually move on to the more complex ones.
1. Overheating: why the laptop slows down and turns off
One of the most common reasons for unstable operation is overheating of the processor or video card. Modern laptops are compact, and their cooling systems often cannot cope with the load, especially if the device is used on soft surfaces (bed, sofa) or clogged with dust. When critical heating occurs, protection is triggered: the laptop starts slow down, spontaneously turn off or reboot.
How to check the temperature? Utilities are suitable for Windows HWMonitor, Core Temp or AIDA64, for macOS - iStat Menus, for Linux - sensors (install package lm-sensors). Normal values:
- 🔥 Processor (CPU): up to 70–85°C under load, up to 40–50°C at idle.
- 🎮 Video card (GPU): up to 80–90°C when gaming/rendering, up to 50°C when idle.
- 💾 Hard drive (HDD/SSD): no higher than 50–55°C (for HDD the critical temperature is 60°C+).
If the readings are higher, it’s time to clean your laptop.
- Once every 3–6 months
- Once a year
- Only when it starts to warm up
- Never
What to do:
- 🧹 Dust removal: disassemble the laptop (or take it to a service center) and blow out the radiators with compressed air. Pay special attention cooler and heat pipes.
- 🖥️ Replacing thermal paste: If the laptop is older than 3 years, the thermal paste may have dried out. Use quality ingredients (Arctic MX-6, Noctua NT-H2).
- 📉 Performance Limit: In Windows power settings, select the "Power Saver" mode or limit the maximum processor frequency through the BIOS.
If the laptop heats up even when idle, check the operation of the cooler - it may be jammed or spinning at low speeds due to a malfunction.
2. Viruses and malware: hidden threats
The second most popular source of problems is viruses, mining bots and spyware. They can not only steal data, but also load the processor at 100%, cause freezes or even block access to files. Laptops with pirated software or those with security updates disabled.
Signs of infection:
- 🛡️ Antivirus suddenly turns off or does not update.
- 📈 CPU/network card is 100% loaded for no apparent reason (check in
Task Manager). - 🔗 Unfamiliar processes appear like
svchost.exewith high resource consumption. - 📂 Files are encrypted or ransomware messages appear.
How to treat:
- Download Kaspersky Virus Removal Tool or Dr.Web CureIt! (they do not require installation and work even on infected systems).
- Run the scan in safe mode (for Windows: reboot the laptop with the
F8or throughSettings → Update & Security → Recovery). - If viruses are blocking access to the system, create a bootable USB flash drive with Kaspersky Rescue Disk.
What to do if your antivirus doesn't help?
If symptoms remain after cleaning, the virus may have entered the boot sector or damaged system files. In this case, only reinstalling the OS and completely formatting the disk will help.
⚠️ Attention: Some viruses disguise themselves as system processes. For example,explorer.exeshould only be in the folderC:\Windows. If you see it elsewhere, it is 100% malware.
3. Problems with random access memory (RAM)
If laptop gives blue screens of death (BSOD), reboots spontaneously or programs crash with errors like "Memory could not be read", may be to blame RAM. Reasons:
- 🔌 Poor contact of RAM strips (especially after cleaning or transportation).
- 🔥 Overheating of memory chips (relevant for laptops with integrated graphics).
- 💥 Physical wear and tear or factory defect.
How to check RAM:
- On Windows: run
Windows Memory Checker(entermdsched.exein search). - On Linux: use the command
(reboot required).sudo memtest86+ - For in-depth diagnostics: download MemTest86 and create a bootable USB flash drive.
If the tests show errors:
- 🔧 Reinstall the RAM sticks (take them out and put them back in, cleaning the contacts with an eraser).
- 🔄 Check each bar separately - perhaps only one is faulty.
- 🛒 If the memory is damaged, replace it. For laptops, it is important to choose compatible modules (check on the manufacturer's website, e.g. Crucial Advisor).
☑️ RAM diagnostics
4. Hard drive or SSD on the verge of death
If laptop hangs when copying files, “thinks” for a long time before loading or publishing clicking/grinding noises (for HDD), the problem is most likely in the drive. SSDs can operate silently, but their resource is also not endless - after exhausting rewrite cycles, they begin glitch or refuse completely.
How to check disk health:
| Parameter | HDD | SSD | Norm |
|---|---|---|---|
| Reallocated Sectors | ✅ | ✅ | 0 |
| Pending Sectors | ✅ | ❌ | 0 |
| Power-On Hours | ✅ | ✅ | < 50 000 |
| Wear Leveling Count | ❌ | ✅ | > 70% (for SSD) |
Diagnostic tools:
- 💽 CrystalDiskInfo (Windows) - shows the SMART status of the disk.
- 🍎
diskutil list+smartctl -a disk0(macOS/Linux). - 🔧 Victoria HDD — for deep testing of HDD.
If the disk dies:
- 📀 Copy the data urgently to another medium (use Clonezilla or
ddon Linux). - 🔄 Replace the disk. For laptops, it is better to choose an SSD with TLC chips (For example, Samsung 870 EVO or Crucial MX500).
- 🔧 If the laptop does not see the new disk, check the BIOS settings (
SATA Modemust beAHCI, notIDE).
⚠️ Attention: If the HDD has started click (“click”), immediately turn off the laptop and do not turn it on until you replace the disk. Every minute of working in this state worsens the chances of data recovery.
5. Driver and update conflicts
After updating Windows or installing new drivers, the laptop may start slow down, crash into BSOD or lose connection with devices (Wi-Fi, sound, touchpad). The reason for this is - incompatible or damaged drivers. This happens especially often after automatic updates via Windows Update.
How to find the problematic driver:
- Open
Device Manager(devmgmt.msc). - Check the sections with exclamation marks (usually these are Video adapters, Network adapters or Sound devices).
- In the device properties, look at the error code (for example,
Code 43means driver failure).
Solutions:
- 🔄 Driver rollback: in
Device Managerselect device →Properties → Driver → Roll Back. - 🔧 Manual installation: Download the driver from the laptop manufacturer's website (not from Windows Update!). For example, for ASUS — [support.asus.com](https://www.asus.com/support), for Lenovo — [pcsupport.lenovo.com](https://pcsupport.lenovo.com).
- 🚫 Blocking updates: if Windows constantly installs a “crooked” driver, disable its update via
Group Policy(gpedit.msc).
Never use driver packs like Driver Booster or DriverPack Solution - they often install incompatible or outdated versions.
6. Power and battery problems
If laptop turns off when disconnected from the network, does not turn on without charging or shows errors like "Plugged in, not charging", the problem may be:
- 🔌 Power supply (does not produce the required voltage).
- 🔋 Battery (worn or swollen).
- 🔌 Power connector (bad contact or broken contacts).
How to diagnose:
- Check the power supply with a multimeter: the voltage should correspond to that indicated on the sticker (for example,
19.5Vfor most laptops). - Inspect the battery: if it swollen, remove it immediately! This is dangerous to your health.
- On Windows, run the command
and check the reportpowercfg /batteryreportbattery-report.htmlin the user's folder. Pay attention to the parametersDesign CapacityAndFull Charge Capacity- if the difference is more than 30%, it’s time to change the battery.
Solutions:
- 🔌 Replacing the power supply: choose an original or certified analogue (for example, for Dell a block from Delta or Lite-On).
- 🔋 Resetting the Battery Controller: turn off the laptop, remove the battery (if removable), hold down the power button for 30 seconds, then connect the charger.
- 🔧 Connector repair: If the contacts are oxidized or bent, they can be carefully cleaned with alcohol and a needle.
7. Hardware failures: when you can’t do without service
If all software methods have been tried, but the laptop is still buggy, the reason may lie in hardware failure. Here are the most common:
- 🔥 Faulty motherboard: swollen capacitors, burnt bridges or cracks in the PCB.
- 🎮 Problems with the video card: Screen artifacts, flickering or no image at all.
- 🔌 Short circuit: The laptop does not turn on, but the indicators are on.
Signs of critical breakdowns:
- Laptop won't turn on, but the coolers are spinning.
- Appears black screen with or without a blinking cursor.
- System does not see some devices (such as a keyboard or touchpad).
- Outsiders burning smells or smoke.
What to do:
- 🔍 Visual inspection: Disassemble the laptop and check for burnt parts, swollen capacitors or signs of oxidation.
- 🔧 Flashing the BIOS: sometimes helps with “bricking” the motherboard (but risky!).
- 🏥 Contacting service: if you have no experience in soldering BGA chips or diagnosing power circuits, it is better to entrust the repair to professionals.
⚠️ Attention: If your laptop smells like something is burning or shorts out when you turn it on, do not try to repair it yourself - This may result in fire or electric shock. Immediately unplug it and take it to service.
FAQ: Frequently asked questions about laptop glitches
Laptop slows down after Windows update. What to do?
First try rolling back the update: Settings → Update & Security → Windows Update → View update history → Uninstall updates. If that doesn't help, use a system restore point or reset Windows while saving files (Settings → Update & Security → Recovery).
The laptop turns itself off during the game. What's the matter?
Most likely, the thermal protection is triggered. Check the temperature of the processor and video card (see section 1). Insufficient power may also be the cause - connect the laptop to a power outlet and check the power supply.
The laptop screen flickers or shows artifacts. What is this?
This could be a problem with the video card (overheating, chip failure), backlight cable or matrix. Try connecting an external monitor - if the picture on it is normal, the matrix or cable is to blame. If artifacts remain, the problem is in the GPU.
The laptop does not see Wi-Fi. How to fix it?
First, check if the Wi-Fi adapter is turned on (key Fn + F2/F12 or in BIOS). Update the network card driver from the manufacturer's website. If that doesn't help, try resetting your network settings: Settings → Network and Internet → Network reset.
The laptop beeps when turned on. What does it mean?
Beeps (beeps) indicate a hardware problem. Decryption depends on the BIOS manufacturer:
- 1 short beep - usually everything is fine.
- 3 long beeps - problem with RAM.
- Continuous beeping - faulty power supply or motherboard.
Look for the exact decoding for your model (for example, AMI BIOS, Award BIOS or Phoenix BIOS).