Starting a laptop with the lid closed is a challenge faced by users who connect the device to an external monitor or use it in docking station. At first glance, this is convenient: it saves space on the desk, and the keyboard and touchpad do not interfere with working with peripherals. However, not all laptops support this mode out of the box, and incorrect settings can lead to overheating, matrix damage or even cooling system failure.

In this article, we will look at how to safely turn on a laptop with the lid closed. Windows 10/11, macOS And Linuxwhat settings BIOS/UEFI need to change and why some models (e.g. Dell XPS or MacBook Pro) behave differently. We will also reveal the myths about the “harmfulness” of this mode and provide a checklist for checking the compatibility of your device.

Why the laptop does not turn on with the lid closed: the main reasons

If your laptop refuses to start when the lid is closed, the problem lies in one of three factors: hardware limitations, BIOS settings or operating system drivers. Let's look at each of them in detail.

Most modern laptops (eg. Lenovo ThinkPad or HP EliteBook) have a Hall sensor in the cover, which signals the system about its position. By default, when you close the lid, the sleep or hibernation mode is activated - this is built into the firmware to save battery power. However, some models (in particular, ASUS ROG or MSI Gaming) allow you to disable this feature via BIOS.

  • 🔧 Hardware limitations: Some laptops are physically unable to operate with the lid closed due to the design of the cooling system (for example, Acer Swift with bottom vents).
  • ⚙️ BIOS/UEFI Settings: Parameter Power On Lid Open or After Power Loss may block startup.
  • 🖥️ OS Drivers: Windows sometimes requires a driver update ACPI for correct operation of the lid sensor.
⚠️ Attention: Laptops with touch screens (For example, Microsoft Surface or HP Spectre x360) often do not support operation with the lid closed due to the risk of overheating the display. Check the manufacturer's documentation!

How to configure the BIOS to turn on a laptop with the lid closed

The first step to solving the problem is to change the settings in BIOS/UEFI. Important: the interface and option names may differ depending on the motherboard manufacturer (AMI, Phoenix, InsydeH2O). Below is a universal algorithm:

  1. Turn off your laptop and turn it on again while holding down the login key. BIOS (usually F2, Del, Esc or F12).
  2. Go to section Power Management or Advanced.
  3. Find options related to the lid:
    • Power On Lid Open → install Disabled.
    • After Power Loss → select Power On.
    • Lid Switch State → change to Ignore.
  • Save changes (F10) and reboot.
  • If the necessary options are not available, then your model does not support this mode at the firmware level. In this case, only a software solution will help (see the next section).

    Make sure the laptop is connected to the network|Write down the current BIOS settings (take a photo)|Check the BIOS version (update if necessary)|Disable BitLocker (for Windows) if it is enabled-->

    Manufacturer Model Support closed cover Required BIOS settings
    Lenovo ThinkPad T14 Yes Config → Power → Power On With AC Attach
    Dell XPS 15 Partially POST Behavior → Lid SwitchIgnore
    HP EliteBook 840 Yes System Configuration → Action Keys → Lid Switch State
    ASUS ROG Zephyrus No No corresponding options

    Configuring Windows to work with the lid closed

    Even if you have changed the settings BIOSWindows by default may put the laptop to sleep when closing the lid. To avoid this:

    1. Open Control Panel → Hardware and Sound → Power Options.
    2. Click What the power buttons doChange settings that are currently unavailable.
    3. In the section Shutdown Options uncheck Sleep mode when closing the lid.
    4. For laptops with hybrid sleep mode (For example, Surface Pro) also disable Hibernation.

    If after these steps the laptop still does not turn on, try updating the driver ACPI:

    1. Open Device Manager (Win + XDevice Manager).
    2. Find a section System devicesMicrosoft ACPI-Compliant Control Method Battery.
    3. Update the driver via the context menu (select Automatic search).

    Critical Feature: On laptops with discrete graphics (e.g. NVIDIA RTX in MSI GS66) a closed cover may cause the external monitor to turn off. In this case, forcing the video output to turn on via NVIDIA Control PanelManaging 3D SettingsMulti-Display Compatibility.

    📊 What brand is your laptop?
    • Lenovo
    • Dell
    • HP
    • ASUS
    • Acer
    • Apple
    • MSI
    • Other

    macOS Features: Is it possible to close the MacBook lid

    Laptops Apple (For example, MacBook Air M1 or MacBook Pro 16") officially support operation with the lid closed in mode Closed Clamshell Mode, but with important caveats:

    • ⚡ Laptop necessarily must be connected to a power source (otherwise it will go to sleep).
    • 🖥️ Requires external monitor, keyboard and mouse (connected before closing the lid).
    • 🔥 Ventilation must be free - MacBook Pro with processors Intel (until 2020) are prone to overheating in this mode.

    To activate the mode:

    1. Connect all peripheral devices.
    2. Close the lid and the MacBook should remain on.
    3. If the screen goes dark, press any key on the external keyboard.

    On models with chips Apple Silicon (M1/M2/M3) the mode works more stable, but there may be a problem with Sidecar (if you are using iPad as a second screen). In this case, disabling the function in System Settings → Screens.

    What should I do if my MacBook won't wake up when the lid is closed?

    1. Disconnect all USB devices and reconnect them.

    2. Reset SMC (for Intel-Mac: Shift + Control + Option + Power for 10 seconds).

    3. Update macOS to the latest version (some builds have bugs with power management).

    4. Check your settings Energy saving - disable the option Dim the screen slightly when running on battery power.

    Linux: Configuring Closed Lid via Terminal

    In distributions Linux (For example, Ubuntu, Fedora or Arch Linux) the behavior of the lid is controlled through the service logind or acpid. To disable the response to closing the lid:

    sudo nano /etc/systemd/logind.conf

    Find the line #HandleLidSwitch=suspend and replace it with:

    HandleLidSwitch=ignore
    

    HandleLidSwitchExternalPower=ignore

    Then restart the service:

    sudo systemctl restart systemd-logind

    To check the current settings use the command:

    cat /etc/systemd/logind.conf | grep HandleLidSwitch

    If you are using GNOME or KDE Plasma, additionally check the power saving settings in the GUI. B Ubuntu the path will be like this: Settings → Power → When closing the laptop lid.

    💡

    On some distributions (for example, Linux Mint) a reboot is required to apply the changes. If after editing logind.conf The laptop still turns off, do this sudo systemctl restart systemd-logind one more time.

    Risks and how to avoid them: overheating, matrix damage, battery

    Working with the lid closed carries several hidden dangers that manufacturers rarely warn about. The main ones:

    1. Overheating: A closed lid blocks ventilation holes (especially critical for gaming laptops like Alienware m15). The processor temperature may exceed 90°C, which will lead to throttling or shutdown.
    2. Damage to the matrix: On some models (eg Samsung Notebook 9) the display warms up to 50-60°C, which eventually leads to pixel burnout.
    3. Low battery: Even with power connected, a closed lid may initiate a discharge/charge cycle, reducing battery life.

    How to minimize risks:

    • 🌡️ Use cooling pad with additional fans.
    • 🔌 Connect your laptop to the network only through the original power supply (not via underpowered USB-C).
    • 📊 Install a temperature monitoring program (for example, HWMonitor for Windows or s-tui for Linux).
    ⚠️ Attention: Laptops with OLED screens (For example, Dell XPS 13 OLED) it is strictly not recommended to use it with the lid closed for more than 2-3 hours - this leads to uneven wear of the pixels!
    💡

    If the processor temperature exceeds 85°C with the lid closed, immediately open the lid and allow the laptop to cool down. Prolonged operation in such conditions will shorten the life of the thermal paste and may cause chip delamination.

    Alternative solutions: docking stations, external GPUs and remote access

    If your laptop does not support closed lid operation, consider these alternatives:

    • 💻 Docking stations: Devices like Dell WD19 or CalDigit TS4 allow you to connect your laptop to an external monitor, keyboard and network via one cable (usually Thunderbolt 3/4 or USB-C). In this case, the lid can be left open, but the laptop will be hidden behind the monitor.
    • 🖥️ External GPU: If you need extra graphics power, use eGPU (For example, Razer Core X) - this will relieve the built-in video card and reduce heating.
    • 🌐 Remote access: Set up the connection via RDP (Windows), VNC (Linux/macOS) or Chrome Remote Desktop. The laptop can be hidden in a closet and controlled from another device.

    For owners MacBook an interesting solution would be the mode Target Display Mode (available on models up to 2019). It allows you to use your laptop as a monitor for another Mac, but requires connection via Thunderbolt 2.

    If you choose a docking station, pay attention to the following options:

    Characteristics Recommendation
    Connection interface Thunderbolt 4 (maximum speed and support 4K@60Hz)
    Charging power No less 60W for ultrabooks, 90W+ for gaming laptops
    Number of ports Minimum: 2×USB-A, 1×HDMI/DP, Ethernet

    FAQ: Frequently asked questions about turning on a laptop with the lid closed

    My laptop turns off when closing the lid, even after BIOS settings. What to do?

    The problem may be in the driver ACPI or in Windows energy saving settings. Try:

    1. Update the BIOS to the latest version (download from the manufacturer’s website).
    2. B Device Manager remove the device Microsoft ACPI-Compliant Control Method Battery and reboot.
    3. Disable quick start in power settings.

    If all else fails, your model may not support this mode in hardware.

    Is it safe to leave your laptop with the lid closed all night?

    No, this is not recommended for several reasons:

    • Even in sleep mode, laptop components (for example, RAM) remain under tension, which can lead to degradation over time.
    • A closed lid impairs heat dissipation - if the laptop is accidentally woken up (for example, due to updates), it may overheat.
    • The battery continues to slowly discharge, reducing its lifespan.

    The best option is complete shutdown or hibernation (if you need to quickly resume work).

    Can I use the closed lid on a touchscreen laptop?

    Majority of touchscreen laptops (like HP Envy x360 or Lenovo Yoga) are not designed for closed-lid operation because:

    • The touch panel continues to consume power and generate heat.
    • The hinge mechanism may not provide sufficient ventilation.
    • Accidental touches can wake the device from sleep.

    Exceptions are models with detachable keyboards (e.g., Microsoft Surface Book), where the screen can be used separately.

    How can I check if my laptop can work with the lid closed?

    Follow these steps:

    1. Check the manufacturer's documentation (look for references to Closed Lid Mode or Clamshell Mode).
    2. Start the laptop, connect the external monitor and close the lid. If the image remains on the external screen, there is support.
    3. Use utilities like HWiNFO (Windows) or dmidecode (Linux) to check the lid sensors:
    sudo dmidecode | grep -i "chassis"

    If the output contains the line Type: Laptop with parameter Lock: PresentThe lid sensor can probably be disabled.

    What to do if the laptop overheats with the lid closed?

    Follow this algorithm:

    1. Immediately open the lid and let the laptop cool down (at least 10-15 minutes).
    2. Install a temperature control program (for example, Core Temp or Macs Fan Control for macOS).
    3. Limit the maximum CPU load:
      • On Windows: Set your power plan to Maximum productivity: 90%.
      • On Linux: use cpufreq to limit frequency.
  • Use a cooling pad with active airflow (such as Cooler Master NotePal X3).
  • If the temperature exceeds 90°C in simple mode (no load), contact a service center to clean the cooling system or replace the thermal paste.