Share via

SEARCH BOX NOT WORKING AFTER WINDOWS 11 UPDATE

Roly Tk 0 Reputation points
2025-12-15T11:22:30.25+00:00

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
  1. Roly Tk 0 Reputation points
    2025-12-18T17:00:45.62+00:00

    I tried all of the above and the Search Box does not work. Mystery


  2. David-M 109.2K Reputation points Independent Advisor
    2025-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.

    1. Press "Ctrl + Shift + Esc" to open Task Manager;
    2. Select "Run new task";
    3. In the "Open" field, type cmd, check "Create this task with administrative privileges", and click Ok;
    4. 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 /scannow
    

    Note: 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.

    1. Restart the PC and see if the problem is resolved.

    If the problem persists, follow the procedure below:

    1. Press "Ctrl + Shift + Esc" to open Task Manager;
    2. Select "Run new task";
    3. In the "Open" field, type powershell, check "Create this task with administrative privileges", and click Ok;
    4. 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.

    1. 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.


  3. Q&A Assist
    2025-12-15T11:22:44.1033333+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    If the search box is not working after the Windows 11 update, you can try the following solutions:

    1. Restart Windows Search: You can restart the Windows Search process by ending the SearchHost.exe process in Task Manager. To do this:
      • Press Ctrl + Alt + Delete and 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.
    2. 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.
    3. 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.
    4. 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.
    5. 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.

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.