We're aware that some users are experiencing technical issues which the team are working to resolve. Thank you for your patience.
📨 Have you signed up to the Forum's new Email Digest yet? Get a selection of trending threads sent straight to your inbox daily, weekly or monthly!

Windows 10 laptop taking longer and longer to shutdown?

Options

Can anyone suggest what's causing this?

W10 updated about a week ago. Since then the shutdown has been getting longer every day. On Saturday it took 5 minutes to power off, last night it took 20 minutes before it finally went silent!

It shuts the screen down within a few seconds and then 'something' keeps running, the fans keep going and the lights stay on.

I haven't installed anything new in months. Nothing (apart from W10) has alerted that it's updated.  So I'm stumped as to what's going on??

This was a clean install of W10 about 8 weeks ago. The laptop is a Dell G7 and I haven't run the Dell update app in a month or more.

Can anyone suggest what might be the problem?

Thanks. . .

Comments

  • The first thing I would do, is check the Windows Application, Setup and System Event logs for the time period between issuing the shutdown command and the machine finally powering off.

    I'm no where near confident that will turn up the problem, but it is the easiest place to look.

    Hit the Windows key
    Search eventvwr.exe from the start menu and right-click the shortcut to open the context menu
    Click 'Run As Administrator' on the context menu
    Click through the UAC prompts if you have them turned on
    In the left hand pane of Event Viewer expand Windows Logs. Under that node are the Application, Setup and System logs.

    The next steps are running a Windows Shutdown trace (https://social.technet.microsoft.com/wiki/contents/articles/37908.windows-event-tracing-how-to-collect-a-shutdown-trace.aspx) or capturing all the shutdown process activity with Process Monitor (https://live.sysinternals.com/procmon.exe). These, expecially the latter, can be quite involved so lets hope the event log turns something up.




    A dream is not reality, but who's to say which is which?
  • Jon_01
    Jon_01 Posts: 5,914 Forumite
    Part of the Furniture 1,000 Posts Name Dropper
    The first thing I would do, is check the Windows Application, Setup and System Event logs for the time period between issuing the shutdown command and the machine finally powering off.

    I'm no where near confident that will turn up the problem, but it is the easiest place to look.

    Hit the Windows key
    Search eventvwr.exe from the start menu and right-click the shortcut to open the context menu
    Click 'Run As Administrator' on the context menu
    Click through the UAC prompts if you have them turned on
    In the left hand pane of Event Viewer expand Windows Logs. Under that node are the Application, Setup and System logs.

    The next steps are running a Windows Shutdown trace (https://social.technet.microsoft.com/wiki/contents/articles/37908.windows-event-tracing-how-to-collect-a-shutdown-trace.aspx) or capturing all the shutdown process activity with Process Monitor (https://live.sysinternals.com/procmon.exe). These, expecially the latter, can be quite involved so lets hope the event log turns something up.





    Thanks for that.  I've run eventvwr.exe and have the info below, but apart from the warning about usb removal (no usb device was removed), it's not much help.
    I'm guessing that the Info line at 21:38:31 is the shutdown request, but the timings are off. It implies the process took just under 1 minute, while it really took closer to 20 before the fans and the light effects finally switched off...

    Warning    01/11/2021 21:39:22    Kernel-PnP    225    (223)
    Warning    01/11/2021 21:39:17    USB-USBHUB3    196    Surprise Removal
    Warning    01/11/2021 21:39:17    USB-USBHUB3    196    Surprise Removal
    Warning    01/11/2021 21:39:17    USB-USBHUB3    196    Surprise Removal
    Warning    01/11/2021 21:39:17    USB-USBHUB3    196    Surprise Removal
    Warning    01/11/2021 21:39:17    USB-USBHUB3    196    Surprise Removal
    Information    01/11/2021 21:38:31    Kernel-Power    506    (157)
    Information    01/11/2021 21:38:31    Kernel-Power    507    (158)
    Warning    01/11/2021 21:38:31    Win32k (Win32k)    700    None
    Warning    01/11/2021 21:38:31    Win32k (Win32k)    700    None

  • J_B
    J_B Posts: 6,777 Forumite
    Part of the Furniture 1,000 Posts Name Dropper Photogenic
    Clutching at straws .... have you tried to reboot instead?
  • CoastingHatbox
    CoastingHatbox Posts: 517 Forumite
    Fourth Anniversary 100 Posts Name Dropper
    edited 2 November 2021 at 11:03PM
    I noticed that ')' gets included as part of the event tracing hyperlink above, which results in social.technet.microsoft.com redirecting to a login page! :(

    So here is the link without it:

    https://social.technet.microsoft.com/wiki/contents/articles/37908.windows-event-tracing-how-to-collect-a-shutdown-trace.aspx

    At this point I would collect an shutdown event trace and see what is going on.

    What model of laptop is it?
    Please could you retrieve a list of the Windows Updates applied in the last few weeks?

    In PowerShell ( start -> type powershell -> right-click icon and run as administrator) you can paste the following command:

    Get-Hotfix | Where-Object { $_.InstalledOn -ge (Get-Date).AddDays(-30) } | Sort-Object -Property InstalledOn -Descending | Select-Object -Property HotFixId,InstalledOn

    It might be worth checking that the machine is running all the latest drivers via the Dell update utility.

    A dream is not reality, but who's to say which is which?
  • grumpycrab
    grumpycrab Posts: 5,025 Forumite
    Part of the Furniture 1,000 Posts Name Dropper Bake Off Boss!
    edited 2 November 2021 at 8:05PM
    J_B said:
    Clutching at straws .... have you tried to reboot instead?
    and hibernate (an alternative to shutdown just to see how long it takes)
    If you put your general location in your Profile, somebody here may be able to come and help you.
  • GDB2222
    GDB2222 Posts: 26,118 Forumite
    Part of the Furniture 10,000 Posts Photogenic Name Dropper
    edited 3 November 2021 at 12:01PM
    If all else fails, try Google and the title of this thread. That brings up this for example 

    https://appuals.com/windows-10-takes-forever-to-shutdown/


    No reliance should be placed on the above! Absolutely none, do you hear?
  • CoastingHatbox
    CoastingHatbox Posts: 517 Forumite
    Fourth Anniversary 100 Posts Name Dropper
    edited 3 November 2021 at 1:09PM
    GDB2222 said:
    If all else fails, try Google and the title of this thread. That brings up this for example 

    https://appuals.com/windows-10-takes-forever-to-shutdown/



    Personally, I wouldn't make any registry changes or jump into trying random Internet-recommended solutions until I had a clearer idea about the behaviour and root cause* of the problem.


    It is all too easy cause new problems or find oneself solving the problem almost by accident having made several changes, without really knowing which change fixed it. In the process, it is possible to break other things or find in future something else has broken instead, but you are left with an OS which is now somewhat unique which could make the new problem somewhat unique.


    I think it is much better to try and keep an OS, as much as possible, in a "known state" where the changes applied to it, to make it "work", are kept to a bare minimum.


    *In this case, I have a suspicion it might not be the OS at all at fault and for some reason the laptop's firmware is delaying the final shutdown after the OS triggers the ACPI shutdown event.
    A dream is not reality, but who's to say which is which?
  • Jon_01
    Jon_01 Posts: 5,914 Forumite
    Part of the Furniture 1,000 Posts Name Dropper
    Thanks everyone for the info and advice.
    I've performed a restore back to before the last W10 update and now shutdown takes less than a minute. 

    There are no new drivers showing on both Windows update or the Dell support program.

    I've stopped it re-updating for now, but I'll try again over the weekend and see if the problem comes back...
Meet your Ambassadors

🚀 Getting Started

Hi new member!

Our Getting Started Guide will help you get the most out of the Forum

Categories

  • All Categories
  • 350.7K Banking & Borrowing
  • 253K Reduce Debt & Boost Income
  • 453.4K Spending & Discounts
  • 243.7K Work, Benefits & Business
  • 598.4K Mortgages, Homes & Bills
  • 176.8K Life & Family
  • 256.8K Travel & Transport
  • 1.5M Hobbies & Leisure
  • 16.1K Discuss & Feedback
  • 37.6K Read-Only Boards

Is this how you want to be seen?

We see you are using a default avatar. It takes only a few seconds to pick a picture.