You press the keys, twitch the mouse, but the laptop screen remains frozen, like a winter lake. The cursor doesn't move indicators on the case light up or flash randomly, and the only sound in the room is your rapid breathing. Is the situation familiar? Laptop freezing is one of the most annoying problems users face. Windows, macOS and even Linux. Unlike ordinary braking, when the system is still “breathing”, here in front of you is - complete paralysis: none Ctrl+Alt+Del, nor force reboot with the power button do not work as they should.
In this article, we won’t just list trivial tips like “restart your computer.” We'll sort it out physical and software reasons total freezes - from processor overheating to driver conflicts with hardware, and we will also give action algorithms for different scenarios: when the laptop hangs at the BIOS logo, when the screen is black but the fans are working, or when the system “goes into a stupor” after an update. Let us dwell separately on Lenovo, HP, ASUS and Apple MacBook laptops, where freezes are often associated with firmware and hardware architecture features.
1. Why the laptop hangs “tightly”: hardware reasons
If the laptop does not respond even when you hold down the power button for a long time (more than 10 seconds), there is an 80% chance that the problem lies in the hardware. Here top 5 hardware reasons, which block the system at a level below the OS:
- 🔥 CPU/GPU overheating: Modern processors Intel Core i7/i9 and video cards NVIDIA RTX upon reaching a critical temperature (usually
100–105°C) activate thermal throttling, but sometimes instead of slowing down there is a complete stop. Owners of gaming laptops are especially at risk MSI, Acer Predator And ASUS ROG with a bad cooling system. - 💾 RAM fault: If one of the RAM modules fails, the system may freeze at the POST stage (before the OS loads). Characteristic sign - cyclic reboot or a black screen with a blinking cursor.
- 🖥️ Problems with the motherboard: Swollen capacitors, damaged tracks or burnt out south bridge (chipset) often lead to “sticking” of the system. For example, in laptops HP Pavilion series 15-ec known problem with chip blade BIOS.
- 🔋 Unstable power supply: If the power supply produces unstable voltage (for example, due to power surges), the laptop's power controller may block components from starting. This is a common cause of freezes Dell Inspiron And Lenovo IdeaPad.
- 💿 Damaged drive: An SSD or HDD with bad sectors can freeze the system when trying to read critical files. B MacBook Pro with chips Apple T2 this sometimes leads to endless loading circle.
How to check the hardware reason if the laptop does not respond? Take advantage by elimination:
- Unplug the laptop, remove the battery (if removable) and wait 5 minutes. Then connect only the power supply and try turning it on.
- If possible - check RAM, removing the strips one by one (for laptops with two slots).
- Listen to the laptop: no sound from fans when turned on, may indicate a problem with the power supply or motherboard.
⚠️ Attention: If after turning off the power the laptop still does not turn on, but the indicators are on, this is a sign short circuit on the board. Self-repair in this case risks damaging other components.
- Once a week or more often
- Once a month
- Less often, but accurately
- Never (I'm lucky)
2. Software failures: from drivers to viruses
If the laptop is frozen, but responds to long press of the power button (turns off after 5-10 seconds), the problem is more likely a software one. Here are the key culprits:
| Reason | Signs | Frequent victims |
|---|---|---|
| Driver conflict | Freezes after updating Windows or installing new software (for example, printer drivers). | Laptops with hybrid graphics (NVIDIA Optimus), for example, ASUS ZenBook or Acer Swift. |
| Virus software | The system hangs when launching the browser or specific programs (for example, Torrent clients). | Laptops with disabled Windows Defender or outdated OS (Windows 7/8). |
| OS update failed | A screen that says “Windows Setup” or a black screen with a cursor after a reboot. | Windows 10/11 (especially when upgrading to a new version, for example from 21H2 to 22H2). |
| RAM overflow | The laptop freezes when opening heavy programs (Photoshop, AutoCAD, games). | Budget laptops with 4–8 GB RAM (Lenovo V15, HP 250 G8). |
The easiest way to diagnose is boot in safe mode. If the laptop turns on but hangs at the Windows logo, try:
- Press and hold the power button for 10 seconds to force shutdown.
- Turn on the laptop and immediately press
F8(for Windows 7) orShift + F8(for Windows 10/11). On MacBook holdShiftat startup. - Select Safe Mode with Networking.
If the system boots, the problem is in the drivers or startup programs. Use msconfig (type in Windows search) to disable unnecessary services.
Try safe mode|Disable all peripheral devices (flash drives, printers)|Check the integrity of system files via sfc /scannow|Restore the system via a rollback point-->
3. The laptop freezes and does not turn off: emergency measures
When a laptop doesn't even respond to the power button, users often panic. Here algorithm of actions, which will help “reanimate” the device without the risk of damaging data:
- ⚡ Hard reset: Unplug your laptop, remove the battery (if possible), then hold the power button 30–60 seconds. This will discharge the remaining charge on the capacitors and reset the chipset state. Suitable for most models except MacBook with non-removable battery.
- 🔌 Disabling peripherals: Sometimes connected devices (such as USB-C Dock or external HDD). Disconnect everything except the power supply.
- 🔄 Hard reset: On some laptops (eg. Lenovo ThinkPad) there is a hidden reset button - you can press it with a paper clip through a special hole on the back panel.
For MacBook (especially models with a chip M1/M2) the procedure is different:
- Press and hold the power button 10 secondsuntil the screen goes dark.
- Wait 20 seconds, then turn on the laptop while holding
Command + Rto boot into recovery mode.
⚠️ Attention: If after a hard reset the laptop turns on, but immediately freezes again, this is a sign boot sector damage or BIOS/UEFI. In this case, only flashing or replacing the drive will help.
What to do if the laptop freezes at the manufacturer's logo (ASUS, HP, Lenovo)?
This indicates a problem with BIOS or GPT partition on disk. Try:
1. Reset the BIOS by removing the CMOS battery (disassembly required).
2. Create a bootable USB flash drive with a recovery utility (for example, HP Cloud Recovery for HP laptops).
3. If the laptop is new, check if it is activated Secure Boot in the BIOS, which blocks booting from uncertified devices.
4. Diagnostics after “reanimation”: how to prevent re-freezing
If you managed to “wake up” your laptop, the first thing you need to do is identify the cause of the failureto prevent recurrence. Here diagnostic steps for different OS:
For Windows 10/11:
- 🔍 Check it out event logs: Open
eventvwr.mscand find errors with the code41(unexpected shutdown) or6008(previous shutdown was unexpected). - 📊 Launch Reliability monitor: Enter in search
perfmon /rel— critical failures in recent days are displayed here. - 🛠️ Check the disk for errors: In the command line (as administrator) run:
chkdsk C: /f /rsfc /scannow
For macOS:
- 📋 Open Console (via
Spotlight) and find entries taggedkernel panic- This is an analogue of the “blue screen” on Mac. - 🔄 Launch Disk Utility and check the volume for errors (select disk → First aid).
For Linux (Ubuntu, Mint, etc.):
- 🐧 Look at the kernel logs:
dmesg | grep -i errorjournalctl -b -1 | grep -i fail - 💽 Check the SMART status of the disk:
sudo smartctl -a /dev/sda
If the logs contain errors related to:
nvlddmkm.sys- problem with the driver NVIDIA;ACPI.sys— power management conflict;NTFS_FILE_SYSTEM- file system damage.
bcdedit /set hypervisorlaunchtype off-->
5. The laptop is stuck on a black screen: what should I do?
A black screen with no response to the keyboard is one of the most insidious symptoms. It can mean anything: from a graphics driver failure to the death of the video card. Here step-by-step action plan:
- Check the screen backlight: Shine a flashlight at the screen at an angle. If you see a dim image, the problem is backlight inverter or matrix cable.
- Connect an external monitor: If there is an image on the external screen, it’s the fault video card (for laptops with NVIDIA Optimus) or matrix cable.
- Reset BIOS settings:
- Turn off your laptop.
- Hold
Win + B(for some models Lenovo) orFn + Esc(for HP) and turn on the power. - If the BIOS menu appears, select
Load Default Settings.
If a black screen appears after updating drivers (especially for NVIDIA or AMD Radeon), try:
- Load into safe mode.
- Remove current drivers via
Device Manager. - Install an older version from the manufacturer's website (for example, for GTX 1650 in ASUS TUF Gaming Rolling back from version 531.41 to 528.49 often helps).
⚠️ Attention: On laptops with hybrid graphics (Intel UHD + NVIDIA) a black screen may be caused by a glitch in GPU switching. Try disabling the discrete video card in the BIOS (optionGraphics Device→UMA Only).
6. Laptop froze after Windows update: how to roll back?
Windows updates are a common cause of system freezes. If your laptop freezes during the "Set up Windows" step or after rebooting, here's rollback methods:
- 🔄 Automatic rollback:
- Force shut down the laptop (hold the power button for 10 seconds).
- Turn it on and on the lock screen, hold
Shift, then select Reboot → Diagnostics → System Restore.
- 📥 Manual rollback via WinRE:
- At the boot screen, interrupt the process 3 times (hold the power button when the Windows logo appears). After the 3rd time it will open recovery environment.
- Select
Troubleshooting→Additional options→Startup Recovery.
wusa /uninstall /kb:НОМЕР_ОБНОВЛЕНИЯ
For example, to remove an update KB5029263 (known for freezing bugs):
wusa /uninstall /kb:5029263 /quiet
If rolling back doesn't help and the laptop still freezes, try recovery via image:
- Create a bootable USB flash drive with Windows on another PC (use Media Creation Tool).
- Boot from the flash drive, select System Restore → Restoring a system image.
- Select a restore point for 1–2 days before update.
If your laptop freezes after upgrading to Windows 11 with Windows 10, the cause is often driver incompatibility Realtek Audio or Intel Management Engine. Before rolling back, check for the latest drivers on the laptop manufacturer's website.
7. Prevention of freezes: how to protect your laptop?
It is better to prevent a problem than to deal with its consequences. Here 10 rules, which will reduce the risk of freezes:
- 🧹 Clean the system from debris: Use CCleaner or built-in utility
cleanmgrto delete temporary files. On MacBook runStorage optimizationin the settings. - 🔥 Control the temperature: Install HWMonitor (Windows) or iStat Menus (macOS) for monitoring CPU/GPU temperatures. If your laptop regularly gets hotter than
85°C— clean the cooling system or replace the thermal paste. - 🛡️ Update drivers, but not through Windows Update, and from the official websites of manufacturers (Intel, NVIDIA, AMD).
- 🔋 Monitor your battery health: If capacity drops below 50%, replace the battery - unstable power supply may cause freezes.
- 📦 Disable startup of unnecessary programs: B Windows use
msconfig, on Mac —System Preferences → Users and Groups → Login Items.
For laptops with SSD also recommended:
- 🔄 Regularly update the drive firmware (for example, for Samsung 970 EVO through Samsung Magician).
- 📉 Leave 10–15% free space on disk - this will extend the life of memory cells.
If you are using a laptop for games or rendering, set the FPS limit (for example, via NVIDIA Control Panel) - this will reduce the load on the GPU and reduce the risk of overheating.
8. When should I contact the service center?
Not all problems can be solved on your own. Contact the specialists, if:
- 💥Laptop doesn't turn on at all (even the indicators are not lit) after freezing.
- 🔥 Appeared on the body burning smell or traces of melting are visible.
- 💾 BIOS does not detect the drive, and the bootable flash drive does not start.
- 🖥️ Appear on the screen artifacts (stripes, flickering, distorted colors) - this is a sign of the death of the video card.
- 🔋 Laptop turns off after 5–10 minutes after turning on, even in the BIOS.
The cost of repair depends on the problem:
| Problem | Average cost (₽) | Repair period |
|---|---|---|
| Replacing thermal paste | 1 500 – 3 000 | 1–2 hours |
| Cleaning dust + replacing thermal paste | 2 500 – 5 000 | 1 day |
| Replacing SSD/HDD | 3,000 – 8,000 (without storage cost) | 1–3 hours |
| Motherboard repair (replacement of chipset, capacitors) | 5 000 – 20 000 | 3–7 days |
| Replacing the video card (for laptops with discrete GPU) | 10 000 – 30 000 | 2–5 days |
Before visiting the service save all important data (if the laptop still turns on). To do this:
- Connect the drive to another PC via USB adapter.
- Use Live CD with Linux (For example, Ubuntu) to copy files.
If the laptop is under warranty, do not open it yourself! Manufacturers (eg Apple or Dell) may refuse repairs under warranty if they find traces of tampering.
FAQ: Frequently asked questions about laptop freezes
The laptop is stuck on a blue screen (BSOD). What to do?
Blue screen (Blue Screen of Death) - this is no longer a freeze, but a critical failure. Write it down error code (For example, IRQL_NOT_LESS_OR_EQUAL) and reboot your laptop. Then:
- Check memory dump in a folder
C:\Windows\Minidumpusing the program BlueScreenView. - Update the drivers for the device indicated in the error (most often this is video card or Wi-Fi adapter).
- If BSOD appears regularly, test your RAM (
mdsched.exeon Windows).
The laptop froze while playing. How to prevent it?
Game freezes are usually associated with:
- GPU/CPU overheating - use MSI Afterburner for temperature monitoring.
- Lack of RAM - close background programs (Discord, Chrome with a dozen tabs).
- Driver conflict - roll back to an older version of the video card driver.
For laptops with NVIDIA Optimus Disabling Intel graphics in the BIOS will also help (option Graphics Mode → Discrete).
The laptop froze while updating the BIOS. Is it possible to restore it?
An interrupted BIOS update is one of the most dangerous situations. Try:
- Disaster recovery: On some laptops (eg. Lenovo or ASUS) there is a function
BIOS Flashback— download the firmware onto a flash drive, insert it into a special port and hold the recovery button (usually next to USB). - Programmer: If the laptop does not turn on at all, you will need to reflash the BIOS chip using CH341A (soldering skills required).
Without experience, it is better to contact the service - incorrect firmware can completely kill the motherboard.
The laptop is stuck on the Windows login screen. How to login?
If the system hangs on the lock screen:
- Click
Ctrl + Alt + Deland select Task Manager. Close the processdwm.exe(Windows Display Manager). - If it doesn't help, reboot into safe mode and disable the service
Windows Update(sometimes it blocks the entrance). - For Windows 11 unplugging may also help Secure Boot in BIOS.
The laptop froze after connecting the second monitor. What's the matter?
The problem is usually:
- Permission conflict — set the same resolution on both screens.
- Video card driver - update or rollback it.
- Faulty cable - try another one HDMI/DisplayPort.
On MacBook with chip M1/M2 also check the settings in System Settings → Screens → Layout.