Tech News Today
  • Hardware
    • Motherboards
    • CPUs
    • Graphic Cards
    • RAM
    • SSDs
    • Computer Cases
    • Monitors
    • Peripherals
    • Power Supply Unit
    • PC Builds
    • Computer Tips
  • Software
  • Operating System
    • Windows
    • Mac
    • Linux
  • Gaming
  • Mobile
  • Console
  • More
    • Internet
    • Networking
    • Security
    • Buyer’s Guide
    • Gadgets
    • Laptops
    • Reviews
    • How To
    • News
Facebook Twitter Instagram
Tech News Today
  • Hardware
    • Motherboards
    • CPUs
    • Graphic Cards
    • RAM
    • SSDs
    • Computer Cases
    • Monitors
    • Peripherals
    • Power Supply Unit
    • PC Builds
    • Computer Tips
  • Software
  • Operating System
    • Windows
    • Mac
    • Linux
  • Gaming
  • Mobile
  • Console
  • More
    • Internet
    • Networking
    • Security
    • Buyer’s Guide
    • Gadgets
    • Laptops
    • Reviews
    • How To
    • News
Tech News Today
Home»Windows»9 Ways to Fix if Laptop Won’t Shutdown on Windows

9 Ways to Fix if Laptop Won’t Shutdown on Windows

NizzBy NizzDecember 5, 2022
Laptop Won’t Shutdown

When the shutdown function is called, Windows starts closing all the applications and unloading open handles from memory. Then, it activates the ACPI drivers to cut off power from the battery. But various causes can hinder this process from running smoothly.

Faulty peripheral devices attached to the laptop can freeze Windows and make it unresponsive to the shutdown function.

But other than that, some specific causes of the problem have been summarized below:

  • Enabled Fast Startup 
  • Misconfigured Power Plans
  • Windows Update Issues
  • Applications Not Closing
  • Corrupted chipset drivers or ACPI drivers
  • Issues with Intel Management Engine

From unresponsive shutdown function to tedious shutdown loop scenarios, this article is just prepared for you to solve the ‘Laptop won’t shutdown’ issue.

Table of Contents

  • How to Fix Laptop Won’t Shutdown Error?
    • Power Cycle
    • Change Power Plans
    • Reset Power Plans
    • Troubleshoot Windows Update
    • Turn Off Problematic Applications
    • Run SFC and DISM
    • Intel Management Engine Interface
    • Reinstall ACPI drivers
    • System Restore

How to Fix Laptop Won’t Shutdown Error?

Before moving on, try detaching unnecessary peripherals. If the shutdown button isn’t working, try shutdown.exe /s in an elevated command prompt. Or you can try to force the shutdown of your laptop by pressing the power button for more than 10 seconds.

If the problem persists, follow along with the solutions mentioned below:

Power Cycle

A power cycle can help you reset the I/O devices and the laptop’s battery. And it is also expected to fix laptops stuck within ‘shutdown is in the process loops’. You can follow the steps below to perform a power cycle:

  1. Detach the power source cable from your laptop.
  2. Press the power button to close it. If it doesn’t, press and hold the power button for more than 3 seconds to force shutdown.
  3. Now, take out the battery.
  4. Then, press and hold the power button for more than 20 seconds. It will drain all the charges from components and will help them refresh their configurations.
  5. Put the battery back and connect the charger to your laptop.
  6. Boot it up and check if it resolves the issue.

Change Power Plans

In Windows, the control panel has options to re-assign the power button’s function. If the button is assigned to some other functions like sleep, it won’t help you shut down your laptop. Or even if it’s assigned to shut down, some other features like hibernate and fast startup might not let your laptop completely shut down.

It is because a fast startup, along with hibernation, won’t let a computer properly stop all the kernel functions. Although both come enabled with Windows by default, sometimes they can show noticeable impacts. So, you can disable them with the following steps and resolve the issue:

  1. Press Windows + R to open Run.
  2. Type powercfg.cpl and hit Enter to open Power Options (Control Panel).
  3. Go to Choose what power buttons do
    choose-what-power-buttons-do
  4. Expand the When I press power button: dropdown menus.
  5. Choose Shut down if they aren’t already to assign the shutdown function to your Power button.
    choose-shutdown
  6. Click on Change settings that are currently unavailable to other settings.
    change-settings-that-are-currently-unavailable
  7. Untick the Turn on fast startup option to disable fast startup.
    turn-on-fast-startup
  8. Now open Run, type cmd for Command Prompt, and hit Ctrl + Shift + Enter.
  9. Click on the Yes button to give it admin privileges.
  10. Run the command powercfg -h off to turn off hibernation mode.
    powercfg-h-off

Reset Power Plans

Many other power settings of Windows can alter how the computer behaves on shutting-down process. Narrowing down specifically would not be feasible if you aren’t aware of the changes.

So, just to make sure no other settings are causing the issue, you can try to restore the default power schemes with the command. The steps to follow would include the following:

  1. Open Command Prompt in elevated mode.
  2. Execute: powercfg -restoredefaultschemes
    powercfg-restoredefaultschemes

Troubleshoot Windows Update

Many of us have definitely experienced delayed shutdowns because of system updates. In ideal situations, it would take some time to update Windows and restart afterwards.

But if Windows updates run into some trouble, the system gets stuck into restart loops. To fix this, you can run the Windows update troubleshooter:

  1. Press and hold the power button to force shut down the laptop.
  2. Boot it up and press Windows + I to open Settings once it starts.
  3. Go to Troubleshoot within System.
    troubleshoot-from-settings
  4. Click on Other Troubleshooters.
    other-troubleshooters
  5. Hit the Run button of Windows update.
    run-windows-update-troubleshooter
  6. Follow along with the onscreen steps to complete.

If that doesn’t fix your problem, you should reset the Windows update components by deleting the downloaded update files and instructions, as well as the state of the update. To do so, follow the steps:

  1. Open an elevated Command Prompt.
  2. Run the listed commands:
    net stop wuauserv to stop Windows Update Service
    net stop bits to stop Background Intelligent Transfer Service
    net stop cryptsvc to stop Cryptographic Services
    commands-to-stop-service
  3. Then, run the following commands to delete the folders:
    rmdir /f /s %systemroot%\SoftwareDistribution
    remove-softwaredistri
    rmdir /f /s %systemroot%\System32\catroot2 
    remove-catroot2
  4. Then, you can use net start wuauserv command to restart the Windows update service and commands accordingly for other services
    start-wuauserv

Your laptop should be able to shut down without a problem.

Turn Off Problematic Applications

Before shutting down, Windows opts to stop every open process on the dynamic memory. So, it asks to close the open app/service or confirms and closes them itself. But, if any application/service doesn’t unload memory while closing, the OS won’t shut down.

To figure out if any third-party app or service is causing issues, you can enter safe mode. The app/service hindering Windows from shutting down in normal mode won’t cause problems in safe mode because it won’t run at all. To Enter safe mode, you can follow the steps below:

  1. Open Run, type msconfig, and hit Enter to open System Configuration.
    msconfig-from-run
  2. Head towards the Boot tab.
    boot-tab
  3. Tick the Safe boot checkbox.
    check-safe-boot
  4. Hit Apply, and then OK.
  5. Click on the Restart button on the prompt.

You will Enter the safe mode once the laptop restarts. But, if the laptop doesn’t restart, force restart it three times consecutively with the power button (press and hold). It will load the Windows Advanced startup options.

  • Then, go to Troubleshoot > Advanced options > Startup Settings > Restart. After it restarts, press 4/F4 to enter safe mode.
  • Check if it shuts down in Safe boot mode or not. If it does flawlessly, some app/service might be causing problems in normal boot mode, as already mentioned. 
  • Now, to figure out which app or service is causing the issue, you will have to go back to the normal boot mode. To do so, follow the same steps as above but untick the Safe boot checkbox and restart the laptop. 
  • Now, manually close the open apps/services and try to shut down the laptop. The steps for which have been listed below:
  1. Press Ctrl + Shift + Esc to open Task Manager.
  2. Right-click on the open app and choose End task.
    end-task-a
  3. Repeat with all the open apps and processes you don’t recognize.
  4. Now, to disable the processes, Open Run, type msconfig and hit Enter.
  5. Go to the Services tab.
    services-tab-min
  6. Tick the Hide all Microsoft services check box.
    hide-all-ms-min
  7. Check and select all the services listed if they aren’t already.
  8. Click on the Disable all button.
    disable-all-min
  9. Hit Apply and then OK.
  10. Reboot once (mandatory) and try to shut down your computer.

If it does, try to isolate the problematic app/services. To do so, shut down your computer after opening services on by one. However, this fix would only work after a reboot. If rebooting doesn’t happen as desired, try to force a shutdown by pressing and holding the power button.

Run SFC and DISM

Corrupt Windows systems and Image files may also be responsible for this issue. So, just to give a quick check, you can run the sfc and dism commands. System File Checker and Deployment Image Servicing and Management will repair/replace any damaged system files. You can follow the steps below to run them:

  1. Open the elevated Command Prompt.
  2. Run the command: sfc /scannow to fix and replace corrupt system files.
    sfc-scannnow
  3. Then, run dism /online /cleanup-image /restorehealth to fix Windows image files.
    dism-online

Intel Management Engine Interface

Intel Management Engine is a system driver and ever-running program that comes along with many intel chipsets. It has access to some protected areas of the system memory, which is sometimes mismanaged due to bugs causing the laptop to be unresponsive to the shutdown command.

If nothing above fixed your problem on your Intel-powered laptop, try to Uninstall the Intel Management Engine Interface driver from the Device manager.

  1. Open Run, type devmgmt.msc and hit Enter to open Device Manager.
    devmgmt-in-run
  2. Double-click on the System devices to expand the category.
    system-devices
  3. Right-click on Intel Management Engine and choose Uninstall device.
    intel-management-ei-uninstall
  4. Click on the Uninstall button.

Now, try to Shut down your laptop. And if it does flawlessly, the culprit was the very driver. 

Reinstall ACPI drivers

ACPI (Advanced Configuration and Power Interface) drivers are the BIOS extensions or sometimes WindowsOS components for Battery and Power management. When you press the power button, ACPI driver should come into action to provide power to all the electronics by enabling the power supply from the battery. 

And as already mentioned, during the shutdown, it should do the opposite by cutting off the power supply from the battery. But, if its misconfigured, you can end up to the problem like the one discussed. To fix it, you can reinstall the ACPI drivers by following the steps mentioned below:

  1. Open Device Manager.
  2. Double-click on Batteries to expand.
    Batteries
  3. Right-click on the ACPI driver and choose Uninstall device.
    uninstall-acpi-driver
  4. Wait until the driver disappears, and click on Action at the top menu.
  5. Select Scan for hardware changes.
    scan-for-hardware-changesss

Windows will automatically reinstall the ACPI drivers.

System Restore

If nothing is helping to fix this issue for your laptop, you can perform a system restore to bring back your OS to some healthy point in the past. This will help clear corrupt registry entries and many more. You can do so by following the steps below:

  1. Open Run.
  2. Type rstrui.exe and hit Enter to open System Restore Utility.
    rstrui.exe
  3. Click on the Next button to continue.
    next-on-system-restore
  4. Select a healthy Restore point from the list and Hit Next.
    select-restore-point-and-hit-next
  5. Click on the Finish button and follow the onscreen instructions to complete.

Odds are, you may not have previously created any restore point, or the restore point may have deleted while updating, or the issue may not resolve even after restoring the system. In such cases, you can repair upgrade Windows.

fix
Nizz

Nizz is a self-learning web developer and a keen follower of all things tech. He has always been fascinated by the latest gadgets and innovations, and loves to keep up with the latest trends.

Related Posts

how to change mouse cursor

How to Change Mouse Cursor? 3 Easy Ways

February 7, 2023
Power on Self test

What is Power on Self Test (POST)? How Does It Work

February 6, 2023
how to make cursor bigger

How to Make Cursor Bigger

February 3, 2023
enable secure boot msi bios

How to Enable Secure Boot on MSI Motherboard

February 3, 2023
how to add device to microsoft account

How to Add Device to Microsoft Account

February 2, 2023
how to delete win backup files

How to Delete Backup Files on Windows

January 29, 2023
Add A Comment

Leave A Reply Cancel Reply

Latest Posts
how high should monitor be

How High Should Your Monitor Be?

February 7, 2023
Power on Self test

What is Power on Self Test (POST)? How Does It Work

February 6, 2023
usb a vs usb c

USB A Vs USB C – What’s the Difference?

January 31, 2023
You may also like
ip-address-hp-printer

How to Find the IP Address of HP Printer? 7 Easy Ways

February 8, 2023
alienware keyboard not working Custom 1

Alienware Keyboard Not Working? Here Are 9 Ways to Fix It

February 8, 2023
how to insert a sd card 1

How to Insert a SD Card on PC (Step-by-step Guide)

February 8, 2023
Recommended
Cookie Clicker Garden Guide

Cookie Clicker Garden Guide to Unlocking Every Seed

September 26, 2021
monitor no signal

Computer Turns On But Monitor Says No Signal (9 Ways To Fix)

November 10, 2022
Facebook Twitter Pinterest
  • Home
  • About Us
  • Our Team
  • Editorial Guidelines
  • Privacy Policy
  • Affiliate Disclosure
© 2023 TechNewsToday.

Type above and press Enter to search. Press Esc to cancel.