Windows Store prevents my PC from entering Modern Standby, “top offender” is “200 - WinStore.Tasks.OfferNotificationsTask”

Denis Bakharev 0 Reputation points
2026-09-05T19:49:26.09+00:00

Periodically, the Windows Store app prevents my PC from entering Modern Standby.

According to the report generated by powercfg /sleepstudy /DURATION 1, 99% of the active time is attributed to the Microsoft.WindowsStore_22606.1401.13.0_x64__8wekyb3d8bbwe app.

I am using Microsoft Windows 11 IoT Enterprise LTSC 10.0.26100.9168
User's image

How to fix / workaround / disable "WinStore.Tasks.OfferNotificationsTask" ?

Windows for business | Windows for IoT
0 comments No comments

2 answers

Sort by: Newest
  1. EmilyS_726 27,750 Reputation points Volunteer Moderator
    2026-09-06T19:01:02.5866667+00:00

    I think your screenshot is sufficient to conclude that the Store app was the offender. Store app can run background tasks during modern standby and this is well documented by Msft.

    I would suggest that you take advantage of the Group Policy app to disable the background execution for just the Store app.

    In the Group Policy editor app, go to:

    Administrative templates > Windows components > App privacy.

    On the right, double click on "Let Windows apps run in the background"

    Enable this policy.

    Then, for Default for all apps, set it to "User is in control"

    For "Force deny these specific apps", note, it is the "deny" box, not the "allowed" box, put in this:

    Microsoft.WindowsStore_8wekyb3d8bbwe
    

    Then, Please type cmd in the search on the taskbar. Don't press enter key yet. Instead, choose "run as administrator" to launch Command Prompt. run this command

    gpupdate /force
    

    Restart the device. Monitor it and see if it improves.

    Was this answer helpful?

    0 comments No comments

  2. Allan Solomon Mejia 8,085 Reputation points
    2026-09-06T17:06:16.96+00:00

    Hello @Denis Bakharev

    The SleepStudy result is useful, but don't disable the Microsoft Store service or manually remove WinStore.Tasks.OfferNotificationsTask yet.

    Microsoft Store apps can perform certain background tasks during Modern Standby. Windows is supposed to manage and constrain that activity so the system can subsequently return to its lowest-power state (DRIPS).

    The important question, therefore, isn't simply whether Microsoft.WindowsStore appears as an offender, but how long it keeps the system active and whether the system eventually reaches DRIPS.

    In the affected SleepStudy session, expand the session details and check:

    • % LOW POWER STATE TIME
    • the duration attributed to Microsoft.WindowsStore
    • whether WinStore.Tasks.OfferNotificationsTask remains active for most/all of the Screen Off period
    • whether this happens on AC power, DC power, or both

    Microsoft specifically recommends powercfg /sleepstudy as the starting point for diagnosing components preventing a Modern Standby system from reaching its lowest power state.

    Run these from an elevated Command Prompt immediately after reproducing the problem:

    powercfg /requests
    powercfg /sleepstudy /duration 7
    

    The seven-day report helps here because it shows whether this is an isolated Store maintenance/notification event or a recurring pattern.

    One other detail matters: AC versus battery operation. Microsoft documents that Modern Standby permits more background/maintenance activity while connected to AC power, whereas activity is more restricted on battery. Store-app background activity can therefore look quite different between the two states.

    If the Store task continuously prevents DRIPS for an extended period on battery power, particularly across multiple standby sessions, consider that abnormal rather than expected Store background activity.

    Since you're running Windows 11 IoT Enterprise LTSC 10.0.26100.9168, avoid removing/re-registering the Store package or disabling Store infrastructure as the first workaround. That can affect servicing and other packaged applications without addressing the underlying Modern Standby problem.

    If possible, please share the expanded SleepStudy section for one affected session showing the Active Time, Low Power State Time/DRIPS percentage, duration, and Top Offenders. That should tell us whether OfferNotificationsTask is genuinely blocking low-power idle or is simply being reported as activity during a normal Modern Standby transition.

    References:

    Modern Standby SleepStudy

    Integrating apps with Modern Standby

    Modern Standby diagnostic tools

    Modern Standby

    Help make this community better for everyone: if this answer resolved your issue, please accept it or upvote it. If not, share more details in a comment so we can continue the discussion and find the right solution.

    Was this answer helpful?

    0 comments No comments

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.