If your Windows search bar is not working, you’re probably not looking at an isolated glitch. For a lot of people, the Windows key, the Start menu, the Wi-Fi flyout, and the search bar all freeze at the exact same time, and clicking any of them does nothing at all. For others it’s narrower: the icon has vanished from the taskbar, the bar opens fine but won’t accept typed text, or it opens and types but never returns a single result. Each version has a different root cause, which is why the same fix works for one person and does nothing for the next.
Last verified: September 2026, against Windows 10 22H2 and Windows 11 24H2/25H2 (KB5124008).
I ran into this exact problem myself, search froze without warning, then came back only to stop returning results at all, and went looking for a real answer instead of the usual “just restart your PC” advice. As a software testing engineer with 18+ years in manual and automation testing, I approached it the way I’d approach any bug report: isolate the symptom, test one change at a time, and confirm a fix actually holds up before writing it down. This guide is the result of that process.
Every fix in this guide was tested on Windows 10 22H2 and Windows 11 (24H2/25H2, including the September 2026 KB5124008 update) before publishing, so the menu paths and commands below reflect what’s actually on your screen today, not an older Windows version. We’ll keep this updated as Microsoft changes these settings.
This guide starts by helping you identify exactly which failure you have, then works through fixes in the order that matches it, from the 30-second checks to the deeper repairs.

Quick answer: Most of the time, a frozen or unresponsive Windows search bar is fixed by restarting the Windows Search service (
services.msc→ Windows Search → Restart) or ending the search process in Task Manager and restarting Explorer. If the icon itself has disappeared from the taskbar, check Taskbar settings instead of touching any service. If search opens but returns no results, the usual cause is a corrupted index, fixed by clicking Rebuild under Indexing Options > Advanced. Keep reading for the full diagnosis and 17 fixes by symptom.
- Windows Search Bar Not Working? Quick Diagnosis
- Did the September 2026 update change how search looks?
- Fast fixes to try first
- Fix the "I can type but nothing happens" problem
- Fix "won't open" and blank search windows
- Fix "no results" and incomplete search
- If SearchHost.exe (or SearchApp.exe) is using high CPU or keeps crashing
- If it started after a Windows update
- Deeper repairs for stubborn cases
- A few situations worth knowing about
- Need your files right now?
- How to stop it from happening again
- Bottom line
- Frequently Asked Questions (FAQs)
Windows Search Bar Not Working? Quick Diagnosis
Before touching any settings, confirm what’s actually broken. This table alone saves you from working through fixes that were never going to help your case.
| What you’re seeing | Likely cause | Jump to |
|---|---|---|
| Start button, search, and Wi-Fi icon all unresponsive together | Shell/UWP process hang | Fix 1, Fix 2 |
| Search icon or search box is missing from the taskbar entirely | Taskbar setting turned off | Fix 3 |
| Bar won’t open at all (icon is visible, nothing happens when clicked) | Explorer or shell issue | Fixes 1-2, 4 |
| Bar opens but is completely blank | Search process crashed | Fixes 1-2, 9 |
| Bar opens, but you can’t type anything into it | Text input service (ctfmon) is down | Fixes 6-7 |
| You can type, but no results ever come back | Corrupted or incomplete search index | Fixes 10-12 |
| SearchHost.exe (or SearchApp.exe) is using very high CPU or keeps crashing | Indexing overload, or a fake process | Fix 14 |
| It started right after a Windows update | Update-related bug | Fix 15 |
| Search is blocked or greyed out on a work/school PC | Group Policy or registry restriction | See the IT-managed PCs note |
Confirm it with Task Manager
If you’re not sure whether this is a search-only issue or a bigger shell freeze, open Task Manager (Ctrl + Shift + Esc), go to the Details tab, and look for the search process and StartMenuExperienceHost.exe. If either shows Not Responding, you’re dealing with a hung shell process, and Fixes 1 and 2 below are your starting point rather than anything deeper.
A quick note on the process name: the search UI process shows up under a few different names depending on your Windows build, SearchHost.exe on most Windows 11 installs, SearchApp.exe on some Windows 11 builds (this depends on how Search was last updated, via the Microsoft Store or a Windows Update), and SearchUI.exe on Windows 10. All three are the same legitimate process under different names, not something wrong on your end. Whichever one shows up in your Task Manager is the one to use in every fix below that references it.

You can also confirm this through Event Viewer: press Win + R, type eventvwr, and check Windows Logs > Application for an “Application Hang” error timestamped around when search stopped responding. This isn’t a fix, but it confirms you’re chasing the right problem before spending time on the wrong one.
Did the September 2026 update change how search looks?
Before assuming something’s broken, rule out a genuine Microsoft change.
Windows 11’s September 2026 Patch Tuesday update (KB5124008), for versions 24H2 and 25H2, gave Search a simplified home screen, clearer labeling of where each result comes from (app, setting, file, web, or Microsoft Store), a new toggle to turn off web and Store suggestions, and automatic indexing of your frequently used folders.
It also folds in the Bing/MSN/Copilot cleanup that first appeared in the optional KB5120998 update from August 2026, so local results no longer get mixed in with web ones.
If you’re on a Qualcomm-powered PC running Windows 11 26H1, the separate KB5124012 update also improved how search handles typos and partial names when looking for apps and settings.
If your results suddenly look different rather than not working at all, check Settings > Windows Update > Update history to see if one of these installed recently. That’s a change, not a bug.
If search has genuinely stopped responding, opening, or returning results, continue below.
Fast fixes to try first
1. End the search process, then restart Explorer
A plain restart of Explorer doesn’t always clear a fully hung search process. This two-step version works more often for a completely frozen search bar or Start menu.
- Press Ctrl + Shift + Esc to open Task Manager
- Go to the Details tab
- Find the search process,
SearchHost.exe,SearchApp.exe, orSearchUI.exeon Windows 10, right-click it, and select End task. Windows will relaunch it automatically the next time you search - Go back to the Details tab (or Processes), find
explorer.exe, right-click it, and select Restart

2. Restart the Windows Search service
Search on Windows 10 and 11 runs on a background service called WSearch. If it has stopped or isn’t set to start automatically, the search bar looks broken even though nothing else is wrong.
- Press Windows key + R, type
services.msc, and press Enter - Scroll to Windows Search
- Right-click it and choose Restart (or Start if it’s stopped)
- Right-click again, go to Properties, and set Startup type to Automatic
New to the Services console? We cover how to navigate it and what the different startup types mean in our Windows Services Manager guide.

3. Bring back a missing search icon or search box
If the search bar or magnifying-glass icon has vanished from the taskbar completely, rather than freezing or failing to respond, this is a display setting, not a broken process, and none of the service or process fixes above will touch it.
- Right-click an empty area of the taskbar
- Select Taskbar settings (Windows 11), then find the Search entry and set it to Search icon, Search box, or Search icon and label, whichever you had before
- On Windows 10, right-click the taskbar, hover over Search, and confirm Show search box or Show search icon is selected rather than Hidden

4. Try the Win + R keyboard reset
This small trick resets the keyboard input pipeline and fixes some frozen or unresponsive search bars instantly, without touching any services.
- Press Win + R to open the Run dialog
- Press Esc or click Cancel to close it without running anything
- Try the search bar again
5. Run the Search and Indexing troubleshooter
Windows ships a built-in tool that checks the most common causes automatically.
On Windows 11: Settings > System > Troubleshoot > Other troubleshooters > run Search and Indexing
On Windows 10: Settings > Update & Security > Troubleshoot > Additional troubleshooters > run Search and Indexing
If the troubleshooter is missing from Settings entirely (this happens on some Windows 11 builds), open Command Prompt and run:
msdt.exe -ep WindowsHelp id SearchDiagnostic

Fix the “I can type but nothing happens” problem
6. Restart ctfmon.exe
If the search box opens but ignores your keyboard, the culprit is almost always ctfmon.exe, the background process that handles text input, keyboard layout, and language services across Windows, including the search box.
- Press Windows key + R
- Type
ctfmon.exeand press Enter - Click into the search bar and test typing again
7. Make the ctfmon fix permanent
If ctfmon keeps getting disabled after every restart, add it to your Startup folder so it launches automatically every time.
- Press Win + R, type
shell:startup, and press Enter - Right-click inside the folder, select New > Shortcut
- Browse to
C:\Windows\System32\ctfmon.exe, name it “ctfmon,” and finish
8. Check your keyboard and language settings
If typing still fails, confirm it isn’t a keyboard-layout issue rather than a search issue. Open Notepad and test typing there. If that also fails, press Win + Space to cycle your keyboard layout or input language and try again.
Fix “won’t open” and blank search windows
9. Restart the Windows Font Cache service
A corrupted font cache can cause the search panel to open as an empty, unresponsive box.
- Press Win + R, type
services.msc, press Enter - Find Windows Font Cache Service
- Right-click and choose Stop, wait 10 seconds, then right-click and choose Start
- Test the search bar

Fix “no results” and incomplete search
10. Switch to Enhanced search mode and check indexed locations
Windows 11 has two indexing modes, and Classic mode only indexes a limited set of folders, which is a common cause of “search opens but finds nothing.”
- Go to Settings > Privacy & Security > Searching Windows
- Select Enhanced (Find My Files) instead of Classic
- Confirm the folders you actually use aren’t excluded from indexing
11. Check the File Types being indexed
If search finds apps and settings but not the contents of your documents, the file type may not be set to index its contents.
- Open Control Panel > Indexing Options > Advanced
- Go to the File Types tab
- Confirm the file types you search most (.docx, .xlsx, .pptx, .pdf, etc.) are set to Index Properties and File Contents
12. Rebuild the search index
Windows relies on a pre-built index rather than scanning your whole drive every time you search. When that index is corrupted, results come back empty or the bar stops responding.
- Open Control Panel > Indexing Options > Advanced
- Click Rebuild under Index Settings

If a straight rebuild doesn’t help, try the more thorough version: open Indexing Options, click Modify > Show all locations, uncheck every location, click OK, then go back into Advanced and rebuild with a clean slate before re-adding your folders.
This can take anywhere from a few minutes to a few hours depending on how much is on your drive, so let it run in the background.
13. Turn the Search feature off and back on with DISM
If the index rebuild doesn’t fix it, this goes a level deeper by resetting the Search feature itself rather than just its index.
- Open Windows Terminal as administrator (right-click Start and select it)
- Run:
dism /Online /Disable-Feature /FeatureName:"SearchEngine-Client-Package"
- Restart when prompted
- Once your PC is back, open Windows Terminal as administrator again and run:
dism /Online /Enable-Feature /FeatureName:"SearchEngine-Client-Package"
- Restart once more, then test the search bar
This resets Search closer to a factory state than a service restart or index rebuild, without going as far as a full PC reset.
Prefer PowerShell? You can re-register the Search app package directly instead of using DISM. Open PowerShell as administrator and run:
Get-AppxPackage -AllUsers *Microsoft.Windows.Search* | Reset-AppxPackage
If that command returns no results (some builds register Search under a different package name), run this broader version instead, which re-registers every built-in app including Search:
Get-AppxPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
Restart afterward and test the search bar.
If SearchHost.exe (or SearchApp.exe) is using high CPU or keeps crashing
14. Diagnose and fix a runaway or crashing search process
This is a distinct problem from search simply not opening, and it needs its own checklist.
- Wait it out first. If indexing just started (after a rebuild, a big file transfer, or a new drive), high CPU usage is often temporary. Check progress under Settings > Privacy & Security > Searching Windows
- Pause or narrow indexing. In Indexing Options, click Modify and remove folders you don’t need indexed, like large media libraries or backup drives
- Rebuild the index if pausing doesn’t help (see Fix 12)
- Update Windows and your drivers (see Fixes 15 and 16), since outdated drivers are a known contributor to search process instability
- Rule out malware. In Task Manager’s Details tab, right-click the search process (
SearchHost.exeorSearchApp.exe), select Open file location, and confirm it’s running fromC:\Windows\SystemApps. A copy running from anywhere else is not the real Windows process and should be scanned immediately with Windows Security > Virus & Threat Protection > Full scan

- Disable Windows Search as an absolute last resort, only if nothing above helps. Open services.msc, set Windows Search to Disabled, and click Stop. Note that this will slow down File Explorer and Start menu searches going forward, so it’s a stopgap, not a real fix
If it started after a Windows update
15. Uninstall the update that broke it, or catch up on pending ones
Search breaking usually points to one of two opposite situations, so check both.
If it broke right after installing an update, roll it back:
- Go to Settings > Windows Update > Update history
- Click Uninstall updates, find the recent one, and select Uninstall
If your device has been behind on updates for a while, catch it up instead:
- Go to Settings > Windows Update
- Click Check for updates and install everything available, then restart

16. Update your drivers
Outdated or mismatched drivers, especially for graphics, chipset, or input devices, can create UI-level instability that spills into core Windows services like Search.
- Open Device Manager (right-click the Start button and select it)
- Expand categories one at a time, right-click each device, and select Update driver
- Restart once finished
Deeper repairs for stubborn cases
17. Run SFC and DISM scans
If search is still broken after everything above, the cause may be damaged system files rather than a stuck service.
- Open Command Prompt as administrator
- Run
sfc /scannowand let it finish - Then run
DISM /Online /Cleanup-Image /RestoreHealth - Restart once both complete
Test with a new user account
This isn’t a fix by itself, it’s a diagnostic that tells you where the problem actually lives. Create a new local Windows account and check whether search works there.
- If it works on the new account, the problem is specific to your user profile, and the real fix is migrating your files to a new profile
- If it’s still broken there too, the issue is system-wide, and a full repair is your next step
Check for a permissions error on the index database
If you’ve rebuilt the index and it still won’t respond, Windows may be blocked from reading its own search index due to a corrupted permissions lock, an issue Microsoft has acknowledged on more recent Windows 11 builds. If you see an “incorrect permissions” error anywhere in the troubleshooter output, a full repair is generally faster than manually resetting file permissions.
Reset or repair Windows as a true last resort
- Go to Settings > System > Recovery
- Under Reset this PC, choose Reset PC
- Select Keep my files
This reloads Windows system files and search components from scratch without touching your personal files.
A few situations worth knowing about
Using Start11, StartAllBack, or a similar taskbar customizer? These tools intercept parts of the Windows shell the search bar depends on, and they’re an easy-to-miss cause of search breaking after an update to either Windows or the customizer. Try disabling it temporarily to see if search comes back.
Using a screen reader like NVDA or JAWS? Some updates have shipped with search behaving differently for screen reader users specifically. If the fast fixes don’t help, check for a pending update to your screen reader software, since these issues are often patched there rather than on the Windows side.
Working on a remote desktop or virtual machine (VDI/Azure Virtual Desktop)? Search issues here are usually tied to the host VM. Restart the host, confirm it’s fully updated, and run Fixes 1 and 2 above.
On a work or school PC managed by IT? Domain-joined and Intune/MDM-managed machines sometimes have search disabled or restricted through Group Policy, or a broken registry value under HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\Explorer. If none of the fixes above help and you’re on a managed device, check with your IT department before changing policy settings yourself, since GPO changes are often overwritten automatically the next time policy refreshes.
Need your files right now?
If you’re mid-task and can’t wait for a fix, File Explorer’s own search box in the top-right corner sometimes works independently of the taskbar search bar. For anything more, a free tool like Everything by voidtools can index and search your entire drive by filename almost instantly while you work through a permanent fix.
How to stop it from happening again
- Leave Windows Search set to Automatic startup rather than disabling it through “debloat” or optimization tools
- Install Windows updates promptly rather than letting several stack up, since larger jumps are more likely to disrupt search components
- Avoid disabling ctfmon.exe through system tweak tools, since it handles more than just search text input
- Keep drivers current, particularly graphics and chipset drivers, to avoid the UI instability that spills into search
Bottom line
Most cases of a Windows search bar not working come down to one of five things: a hung shell process, a toggled-off taskbar setting, a stopped background service, a corrupted index, or a recent update. Use the diagnosis table to jump straight to your symptom, confirm what’s actually happening in Task Manager before you start changing settings, and save the full system repair for when everything else has genuinely been ruled out.
This guide is reviewed and re-tested whenever Microsoft ships a Windows Search-related update. Last verified: September 2026, against Windows 10 22H2 and Windows 11 24H2/25H2 (KB5124008).
What’s new in this update: added a dedicated fix for a search icon or box that’s disappeared from the taskbar entirely (Fix 3), added a PowerShell alternative to the DISM reset (Fix 13), and clarified that the search process shows up as SearchHost.exe, SearchApp.exe, or SearchUI.exe depending on your build, not just one name.
Frequently Asked Questions (FAQs)
Why did the search icon disappear from my taskbar?
This is almost always a taskbar display setting rather than a crash, most often toggled accidentally during a taskbar customization or an update. Check Taskbar settings (Fix 3) and set Search back to icon or box.
Why is my Windows 11 search bar not working after an update?
Cumulative updates occasionally interfere with the Windows Search service or the ctfmon.exe text input process. Restarting the service (Fix 2) or rolling back the update (Fix 15) resolves most of these cases.
Why is my Windows 10 search not working even after a restart?
If a restart doesn’t help, the next most common cause is a stopped Windows Search service or a corrupted index. Work through Fixes 2, 10, and 12 in order.
How do I fix the search bar if I can’t type in it at all?
This is almost always the ctfmon.exe text input process. Restart it with Fix 6, and make it permanent with Fix 7 if it keeps happening.
Is SearchHost.exe (or SearchApp.exe) a virus?
Not normally, whichever name shows up in your Task Manager is a legitimate Windows process, just a different build labeling the same search UI component. But if Task Manager shows it running from anywhere other than C:\Windows\SystemApps, or it’s consuming unusually high CPU with no indexing in progress, run a full malware scan to be sure (see Fix 14).
Will rebuilding the Windows search index delete my files?
No. Rebuilding only recreates the search database. Your files stay exactly where they are; Windows simply re-catalogs them.
Is there a quick way to search my files if the search bar is completely broken?
Yes. File Explorer’s built-in search box works independently of the taskbar search bar in some failure cases, and free tools like Everything by voidtools can search your entire drive instantly while you fix the underlying issue.