I tried all of the above and the Search Box does not work. Mystery
SEARCH BOX NOT WORKING AFTER WINDOWS 11 UPDATE
After allowing update to Windows 11 25H2 OS Build 26200.7462 the Search Box does not work. I cant enter any text .If I click on the Blue window The large menu appears with the search box. But as soon as I click on the search box it closes the Menu. Please help
Windows for home | Windows 11 | Windows update
3 answers
Sort by: Most helpful
-
David-M 109.2K Reputation points Independent Advisor2025-12-15T11:56:08.5433333+00:00 Hi. I'm David, and I'm happy to help you.
I suggest doing the following:
I suggest you use the system file checker to repair possible corrupted or missing system files.
- Press "Ctrl + Shift + Esc" to open Task Manager;
- Select "Run new task";
- In the "Open" field, type
cmd, check "Create this task with administrative privileges", and click Ok; - Run the following commands at the Command Prompt one at a time:
dism.exe /online /cleanup-image /scanhealth dism.exe /online /cleanup-image /restorehealth dism.exe /online /cleanup-image /startcomponentcleanup sfc /scannowNote: Pay close attention to the results of the commands. This will help you determine whether the procedure was completed successfully or if there was a problem. If you encounter any problems, let me know the error message that was displayed.
- Restart the PC and see if the problem is resolved.
If the problem persists, follow the procedure below:
- Press "Ctrl + Shift + Esc" to open Task Manager;
- Select "Run new task";
- In the "Open" field, type
powershell, check "Create this task with administrative privileges", and click Ok; - Type or paste the following command and press Enter:
Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}Note: Several red warnings may appear when running this command. Ignore them. It's normal.
- Wait for the procedure to finish, restart the PC, and see if the problem is resolved.
If the problem persists, please let me know.
Feel free to ask back any questions.
-
Q&A Assist2025-12-15T11:22:44.1033333+00:00 AI generated content. This question contains an answer created with AI from Q&A Assist. Learn moreIf the search box is not working after the Windows 11 update, you can try the following solutions:
- Restart Windows Search: You can restart the Windows Search process by ending the
SearchHost.exeprocess in Task Manager. To do this:- Press
Ctrl + Alt + Deleteand select Task Manager. - Go to the Details tab.
- Right-click on SearchHost.exe and select End task. This will restart the search process the next time you try to search.
- Press
- Run the Search and Indexing Troubleshooter: This built-in troubleshooter can help identify and fix issues with Windows Search. You can run it by:
- Opening a Command Prompt and entering the command:
msdt.exe -ep WindowsHelp id SearchDiagnostic- Follow the prompts to detect and solve any problems.
- Check for Updates: Ensure that your Windows is fully updated. Go to Start > Settings > Update & Security > Windows Update and check for any available updates. Install them and restart your computer if necessary.
- Reset Windows Search: If the above methods do not work, you might need to reset Windows Search. You can do this using PowerShell:
- Open an elevated PowerShell window and run the following command:
Add-AppxPackage -Path "C:\Windows\SystemApps\MicrosoftWindows.Client.CBS_cw5n1h2txyewy\Appxmanifest.xml" -DisableDevelopmentMode -Register- Restart your computer afterward.
- Regenerate the Microsoft.Windows.Search Package AppData Folder: If the issue persists, you can regenerate the AppData folder related to Windows Search. This involves deleting specific folders and registry keys. Make sure to back up your registry before making any changes.
Try these steps to resolve the issue with the search box not working after the update.
- Restart Windows Search: You can restart the Windows Search process by ending the