THAK YOU SO MUCH!
Mouso core worker process
My computer (Windows 10, 64-bit Build 19041) is constantly waking up from sleep and then going back to sleep for a short time only to repeat the cycle. I ran sleep diagnostics on the Windows PowerShell as administrator i.e. powercfg /systemsleepdiagnostics. The report from yesterday (5/31/2020) indicates that my computer awoke from sleep 50-55 times during the course of the day until at about 8:00 p.m., I decided that it was better to fully shut down the computer rather than have these continued cycles. The common thread in all these awakenings from sleep is MoUSO Core Worker Process (MoUsoCoreWorker.exe).
- Power Requests
- \Device\HarddiskVolume5\Windows\System32\MoUsoCoreWorker.exe | START TIME | DURATION | TYPE | TOKEN | | --- | --- | --- | --- | | 2020-05-31T18:18:53 | 0:00:01 | Execution | 0xffff8389192ab2e0 |
This executable is a Microsoft programming element.
Why is this happening and what can I do to eliminate this totally annoying phenomena?
Windows for home | Windows 10 | Sleep and Power on, off
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
317 answers
Sort by: Most helpful
-
Anonymous
2020-12-19T15:47:45+00:00 -
Anonymous
2020-12-19T10:53:39+00:00 just to update - PC seems to have stayed in sleep mode for around 12 hours since the above and woke normally this morning - so this looks fixed again for now.
thanks for the pointers - will see how long it stays this way.....
-
Anonymous
2020-12-18T18:27:03+00:00 thats right. thanks
-
Anonymous
2020-12-18T15:41:37+00:00 I have Windows 10 Pro 2004, and have MoUsoCoreWorker.exe stopping my HP TouchSmart from going to sleep:
Microsoft Windows [Version 10.0.19041.388]
(c) 2020 Microsoft Corporation. All rights reserved.
C:\WINDOWS\system32>powercfg -requests
DISPLAY:
None.
SYSTEM:
None.
AWAYMODE:
None.
EXECUTION:
[PROCESS] \Device\HarddiskVolume4\Windows\System32\MoUsoCoreWorker.exe
USO Worker
PERFBOOST:
None.
ACTIVELOCKSCREEN:
None.
I checked the same thing and got the same results in December. I dont know why my laptop wont go to sleep and turn off after 20 minutes.
Anthony, you seem to misunderstand the results from this "powercfg -requests" query. What's shown above should be interpreted as "MoUsoCoreWorker.exe has requested that sleep be prevented" (not what you want).
What you do WANT to see in response to a "-requests" query like this is the following:
(note that nothing is listed as actively requesting that the system remain awake)
C:\WINDOWS\system32>powercfg -requests
DISPLAY:
None.
SYSTEM:
None.
AWAYMODE:
None.
EXECUTION:
None.
PERFBOOST:
None.
ACTIVELOCKSCREEN:
None.
To tell POWERCFG to ignore MoUsoCoreWorker.exe requests, you have to enter a command like this:
powercfg -requestsoverride process MoUsoCoreWorker.exe execution
And then to see if the OVERRIDE request has been registered, enter the following command and observe that MoUsoCoreWorker.exe is listed.
C:\WINDOWS\system32>powercfg -requestsoverride
[SERVICE]
[PROCESS]
MoUsoCoreWorker.exe EXECUTION
[DRIVER]
A reboot may be required after the override request to knock the MoUsoCoreWorker off its pedestal.
i have the same issue - i have fixed it a number of times
- once by stopping the windows update service and trying windows update
- once by the windows scan now command
each time it works for a while then comes back - and can be seen in the power config requests list.
i have just tried this command
powercfg -requestsoverride process MoUsoCoreWorker.exe execution
when i checked if MoUsoCoreWorker.exe was disabled - it was listed as disabled
i then rebooted the PC and ran the power config requests command again and got the following:
PS C:\WINDOWS\system32> powercfg -requests
DISPLAY:
None.
SYSTEM:
None.
AWAYMODE:
None.
EXECUTION:
[PROCESS] \Device\HarddiskVolume4\Windows\System32\MoUsoCoreWorker.exe
USO Worker
[SERVICE] \Device\HarddiskVolume4\Windows\System32\SearchIndexer.exe (WSearch)
Windows® Search is indexing
PERFBOOST:
None.
ACTIVELOCKSCREEN:
None.
PS C:\WINDOWS\system32>
should this MoUsoCoreWorker.exe still be present in this list??
-
Anonymous
2020-12-15T22:37:28+00:00 I have Windows 10 Pro 2004, and have MoUsoCoreWorker.exe stopping my HP TouchSmart from going to sleep:
Microsoft Windows [Version 10.0.19041.388]
(c) 2020 Microsoft Corporation. All rights reserved.
C:\WINDOWS\system32>powercfg -requests
DISPLAY:
None.
SYSTEM:
None.
AWAYMODE:
None.
EXECUTION:
[PROCESS] \Device\HarddiskVolume4\Windows\System32\MoUsoCoreWorker.exe
USO Worker
PERFBOOST:
None.
ACTIVELOCKSCREEN:
None.
I checked the same thing and got the same results in December. I dont know why my laptop wont go to sleep and turn off after 20 minutes.
Anthony, you seem to misunderstand the results from this "powercfg -requests" query. What's shown above should be interpreted as "MoUsoCoreWorker.exe has requested that sleep be prevented" (not what you want).
What you do WANT to see in response to a "-requests" query like this is the following:
(note that nothing is listed as actively requesting that the system remain awake)
C:\WINDOWS\system32>powercfg -requests
DISPLAY:
None.
SYSTEM:
None.
AWAYMODE:
None.
EXECUTION:
None.
PERFBOOST:
None.
ACTIVELOCKSCREEN:
None.
To tell POWERCFG to ignore MoUsoCoreWorker.exe requests, you have to enter a command like this:
powercfg -requestsoverride process MoUsoCoreWorker.exe execution
And then to see if the OVERRIDE request has been registered, enter the following command and observe that MoUsoCoreWorker.exe is listed.
C:\WINDOWS\system32>powercfg -requestsoverride
[SERVICE]
[PROCESS]
MoUsoCoreWorker.exe EXECUTION
[DRIVER]
A reboot may be required after the override request to knock the MoUsoCoreWorker off its pedestal.