Does your laptop suddenly stop responding to your keyboard, the cursor freezes in place, and the screen freezes for a few seconds or minutes? This problem is familiar to most users, but its causes can vary dramatically - from simple overheating to serious hardware faults. In this article we Let's systematically analyze all possible sources of freezes, we will learn how to diagnose the problem and fix it without contacting a service center.
It is important to understand: freezing - this is not always a consequence of the “aging” of the device. Even a new laptop ASUS ROG Zephyrus or MacBook Pro M3 may slow down due to incorrect power consumption settings, driver conflicts or hidden viruses. We won't limit ourselves to boilerplate advice like "reinstall Windows" - instead we'll suggest specific diagnostic tools and solutions for each of the reasons.
The article is structured so that you can quickly find the section relevant to your case: from software failures to hardware failures. If you are unsure of the source of the problem, start with diagnostic section — there we collected universal verification methods.
1. How to diagnose the cause of freezes: a step-by-step plan
Before starting the “treatment”, you need pinpoint symptoms:
- 🔄Laptop periodically slows down (freezes for 5–30 seconds, then continues working).
- ❌ Complete “freezing” - does not respond to the keyboard, mouse,
Ctrl+Alt+Del. - 🔥 Freezes are accompanied by overheating (the case is hot, the fans are noisy).
- 🖥️ The problem only appears in certain programs (games, browser, Photoshop).
Use this checklist for initial diagnosis:
☑️ Quick diagnosis of freezes
If freezes occur even in Safe Mode, the problem is more likely a hardware one (see. section 5). If everything works stably in safe mode, the software (drivers, viruses, conflicting programs) is to blame.
- Once a week or less
- 几次 per day
- Constantly having to reboot
- Only when running certain programs
2. Software reasons: viruses, drivers and background processes
In 60% of cases freezes are caused software conflicts. Let's consider the main sources:
Viruses and malware often disguise themselves as system processes, consuming CPU or disk resources. For example, mining viruses (WannaMine) can load the processor by 90–100%, causing lags. Check the system with:
- 🛡️ Kaspersky Virus Removal Tool (portable version, does not require installation).
- 🔍 Malwarebytes — finds adware and rootkits.
- 📊 Process Explorer (from Microsoft) - will show which process is loading the system.
Conflicting drivers - a common cause of freezes after Windows updates. For example, video card driver NVIDIA may conflict with the DirectX version, which leads to freezes in games. To check:
- Open
Device Manager(devmgmt.msc). - Look for devices with a yellow exclamation mark.
- Update the drivers manually from the manufacturer's website (not through Windows Update!).
If freezes started after updating the driver, roll it back: in Device Manager, right-click on the device → Properties → Driver → Roll Back.
Background processes - many programs (for example, OneDrive, Steam, Epic Games) run auto-updates that load the disk or network. Open Task Manager → tab Performance and see which resource is 100% loaded:
| Resource | Possible reason | Solution |
|---|---|---|
| CPU | Virus, mining, heavy processes (svchost.exe) | Check for viruses, disable unnecessary services |
| RAM | Memory leak in a program (for example, Chrome) | Close the program, increase the swap file |
| Disk (100%) | Windows Indexing, Superfetch (SysMain) |
Disable service SysMain or replace HDD with SSD |
⚠️ Attention: If in the Task Manager the process System Idle Process shows 90%+ load on the CPU, this is not a virus - this is how Windows displays processor idle time. Look for the problem elsewhere.
3. Windows crashes: updates, registry and system files
The operating system is a complex mechanism, and even minor errors can lead to freezes. Let's look at typical scenarios:
Damaged system files - if Windows cannot load critical components correctly, this manifests itself in the form of “freezes”. To check:
- Run
Command line as administrator. - Enter the command:
sfc /scannow - Once the check is complete, run:
DISM /Online /Cleanup-Image /RestoreHealth
Registry errors — over time, the Windows registry becomes clogged with incorrect entries from remote programs. To clean use:
- 🧹 CCleaner (tab
Register). - 🔧 Wise Registry Cleaner - deeper cleaning.
What to do if Windows won't boot due to a crash?
If your laptop freezes at the Windows boot stage (logo or spinning wheel), try:
1. Boot into Safe Mode (hold Shift when rebooting).
2. Execute System Restore to the last operating point.
3. If it doesn’t help, create a bootable USB flash drive with Windows and select Startup Recovery.
Windows Updates - sometimes patches from Microsoft contain errors that cause freezes. For example, update KB5028254 for Windows 11 led to freezes when working with Excel. To remove the problematic update:
- Go to
Settings → Update & Security → View update history. - Click
Uninstall updates. - Select the latest installed update and uninstall it.
⚠️ Attention: If, after uninstalling an update, Windows installs it again, pause updates for 7 days in Settings → Windows Update → Pause for 7 days.
4. Problems with the hard drive and RAM
HDD/SSD and RAM are two critical components, failures in which immediately affect the stability of the system. Let's figure out how to diagnose them.
Hard disk (HDD) — if your laptop is equipped with a traditional HDD (and not an SSD), freezes can be caused by:
- 💾 Bad sectors — damaged areas of the disk that the system is trying to read.
- 🔄 Fragmentation — the files are broken into small parts, and the disk head has to “jump” across the platter.
- ⚡ Lack of food — HDD is sensitive to voltage changes.
To check the disk:
- Run
Command lineon behalf of the administrator. - Enter:
wmic diskdrive get statusIf the status
OK— the disk is physically intact. - For deep checking use Victoria HDD or CrystalDiskInfo.
Solid State Drive (SSD) is also not eternal. It has a records resource (TBW), and as it wears out, the read/write speed drops. Check SSD health using SSDLife or CrystalDiskInfo. If the program shows Reallocated Sectors Count or Uncorrectable Errors - it's time to change the disk.
Random access memory (RAM) - errors in memory modules lead to random freezes or blue screens (BSOD). For testing:
- Click
Win + R, entermdsched.exeand run the Windows Memory Checker. - Or use MemTest86 (bootable USB flash drive, tests memory outside of Windows).
If the memory test shows errors, try removing the RAM sticks one by one (if there are several of them) - this way you will find the faulty module.
5. Hardware faults: overheating, battery, motherboard
If software methods do not help, it’s time to check the hardware. Let's start with the most common one - overheating.
CPU/GPU overheating - modern processors (Intel Core i7/i9, AMD Ryzen 7/9) when overheating above 90–95°C they begin throttling (automatic frequency reduction), which causes lags. How to check:
- 🌡️ Use HWMonitor or ThrottleStop for monitoring temperatures.
- 💨 Listen to the fans - if they do not rotate or make uneven noise, they need cleaning.
- 🔥 If the temperature under load exceeds 90°C, the thermal paste needs to be replaced and dust removed.
Bad battery - If the laptop freezes when unplugged, the problem may be with the battery. You can check her health:
- Run
Command lineand enter:powercfg /batteryreportThe report will be saved in
C:\Users\Your_name\battery-report.html. - Look at the parameters
Design Capacity(declared capacity) andFull Charge Capacity(real capacity). If the difference is more than 30%, it’s time to change the battery.
Problems with the motherboard or power supply - if laptop Freezes when connected to the network, but works fine on battery, the power supply or power circuit on the motherboard is to blame. Symptoms of a board malfunction may also include:
- 🔌 Freezes when connecting USB devices.
- 🖥️ Artifacts on the screen (stripes, flickering).
- 🔊 Extraneous sounds from the speakers (crackling, squeaking).
⚠️ Attention: If laptop turns off without warning (does not freeze, but turns off abruptly), this may be a sign short circuit on the motherboard. In this case, independent repair is dangerous - contact service.
6. BIOS/UEFI failures and incorrect settings
BIOS/UEFI is a laptop’s “firmware” that controls hardware components before Windows boots. Errors in it can cause freezes at the startup stage or random freezes.
Signs of BIOS problems:
- 🖥️ The laptop freezes on the manufacturer’s logo (ASUS, Lenovo, HP).
- ⚙️ BIOS settings (date, boot order) are not saved.
- 🔄 Freezes occur after updating the BIOS.
If you suspect a BIOS failure, follow these steps:
- Reset BIOS settings:
- Turn off your laptop.
- Remove the battery (if it is removable) and disconnect the power supply.
- Press and hold the power button for 30 seconds (discharges the capacitors).
- Turn on the laptop and go to BIOS (
F2,DelorEscwhen loading). - Select
Load Default Settings(Load default settings).
- Update BIOS (if the failure occurred after the update):
- Download the latest BIOS from the manufacturer's website.
- Follow the instructions - usually you need to run the EXE file from Windows or flash it via a USB flash drive.
What to do if the BIOS does not load at all?
If the laptop turns on, but the screen is black and there is no response to the keys:
1. Try it blind BIOS reset: hold Win + B (for Lenovo), Win + V (for ASUS) and connect the power supply.
2. If you have access to the motherboard, remove the BIOS battery (CR2032) for 10 minutes.
3. As a last resort you will need flashing the BIOS with a programmer (only in the service!).
Incorrect power settings — the BIOS has parameters that affect stability. For example, if the mode is enabled Turbo Boost If there is insufficient cooling, the processor will overheat. Check the following settings:
- 🔋
CPU Power Management- installBalancedinstead ofPerformance. - 💨
Fan Control- turn onSmart FanorAlways On. - 🔌
USB Power Delivery— disable it if the laptop freezes when connecting USB devices.
7. Conflicting software: antiviruses, games and background tasks
Some programs are known to conflict with the system or other applications. Let's look at the most “problematic” candidates.
Antiviruses - Paradoxically, security programs often themselves become the cause of freezes. For example:
- 🛡️ Kaspersky Internet Security can block system processes, causing lags.
- 🔒 Avast And AVG known for high disk load.
- 🏆 ESET NOD32 conflicts with some network card drivers.
To check if your antivirus is at fault:
- Temporarily disable real-time protection.
- If the freezes stop, remove the antivirus and install an alternative (for example, Bitdefender or built-in Windows Defender).
Games and heavy applications - if the laptop freezes only in games (Cyberpunk 2077, GTA V) or programs like Adobe Premiere, the problem may be:
- 🎮 Lack of video memory - integrated graphics (Intel UHD) can't handle modern games.
- 🔄 Conflict with overlays (For example, Discord Overlay, Steam Overlay).
- 🖥️ GPU overheating — games load the video card 100%.
Solutions:
- 🛠️ Lower the graphics settings in the game (resolution, textures, shadows).
- 🔧 Disable unnecessary overlays in settings Steam/Discord.
- 💨 Use utilities to limit FPS (RTSS, NVIDIA Refle) to reduce the load.
Background tasks - many programs run processes that the user does not know about. For example:
- ☁️ OneDrive, Google Drive — synchronize files, loading the disk.
- 📊 Telemetry in Windows 10/11 - sends data to Microsoft, consuming CPU.
- 🔄 Auto updates programs (Java, Adobe Reader).
To disable unnecessary background tasks:
- Open
Settings → Privacy → Background appsand disable unnecessary ones. - B
Task Scheduler(taskschd.msc) remove tasks from third-party programs. - Disable Windows telemetry with the command:
sc delete DiagTracksc delete dmwappushservice
8. Universal solutions: from simple to radical
If you can't determine the exact cause, use this list of solutions, ranging from simple to extreme measures.
Quick Fixes (5-10 minutes):
- 🔄 Reboot - trivial, but often helps with one-time failures.
- 🧹 Disk Cleanup - run
Disk Cleanup(cleanmgr) or CCleaner. - 🔌 Disabling peripherals - sometimes USB devices (mouse, keyboard, printer) cause conflicts.
Medium in difficulty (30–60 minutes):
- 🔧 Driver Update — download the latest versions from the manufacturers’ websites (NVIDIA, Intel, Realtek).
- 🖥️ Virus check - use Kaspersky Rescue Disk (bootable flash drive).
- 📦 Removing unnecessary programs - through
Control Panel → Programs and Features.
Radical measures (if all else fails):
- 🔄 System Restore — rollback to the point before the freezes began.
- 🖥️ Clean Windows installation - with formatting the system disk.
- 🔧 Replacement of components - if the HDD, RAM or battery is to blame.
Before a clean install of Windows save your license key using the utility ProduKey (from NirSoft).
If you decide to reinstall Windows, follow this algorithm:
- Download Media Creation Tool from the Microsoft website and create a bootable USB flash drive.
- When installing, select
Custom installationand format the system disk (C:). - After installation don't connect the internet right away - first install the drivers from the laptop manufacturer’s website.
⚠️ Attention: If the laptop is under warranty, do not open it or reinstall Windows yourself - this may void the warranty. Contact the service center with a receipt.
FAQ: Frequently asked questions about laptop freezes
🔹 The laptop freezes when watching a video on YouTube. What's the matter?
Most likely the problem is hardware acceleration browser. Try:
- B Chrome: go to
Settings → Advanced → Systemand turn offUse hardware acceleration (if available). - Update your video card drivers.
- Try another browser (Firefox, Edge).
If it doesn't help, check the GPU temperature (possibly overheating).
🔹 The laptop freezes when connected to Wi-Fi. What to do?
The reasons may be different:
- 📶 Network card driver conflict — update them from the manufacturer’s website.
- 🔌 Lack of nutrition — try connecting your laptop to the network.
- 🛡️ Firewall or antivirus is blocking the connection - temporarily disable them.
Also try:
- Forget the network and connect again.
- Reset network settings with the command:
netsh winsock reset - Change DNS to
8.8.8.8(Google) or1.1.1.1(Cloudflare).
🔹 The laptop freezes when waking up from sleep. How to fix it?
This is a common power management problem. Solutions:
- Disable quick start:
- Go to
Control Panel → Power Options. - Select
What the power buttons do. - Uncheck
Enable Fast Startup.
- Go to
- Update your chipset and video card drivers.
- Disable in BIOS
Wake on LANAndUSB Wake Support.
If the problem persists, check event log (eventvwr.msc) for errors with code 41 (unexpected shutdown).
🔹 The laptop freezes when copying files to a flash drive. Why?
Possible reasons:
- 💾 Problems with the USB port or controller - try another port.
- 🔋 Lack of nutrition — connect the laptop to the network.
- 🦠 Virus on a flash drive - check it with an antivirus.
- 📁 Damaged flash drive file system - format it in
FAT32orNTFS.
If freezes occur when copying large files (movies, disk images), the problem may be cache entries. Disable it:
- Open
Device Manager. - Find your flash drive in the section
Disk devices. - B
Propertieson the tabPoliticsselectQuick removal.
🔹 The laptop freezes when starting any program. What is this?
This is a sign serious problems from:
-
<