Clicking through windows

Approximately after last big creator update, I noticed that some windows become "click-through", that is, when I try to click something in a window, what is actually clicked is behind it (which is invisible until you click it).

If it's another window that was behind it comes to the top, if it's desktop and you manage to double click an icon - that app will come up, etc. The click to the visible window on top do not register.

So far it happened to Google Chrome and Steam. It happens appropriately once a day, I was not able to determine what causes it. If you close the affected app and re-open it the effect goes away.

Any idea how I could track down, why this keeps happening?

Update: Just to avoid answer that suggest to "reboot" or "reinstall windows", here is what I tried:

  • Antivirus check - pass
  • chkdsk check - pass
  • SFC /Scannow - pass
  • Windows Update - latest

PC is being re-booted regularly.

3

7 Answers

I have that bug too. Only fix afaik is downgrading to a pre 1709 version. A temporary workaround is hitting Win+D twice or reloading the vga driver with CTRL+Shift+Win+B or minimizing and maximizing the affected windows.

4

Have had the same issue recently on Win 10 1803 with a Logitech G403 mouse on a Surface Book 2 - sometimes touch input would work nevertheless, sometimes it wouldn't. Win+L, then signing back in works for me to restore functionality - so does Ctrl+Alt+Del, then simply dismissing the screen that opens.

1

I fixed it by disabling the mouse "enhance pointer precision" option.

I found myself in the same situation. Clicking on a title bar of a maximized window would bring the window below to focus if it was also maximized.

Found out it would only happen if I move the cursor fast to the top and clicking. But it wouldn't happen if moving slowly to the very top and clicking.

I hope this helps anyone.. it was getting annoying already.

For what it's worth: I came across this thread to fix the same issue. It was even worse: clicking anywhere would unfocus all windows (still able to be refocused with Alt+Tab), but even the desktop was unresponsive. I also didn't want to reboot. The two key combinations in the accepted answer sadly didn't work.

Restarting File Explorer (which manages the desktop) fixed the issue. I did this by using Ctrl+Alt+Delete to open Task Manager, and then navigating through it using the right combinations of Tab, arrow keys and spacebar to select File Explorer and the Restart button.

Takes a bit to find the right way to navigate this way, but it's not impossible, and worked for me.

1

Try to use DISM.EXE to check/repair system files:

  1. Scan to check for corruption:

Dism /Online /Cleanup-Image /ScanHealth

  1. Check to see whether any corruption has been dethatched:

Dism /Online /Cleanup-Image /CheckHealth

  1. If it is repairable, type below command(make sure that system built-in Windows Update is working as below command using Windows Update to provide the files that are required to fix corruptions):

DISM.exe /Online /Cleanup-image /Restorehealth

>So far it happened to Google Chrome and Steam.

If it happens on specific software/program, try to have an reparation installation, or re-installation and check the result.

I just now had this happen to me in audacity and was able to make it start responding again by alt-tabbing through all my programs a couple times and ending up in audacity again. Not a very good solution, but it worked in a pinch.

You might have to do a fresh re-installation of Windows to fix the error. Or you can run chkdsk (check disk) which checks your system for errors. To do this, press (Win Key + R), type cmd and press enter. As soon as the Command Prompt window pops up, type chkdsk and press enter. It might take a while for the utility to check your whole system.

1

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like