Using a laptop with the lid closed as a full-fledged system unit is a popular solution for saving space, creating a compact workplace, or organizing a media center. However, this mode of operation is fraught with technical nuances: from overheating to problems with displaying images on an external monitor. In this article, we will look at which laptops support operation with the lid closed, how to properly configure the BIOS and OS, and what risks should be taken into account in order not to shorten the life of the device.
The main problem is that most laptops by default switches off when closing the lid This is standard behavior for saving energy. But using BIOS settings, the Windows registry or Linux configuration files, you can force the laptop to work in “screenless” mode. It is important to understand that not all models support this function: some manufacturers block it at the firmware level, especially in ultrabooks with passive cooling.
If you plan to use the laptop as a system unit for games, rendering or 24/7 work (for example, a server), it is worth evaluating in advance CPU TDP, cooling system and the ability to connect external graphics via Thunderbolt or eGPU. Otherwise, the risk of overheating and throttling will increase significantly.
Which laptops support working with the lid closed?
Not all laptops can function with the lid closed - it depends on BIOS firmware, cooling schemes and manufacturer's policies. Here are the key selection criteria:
- 🔧 Availability of option in BIOS: Look for items
Power On Lid Open/Close,After AC Power LossorWake on Lid Open. Their presence signals support for the regime. - 💻 Cooling type: Laptops with active cooling (fans) and a metal case handle heat dissipation better than ultrabooks with passive cooling.
- 🔌 External monitor support: Make sure your laptop has ports HDMI 2.0/2.1, DisplayPort or USB-C with Alt Mode to display the image.
- 🔋 Food: Some models (eg Dell XPS or MacBook Pro) require a power connection to operate with the lid closed.
Among brands, the leaders in supporting this mode are Lenovo ThinkPad (series P, T, X1), Dell Latitude/Precision, HP EliteBook/ZBook and some models ASUS ROG. At the same time Apple MacBook (except Mac Mini) do not officially support working with the lid closed due to the nature of macOS and cooling systems.
- Lenovo ThinkPad
- Dell Latitude/Precision
- HP EliteBook/ZBook
- ASUS ROG
- Apple MacBook (via workarounds)
- Other
Important: even if your model supports the mode, Prolonged use with the lid closed may cause the keyboard and battery to overheat., especially if the laptop is lying on a soft surface (for example, a sofa). For stationary use, it is recommended to place it on cooling pad or in a vertical position.
BIOS setup: enable work with the lid closed
The first step is to check and configure the BIOS. Without this, neither Windows nor Linux will be able to ignore closing the lid. The instructions are universal, but the names of the items may differ depending on the manufacturer.
- Entering the BIOS: Restart your laptop and click
F2,Del,EscorF12(depending on the model). For Lenovo ThinkPad may need to be heldFn + F1. - Looking for a section
Power Management: It should have options related to behavior when closing the lid. For example:Lid Switch State→ setDo NothingorStay OnAfter AC Power Loss→Power On(to automatically turn on after a power outage)Wake on Lid Open→Disabled
F10, confirm the changes and reboot.If your BIOS does not have such options, it means that the manufacturer has disabled the feature at the hardware level. In this case, the only option left is software bypass (we’ll talk about it later).
- Make sure the laptop is connected to the network (not running on battery)
- Write down current BIOS settings (take a photo or copy)
- Check the BIOS version (may need an update)
- Disable Secure Boot (if you plan to use Linux) -->
⚠️ Attention: On some laptops (eg HP Pavilion or Acer Swift) after changing the BIOS settings, overheating protection may be triggered and the device will be forced to shut down. In this case, you will need to reset the BIOS to factory settings.
Configuring Windows to work with the lid closed
Even if the BIOS allows operation with the lid closed, Windows will put the laptop into sleep mode by default. To avoid this, you need to change your power settings and, if necessary, edit the registry.
Method 1: Through the control panel
- Open
Control panel → Power → Actions when closing the lid. - For both modes (
On batteryAndFrom the network) selectNo action required. - Save the changes and restart your laptop.
Method 2: Editing the registry (if the first method did not work)
If the control panel does not have the necessary options, you will have to manually edit the registry:
1. Нажмите Win + R, введите regedit и подтвердите.2. Перейдите по пути:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Power
3. Найдите параметр LidSwitchState и установите значение 0 (ноль).
4. Перезагрузитесь.
⚠️ Attention: Incorrectly editing the registry can lead to system instability. Before making changes, create a restore point (Control Panel → Recovery → Set up system recovery).
For laptops with NVIDIA Optimus (For example, MSI GS66 or ASUS Zephyrus) additionally check the graphics settings: sometimes when the lid is closed, the discrete video card is turned off and the image is not displayed on the external monitor. This can be solved by updating the drivers or forcing the GPU selection in NVIDIA Control Panel.
Configuring Linux to work with the lid closed
On Linux, the setup process is more complex due to the variety of distributions and window managers. Basic methods - editing configuration files logind.conf And Xorg, as well as using utilities like acpid.
Method 1: For systems with systemd (Ubuntu, Fedora, Arch)
Open a terminal and run:
sudo nano /etc/systemd/logind.conf
Find the lines:
HandleLidSwitch=ignore
HandleLidSwitchExternalPower=ignore
Uncomment them (remove #), save (Ctrl+O) and exit (Ctrl+X). Then restart the service:
sudo systemctl restart systemd-logind
Method 2: For X11 (if the first method did not work)
Create a file ~/.config/autostart/lid-disable.desktop with the following content:
[Desktop Entry]Type=Application
Name=Disable Lid Switch
Exec=xset -dpms s off
StartupNotify=false
For distributions based on Wayland (For example, Fedora 36+) may need to be rolled back to Xorg or use specialized utilities like wldash.
What to do if Linux ignores settings?
If after editing the configs the laptop still goes into sleep mode, check:
1. The presence of duplicate rules in /etc/acpi/events/
2. Kernel version (in older kernels there is a bug with processing the lid closing event)
3. System logs (journalctl -xe) for ACPI errors.
Cooling: how to avoid overheating?
A closed lid impairs air circulation, which leads to throttling (automatic reduction of processor frequencies) or even emergency shutdown. To minimize risks:
- 🌡️ Use a cooling pad with additional fans (eg Cooler Master NotePal X3 or IETS GT500).
- ⬆️ Place your laptop vertically (for example, in a rack for a system unit) for better convection.
- 🔄 Clean the dust every 3–6 months: disassemble the laptop and blow out the radiator with compressed air.
- 📉 Limit CPU TDP via BIOS or utilities like ThrottleStop (Windows) or tlp (Linux).
To monitor temperatures use:
- Windows: HWMonitor, Core Temp, MSI Afterburner.
- Linux:
sensors(packagelm-sensors), Psensor.
| Laptop model | Max. temperature under load (°C) | Recommended Cooling |
|---|---|---|
| Lenovo ThinkPad P52 | 85–90 | Vertical stand + stand |
| Dell XPS 15 | 90–95 | Cooling pad + TDP limit to 35W |
| ASUS ROG Strix G15 | 80–85 | Additional cooler for the rear panel |
| HP EliteBook 840 | 75–80 | Passive cooling (vertical position is sufficient) |
⚠️ Attention: If the processor temperature exceeds 95°C for 10+ minutes, this is critical! Immediately stop loading and check the thermal paste. For laptops with a soldered CPU (for example, Apple M1/M2 or Intel 12th generation) overheating is especially dangerous - it shortens the life of the chip.
Connecting external devices: monitors, keyboard, mouse
In order for a laptop with a closed lid to become a full-fledged system unit, you need to connect the peripherals correctly. Here are the key points:
- 🖥️ Monitors: Use DisplayPort or HDMI 2.0+ for minimal delays. For 4K@120Hz you will need USB-C with Thunderbolt 3/4.
- ⌨️ Keyboard and Mouse: Connect via USB 3.0 or Bluetooth 5.0 (for wireless devices). Avoid cheap USB hubs - they can cause lag.
- 🎮 Gamepads/joysticks: For XInput (Xbox controllers) any USB port will do. For DirectInput (old joysticks) may require a driver.
- 🔊 Audio: For high quality sound, use an external sound card (such as Focusrite Scarlett) or USB-DAC.
To connect multiple monitors:
- If your laptop only has one video output, use USB-C hub with DisplayPort (For example, CalDigit TS4).
- For gaming or 3D graphics, check if your external monitor supports G-Sync or FreeSync via laptop.
⚠️ Attention: On some laptops (eg MacBook Pro with chips M1/M2) External monitors can only operate in “mirror” mode if the lid is closed. Extended desktop will require a workaround via DisplayLink- adapters.
1. Close the cover, wait 10 seconds, then press any button on the keyboard.
2. Reconnect the monitor cable (hot plugging sometimes works).
3. On Windows, update the video card driver via DDU (Display Driver Uninstaller).-->
Using a laptop as a server or media center
A laptop with the lid closed can be turned into:
- 🖧 Home server (Nextcloud, Plex, NAS via OpenMediaVault).
- 🎬 Media center (Kodi, Jellyfin) with output to TV.
- 🎮 Game console (via Steam Big Picture or Moonlight for streaming games from PC).
- 🤖 Mining/rendering node (if GPU allows).
For server tasks it is recommended:
- Disable sleep mode:
powercfg -h off(Windows) orsystemctl mask sleep.target(Linux). - Configure automatic startup after a power failure (in BIOS option
After AC Power Loss → Power On). - Use SSD instead of HDD for round-the-clock operation (less noise and heating).
Suitable for media center:
- 📺 Kodi + LibreELEC (lightweight OS for TV boxes).
- 🎵 Plex or Jellyfin for streaming to other devices.
- 🎮 RetroArch to emulate older consoles.
For server tasks, it is better to use laptops with series processors Intel Xeon (For example, Dell Precision) or AMD Ryzen PRO — they are optimized for long-term workloads and have support for ECC memory.
FAQ: Frequently asked questions
Can I use my MacBook with the lid closed?
Officially, no. macOS always puts your MacBook to sleep when you close the lid. However there are workarounds:
- Connect an external monitor, close the lid, then wake up your MacBook with the keyboard.
- Use the utility NoSleep or Amphetamine to block sleep.
- For M1/M2 MacBook may need to be disconnected
clamshell modevia terminal:sudo nvram boot-args="niog=1"
⚠️ Risk: Apple does not guarantee stable operation in this mode; there may be problems with cooling.
How can I check if my laptop can work with the lid closed?
Verification methods:
- Look in the BIOS - if there are options
Lid SwitchorPower On Lid Close, there is support. - Try closing the lid with the external monitor connected. If the image remains, there is support.
- Check the model on the forums (eg NotebookCheck or Reddit).
What should I do if the laptop turns off when the lid is closed, despite the settings?
Possible causes and solutions:
- 🔌 Food: Some laptops (eg. Lenovo Yoga) require a network connection.
- 🔄 Drivers: Update your chipset and video card drivers.
- 🛠️ BIOS: Update the firmware to the latest version.
- 📝 Registry: Check the parameter
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Power\LidSwitchState- it must be equal0.
Can a laptop with the lid closed be used for mining?
Technically yes, but there are some nuances:
- 🔥 Overheat: Mining loads the GPU/CPU by 100%, which is critical for laptops. Use undervolting (voltage reduction) through MSI Afterburner.
- ⚡ Food: Laptops are not designed for round-the-clock load - there is a risk of failure of the power supply.
- 💰 Payback: Due to low performance (compared to desktop GPUs), mining on a laptop is rarely profitable.
🔹 Conclusion: It is better to use a laptop for mining only as a temporary solution.
How to wake up a laptop with the lid closed if it has fallen asleep?
Ways to "awaken":
- Press the power button (short press).
- Connect/disconnect an external keyboard or mouse.
- For Lenovo ThinkPad: use the button
UltraNav(touchpad). - As a last resort, hold down the power button for 10 seconds to force a reboot.