Can’t type in Windows 10 search bar

After I updated to Windows 10 the search box on the taskbar was working.

A few days later I discovered that I couldn’t search anything from this box.

If you have fixed this or know how to fix please share your knowledge as I rely on the search box.

-AnonymousFellow

  • Do you receive any error code/message?
  • Is there are any update pending or failed to install?

If any of these functions like Start Menu, Settings, Search, Cortana, Microsoft Edge, Action Center and other Windows components are not responding, follow these below methods and check if it helps: 

Method 1:

  • Press Windows + X keys on the keyboard, select Command prompt (admin).
  • Enter the below commands one by one and hit Enter key. PowerShell -ExecutionPolicy Unrestricted
  • It will open the PowerShell window.
  • Now enter the below command and hit Enter key. Get-AppXPackage -AllUsers |Where-Object {$_.InstallLocation -like “*SystemApps*”} | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}

If the issue still persist, follow the below method.

Method 2:

  • Open the Task manager.  Here’s a tip:  Press CTRL+Shift+ESC.
  • Click File > Run New Task
  • Make sure you have a check mark beside “Create this task with administrative privileges”
  • Type Powershell
  • Type the following in the Powershell prompt:
    $manifest = (Get-AppxPackage Microsoft.WindowsStore).InstallLocation + ‘\AppxManifest.xml’ ; Add-AppxPackage -DisableDevelopmentMode -Register $manifest
  • Close the Powershell window
  • Reboot the computer and check if it helps.

Hope it helps.

Let us know the status, we are glad to assist you further.

Hello guys and search for a solution for this problem and its was the simple of things.

I don´t know why it works but try it and tell if it works for you guys too.

  1. Press Win + R (to open Run )
  2. copy paste and press enter to run this program. “C:\Windows\system32\ctfmon.exe”. it brings back the language bar and for me it allowed me to type in windows search, start menu and WINDOWS 10 apps again

I think it is due to missing Language bar or some think like that.

But when you restart it may stopped working again, just create a task to run this program every time you start the windows and your good to go.

Leave a Reply