10 Solutions to Fix Windows 10/11 Search Bar Not Working
The search bar in Windows 10 and 11 allows you to easily find files, apps, settings, and more on your computer.
However, many users encounter a frustrating issue where they are unable to type anything into the search bar.
Here are 10 methods to fix the Windows search bar not letting you type:
1. Restart the Windows Explorer and Cortana Processes

The search feature relies on the Windows Explorer and Cortana processes running properly in the background. Try restarting both processes:
- Press Ctrl + Shift + Esc to open Task Manager
- Right-click on Windows Explorer and select “Restart”
- Right-click on Cortana and select “End Task”
- Close Task Manager and reopen Cortana
2. Configure the Windows Search Service
An issue with the Windows Search service itself can prevent typing. You can configure the service:
- Press Windows key + R, type “services.msc”, press Enter
- Locate “Windows Search” service, right-click and select “Restart”
- Close the Services window
3. Run the Search and Indexing Troubleshooter
Windows includes a built-in troubleshooting utility for search issues. Run it:
- Open Settings > Troubleshoot > Other Troubleshooters
- Select “Search and Indexing” and click “Run”
- Select “Can't start a search” and click “Next”
- Follow prompts and restart your PC
4. Rebuild the Search Index
A damaged search index can lead to search problems. Rebuilding the index may help:
- Press Windows key + R, type “control /name Microsoft.IndexingOptions”, press Enter
- Click “Advanced” > Troubleshooting > “Rebuild”
- Click OK to confirm and let it rebuild the index
5. Manually Execute CTFMON Process
The CTFMON process handles typing and speech input. If it's not running, manually launch it:
- Press Windows key + R, type “ctfmon.exe”, press Enter
- This will execute ctfmon invisibly; check if you can type now
6. Run SFC and DISM Scans
System file corruption can prevent typing. Run scans to fix files:
- Open Command Prompt as admin
- Type “DISM /Online /Cleanup-Image /RestoreHealth”
- Type “sfc /scannow”
- Restart your PC after scans complete
7. Re-register All System Apps
A glitch with a system app like Search can cause issues. Re-register all system apps:
- Press Windows key + R, type “powershell”, press Ctrl + Shift + Enter
- Paste command: “Get-AppXPackage -AllUsers | Where {$_.InstallLocation -like \”*SystemApps*”} | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}”
- Press Enter, then close PowerShell
8. Reinstall the Cortana App

Since Cortana powers Windows Search, reinstalling the app may resolve typing issues:
- Open an admin PowerShell prompt
- Type: “Get-AppXPackage -Name Microsoft.Windows.Cortana | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}”
- Press Enter, restart your PC
9. Use System Restore
Revert to an earlier restore point when search was working correctly:
- Press Windows key + R, type “rstrui”, press Enter
- Click “Next”, select restore point, follow prompts
- Your PC will restart to complete restoration
10. Install Microsoft PowerToys
If nothing else has worked, install PowerToys for its alternative search bar:
- Download and install PowerToys from Microsoft Store
- Enable the PowerToys “Search” module
- Use the new search bar that it adds to Windows
The PowerToys search bar provides additional capabilities lacking in the default Windows search.
By trying these 10 troubleshooting solutions, you should be able to resolve the issue of not being able to type into the search box on Windows 10 or 11.
The most common fixes involve restarting key processes like Windows Explorer and Cortana, running SFC/DISM scans to repair system file corruption, re-registering system apps that may have become unstable, or reverting to a previous restore point.
If all else fails, installing the Microsoft PowerToys utility will provide an enhanced search bar with expanded capabilities to replace the default search functionality in Windows.
With persistent troubleshooting, you can get the crucial search feature back up and running.

Jim's passion for Apple products ignited in 2007 when Steve Jobs introduced the first iPhone. This was a canon event in his life. Noticing a lack of iPad-focused content that is easy to understand even for “tech-noob”, he decided to create Tabletmonkeys in 2011.
Jim continues to share his expertise and passion for tablets, helping his audience as much as he can with his motto “One Swipe at a Time!”