You press a key on your Bluetooth keyboard, and your Windows 11 PC wakes from sleep immediately. This happens even when you have set the computer to sleep and expect it to stay off. The cause is a power management setting that allows Bluetooth devices to wake the system from the Modern Standby state, known as S0ix. This article explains why Bluetooth keyboards can wake a PC from S0ix, how to check the current configuration, and how to stop unwanted wake-ups.
Key Takeaways: Stopping Bluetooth Keyboard Wake from S0ix
- Device Manager > Bluetooth > Bluetooth radio > Power Management tab > Allow this device to wake the computer: Disable this checkbox to prevent the keyboard from waking the PC.
- Powercfg /lastwake in Command Prompt (Admin): Identifies which device caused the last wake event, helping you confirm the keyboard is the culprit.
- Settings > System > Power & battery > Sleep > Bluetooth wake timers: Some systems offer a toggle to control Bluetooth wake behavior separately from other devices.
How S0ix Modern Standby Works With Bluetooth Devices
Windows 11 uses the Modern Standby model, also called S0ix, on most newer PCs. Unlike the older S3 sleep state, S0ix keeps the system in a low-power state where the CPU can still run background tasks. The system can wake from S0ix in response to input from devices like a Bluetooth keyboard, mouse, or network adapter. This behavior is by design: it allows the computer to resume quickly when you press a key or move the mouse.
The Bluetooth radio on your PC has a power management driver that reports to the operating system whether it can wake the computer. By default, the driver sets the “Allow this device to wake the computer” flag to enabled. When you press a key on a paired Bluetooth keyboard, the radio sends a wake signal to the system, and the system exits S0ix. This is useful if you want to wake the PC without touching the power button, but it can be annoying if the keyboard is accidentally bumped or if you prefer the PC to stay asleep.
The S0ix state is different from the older S3 sleep in that the system can still perform network updates and other background tasks. However, the wake behavior for Bluetooth devices is controlled at the driver level, not by the Windows power plan. This means the setting must be changed in Device Manager for the specific Bluetooth radio hardware.
Prerequisites for Changing Bluetooth Wake Settings
Before you can stop the Bluetooth keyboard from waking the PC, you need to know the exact name of the Bluetooth radio in your system. You also need administrator privileges to change the power management settings. If your PC uses a combined Bluetooth and Wi-Fi adapter, the wake setting may affect both radios. Check the manufacturer documentation for your specific hardware.
Steps to Stop a Bluetooth Keyboard From Waking Windows 11 From S0ix
Follow these steps to disable the wake capability for your Bluetooth keyboard. The process works on Windows 11 version 21H2 and later.
- Open Device Manager
Press Windows key + X and select Device Manager from the menu. Alternatively, type “device manager” in the Start search bar and click the result. - Locate the Bluetooth radio
Expand the Bluetooth category. You will see one or more entries. Look for the one that includes the model of your Bluetooth adapter, such as “Intel Wireless Bluetooth” or “Realtek Bluetooth Adapter.” Do not select the keyboard itself; select the radio hardware. - Open the Power Management tab
Right-click the Bluetooth radio entry and select Properties. Click the Power Management tab in the Properties window. - Disable wake permission
Uncheck the box next to “Allow this device to wake the computer.” Click OK to save the change. If the checkbox is grayed out, your driver does not support this setting, and you may need to update the driver or use a different method. - Test the change
Put your PC to sleep by clicking Start > Power > Sleep. Press a key on the Bluetooth keyboard. The PC should remain asleep. If it still wakes, repeat the steps and ensure the correct Bluetooth radio was modified.
Alternative Method: Use Powercfg to Identify the Wake Source
If you are unsure which device is waking your PC, use the Powercfg command-line tool to find the last wake source.
- Open Command Prompt as administrator
Press Windows key + X and select Terminal (Admin) or Command Prompt (Admin). Click Yes if prompted by User Account Control. - Run the lastwake command
Typepowercfg /lastwakeand press Enter. The output shows the device that caused the last wake, including its name and type. Look for entries like “HID-compliant mouse” or “Bluetooth radio.” - List all wake-capable devices
Typepowercfg /devicequery wake_armedto see all devices currently allowed to wake the system. If your Bluetooth keyboard appears here, you can disable it using the Device Manager steps above.
If the Bluetooth Keyboard Still Wakes the PC After Disabling the Setting
In some cases, the Device Manager setting does not stop the keyboard from waking the PC. This can happen due to driver conflicts, hardware design, or BIOS settings. Below are the most common scenarios and their fixes.
“Allow this device to wake the computer” checkbox is missing or grayed out
This means the Bluetooth driver does not expose the wake control to the operating system. You can try updating the driver from the PC manufacturer’s website. If the option remains unavailable, the hardware may not support disabling wake at the driver level. In this case, you can disable the Bluetooth radio entirely when the PC sleeps by using a script or a third-party tool, but this is not recommended for most users.
Keyboard wakes the PC even after disabling wake on the Bluetooth radio
The keyboard may be sending a wake signal through a different path, such as a USB receiver or a built-in touchpad. Check if the keyboard is connected via a USB dongle. If so, disable wake for the USB root hub in Device Manager. Also, check your BIOS settings: some systems have a “Wake on Bluetooth” option in the BIOS that overrides the Windows setting. Restart the PC, enter the BIOS setup, and look for power management options related to Bluetooth or USB wake.
PC wakes from sleep at random times without keyboard input
This may not be caused by the keyboard. Use powercfg /lastwake to identify the device. Common culprits include network adapters, mice, or scheduled tasks. Disable wake for those devices in Device Manager or adjust power plan settings under Control Panel > Power Options > Change plan settings > Change advanced power settings > Sleep > Allow wake timers.
Bluetooth Keyboard Wake vs Other Wake Sources: Key Differences
| Item | Bluetooth Keyboard | USB Mouse or Keyboard |
|---|---|---|
| Wake mechanism | Bluetooth radio sends wake signal via HCI | USB host controller detects activity on the bus |
| Wake setting location | Device Manager > Bluetooth radio > Power Management tab | Device Manager > USB Root Hub > Power Management tab |
| Effect on battery life | Minimal, but Bluetooth radio stays active in sleep | USB controller may consume more power during sleep |
| Compatibility with S0ix | Fully supported by Modern Standby | Supported, but may cause wake from S3 sleep as well |
| Common fix | Disable wake in Bluetooth radio properties | Disable wake in USB Root Hub properties or unplug the device |
This table shows that the root cause and fix differ between Bluetooth and USB devices. Always check the wake source with powercfg /lastwake before making changes.
You can now prevent your Bluetooth keyboard from waking your Windows 11 PC from S0ix by disabling the wake permission in Device Manager or by using Powercfg to identify and disable other wake sources. If the problem persists, check the BIOS for a separate wake option or update the Bluetooth driver from your PC manufacturer. For advanced users, consider creating a custom power plan that disables Bluetooth wake timers while keeping other wake sources active.