The situation is familiar to many: the laptop suddenly stops responding to the keyboard, touchpad, and even the power button. The screen freezes on one image, the cursor does not move, and all attempts to restart the device using standard methods fail. At such a moment, the main thing is don't panic and do not take drastic actions that could aggravate the problem.

The reasons for freezing can be different: from a banal failure in the operating system to hardware malfunctions. In this article we will look at all possible scenarios, including cases when the laptop does not respond even when the power button is pressed for a long time. You will learn how to safely get out of the situation, saving data and without damaging the hardware, and also what to do if freezing occurs regularly.

Important: if your laptop is MacBook, ASUS, Lenovo, HP or Acer, Some methods may vary due to hardware specifications. We will point out these nuances in the appropriate sections.

1. Forced reboot: when and how to do it correctly

The first thing that comes to mind when hanging is hold power button. But this method does not always work, especially on modern laptops with UEFI instead of BIOS. If the button does not respond, do not rush to despair: there are alternative methods.

On most devices, a forced reboot is performed like this:

  • 🔄 Hold the power button for 10–15 seconds (on some models - up to 20 seconds). If the power light goes off, release the button and turn on the laptop again.
  • 🔌 Turn off the power and remove the battery (if it is removable). For non-removable batteries, hold the power button for 30-40 seconds to discharge the capacitors.
  • 🔧 On laptops Lenovo ThinkPad or Dell Latitude might work Emergency Reset button (usually hidden in a hole on the bottom panel - a paperclip is needed).

Critical information: on laptops with NVMe drives (For example, Samsung 980 Pro or WD Black SN850) Sudden power loss while data is being actively written may damage the file system. If there is a disk activity indicator on the screen (usually a blinking LED), wait 1-2 minutes before forcing a shutdown.

📊 How often does your laptop freeze?
  • Once a month or less
  • 1–2 times a week
  • 几乎每天 (almost every day)
  • Never hung up
  • I find it difficult to answer

2. What to do if the power button does not work

If the laptop does not respond even when you hold down the power button for a long time, the problem may be hardware failure of the power controller or short circuit on the motherboard. In this case, one of the following methods will help:

Method Suitable for Risks
Disconnecting the power supply + removing the battery Laptops with removable battery (Acer Aspire, HP Pavilion older models) Loss of unsaved data
Hold the power button for 30+ seconds Devices with a non-removable battery (MacBook Pro, Dell XPS) Possible reset of BIOS/UEFI settings
Using the button Reset (if any) Lenovo ThinkPad, some models MSI Case disassembly may be required
Disconnecting from the network + closing the battery contacts (for experienced) Laptops with battery access without complete disassembly Risk of damage to the board due to careless actions

⚠️ Attention: If laptop does not turn on after forced shutdown, do not try to repeat the procedure multiple times. This may indicate southbridge chipset malfunction (for example, on old Intel HM55/HM65) or failure of the power circuits. In this case, diagnostics are required at a service center.

3. Freeze at the BIOS/UEFI level: how to recognize and what to do

If the laptop freezes still at the loading stage (before the Windows or macOS logo appears), the problem lies in BIOS/UEFI or hardware components. This can be recognized by the following signs:

  • 🖥️ The screen is black or displays the manufacturer’s logo (ASUS, HP, Lenovo) no progress.
  • 🔄 Indicators Caps Lock or Num Lock do not respond to clicks.
  • 🔊 The cooler operates at maximum speed without stopping.

In this case it will help:

  1. Reset BIOS/UEFI:
    • Unplug the laptop and remove the battery (if possible).
    • Hold the power button for 30 seconds.
    • If you have access to the motherboard - remove the CMOS battery (coin type) for 5–10 minutes.
  2. BIOS update (if the freeze continues):
    • For Lenovo And Dell use utilities Lenovo Vantage or Dell SupportAssist.
    • On ASUS And MSI download the firmware only from the official website of the model.
What happens if you interrupt the BIOS update?

An interrupted BIOS update can render the laptop completely inoperable (“bricked”). Restoration is only possible using the programmer or contacting a service center. On some models (for example, HP EliteBook) there is an emergency recovery mechanism through a combination Win + B + hold power button, but it doesn't always work.

4. Freezing in Windows: Hidden features for disaster recovery

If the laptop freezes after Windows boots, but does not respond to Ctrl+Alt+Del or Win+L, try the following methods:

Hold Win + Ctrl + Shift + B (restart graphics driver)|Connect an external keyboard via USB (may work if the problem is with the touchpad)|Click PrtSc — if the “camera” sound goes off, the system is partially alive|Try the combination Alt + F4 (select the "Shutdown" action)-->

If all else fails, use crash via command line (if you have access to another PC):

  1. Connect a frozen laptop to another device via SSH (if remote access is enabled) or via TeamViewer (if the session is active).
  2. Run the command:
    shutdown /s /f /t 0

    where /f - forced closing of programs, /t 0 - immediate execution.

⚠️ Attention: On laptops with BitLocker (for example, corporate Dell Latitude or HP EliteBook) a forced reboot may require a recovery key the next time you turn it on. Make sure you have it (usually linked to your account Microsoft).

5. macOS features: what to do if your MacBook is not responding

On MacBook Pro/Air And iMac The algorithm of actions when freezing is different due to the features Apple T2 Security Chip and architecture ARM (M1/M2).

Standard methods:

  • 🍎 Forced reboot: hold down the power button (Touch ID on newer models) until the screen turns off (about 10 seconds).
  • 🔄 Reset SMC (for Intel-Mac):
    1. Turn off your MacBook.
    2. Hold Shift + Control + Option + power button 10 seconds.
    3. Release the keys and turn on the device.
  • 🛠️ Safe Mode: When turning on, hold Shift - this will disable unnecessary kernel extensions.
  • For MacBook on M1/M2:

    • If a freeze occurs during the update macOS, wait minimum 1 hour - The system may appear frozen, but is actually performing operations in the background.
    • If the screen is black but the fan is running, try connecting an external monitor - the problem may be with the graphics chip (Apple Silicon rarely, but suffers from driver bugs).
    💡

    On MacBook with Touch Bar The freeze may be related to the touchpad. Try pressing and holding Command + Option + Esc - this will cause "Force Quit Applications" even if the screen is unresponsive.

    6. Hardware causes of freezes: when it’s time for service

    If the laptop freezes regularly, the problem may lie in:

    • 🔥 Overheating: Check the temperature in HWMonitor (Windows) or iStat Menus (macOS). Critical values for Intel Core i7/i9 — above 95°C, for AMD Ryzen - above 105°C.
    • 💾 Drive malfunctions: use chkdsk /f (Windows) or fsck (macOS/Linux) to check the disk. If you hear clicking or grinding noises, this is HDD death symptom.
    • 🧠 Problems with RAM: Test modules one at a time with MemTest86. On laptops with soldered memory (For example, MacBook Air M1) this is impossible - only diagnostics in the service.
    • 🔌 Unstable power supply: If freezes occur when running on battery power, check the battery for wear and tear. Battery Report (Windows) or system_profiler SPPowerDataType (macOS).

    ⚠️ Attention: If laptop turns off with a characteristic click (especially on models HP Omen or ASUS ROG), this may indicate faulty VRM power circuits. Continued use without repair may result in failure of the processor or video card.

    7. Prevention of freezes: how to avoid problems in the future

    To minimize the risk of repeated freezes:

    • 🧹 Clean the system regularly from dust (especially important for MSI And Alienware with powerful coolers).
    • 🔄 Update your drivers, especially for video cards (NVIDIA, AMD Radeon) and chipset (Intel Management Engine, AMD Chipset Drivers).
    • 🛡️ Use an uninterruptible power supply (UPS) for protection against power surges.
    • 📊 Monitor your drive's health with the help CrystalDiskInfo (Windows) or smartctl (Linux/macOS).

    For gaming laptops (ASUS TUF, Lenovo Legion, Acer Predator):

    • Disable Turbo Boost in the BIOS if thermal throttling is observed.
    • Use ThrottleStop or MSI Afterburner for monitoring frequencies and temperatures.
    • Do not use the laptop on soft surfaces (bed, sofa) - this will block the ventilation holes.
    • 💡

      If the laptop freezes when connected to the docking station (for example, Dell WD19 or HP Thunderbolt Dock), the problem may be due to firmware incompatibility. Update your laptop BIOS and docking station firmware to the latest versions.

      FAQ: Frequently asked questions about laptop freezes

      🔹 Laptop stuck on the Windows/macOS logo - what to do?

      If the screen freezes at the logo Windows 10/11 or macOS with a spinning indicator, try:

      1. Force shut down the laptop (hold the power button for 10 seconds).
      2. Turn it on and hold it immediately Shift (Windows) or Command + R (macOS) to boot into Safe Mode/Recovery Mode.
      3. Restore the system from a restore point or reinstall the OS while preserving the data.

      If the problem persists, check the disk for errors (chkdsk /r for Windows, First Aid in Disk Utility for macOS).

      🔹 Is it possible to lose data during a forced shutdown?

      Yes, if the disk was being written to at the time of the freeze (for example, saving a large file or updating the system). To minimize risks:

      • Use journaled file systems (NTFS, APFS, ext4) - they recover better from failures.
      • Regularly create backups to an external drive or to the cloud.
      • On Windows, enable system protection (Control Panel → System → System Protection).

      If the files are damaged after rebooting, try restoring them using Recuva (Windows) or Disk Drill (macOS).

      🔹 The laptop is frozen and heating up - what to check first?

      Overheating is one of the main causes of freezes. Follow the algorithm:

      1. Check the temperature in HWMonitor or Core Temp. Critical values:
        • Intel Core i5/i7: above 90°C.
        • AMD Ryzen 7/9: above 95°C.
        • Apple M1/M2: above 100°C (rare, but possible when rendering).
      2. Clean the cooling system:
        • Remove the bottom cover and blow out the radiator with compressed air.
        • Check the thermal paste on the processor - if it is dry, replace it (Arctic MX-6 or Noctua NT-H2).
    • Disable overclocking (if used ThrottleStop, MSI Afterburner or BIOS settings).
    • If the temperature is normal, but the laptop still gets warm, the problem may be degraded battery (swollen battery cells put pressure on the motherboard).

      🔹 Freezing occurs only when running on battery power - what's the matter?

      This is a typical symptom battery malfunction or problems with the power controller. Diagnose the battery:

      • Windows: Run on the command line:
        powercfg /batteryreport

        Open the generated file battery-report.html and check the parameters Design Capacity vs Full Charge Capacity. If the difference is more than 30%, the battery is worn out.

      • macOS: in System report (About This Mac → System Report → Power) look at Condition: Normal or Service required.

      If the battery is fine but the freezes continue, the problem may be:

      • Faulty DC connector (for laptops with a removable power supply).
      • Malfunctions energy saving plans (try resetting them in the BIOS or via powercfg /restoredefaultschemes on Windows).
      🔹 After freezing, the laptop does not turn on - what to do?

      If laptop completely stopped responding on the power button after a forced shutdown, follow these steps:

      1. Check the power supply:
        • Connect another known working unit (with compatible characteristics).
        • Check the power cord for damage (especially at the base).
      2. Reset capacitors:
        • Disconnect the power supply and battery (if removable).
        • Hold the power button 60 seconds.
        • Connect the power supply (without battery) and try to turn it on.
      3. Check the indicators:
        • If they are burning all LEDs (For example, Caps Lock And Num Lock), but the screen is black - the problem is in the video card or RAM.
        • If there are no indicators at all, there is a malfunction in the power circuits or motherboard.

      ⚠️ If the laptop smells like burning or traces of melting are visible on the body, don't turn it on - it may be a short circuit. Take it to service immediately.