Windows explorer issues affecting screen interaction and file explorer dialogs

Ben Lane 0 Reputation points
2025-07-03T18:16:15.6666667+00:00

For a while I've been experiencing a few weird problems with explorer.

Problem 1:

After a while of using my laptop, the left side of my screen becomes unclickable. The display is fine, the cursor shows up, and it updates as expected, but I just can't click anything. The rest of the screen is fine, and functions as expected.

Restarting explorer from task manager fixes the problem temporarily, but after a while it reoccurs. Every time it happens, a different amount of the screen becomes unclickable, but it's always the left side and never crosses the halfway point.

I have tried updating windows, reinstalling my graphics drivers, and monitoring system resources to see if it's a RAM or compute issue, but neither max out so I doubt it's that. Additionally, even with no installed apps open it happens.

Problem 2:

Another explorer-based problem I've been having is when an app, like a browser or text editor, opens a file explorer dialog, the popup freezes and stops responding. If I leave it for a few minutes, it functions again. It happens every time, and is inconvenient. Opening file explorer itself doesn't present this issue, and it only affects FE dialogs.

There isn't anything that fixes this, other than force closing/stopping the app or ending the app or explorer task in TM.

CDN media

I'm using an ASUS laptop with a Core i5-1035G1, 16GB DDR4, and I'm running Windows 11 Pro 24H2 Build 26100.4484.

Windows for home | Windows 11 | Performance and system failures
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Ami2025 470 Reputation points Microsoft External Staff Moderator
    2025-07-04T04:52:17.9466667+00:00

    Hello Ben Lane,

    Welcome to Microsoft Q&A.

     

    Understanding your situation, based on the description, the first issue (unclickable area on the left side of the screen) can be described as a "User Interface (UI) rendering or input processing error" affecting a specific area, and appearing only after using the computer for some time. Below are some possible scenarios:

     

    High probability of UI rendering/overlay issues. Possible situations include:

    Transparent window or layer overlay: There might be a transparent or translucent window/layer (part of an application or system component) rendering on the left side of the screen. It might not display any actual content but is intercepting mouse click events. Even if you can't see it, it might be there.

    Explorer Shell's GDI/DirectX drawing conflict: As the core of the Windows Shell, Explorer is responsible for rendering the desktop, taskbar, and most of the File Explorer interface. There might be a graphics drawing conflict that prevents click events in certain areas from being correctly passed to the intended recipient.

    Other possibilities: Memory leaks/handle leaks, third-party software conflicts.

    Driver issues: You might consider reinstalling your graphics drivers. (Ensure a clean uninstall before reinstalling it).

     

    Troubleshooting suggestions for this issue:

    Sequentially try a clean boot (this helps isolate interference from third-party software) and Safe Mode (if the issue doesn't occur, it indicates a third-party software or driver is the cause).

    https://support.microsoft.com/en-us/topic/how-to-perform-a-clean-boot-in-windows-da2f9573-6eec-00ad-2f8a-a97a1807f3dd

    https://support.microsoft.com/en-us/windows/windows-startup-settings-1af6ec8c-4d4a-4b23-adb7-e76eef0b847f

    Disclaimer: A “clean boot” starts Windows with a minimal set of drivers and startup programs. It helps to determine whether a background service is interfering with your game or program and to isolate the cause of a problem.   

    These steps of "clean boot" might look complicated at first glance. However, to avoid any trouble for you, please follow them in order and step-by step so that it will help you get back on track.

     

    Create a new user profile: Try creating a new local user account and logging in with it to see if the problem persists. If the new account doesn't have the issue, your old user profile might be corrupted.

    Use Process Explorer (Sysinternals): This tool can help you identify which process owns a window handle. When the left side of the screen becomes unclickable, try using Process Explorer's "Find Window's Process" function (a target icon) and dragging it over the unclickable area to see if you can identify the process intercepting the clicks.

    Link: https://learn.microsoft.com/en-us/sysinternals/downloads/process-explorer

     

    Second Issue:

    File Explorer dialogs (Open/Save) freezing/unresponsive.

    Possible network location or cloud sync service issues: When a file dialog opens, it attempts to enumerate recently accessed folders, OneDrive, network drives, SharePoint, etc. If any of these locations are currently inaccessible, respond slowly, or are syncing a large number of files, it can cause the dialog to freeze.

    Shell extension conflicts: Many third-party software (such as compression tools, cloud storage clients, PDF readers, version control systems, etc.) install Shell extensions in File Explorer (e.g., right-click menu items, icon overlays). If these extensions are poorly coded or have compatibility issues, they can cause the dialog to become unresponsive when it tries to load them. ShellExView (NirSoft) is a very useful tool that can list and disable all Shell extensions. You can try disabling non-Microsoft extensions first and then enabling them one by one to find the root cause.

    Case example: https://answers.microsoft.com/en-us/windows/forum/all/since-upgrading-to-windows-11-right-click-in-file/5089885a-ee10-428f-b680-a8ee27040c59

    Indexing service.

     

    If the first scenario exists, please disconnect all mapped network drives, pause or exit all cloud sync clients, and then test the file dialog. Download and run ShellExView. First, disable all non-Microsoft Shell extensions, then test. If the issue is resolved, enable them one by one to identify the conflict. To rule out indexing issues, you might consider rebuilding the index.

     

    Best wishes

    Ami | Microsoft Q&A Support Specialist


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.