I am trying to have my HDDs stay spun down when not in use. Unfortunately Windows 11 keeps waking them up, even when the computer is idle. OS is Windows 11 Pro x64, fully updated, nothing else installed.
Settings: HDDs power down after 5 minutes in the Power Saving power plan.
Things I have tried:
- The following registry settings:
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\StorPort]
"TelemetryPerformanceEnabled"=dword:00000000
"TelemetryErrorDataEnabled"=dword:00000000
"TelemetryDeviceHealthEnabled"=dword:00000000
"LogControlEnable"=qword:00000000
Disable Recycle Bin on all affected drives.
Kill explorer.exe task.
Revosleep. Works but requires manual intervention every time, not of much use to me.
Adding rules to not use Windows Search on affected drives.
Disabling Windows Search service entirely.
"Allow files on this drive to be indexed" checkbox.
Removing unused apps such as Xbox stuff, phone link.
Disable allowing apps to run in the background.
Fully paused Windows update via O&O Shutup10.
Disabled as much telemetry as possible via O&O Shutup10.
Confirmed that virtual memory page file is only on the OS drive, not the affected drives.
HKEY_LOCAL_MACHINE HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\NoLowDiskSpaceChecksDisabled the
SysMainservice.Added the affected drives to the Windows Defender exception list.
Edit:
- Scheduled tasks. None are triggering every 10-20 minutes.
Edit 2:
- Mounted drive to a folder instead of a drive letter (e.g. c:\mnt\drive). Did not make any difference.
Unfortunately the drives still wake up regularly.
I am using Drive Power State to monitor their status. I have tried using Process Monitor with the filter set to the drive waking up to check for applications accessing the disk. Overnight no applications tried to access the affected disk, but it work up anyway, so clearly Process Monitor is not detecting what is causing it to wake.
I could not find anything relevant in Event Viewer for the times in question.
How can I see what is waking the drives?