How to Fix Windows PC Not Turning Off After Shutdown on Windows 11

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.

  1. Press Windows + R, type control, and press Enter.
  2. Go to Hardware and Sound → Power Options.
  3. Click Choose what the power buttons do.
  4. Select Change settings that are currently unavailable.
  5. Uncheck Turn on fast startup (recommended).
  6. 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.

  1. Press Windows + XWindows Terminal (Admin).
  2. Run this command: powercfg /h off
  3. 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.

  1. Press Windows + XDevice Manager.
  2. Expand categories such as:
    • Display adapters
    • System devices
    • Firmware
    • Network adapters
  3. Right-click each device and choose Update DriverSearch automatically.
  4. 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.

  1. Press Ctrl + Shift + Esc to open Task Manager.
  2. Look for background apps consuming CPU or disk.
  3. Right-click unnecessary apps and choose End task.
  4. 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.

  1. Press Windows + R, type sysdm.cpl, and press Enter.
  2. Go to the Advanced tab.
  3. Under Startup and Recovery, click Settings.
  4. Uncheck Automatically restart.
  5. 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.

  1. Open Control Panel → Power Options.
  2. Click Change plan settings next to your power plan.
  3. Select Change advanced power settings.
  4. Expand Sleep.
  5. Set Allow hybrid sleep to Off.
  6. Expand Hibernate after and set a reasonable time (not 0).
  7. 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.

  1. Restart your PC.
  2. Press the motherboard key to open BIOS (often F2, DEL, ESC, or F10).
  3. Look under tabs like Boot, Advanced, Power, or Startup.
  4. Find Fast Boot or Ultra Fast Boot.
  5. Set it to Disabled.
  6. 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.

  1. Open Command Prompt (Admin).
  2. Run: sfc /scannow
  3. After completion, run: DISM /online /cleanup-image /restorehealth
  4. Restart your PC.

These commands repair corrupted Windows components.

9. Reset Power Plans to Default

Custom or corrupted power plans may break shutdown behavior.

  1. Open Command Prompt (Admin).
  2. Run this command: powercfg -restoredefaultschemes
  3. 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.

  1. Open Control Panel → Power Options.
  2. Click Change plan settings.
  3. Select Change advanced power settings.
  4. Expand Sleep → Allow wake timers.
  5. 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.

  1. Disconnect all USB devices except keyboard/mouse.
  2. Try shutting down your PC.
  3. 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.

  1. Enter BIOS/UEFI settings.
  2. Look under Power Management.
  3. Disable options like:
    • Restore after AC Power Loss
    • AC Back Function
    • Power on after shutdown
  4. 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.

  1. Open Settings → System → Troubleshoot → Other troubleshooters.
  2. Scroll down and click Run next to Windows Update.
  3. Apply any recommended fixes.
  4. Restart your PC.

14. Perform a Clean Boot to Identify Conflicting Software

A startup program may be blocking shutdown.

  1. Press Windows + R, type msconfig, press Enter.
  2. Go to the Services tab.
  3. Check Hide all Microsoft services → click Disable all.
  4. Go to the Startup tab → click Open Task Manager.
  5. Disable all startup apps.
  6. 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.

Posted by Arpita

With a background in Computer Science, she is passionate about sharing practical programming tips and tech know-how. From writing clean code to solving everyday tech problems, she breaks down complex topics into approachable guides that help others learn and grow.

X