Fix Windows 11 Start Menu Search Not Finding Apps
Solve Windows 11 Start search problems when apps do not appear, and use Kudu to reduce indexing and app cache issues.
By the Kudu Team
Fix this automatically with Kudu
Run a free system scan to detect and resolve this issue automatically — no manual steps required.
Download Kudu Free →What Causes This?
When Start Menu search in Windows 11 stops finding apps, the problem is usually tied to a broken search index, a stuck SearchHost or Explorer process, or corrupted app registration data. It can also happen after a Windows update, when indexing is disabled, or when the Start menu cache is out of sync with installed programs. In some cases, the app is installed correctly, but Windows is not refreshing its search database properly.
Common Symptoms
- You type an app name in Start, but nothing appears
- Installed apps show up in Settings but not in Start search
- Search works for files or web results, but not desktop apps
- Start search is slow, blank, or freezes when typing
- Recently installed apps do not appear in results
How to Fix It Manually
-
Restart Windows Search and Explorer
- Open Task Manager with Ctrl+Shift+Esc
- In the Processes tab, find Windows Explorer
- Right-click it and choose Restart
- Then switch to the Details tab
- Find SearchHost.exe or SearchApp.exe
- Right-click it and choose End task
- Open Start and try searching again. Windows will restart the search process automatically.
-
Run the Search and Indexing troubleshooter
- Press Windows + I to open Settings
- Go to System > Troubleshoot > Other troubleshooters
- Find Search and Indexing and click Run
- Choose the problem that matches what you see, such as Files don't appear in search results
- Let Windows apply any recommended fixes, then test Start search again
-
Rebuild the search index
- Press Windows + S, type indexing options, and open Indexing Options
- Click Advanced
- Under Troubleshooting, click Rebuild
- Click OK to confirm
- Wait for indexing to finish. This can take a while depending on your PC and number of files
- Restart your PC and check whether apps now appear in Start search
-
Make sure Windows Search service is running
- Press Windows + R, type services.msc, and press Enter
- Scroll down to Windows Search
- Double-click it
- Set Startup type to Automatic (Delayed Start)
- If the service is stopped, click Start
- Click Apply, then OK
-
Re-register Start menu and built-in app components
- Right-click Start and choose Windows Terminal (Admin) or PowerShell (Admin)
- Paste this command and press Enter:
Get-AppxPackage -AllUsers Microsoft.Windows.StartMenuExperienceHost | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"} - Then run:
Get-AppxPackage -AllUsers Microsoft.Windows.Search | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"} - Restart your PC after both commands finish
-
Check for system file corruption
- Open Windows Terminal (Admin)
- Run this command:
sfc /scannow - After it completes, run:
DISM /Online /Cleanup-Image /RestoreHealth - Restart your PC and test Start search again
Fix It Automatically with Kudu
Kudu can detect common Windows 11 search problems automatically, including broken indexing settings, stuck search services, Start menu cache issues, and app registration problems. Instead of checking each Windows component by hand, you can run Kudu to repair the issue faster and reduce the background clutter that often causes search and indexing trouble.
Fix this automatically with Kudu
Run a free system scan to detect and resolve this issue automatically — no manual steps required.
Download Kudu Free →Related guides
How to Disable Web Search in the Windows 11 Start Menu
Turn off Bing and web results in the Windows 11 Start menu, and use Kudu to help streamline search-related overhead.
How to Disable Windows 11 Start Menu Recommended Section and Ads
Remove Recommended items and promotional content from the Windows 11 Start menu, while Kudu helps streamline the system.
How to Fix Windows 11 Start Menu Not Opening
Repair a Windows 11 Start menu that will not open or respond, and use Kudu to clear system junk that may contribute.
How to Fix Windows 11 Start Menu Slow or Freezing
Speed up a sluggish or freezing Windows 11 Start menu, and let Kudu help remove background clutter affecting responsiveness.