Windows 11 Modern Standby Suppresses Remote Desktop Connection Input

Mike Pryor 10 Reputation points
2025-02-13T23:38:29.3533333+00:00

Modern Standby does not work well on some systems. On my ASUS FX707VI running Windows 11 Professional, Microsoft's Remote Desktop Connection fails after the interval provided for the screen to turn off in power management settings. It does not fail fully, but input is inhibited by the power management service, so keyboard/mouse input stops responding while the display continues to update. I have tracked this down through Event Viewer logs and found that the system is entering modern standby even when I have the system set up to never sleep when plugged in.

I tested several scenarios with different power options for when the screen is set to turn off. As soon as the Remote Desktop session reaches that time limit, the system inhibits input.

Power Manager has requested suppression of all input (INPUT_SUPPRESS_REQUEST=1)

Interestingly, if I set the time to a time in the past, e.g. change it from 30 minutes to 1 minute and 1 minute has elapsed in my session, Power Manager immediately suppresses input.

For the time being, I am setting both settings for the screen turning off and system sleeping to Never when I want to start a Remote Desktop Connection session. I do not want to disable Modern Standby on the system; that feels like an extreme workaround that should not be necessary. I would like Microsoft to find a better solution instead of both workarounds. Modern Standby should not activate during remote desktop sessions.

Windows for business | Windows Client for IT Pros | User experience | Remote desktop services and terminal services
Windows for business | Windows Client for IT Pros | User experience | Other
{count} vote

1 answer

Sort by: Most helpful
  1. Shaddy Baddah 5 Reputation points
    2025-11-07T10:29:58.81+00:00

    @Omer Barak I didn't see your response before, but I don't think the KBs address the same issue.

    The KB describes being able to resolve by disconnecting and then reconnecting. But this issue doesn't resolve that way.

    Which is why, despite my most recent posting, this has sadly returned for some reason.

    If it is of any consequence, the one unusual thing I did notice is that my first attempt to RDP in after a lid close sleep, failed with an error. The next attempt went in, but the session was already frozen.

    I had to apply my trick... perhaps the "suppression of all input" is sequenced in a problematic way... so if you do not RDP soon enough after resumption from a sleep, this issues occurs.

    And when you try to login, the attempt by Windows terminal service to back this out fails. And the now backgrounded user session can never prevent that "suppression".

    In fact, let me see if that failed first resumption RDP attempt caused terminal server to restart...

    No restart that I can see, but:

    "The Windows logon process has failed to connect the user session."

    • <Event xmlns="__http://schemas.microsoft.com/win/2004/08/events/event__">
    • <System>   <Provider Name="Microsoft-Windows-Winlogon" Guid="{DBE9B383-7CF3-4331-91CC-A3CB16A3B538}" EventSourceName="Winlogon" />   <EventID Qualifiers="32768">4008</EventID>   <Version>0</Version>   <Level>2</Level>   <Task>0</Task>   <Opcode>0</Opcode>   <Keywords>0x80000000000000</Keywords>   <TimeCreated SystemTime="2025-11-07T08:34:49.7686615Z" />   <EventRecordID>7478</EventRecordID>   <Correlation />   <Execution ProcessID="8864" ThreadID="0" />   <Channel>Application</Channel>   <Computer>pooter-msw</Computer>   <Security />   </System>
    • <EventData>   <Binary>CA080000</Binary>   </EventData>   </Event>

    Preceded by "PowerEvent handled successfully by the service." by igcc and DellTechHub.
    That's the theory I'm going with. That connecting RDP triggers the attempt to backout of... I guess modern standby. Your user session attempts to suppress modern standby, just as it would if you'd logged in at the "console".

    But that fails for some reason... but your user session is now at the ready.

    In fact... if I am correct, I think logging in at the console should suppress modern standby. And I should be able to go back in via RDP and avoid the freezing.

    I will do that and report.

    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.