Fixed: Cannot Type in Windows 10/11 Search Bar
We are accustomed to search the needed applications or programs in the search bar for quick access. However, there can be incidents that the search bar become malfunctioned, making us unable to type and paste anything in it. As a result, it is more inconvenient when we want to launch a program in a hurry. If you are experiencing the same search bar issue, don't worry about it. In this post, we will share some easy fixes on how to fix Windows search bar not typing.
1. Run ctfmon.exe using run command
Step 1: Press Windows+R to open Run dialog.
Step 2: Copy and paste C:\Windows\system32\ctfmon.exe in the open box and press Enter to run ctfmon.exe back to the language bar.
After the above steps, type what you want to search in the search bar again and check if the problem is fixed. If the issue still exists, follow these instructions:
Step 1: Type cmd in the Run box and press Shift + Ctrl + Enter to open Command Prompt with administrative privileges.
Step 2: Copy-paste below command and press Enter to execute it.
REG ADD HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run /v ctfmon /t REG_SZ /d CTFMON.EXE
Step 3: Reboot your system and see if the issue is solved.
2. Using PowerShell
Step 1: Press Ctrl+Shift+Esc to open Task Manager.
Step 2: Choose File option and select Run new task.
Step 3: Type powershell in the box and check Create this task with administrative privileges option. Then click OK.
Step 4: In the PowerShell window, type the following command and hit Enter to launch it.
$manifest = (Get-AppxPackage Microsoft.WindowsStore).InstallLocation +
'\AppxManifest.xml' ; Add-AppxPackage -DisableDevelopmentMode -Register$manifest
Step 5: Close Powershell window and restart your PC.
3. Using Command Prompt
Step 1: Open Run dialog and type cmd in the text box. Then press Shift + Ctrl + Enter to open Command Prompt with administrative privileges.
Step 2: Enter the below code in Command Prompt and hit Enter.
PowerShell -ExecutionPolicy Unrestricted
Step 3: After the execution of the first code, copy and paste the following command and then press Enter.
Get-AppXPackage -AllUsers |Where-Object {$_.InstallLocation -like
"*SystemApps*"} | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register"$($_.InstallLocation)AppXManifest.xml"}
Step 4: Reboot your PC.
4. Using Registry Editor
Step 1: Press Windows+R and type regedit in the open box. Then click OK to open Registry Editor.
Step 2: Navigate to the given below path:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows Search
Step 3: In the right pane, locate an entry named SetupCompletedSuccessfully and double-click on it. Then set its value data from 1 to 0.
Step 4: Restart your computer.
5. Restart Cortana
Step 1: Press Ctrl+Shift+Esc to open Task Manager.
Step 2: Choose Processes tab and locate Cortana. Then click End task.
Step 3: Close Task Manger and click on the search bar to restart Cortana.