A frozen laptop is a situation familiar to every user. When the screen freezes, the cursor does not respond, and the mouse refuses to work, the only option left is a forced reboot. But how to do this, even if the button Start unavailable? In fact, manufacturers have provided dozens of ways to reboot the device solely from the keyboard - from standard hotkeys to hidden engineering commands.

In this article we will look at all possible keyboard shortcuts to restart laptops Windows, macOS And Linux, including emergency methods for completely locked systems. You will learn how to do without the power button, what combinations work on ASUS, Lenovo or HP, and what to do if the laptop does not even respond to the keyboard. And also - how to avoid data loss during a forced reboot.

Standard keyboard shortcuts for rebooting in Windows

On most laptops with Windows 10/11 rebooting via the keyboard is performed using standard combinations. The main condition is that the system must respond to pressing, albeit with a delay. Here are the main ways:

  • 🔄 Alt + F4 - universal method. Closes the active window, and if you press the combination on Desktop, the shutdown menu will appear. Use arrows to select Reboot and confirm Enter.
  • 🖥️ Ctrl + Alt + DelPower button (in the lower right corner). It works even when the interface freezes, if the system kernel is not blocked.
  • 🔑 Win + XShutting down or logging outReboot. Quick access to the menu through the "secret" context menu.

If laptop does not respond to Alt + F4, try pressing the combination twice with an interval of 5 seconds - sometimes the system “wakes up” after a repeated signal. On some models Dell And Acer may need to be held Fn (For example, Fn + Alt + F4).

📊 What OS do you use on your laptop?
  • Windows 10/11
  • macOS
  • Linux
  • ChromeOS
  • Other

Important: on laptops with Windows 8/8.1 menu Alt + F4 may not contain a reboot item - instead, the system will only offer Shutdown. In this case, use Ctrl + Alt + Del.

Emergency reboot when completely frozen

When the laptop completely stops responding to keyboard and mouse, radical methods remain. They should be used only if other methods have not worked - a forced shutdown can lead to the loss of unsaved data or damage to the file system.

  • Power button (hold for 5-10 seconds). Works on all models, but is the most unsafe method.
  • 🔌 Removing the Battery (for laptops with a removable battery). Turn off the power, remove the battery, wait 30 seconds and turn back on.
  • 💻 Combination for engineering menu (on some models). For example, on Lenovo ThinkPad works Fn + B when the power is off - this launches the BIOS, from where you can initiate a reboot.
What happens during a forced shutdown?

If there is a sudden power outage, the operating system does not have time to close processes correctly. This may lead to:

- Loss of data in open documents (for example, unsaved text in Word).

- Damage to system files (especially if the disk was being written to at the time of the freeze).

- Windows updates fail (if a reboot occurs while patches are being installed).

In 90% of cases, modern operating systems are restored automatically, but the risk remains.

On laptops HP And Compaq Sometimes a hard reboot works after Ctrl + Alt + SysRq + R-E-I-S-U-B (alternately, with a delay of 1 second). This sequence simulates the command reboot at the Linux kernel level, but can also work on Windows machines with certain drivers.

⚠️ Attention: On laptops with SSD drives forced shutdown is less dangerous than on HDD, but can still cause errors in the file system NTFS or ext4. After such a reboot, run disk check (chkdsk /f on Windows or fsck on Linux).

Reboot to macOS: MacBook keyboard features

Laptops Apple use their own keyboard shortcuts that differ from Windows. Here are the main ways to reboot MacBook without mouse:

  • 🍎 Control + Command + Power button (or Control + Command + Media Eject on older models). Instant reboot.
  • 🔄 Control + Command + QLock Screen → then Control + Option + Command + Power button to turn off (if you need a complete shutdown).
  • 🛑 Control + Option + Command + Power button — forced shutdown (analogous to holding the power button).

On MacBook Pro/Air with Touch Bar power button replaced with Touch ID. To reboot such a laptop, hold Touch ID until the shutdown menu appears, then select Restart arrows.

Keyboard shortcut Action Applicable to models
Control + Command + Power button Instant reboot All MacBooks (2010–present)
Control + Option + Command + Power button Forced shutdown All models including iMac
Control + Command + Media Eject Reboot (on models with a DVD drive) MacBook before 2015
Shift + Control + Option + Power button Reset SMC (for hardware failures) MacBook with non-removable battery

If MacBook does not respond even to forced shutdown, try resetting NVRAM:

  1. Turn off the laptop (hold the power button for 10 seconds).
  2. Turn it on and press immediately Option + Command + P + R for 20 seconds.
  3. Release the keys and your MacBook will restart automatically.

Rebooting in Linux: Terminal Commands and Hotkeys

On laptops with Ubuntu, Fedora or other Linux distributions, rebooting via the keyboard depends on the desktop environment used (GNOME, KDE, XFCE). Universal methods:

  • 🐧 Ctrl + Alt + Del - in most distributions, opens the shutdown menu (similar to Windows).
  • 📥 Alt + SysRq + R-E-I-S-U-B - "magic" sequence for emergency reboot (works at the kernel level).
  • 🖥️ Ctrl + Alt + F1 → entrance to tty1 → team sudo reboot. Requires knowledge of the password.

To reboot via terminal (if the GUI is frozen):

echo 1 | sudo tee /proc/sys/kernel/sysrq  # Разблокировка SysRq

echo b | sudo tee /proc/sysrq-trigger # Мгновенная перезагрузка

These commands simulate pressing SysRq + B and work even when the X server is completely frozen.

Try Ctrl + Alt + Del

Press Alt + SysRq + R-E-I-S-U-B (alternately)

Switch to tty (Ctrl + Alt + F1) and enter sudo reboot

Hold the power button for 10 seconds (if all else fails) -->

On laptops with Ubuntu 22.04+ And GNOME you can use a combination Alt + F2, then enter r and press Enter - this will restart the graphical shell without completely shutting down.

⚠️ Attention: On some distributions (for example, Arch Linux) function is disabled by default SysRq. To activate it, add the parameter kernel.sysrq=1 to file /etc/sysctl.d/99-sysrq.conf and execute sudo sysctl --system.

Hidden keyboard functions for the engineering menu

Laptop manufacturers often hide service combinations that allow you to reboot the device even during critical failures. These methods are rarely documented, but can save you in a hopeless situation:

  • 🔧 Lenovo ThinkPad: Fn + F12 (reboot) or Fn + B (starting BIOS with power off).
  • 🖥️ Dell Latitude/Inspiron: Fn + Power (hold for 3 seconds) to force reboot.
  • 💻 HP EliteBook: Fn + Esc (opens HP System Diagnostics, from where you can initialize the reboot).
  • 🔄 ASUS ROG: Armoury Crate + F4 (on some models it reboots the system in game mode).

On laptops Microsoft Surface rebooting via the keyboard is complicated by the lack of standard buttons. This will help:

  1. Hold Volume up button + power button 15 seconds (forced shutdown).
  2. Connect a USB keyboard and use Ctrl + Alt + Del.

💡

If the laptop freezes at the BIOS loading stage (black screen with the manufacturer's logo), try pressing Esc or F2/F12 several times - this may unlock access to the boot menu, from where you can choose to reboot.

On some models Acer And MSI works "hidden" combination Fn + Ctrl + Shift + Power - it resets the power state and reboots the laptop, even if it does not respond to standard methods.

What to do if the keyboard doesn't work

The situation becomes more complicated when not only the screen freezes, but also the keyboard itself. In this case, the following options remain:

  • 🔌 Connect an external USB keyboard. Even if the built-in keyboard is locked, the USB device often continues to work.
  • 📱 Use remote control (if previously configured RDP or TeamViewer). Connect from a smartphone or another PC and initiate a reboot.
  • 🔋 Remove the battery (for models with a removable battery). Turn off the power, remove the battery for 30 seconds, then put it back and turn on the laptop.
  • 🔌 Disconnect power supply (for laptops without a removable battery). Hold the power button for 15-20 seconds to completely discharge the capacitors.

If laptop Doesn't even respond to external keyboard, check:

- Is the USB hub connected to a powered port (on some models, the ports turn off when frozen).

- Is the indicator on? Caps Lock - if yes, then the keyboard may be blocked at the BIOS level.

- Is there any physical damage (for example, liquid spilled under the keys).

💡

If your laptop freezes during the BIOS update, DO NOT force it to shut down! Wait at least 30-60 minutes - sometimes the process just takes a long time. Interrupting the BIOS update may render the device inoperable.

On laptops with Touchscreen (For example, Lenovo Yoga or HP Spectre) Try using the touch screen to access the power menu. Even if the main interface is not responsive, gestures sometimes work.

How to avoid data loss during a forced reboot

An emergency reboot is always risky, but you can minimize the consequences. Follow these rules:

  • 💾 Enable autosave in programs (for example, in Microsoft Office or Photoshop). Set the save interval to 5–10 minutes.
  • ☁️ Use cloud services (Google Drive, OneDrive) to automatically sync important files.
  • 🔄 Check error logs after reboot. On Windows, open Event Viewer (eventvwr.msc) and look for critical errors in the section System.
  • 🛡️ Set up backup (For example, File History on Windows or Time Machine on Mac).

After a forced reboot be sure to check the disk:

- B Windows: open Command line as administrator and enter:

chkdsk C: /f /r

(replace C: to the system drive letter).

- B Linux:

sudo fsck -fy /dev/sdX

(where sdX - your section, for example, sda1).

If the system does not boot after reboot, try:

  1. Load into Safe Mode (click F8 or Shift + F8 at start).
  2. Restore system via Restore point (on Windows) or Timeshift (on Linux).
  3. Use a bootable USB flash drive with LiveCD to copy important data.

FAQ: Frequently asked questions about rebooting a laptop using the keyboard

1. Why doesn't Alt + F4 work?

Probable reasons:

- Process hangs explorer.exe (try starting it again via Ctrl + Shift + EscFileNew task → enter explorer.exe).

- Key conflict in games or specialized software (for example, AutoHotkey may block combinations).

- Keyboard hardware fault (check in Input devices in Device Manager).

2. Is it possible to reboot a laptop through BIOS?

Yes, but this is not standard procedure. Go to BIOS (usually F2, Del or Esc on boot), look for the option Save & ExitReset to DefaultsSave and Reset. This will reset the BIOS settings and reboot the device.

3. How to restart a Windows 11 laptop if the screen is black?

Try:

  1. Click Win + Ctrl + Shift + B - this restarts the graphics driver (sometimes helps with a black screen).
  2. Hold Power button 10 seconds for forced shutdown.
  3. Connect an external monitor - there may be a problem with the backlight of the laptop screen.

4. Why doesn’t the laptop turn on after rebooting?

Possible reasons:

- The battery is low (connect the charger and wait 10–15 minutes).

- BIOS crashed (try resetting it by removing the CMOS battery on the motherboard or holding the power button for 30 seconds).

- Hardware failure (check the power indicators, listen to see if the fan is spinning).

If the laptop shows no signs of life, contact a service center.

5. Is there a difference between "Reboot" and "Shutdown → Power On"?

Yes:

- Reboot (Restart) - a “soft” method in which the OS correctly closes processes and initiates a restart.

- Power Off → Power On — “hard” reset, similar to turning off the power. May lead to disk check at next startup.

Forced shutdown (holding the power button) is equivalent to unplugging and is the most unsafe method.