Fix: Can’t Right Click on Windows Taskbar Icons

Some users have been experiencing a very peculiar Windows 10 behavior after upgrading from an older version (Windows 7 or Windows 8) or after applying the KB4034674 Windows Update. Users encountering this bug complain that they are unable to right-click on any Taskbar icon.

While for some users this behavior seems to only happen from time to time, other users are reporting that they completely lost the ability to right-click anything on their taskbar. However, all users are reporting that the left-click functionality still works.

If you’re currently struggling with the same kind of issue, the following methods might be of help. We have managed to identify a few potential solutions that have been confirmed to work by several users struggling with the same type of problem.

Method 1: Applying the latest Windows 10 updates

Because this bug is fairly old, Microsoft has already addressed it via several cumulative updates so far. Sadly, users still report encountering this bug even on Windows 10 computers with the latest updates already applied.

However, If you’re looking for a permanent fix, this is definitely your best shot. Make sure your Windows 10 is updated by opening a Run window (Windows key + R), typing “control update” and hitting Enter.

In the Windows Update screen, click on Check for updates and follow the on-screen prompts to apply all of WU’s pending updates. Once all updates have been installed, reboot your computer once again and see whether you regain the right-click functionality in your Taskbar. If you don’t, move down to the method right below.

Method 2: Using Shift + right-click

Some users have reported that holding the Shift key while right-clicking an icon in the taskbar. But keep in mind that even if this method works, it should be considered a workaround rather than a fix.

If you’re looking for a more lasting fix, continue with the other methods below.

Method 3: Restart the Windows Explorer service via Task Manager

Some users have managed to resolve the issue by promptly restarting the Windows Explorer process. While most users have reported this fix to be effective, some have said it doesn’t produce any effect.

However, it’s certainly worth a try, here’s a quick guide to doing this.

  1. Press Ctrl + Shift + Esc to open up Task Manager.
  2. In Task Manager, locate the Windows Explorer process, right-click on it and choose Restart.
  3. See whether the fix was effective by right-clicking an icon on your taskbar.

Method 4: Restarting the Tile Data model server from the Services screen

Some users have found that restarting the Tile Data model server service manages to restore this functionality. However, others have found that even this fix is only temporary as the old, bugged behavior might soon return.

Here’s a quick guide to restarting the Tile Data model server in order to restore the right-clicking ability:

  1. Press Windows Key + R to open up a Run command. Then, type “services.msc” and hit Enter to open the Services window.
  2. In the Services window, scroll through the Local Services list and locate Tile Data model server.
  3. Right-click on Tile Data model server and choose Restart, then wait for the service to be restarted.
  4. Go ahead and right-click anything in your taskbar to see if the fix has been effective.

If you’re still without a fix, continue with the other methods below.

Method 5: Removing any malware from your system

As some users have pointed out, this particular issue can also be caused by a virus. Users that faced this kind of problem reported that the infection made the start menu and any taskbar icon inaccessible.

If you’re suspecting that the issue is caused by a malware infection, we strongly recommend that you scan your system with a powerful malware remove. You can use Microsoft’s Safety Scanner for this, or better yet, follow ours in-depth article (here) on using Malwarebytes to clean your system of any Malware infection.

Method 6: Using a System Restore point

Some users have reported managing to fix the problem after reverting to a previous system restore point in which the right-click functionality within the taskbar was functioning properly.

A system restore point is a Windows feature that allows users to revert the entire computer state to that of a previous point in time. If you have the right system restore point, you can use this feature to revert your computer to a state where the right-click functionality was functioning properly. Here’s a quick guide to doing this:

  1. Press Windows key + R to open a Run command. Type “rstrui” and hit Enter to open the System Restore wizard.
  2. Hit Next at the first prompt, then check the box associated with Show more restore points.
  3. Select a restore point that was created before you started to experience the bug and hit the Next button again.
  4. Hit Finish to start the restoring process.

In the event that you’re unable to find an acceptable restore point, the only other acceptable method that will enable you to fix this abnormal behavior is to perform a clean reset. To do this, open a Run window (Windows key + R), type “ms-settings:recovery” and hit Enter to open the Recovery window. Then, hit the Get started button and follow the instructions to reset your PC.

Method 7: Using Command

Sometimes,  a simple command that reconfigures some system settings can help you in fixing this issue on your computer. Therefore, in this step, we will be executing a command inside the PowerShell to fix this issue on your computer. For that:

  1. Press “Windows” + “R” to open the Run prompt.
    Opening Run Prompt
  2. Type in “Powershell” and press “Shift” + “Ctrl” + “Enter” to provide admin privileges.
  3. Type in the following command and press “Enter” to execute it.
    Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
  4. After the command has been executed, check to see if the issue still persists.
ABOUT THE AUTHOR

Kevin Arrows


Kevin Arrows is a highly experienced and knowledgeable technology specialist with over a decade of industry experience. He holds a Microsoft Certified Technology Specialist (MCTS) certification and has a deep passion for staying up-to-date on the latest tech developments. Kevin has written extensively on a wide range of tech-related topics, showcasing his expertise and knowledge in areas such as software development, cybersecurity, and cloud computing. His contributions to the tech field have been widely recognized and respected by his peers, and he is highly regarded for his ability to explain complex technical concepts in a clear and concise manner.

Comments

13
    RA
    RAFATX Jun 3, 2020

    I am suffering with this problem now. I often have many windows open. In general, it usually affects some window and not others – although it is particularly fond of file explorer windows. Usually, when you bring the mouse pointer over a taskbar icon, it will show you the window, but click on the icon won’t bring up that window. Sometimes (but not always) you can get to where you want to go by clicking on “task view” to see a bunch of larger clickable choices spread around screen(s) – I have two screens. I have considered trying “reimage plus” but I fear turning a program loose which may make massive changes to my system. I would feel better about that if it just told me which code it thinks have been corrupted rather than changing everything it thinks is wrong.I especially fear that because there are so many differences between computers – maintenance levels, pro vs home, active options, installed software, etc. My two primary systems both run Windows 10 Home, but are very different in some ways. The difference is that my laptop had Windows 10 preinstalled; my other computer was upgraded from Windows 7 using the Microsoft “free” upgrade.

      SW
      Shane Warren Author Jun 5, 2020

      I understand your predicament you can try to perform an SFC scan a CHkdisk scan and a DISM scan to rule out any registry/driver corruption issues. If that doesn’t work, you can switch back to a restore point earlier than the date of issue

    AM
    Anh Hoàng Mai Aug 10, 2020

    Step 1: Open powershell as admin.Step 2: Copy and paste the command given below and hit enter key to execute it:Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)AppXManifest.xml”}Ignore warning and errors and let the program execute.Once done, try right clicking on the start menu again. It will be fixed for sure.

    Reply
      SW
      Shane Warren Author Aug 11, 2020

      Thank you for sharing, we have added it to the article as well.

      CM
      cmc Oct 19, 2021

      Didn’t work.

        MZ
        Muhammad Zubyan Author Oct 20, 2021

        Try opening Command Prompt as an administrator and put this following command:-reg add HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionImmersiveShellLauncher /v UseExperience /t REG_DWORD /d 0

        Reply
      CH
      Chris Mar 31, 2022

      No dice

    TE
    Tempex Jun 28, 2021

    After using the powershell method and restart explorer method it still wasn’t working, then I realized I had something called StartisBack installed, it customizes the taskbar. After installing it my taskbar was working just fine again!

      ST
      Steve Jul 29, 2021

      Thank you! I had the same problem… for me checking for updates in StartIsBack solved the problem. I’m guessing a Windows Update borked that app’s functionality somewhere along the line.

      Reply
    TD
    TTK Digital Jul 16, 2021

    Kevin, I just wanted to let you know that you are an absolute internet STAR mate. I have been trying to fight W10 for 2 weeks because it either wanted to use up my C drive (and when it is 250GB in size this is absolutely ridiculous). I have had to move my AppData folders and Outlook wouldn’t work, my Teams didnt work etc etc and I was trying to sort one item at a time. It turns out your Method 7 not only cured my right click problem but it also cured all of the others!!!
    Thankyou so much 😉

    HA
    HarryAudus Nov 10, 2021

    Thanks Kevin. Method 7 fixed it. (God knows what else it did.) Take a pay rise.

    LN
    Leo Nick Nov 15, 2021

    Method # 7 worked for me, thanks

      SE
      se123 Sep 30, 2022

      # 7 worked for me as well

Need Help? From $35
Still stuck? Get expert help