Share via

Where is the search feature of Microsoft Store ? how can I find and install an app from it !

Anonymous
2023-11-10T14:12:56+00:00

Hi, Where is the search feature of Microsoft Store ? how can I find and install an app from it there is no way to search.

Here you can see how it looks like (restarting the PC does not help) :

Windows for home | Windows 11 | Microsoft Store

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

18 answers

Sort by: Most helpful
  1. Anonymous
    2023-11-10T16:14:19+00:00

    I am having the same problem. I think there is a big bug where the search bar is not showing up anymore. Here is my window:

    Image

    Yes I am having this exact issue.

    3 people found this answer helpful.
    0 comments No comments
  2. Anonymous
    2023-11-10T16:06:35+00:00

    I am having the same problem. I think there is a big bug where the search bar is not showing up anymore. Here is my window:

    2 people found this answer helpful.
    0 comments No comments
  3. Anonymous
    2023-11-10T16:46:20+00:00

    I just reinstalled Windows 11 today, November 10, 2023. I'm missing the search box. When I enter the commands you posted in powershell, I get a lot of error messages. It doesn't fix the problem.

    1 person found this answer helpful.
    0 comments No comments
  4. Anonymous
    2023-11-10T14:51:12+00:00

    This is what you should see.

    Did you click on the Apps icon?

    1 person found this answer helpful.
    0 comments No comments
  5. DaveM121 869K Reputation points Independent Advisor
    2023-11-10T14:45:19+00:00

    Hi, I am Dave, I will help you with this.

    The search box should be on the top bar to the right of the 'Microsoft Store' text.

    Try this method to re-install the Store app.

    Open PowerShell as Administrator, then run this command and press Enter:

    Get-AppXPackage | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}

    When that completes, run this command and press Enter:

    Get-AppxPackage -allusers Microsoft.WindowsStore | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}

    Close PowerShell when that completes, then restart (not shut down) your PC.

    1 person found this answer helpful.
    0 comments No comments