Windows 11--most recently opened Explorer window keeps popping up into the foreground

Anonymous
2023-01-01T17:15:47+00:00

About a month ago Windows Explorer started the annoying habit of routinely moving its most recently opened window into the foreground. Is there a way to stop it from doing this?

For example, I'll open an Explorer window to open a file into another application, and a few minutes later, for no apparent reason, Windows Explorer will interrupt the application by popping its Explorer window into the foreground. The same thing will happen when watching a video: a minute or two into watching the video and the most recently opened Explorer window will move into the foreground interrupting the video.

The only way to stop this behavior is to close all Explorer windows while watching a video or working in another application. Annoying as heck. Any suggestions? Thanks.

Microsoft Windows 11 Home Version 10.0.22621 Build 22621

Windows for home | Windows 11 | Files, folders, and storage

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.

0 comments No comments

575 answers

Sort by: Most helpful
  1. Anonymous
    2023-08-24T07:41:20+00:00

    One could probably setup a key binding for this PowerShell script to kill all explorer windows:

    Get-Process | Where {$_.ProcessName -Like 'explorer'} | Stop-Process -Force

    😅

    Seems a bit overkill, but let me know how you get on?!

    it is an overkill solution... I like it. Going to try it out then, but it will also kill your desktop i am pretty sure.

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2023-08-24T07:33:33+00:00

    One could probably setup a key binding for this PowerShell script to kill all explorer windows:

    Get-Process | Where {$_.ProcessName -Like 'explorer'} | Stop-Process -Force

    😅

    Seems a bit overkill, but let me know how you get on?!

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2023-08-24T06:23:34+00:00

    I've been having the exact same issues. It's so irritating, yet validating, to find out that this isn't just my system. Would be great to have these things addressed rather than being told "try starting from zero."

    An fresh install of Win11 does not help, it is a bug in windows itself and all new installations. Older versions does not have this bug, but it is always recommended to keep your system up to date at all times. Check the next reply on how to disable the cause for this issue.

    Was this answer helpful?

    0 comments No comments
  4. Anonymous
    2023-08-24T06:21:36+00:00

    As an fix you can either minimize or close the windows. After they have popped into the front once, they wont do it again. So if you manage to re-use only your current opens ones then they will not go into the front again.

    I don't like the idea of them making me needing to hoop-jump. But if there happens to be a short-cut key combination that allows me to trigger a script that minimises all existing Explorer windows (background and/or foreground), then that could be fairly easy to execute.

    Although, the network admin would need to probably approve such a script (if one could be created) - so that all machines could be set up with the same key-combination shortcut that runs the approved script (installed into all Win 11 operating systems).

    I do not like this fix either, but it is the closest to an fix i have been able to find without disabling group policy updates, which is an important feature for work computers.

    Was this answer helpful?

    0 comments No comments
  5. Anonymous
    2023-08-23T20:45:33+00:00

    I've been having the exact same issues. It's so irritating, yet validating, to find out that this isn't just my system. Would be great to have these things addressed rather than being told "try starting from zero."

    Was this answer helpful?

    0 comments No comments