Share via

PC Shutdown

John -PC 60 Reputation points
2026-05-08T12:17:58.37+00:00

When I shutdown my PC, the screen goes blank promptly, but it takes half an hour or more for the disk activity to stop - it used to take less than a minute.

I have tried the following to no avail:

  • performed a clean boot
  • run the system file checker
  • Reindexed my files
  • Turned Sleep and Hibernate options off

Why does it take SO long? What can I do?

Windows for home | Windows 10 | Sleep and Power on, off

4 answers

Sort by: Most helpful
  1. Sumit D - IA 170.7K Reputation points Independent Advisor
    2026-05-09T02:32:53.4366667+00:00

    Hi,

    Thanks, I checked there is no known issue with the model.

    One issue is that your device uses a Hard disk, which is very slow compared to an SSD.

    Apologies for the inconvenience caused to you.

    I think this might have to do with a failing hard disk, let us clear our doubt.

    Please download and run HDTune Trial or HD Tune Free.

    http://www.hdtune.com/

    Select the Disk where OS is installed.

    Make screenshots of the following

    the health.

    the error scan.

    the benchmark.

    Post back the screenshots.

    Also post the results of CHKDSK command:

    How to do a Disk check of System drive in Windows 10 and interpret the logs

    https://www.yourwindowsguide.com/2018/04/how-to...

    Disclaimer:

    There are links to non-Microsoft websites which would provide accurate and safe information. Watch out for ads on the websites which are frequently classified as a PUP (Potentially Unwanted Products). There is no need to buy paid products to fix your computers as they do more harm than good sometimes.

    Was this answer helpful?

    0 comments No comments

  2. John -PC 60 Reputation points
    2026-05-08T20:07:21.33+00:00

    I have checked the Registry Editor and it is set to 0, so that is not the cause of the problem.

     

    I disabled ALL third-party services in System Configuration and then shut down the computer. The screen went blank almost immediately, but it took 23 minutes for the disk activity to stop – so a third-party service is not the cause as all were disabled.

     

    I restarted my PC, selected Safe Mode in System Configuration and Restarted the machine). I shut down from Safe Mode and the Screen and Disk took 3 minutes to finish shutting down TOGETHER – not screen first then disk. So shutting down from safe mode was significantly faster and the behaviour was different.

     

    I don’t know how to “Collect a crash dump” or use debuggers, and I would need guidance to both WPR and WPA

     

    Please advise further

    Was this answer helpful?

    0 comments No comments

  3. Sumit D - IA 170.7K Reputation points Independent Advisor
    2026-05-08T13:29:46.4866667+00:00

    Hi,

    Please supply the following Information.

    Right-click the Start button and Choose the Run option

    Type in msinfo32

    Press enter.

    Take a screenshot of the System Summary window and post it in the next reply.

    I look forward to your response and am eager to collaborate until we find a solution.

    Was this answer helpful?


  4. AI answer

    2026-05-08T12:18:13.4433333+00:00

    The long delay after the screen goes blank indicates Windows is very slow completing shutdown, not a sleep/hibernate issue. Common causes in the provided context are:

    1. A service or process that does not end
    2. A blocked kernel thread
    3. The policy to clear the paging file at shutdown

    To narrow this down:

    1. Check for services that don't end
      • Start the PC in Safe Mode with third‑party services disabled.
      • Shut down from Safe Mode.
      • If shutdown is fast in Safe Mode, use the System Configuration utility and selective startup to isolate which third‑party service is blocking shutdown.
    2. Check if the paging file is being cleared at shutdown
      • Open Registry Editor and navigate to: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management
      • Locate ClearPageFileAtShutdown.
      • If the value is 1, the paging file is being cleared at shutdown, which can significantly delay shutdown. Setting this to 0 disables that policy and removes that delay.
    3. If shutdown appears to stop responding for a very long time
      • Collect a crash dump and analyze it with debuggers to check for blocked kernel threads or drivers.
      • Look specifically for blocked threads (!mex.tl -t) and for services that are not ending.

    If the delay is extreme (tens of minutes) and not caused by the paging file policy, use Windows Performance Recorder (WPR) and Windows Performance Analyzer (WPA) to record a shutdown trace and identify which component is taking so long.


    References:

    AI-generated content may be incorrect. Read our transparency notes for more information.

    Was this answer helpful?

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.