If your Windows 11 PC refuses to shut down and instead stays stuck on a black screen, restarts automatically, or keeps the fans running even after shutdown, you’re not alone. This is a common issue caused by Fast Startup, background processes, driver conflicts, BIOS settings, or Windows power bugs.
In this guide, we’ll walk you through all the effective ways to fix a Windows 11 PC that won’t fully turn off after shutdown. These methods address both software and hardware-related causes so your system powers down properly every time.
1. Disable Fast Startup (Most Common Fix)
Fast Startup combines shutdown and hibernation for quicker boot times, but it can prevent Windows from shutting down completely.
- Press Windows + R, type control, and press Enter.
- Go to Hardware and Sound → Power Options.
- Click Choose what the power buttons do.
- Select Change settings that are currently unavailable.
- Uncheck Turn on fast startup (recommended).
- Save changes and restart your PC.
Try shutting down again — this fix resolves the issue for many users.
2. Turn Off Fast Startup Using Command Prompt (Alternative Method)
If the Fast Startup option is greyed out in Control Panel, disable it via command line.
- Press Windows + X → Windows Terminal (Admin).
- Run this command:
powercfg /h off - Restart your PC.
This disables both Hibernation and Fast Startup system-wide.
3. Update All Device Drivers
Outdated or corrupted drivers — especially chipset, GPU, and Intel Management Engine — can prevent Windows from powering off.
- Press Windows + X → Device Manager.
- Expand categories such as:
- Display adapters
- System devices
- Firmware
- Network adapters
- Right-click each device and choose Update Driver → Search automatically.
- Also visit your PC or motherboard manufacturer’s website to download:
- Latest chipset drivers
- Intel MEI drivers
- BIOS/UEFI firmware (optional)
Driver conflicts often trigger restart loops instead of shutdown.
4. Check Background Apps Blocking Shutdown
Apps like browsers, cloud sync tools, or game launchers may silently prevent shutdown.
- Press Ctrl + Shift + Esc to open Task Manager.
- Look for background apps consuming CPU or disk.
- Right-click unnecessary apps and choose End task.
- Try shutting down your PC again.
If an app blocks shutdown, you’ll usually see a “This app is preventing shutdown” message — but not always.
5. Disable “Automatic Restart” on System Failure
If Windows crashes during shutdown, it may restart instead of turning off.
- Press Windows + R, type sysdm.cpl, and press Enter.
- Go to the Advanced tab.
- Under Startup and Recovery, click Settings.
- Uncheck Automatically restart.
- Click OK.
This prevents unwanted reboots after a shutdown attempt.
6. Turn Off Hybrid Sleep and Allow Complete Power Down
Hybrid sleep combines sleep and hibernation, which can interfere with shutdown.
- Open Control Panel → Power Options.
- Click Change plan settings next to your power plan.
- Select Change advanced power settings.
- Expand Sleep.
- Set Allow hybrid sleep to Off.
- Expand Hibernate after and set a reasonable time (not 0).
- Click OK.
Now try shutting down again.
7. Disable “Fast Boot” in BIOS/UEFI
Some systems have a motherboard-level Fast Boot setting that prevents full shutdown.
- Restart your PC.
- Press the motherboard key to open BIOS (often F2, DEL, ESC, or F10).
- Look under tabs like Boot, Advanced, Power, or Startup.
- Find Fast Boot or Ultra Fast Boot.
- Set it to Disabled.
- Save changes and restart.
This ensures your hardware performs a complete power cycle.
8. Run SFC and DISM to Fix System File Corruption
A corrupted system file can interrupt shutdown operations.
- Open Command Prompt (Admin).
- Run:
sfc /scannow - After completion, run:
DISM /online /cleanup-image /restorehealth - Restart your PC.
These commands repair corrupted Windows components.
9. Reset Power Plans to Default
Custom or corrupted power plans may break shutdown behavior.
- Open Command Prompt (Admin).
- Run this command:
powercfg -restoredefaultschemes - Restart your PC.
This resets all power settings to factory defaults.
10. Disable Wake Timers
Wake timers can prevent systems from going into a complete shutdown state.
- Open Control Panel → Power Options.
- Click Change plan settings.
- Select Change advanced power settings.
- Expand Sleep → Allow wake timers.
- Set it to Disable.
This stops tasks from reactivating or interrupting shutdown.
11. Disconnect External Devices
Peripherals like USB hubs, docking stations, or faulty external drives may block shutdown.
- Disconnect all USB devices except keyboard/mouse.
- Try shutting down your PC.
- If shutdown works, reconnect devices one-by-one to find the problematic one.
Faulty peripherals or drivers often cause incomplete shutdowns.
12. Turn Off “Restart After Power Loss” in BIOS
Your motherboard may be configured to turn back on automatically.
- Enter BIOS/UEFI settings.
- Look under Power Management.
- Disable options like:
- Restore after AC Power Loss
- AC Back Function
- Power on after shutdown
- Save and exit.
This stops the PC from automatically rebooting after shutdown.
13. Run Windows Update Troubleshooter
If shutdown issues began after an update, this tool may fix it.
- Open Settings → System → Troubleshoot → Other troubleshooters.
- Scroll down and click Run next to Windows Update.
- Apply any recommended fixes.
- Restart your PC.
14. Perform a Clean Boot to Identify Conflicting Software
A startup program may be blocking shutdown.
- Press Windows + R, type msconfig, press Enter.
- Go to the Services tab.
- Check Hide all Microsoft services → click Disable all.
- Go to the Startup tab → click Open Task Manager.
- Disable all startup apps.
- Restart your PC.
Try shutting down.
- If it shuts down properly, re-enable apps one by one to find the culprit.
Wrapping Up
If your Windows 11 PC doesn’t turn off after shutdown, the issue is usually caused by Fast Startup, driver conflicts, BIOS Fast Boot options, background apps, or system corruption. By following the fixes above — especially disabling Fast Startup, updating drivers, and resetting power settings — you should be able to restore proper shutdown behavior.
Once fixed, your PC should shut down cleanly without restarting, freezing, or staying powered on.