Thank you. I so appreciate your help.
Laptop turns back on automatically
After shutting laptop off, it will automatically restart. I have already checked the shutdown settings and the turn on fast startup (recommended) was already unchecked. I am not able to keep the laptop turned off.
Windows for home | Windows 11 | Sleep and Power on, off
3 answers
Sort by: Most helpful
-
Norah-L 5,125 Reputation points Microsoft External Staff Moderator
2026-03-10T08:12:33.69+00:00 Hello Kathleen Phillips!
Welcome to the Q&A forum.
From what you shared, I understand that your laptop turns back on automatically after shutdown, even after Fast Startup has been disabled. In addition to the suggestions provided by Q&A Assist, here are a few additional steps you can try.
- Check Device Wake Settings
- Open Device Manager (right-click Start > Device Manager).
- Expand Network adapters, keyboards, mice, and USB controllers.
- Right-click each > Properties > Power Management tab.
- Uncheck "Allow this device to wake the computer.
- Disabling Scheduled Tasks
- Press the Windows key + R to open the Run dialog box.
- Type taskschd.msc and press Enter to open the Task Scheduler.
- In the Task Scheduler, look for any tasks that are set to run at a specific time.
- Right-click on the task and select Disable.
- Disable Automatic Maintenance wake‑ups
- Open Control Panel
- Go to System and Security > Security and Maintenance
- Expand Maintenance
- Click Change maintenance settings
- Uncheck “Allow scheduled maintenance to wake up my computer at the scheduled time”
- Click OK and shut down the PC again
Please let me know whether these methods resolve the issue so we can determine the next steps if needed.
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.
-
Q&A Assist2026-03-09T18:32:23.1166667+00:00 AI generated content. This question contains an answer created with AI from Q&A Assist. Learn moreThe behavior is typically caused by Windows using a hybrid/fast startup–style shutdown (which is effectively a form of hibernation) or by a failed hibernation/shutdown sequence.
Even though the Turn on fast startup checkbox is already cleared in Power Options, Windows can still behave like hibernation is involved and fail to complete shutdown correctly. When that happens, the system may power back on instead of staying off.
Use these steps to rule out a Fast Startup/hibernation failure and force a full shutdown:
- Perform a full shutdown via command line
- Right‑click Start and select Command Prompt (Admin) or Windows Terminal (Admin).
- Run:
This forces a full shutdown (no hybrid/fast startup). Confirm whether the laptop stays off.shutdown /s /t 0
- If shutdown still fails or reverts to lock screen
Windows can log a failure when trying to hibernate as part of shutdown. This is similar to the issue described where shutdown/hibernation fails and returns to the lock screen when Fast Startup is involved.
- Open Event Viewer → Windows Logs → System.
- Look for Event ID 45 related to hibernation/shutdown failures.
- If Event ID 45 is present, fix the dump filter configuration:
- Press Windows logo key + R, type
regedit, press Enter. - Navigate to:
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\CrashControl\ - In the right pane, locate DumpFilters.
- Edit DumpFilters so that only
dumpfve.sysis listed (remove any other entries). - Close Registry Editor and restart the computer.
- After restart, shut down again and check whether the laptop now stays off.
- Press Windows logo key + R, type
- Use
shutdownto explicitly choose behavior If needed, test both modes:- Full shutdown:
shutdown /s /t 0 - Hybrid (fast startup–style) shutdown:
shutdown /s /hybrid /t 0
- Full shutdown:
If the laptop still powers on by itself after a confirmed full shutdown, additional causes (such as wake timers, devices allowed to wake the PC, or firmware settings like Wake-on-LAN) would need to be checked, but those are not covered in the provided material.
References:
- Perform a full shutdown via command line