The start menu changed, I want to change it back

Wyser Martin 35 Reputation points
2026-01-24T21:43:36.8566667+00:00

I set the start menu to show only pinned items. It suddenly changed, it now shows all apps below the pinned items. I hate it. I want to change it back. How? Can I uninstall an update?

Windows for home | Windows 11 | Settings

Answer accepted by question author
Hendrix-V 19,035 Reputation points Microsoft External Staff Moderator
2026-01-25T02:44:13.6833333+00:00

Hi Wyser Martin,

Welcome to the Microsoft Q&A forum.

In Windows 11, the Start menu has a fixed structure: Pinned apps, All apps, and Recommendations. Over time, settings or feature updates can reset parts of the layout, which is why you may now see apps listed below the pinned section.

Here are the possible settings that you can try in this situation:

  • Open Settings > Personalization > Start
  • Set Layout to More pins
  • Turn off:
    • Show recently added apps
    • Show most used apps
    • Show recommendations for tips, shortcuts, new apps

The Start menu should now open with a larger pinned area and much less visual noise underneath.

Let me know if you need further assistance, feel free to ask me by clicking "Add Comment" or "Add Answer" if you cannot add comment so your response will be visible. Thanks for your effort.


Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

Was this answer helpful?

4 people found this answer helpful.

2 additional answers

Sort by: Most helpful
  1. NT 0 Reputation points
    2026-06-22T16:22:25.6933333+00:00
    1. press the key combo: Win + X
    2. in the box that opens, click Terminal (Admin) or press "A"
    3. accept the elevation request
    4. in the new window that opens, paste the following line and then hit Enter until it submits, and then wait for explorer to restart (30 seconds or so).

    reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer" /v NoStartMenuMorePrograms /t REG_DWORD /d 1 /f && taskkill /f /im explorer.exe && start explorer.exe

    This adds a registry key to disable the More Programs section completely, effectively bypassing this awkward GUI layout which doesn't quite fit, looks like it was stuffed in as an afterthought, and reduces the space available for Pins which was previously adjustable. Note that the All Apps section is completely disabled compared to the previous version which still showed a link to view all apps.

    To re-enable it while keeping the registry key around for future use, flip the 1 to a 0:

    reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer" /v NoStartMenuMorePrograms /t REG_DWORD /d 0 /f && taskkill /f /im explorer.exe && start explorer.exe

    Was this answer helpful?

    3 people found this answer helpful.
    0 comments No comments

  2. AI answer

    2026-01-24T21:43:44.8066667+00:00

    If your Start menu has changed to show all apps below the pinned items and you want to revert it to only show pinned items, you can use the Group Policy settings or the LayoutModification.json file to customize the Start menu layout. However, if you have already set it to show only pinned items and it reverted back, it may be due to a policy setting being reapplied or a Windows update that changed the configuration.

    To change it back:

    1. Using Group Policy: If you are on a Pro or Enterprise version of Windows, you can use the Group Policy Editor to enforce the Start menu layout. You can configure the policy to only show pinned items.
    2. Using LayoutModification.json: You can create or modify the LayoutModification.json file to specify the pinned items you want to show. This file can be used to customize the Start menu layout.
    3. Uninstalling an Update: If you suspect that a recent update caused the change, you can uninstall the update by going to Settings > Update & Security > Windows Update > View update history > Uninstall updates. However, this is not always recommended as it may affect system security and stability.

    Make sure to sign out and back in after making changes to see if they take effect.

    AI-generated content may be incorrect. Read our transparency notes for more information.

    Was this answer helpful?

    1 person found this answer helpful.

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.