Personalization Add or Remove Recently Added apps on Start Menu in Windows 11

  • Thread starter Thread starter Brink
  • Start date Published: Start date Updated Updated:
  • Tags Tags
    start menu

Start_banner.png

This tutorial will show you how to add or remove recently added apps on the Start menu Recommended section for your account or all users in Windows 11.

The Start menu is comprised of three sections: Pinned, All apps, and Recommended.

The Start menu contains shortcuts of all your apps, settings, and files.

The Recommended section on the Start menu shows a list of your recently installed apps (aka: "Recently added") and recently opened items.

Starting with Windows 11 build 23575.1001 (Dev) and build 22635.3140 (Beta), Microsoft is trying out grouping recently added apps on your PC into a folder under the Recommended section of Start with some Windows Insiders in the Dev Channel.


Contents

  • Option One: Remove Specific App from Recently Added List on Start Menu for Current User
  • Option Two: Turn On or Off Show Recently Added Apps on Start Menu for Current User in Settings
  • Option Three: Turn On or Off Show Recently Added Apps on Start Menu for Current User using REG file
  • Option Four: Enable or Disable Show Recently Added Apps on Start Menu for All or Specific Users in Local Group Policy Editor
  • Option Five: Enable or Disable Show Recently Added Apps on Start Menu for All Users using REG file


EXAMPLE: "Recently added" apps list on Start menu

Recently_added_apps_Start_Menu-1.jpg
Recently_added_apps_Start_Menu-2.jpg
Grouping_recently_added_apps_on_Start_under_Recommended_section.png





Option One

Remove Specific App from Recently Added List on Start Menu for Current User


1 Open the Start menu :win:. (see screenshots below)

2 Perform one of the following actions:
  • Under Recommended, right click on a Recently added app you want to remove, and click/tap on Remove from list.
  • Click/tap on the More button under Recommended, right click on a Recently added app you want to remove, and click/tap on Remove from list.
Remove_Recently_added_apps_Start_Menu-1.jpg
Remove_Recently_added_apps_Start_Menu-2.jpg





Option Two

Turn On or Off Show Recently Added Apps on Start Menu for Current User in Settings


Starting with Windows 11 build 26120.3671 (Beta 24H2) and build 26200.5518 (Dev), turning off Show recently added apps will now hide recommendations.


1 Open Settings (Win+I).

2 Click/tap on Personalization on the left side, and click/tap on Start on the right side. (see screenshot below)

Recently_added_apps_Start_Menu_Settings-1.png

3 Turn On (default) or Off Show recently added apps for what you want on the right side. (see screenshot below)

Recently_added_apps_Start_Menu_Settings-2.png

4 You can now close Settings if you like.




Option Three

Turn On or Off Show Recently Added Apps on Start Menu for Current User using REG file


1 Do step 2 (on) or step 3 (off) below for what you want.


 2. Turn On "Show recently added apps" on Start Menu for Current User

This is the default setting.


A) Click/tap on the Download button below to download the file below, and go to step 4 below.​

Turn_ON_Show_recently_added_apps_on_Start_for_current_user.reg


(Contents of REG file for reference)
Code:
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Start]
"ShowRecentList"=dword:00000001


 3. Turn Off "Show recently added apps" on Start Menu for Current User

A) Click/tap on the Download button below to download the file below, and go to step 4 below.​

Turn_OFF_Show_recently_added_apps_on_Start_for_current_user.reg


(Contents of REG file for reference)
Code:
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Start]
"ShowRecentList"=dword:00000000

4 Save the .reg file to your desktop.

5 Double click/tap on the downloaded .reg file to merge it.

6 When prompted, click/tap on Run, Yes (UAC), Yes, and OK to approve the merge.

7 You could now delete the downloaded .reg file if you like.




Option Four

Enable or Disable Show Recently Added Apps on Start Menu for All or Specific Users in Local Group Policy Editor


You must be signed in as an administrator to use this option.

The Local Group Policy Editor is only available in the Windows 11 Pro, Enterprise, and Education editions.

All editions can use Option Five to configure the same policy.


1 Open the all users, specific users or groups, or all users except administrators Local Group Policy Editor for how you want this policy applied.

2 Navigate to the policy location below you want in the left pane of the Local Group Policy Editor. (see screenshot below)

(All users)​
Computer Configuration > Administrative Templates > Start Menu and Taskbar

OR​

(Specific user or group)​
User Configuration > Administrative Templates > Start Menu and Taskbar

Show_recently_added_apps_gpedit-1.png

3 In the right pane of Start Menu and Taskbar in the Local Group Policy Editor, double click/tap on the Remove "Recently added" list from Start Menu policy to edit it. (see screenshot above)

4 Do step 5 (enable) or step 6 (disable) below for what you want.

5 Enable Show Recently Added Apps on Start Menu

This is the default setting to allow users to use Option One, Option Two, and Option Three.


A) Select (dot) Not Configured. (see screenshot below)​

B) Click/tap on OK, and go to step 7.​

Show_recently_added_apps_gpedit-2.png

6 Disable Show Recently Added Apps on Start Menu

This will disable and prevent users from using Option One, Option Two, and Option Three.


A) Select (dot) Enabled. (see screenshot below)​

B) Click/tap on OK, and go to step 7.​

Show_recently_added_apps_gpedit-3.png

7 You can now close the Local Group Policy Editor if you like.




Option Five

Enable or Disable Show Recently Added Apps on Start Menu for All Users using REG file


You must be signed in as an administrator to use this option.


1 Do step 2 (enable) or step 3 (disable) below for what you would like to do.

2 Enable Show Recently Added Apps on Start Menu for All Users

This is the default setting to allow users to use Option One, Option Two, and Option Three.


A) Click/tap on the Download button below to download the file below, and go to step 4 below.​

Enable_Show_recently_added_apps_on_Start_menu.reg


(Contents of REG file for reference)
Code:
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\Explorer]
"HideRecentlyAddedApps"=-

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Explorer]
"HideRecentlyAddedApps"=-

3 Disable Show Recently Added Apps on Start Menu for All Users

This will disable and prevent users from using Option One, Option Two, and Option Three.


A) Click/tap on the Download button below to download the file below, and go to step 4 below.​

Disable_Show_recently_added_apps_on_Start_menu.reg


(Contents of REG file for reference)
Code:
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\Explorer]
"HideRecentlyAddedApps"=-

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Explorer]
"HideRecentlyAddedApps"=dword:00000001

4 Save the REG file to your desktop.

5 Double click/tap on the downloaded REG file to merge it.

6 When prompted, click/tap on Run, Yes (UAC), Yes, and OK to approve the merge.

7 You can now delete the downloaded REG file if you like.


That's it,
Shawn Brink


 

Attachments

Last edited:
Hi Brink, I think it's time to update. I found the value to turn off "Show recently added apps" per-user:

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Start]
"ShowRecentList"=dword:00000000

It will not completely disable the option and allow user to manually configure in Settings, if desired.

Value of 1 will enable it. Tested in 23H2 and 24H2 Pro.
 

My Computer

System One

  • OS
    Windows 11 Pro 23H2
    Computer type
    Laptop
    Manufacturer/Model
    Lenovo
    Memory
    24GB
    Graphics Card(s)
    N/A
    Screen Resolution
    1920x1080
    Antivirus
    None
Hi Brink, I think it's time to update. I found the value to turn off "Show recently added apps" per-user:

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Start]
"ShowRecentList"=dword:00000000

It will not completely disable the option and allow user to manually configure in Settings, if desired.

Value of 1 will enable it. Tested in 23H2 and 24H2 Pro.

Thank you. Now added as option 3. :shawn:

 

My Computers

System One System Two

  • OS
    Windows 11 Pro for Workstations
    Computer type
    PC/Desktop
    Manufacturer/Model
    Custom self build
    CPU
    Intel i7-8700K 5 GHz
    Motherboard
    ASUS ROG Maximus XI Formula Z390
    Memory
    64 GB (4x16GB) G.SKILL TridentZ RGB DDR4 3600 MHz (F4-3600C18D-32GTZR)
    Graphics Card(s)
    ASUS ROG-STRIX-GTX1080TI-O11G-GAMING (11GB GDDR5X)
    Sound Card
    Integrated Digital Audio (S/PDIF)
    Monitor(s) Displays
    2 x Samsung Odyssey G75 27"
    Screen Resolution
    2560x1440
    Hard Drives
    1TB Samsung 990 PRO M.2,
    4TB Samsung 990 PRO M.2,
    8TB WD MyCloudEX2Ultra NAS
    PSU
    Seasonic Prime Titanium 850W
    Case
    Thermaltake Core P3 wall mounted
    Cooling
    Corsair Hydro H115i
    Keyboard
    Logitech wireless K800
    Mouse
    Logitech MX Master 3
    Internet Speed
    1 Gbps Download and 35 Mbps Upload
    Browser
    Chrome and Edge
    Antivirus
    Microsoft Defender
    Other Info
    Logitech Z625 speaker system,
    Logitech BRIO 4K Pro webcam,
    HP Color LaserJet Pro MFP M477fdn,
    CyberPower CP1500PFCLCD
    Galaxy S23 Plus phone
  • Operating System
    Windows 11 Pro
    Computer type
    Laptop
    Manufacturer/Model
    Surface Laptop 7 Copilot+ PC
    CPU
    Snapdragon X Elite (12 core) 3.42 GHz
    Memory
    16 GB LPDDR5x-7467 MHz
    Monitor(s) Displays
    15" HDR
    Screen Resolution
    2496 x 1664
    Hard Drives
    1 TB SSD
    Internet Speed
    Wi-Fi 7 and Bluetooth 5.4
    Browser
    Chrome and Edge
    Antivirus
    Microsoft Defender

Latest Support Threads

Back
Top Bottom