Solved Can’t Type in Windows 10 Search bar – Best Fix and 5 Solutions

Fix unable to type in windows 10 search box, If the keyboard doesn’t work in the search bar of Windows 10, sometimes it’s not hardware-related.

Although the built-in search bar is useful for finding what you need quickly, sometimes Windows 10 does not recognize specific commands or queries in the text box and will instead search the internet.

The latest version of Windows 10, dubbed the 21H1 update, appears after you upgrade or install Windows 10 new.

Press the Win key. If the start menu opens but cannot type in the search bar, first use Ctrl + Shift + Esc to open Task Manager. Next open up your apps and processes tab, find “Start Menu” and right click on it and navigate to End task.

If a service like search isn’t working, or if you need to apply some Microsoft PowerShell commands, it can be helpful to contact support. Even in 2021, this error may be simple to fix by using a few tweaks in your settings.

Review – Can’t type in windows 10 search bar 2021

When you open the Task Manager and see a green leaf beside the Search process, it indicates that it is in installed mode. This UWP process is in this state so that it can improve system performance. search-process-suspended-windows-10 1

I was confused at first by the error’s cause, because I thought it might have been connected to my mistake. Later, after fixing what I’d messed up, I realized that this process was still in a suspended state.

So I’ve found that it doesn’t really have anything to do with this problem. The development team tends to overlook the product managers many times unless they specifically mention it.

Here in this guide, we will see different methods to solve the “can’t type in the Windows 10 search bar” issue. You can contact us at any time and give us a detailed explanation of the problem.

[Works] Best Solution – Start the Touch Keyboard and Handwriting Panel Service table-input-service-automatic-start-fix-cannot-type-in-windows-10-search-bar 2

In a different blog post, a lot of Windows 10 users commented that this solution worked for them.

However, if you do need to enable this service again some time in the future, you can simply create a batch file to run it on startup or interactively on a Windows 10 machine.

  1. Press the Win + R Keys and type services.msc.
  2. The Services window will open. Click on the Standard tab.
  3. Check the Touch Keyboard and Handwriting Panel Service.
  4. If it’s stopped, right-click and Start. You can also stop and restart if required. Create a batch file with the following commands

net stop TabletInputService
net start TabletInputService

  1. Double-click and set the Startup type to Automatic.

If you are unable to type in the search box on Microsoft Windows 10, or if your computer is behaving unusually slow or not working like it should at all, then this video might help.

Watch now, and we’ll take you through the steps of troubleshooting.

Solution #1 – Run the Search and Indexing Troubleshooter

  • Open the Settings app from Start Menu.
  • Click on Update & Security > Troubleshoot > Additional Troubleshooters. additional-troubleshooters-update-and-security-windows-10 3
  • Scroll through to find Search and Indexing.
  • Click on it and Run the troubleshooter. search-and-indexing-troubleshooter-windows-10 4
  • In the next window, the following options are available related to your errors.

 

  • Can’t start a search or see results
  • Files, Folders, apps, or settings don’t appear in the results
  • Outlook search doesn’t return results
  • Search or indexing is slow
  • My problem isn’t listed above. (Please describe the next page)

 

  • Select the first option and click on Next.
  • The troubleshooting tool will process and will give a solution.
  • You can see a green marksaying that the problem is fixed.
  • If you are still unable to type in the search bar, try the above troubleshoot tool again.

Solution #2 – Run the CTFMON process

  • Go to the following path in File Explorer – C:\Windows\system32\
  • Open the file – exe
  • Type something in the Windows 10 search box. open-ctfmon-process-windows-10 5

If this solution works, then it means CTFMON is not running on your computer. It is a temporary solution.

Every time you reboot your computer, Fix unable to type in windows 10 search box you have to open this file again.

It’s frustrating to do the same thing again and again. Here’s a permanent solution you can use.

Solution #3 – Enable the MsCtf Monitor Task

  • Press Win + Rkeys together to open the run dialog.
  • Type msc. The Task Scheduler window will open.
  • Navigate to the following path on the left – Microsoft > Windows > TextServicesFramework
  • On the right side, you should see a task – MsCtfMonitor
  • Right-click and enable it.

Note: In case that task doesn’t exist create it as below. create-msctfmonitor-task-unable-to-type-windows-10-search-bar-fix 6

It will permanently solve the error that has been causing you to be unable to type into the search bar in Windows 10.

Solution #4 – Applying PowerShell commands

Although this isn’t something I would recommend to others, if you are an older user of Windows 10, it may help you get acquainted with the recent upgrade.

  • Right-click the Startbutton and click on Windows Powershell (Admin).
  • Copy and paste the following key in the command prompt.

You have try the code given below:

$manifest = (Get-AppxPackage Microsoft.WindowsStore).InstallLocation + ‘\AppxManifest.xml’ ; Add-AppxPackage -DisableDevelopmentMode -Register $manifest

  • Check the Windows 10 search box. If you can type, then this fix worked for you.

Otherwise, try these commands.

PowerShell -ExecutionPolicy Unrestricted

Get-AppXPackage -AllUsers |Where-Object {$_.InstallLocation -like “*SystemApps*”} | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}

If you can’t type in the search box, you may have accidentally deleted it.

Solution #5 – Restart Windows Explorer process

  • Press Ctrl + Alt + Del keys together and open the Task Manager.
  • Click on More details.
  • Click on the Process tab.
  • Under Apps, you can see the Windows Explorer process.
  • Right-click it and Restart. restart-file-explorer-windows-10 7

This should fix the problem. Restarting File Explorer may be needed when Windows encounters a problem.

Leave a Comment