ANAVEM
Languagefr
How to Remove Recommended Section from Windows 11 Start Menu

How to Remove Recommended Section from Windows 11 Start Menu

Completely hide or disable the Recommended section in Windows 11's Start Menu using built-in settings, Group Policy, or registry modifications for current user or all users.

Emanuel DE ALMEIDAEmanuel DE ALMEIDA
March 18, 2026 12 min 0
easywindows11 8 steps 12 min

Why Remove the Windows 11 Start Menu Recommended Section?

The Recommended section in Windows 11's Start Menu displays recently used apps, files, and websites, which many users find cluttered and privacy-invasive. Unlike Windows 10's simpler Start Menu, Windows 11 prominently features this section that can't be easily customized through basic settings alone.

Professional environments often require cleaner, more predictable interfaces, while privacy-conscious users prefer not having their recent activity displayed prominently. The Recommended section also takes up valuable space that could be used for pinned applications or a cleaner aesthetic.

What Methods Work for Different Windows 11 Editions?

Windows 11 offers several approaches depending on your edition and requirements. The built-in Settings method works for all editions but only affects the current user. Registry modifications work universally across Home, Pro, and Enterprise editions and can target specific users or apply system-wide.

Group Policy Editor provides the most official approach but is limited to Pro, Education, and Enterprise editions. Each method has different persistence characteristics, especially after Windows updates, making it important to understand which approach best fits your environment.

Related: How to Add or Remove Folders under This PC in Windows 11

Related: How to Fix Unresponsive Start Menu on Windows Server RDS

Related: Change User Profile Folder Name in Windows 11 25H2

Related: How to Add 'Turn Off Display' to Windows 11 Context Menu

How Do Registry Changes Compare to Group Policy Settings?

Registry modifications directly control the same underlying settings that Group Policy manages, but with different scopes and persistence. HKEY_CURRENT_USER changes affect only the current user, while HKEY_LOCAL_MACHINE modifications apply system-wide to all users including future accounts.

Group Policy settings override registry values and provide better integration with enterprise management tools. However, registry changes work on all Windows 11 editions and can be automated through scripts or .reg files for deployment across multiple systems.

Implementation Guide

Full Procedure

01

Remove Recommendations Using Built-in Settings (Current User)

The easiest method works for the current user only and requires no administrator privileges. This approach uses Windows 11's native settings to control what appears in the Recommended section.

Right-click the Start button and select Settings, or press Win + I. Navigate to Personalization in the left sidebar, then click Start.

You'll see several toggles that control the Recommended section content:

  • Turn off Show recently added apps
  • Turn off Show most used apps
  • Turn off Show recently opened items in Start, Jump Lists, and File Explorer

Changes apply immediately. If the Recommended section still appears, restart Windows Explorer by opening Task Manager (Ctrl + Shift + Esc), finding Windows Explorer in the Processes tab, right-clicking it, and selecting Restart.

Pro tip: This method is reversible and doesn't require registry editing, making it perfect for users who want a quick solution without system-level changes.

Verification: Open the Start Menu and confirm the Recommended section no longer shows recent apps or files. The section may still be visible but empty.

02

Create Registry Backup Before System Changes

Before making registry modifications that affect all users, create a backup to restore if something goes wrong. This is crucial when editing HKEY_LOCAL_MACHINE keys.

Press Win + R, type regedit, and press Enter. If prompted by User Account Control, click Yes.

In Registry Editor, click File > Export. Choose a location like your Desktop, name the file start-menu-backup, ensure All is selected under Export range, and click Save.

rem Alternative: Create backup via command line
reg export HKLM\SOFTWARE\Policies\Microsoft\Windows\Explorer C:\backup-explorer-policies.reg /y
reg export HKCU\Software\Policies\Microsoft\Windows\Explorer C:\backup-user-explorer-policies.reg /y
Warning: Registry changes can break Windows functionality if done incorrectly. Always backup before editing, especially HKEY_LOCAL_MACHINE keys that affect all users.

Verification: Check that your backup file was created and has a reasonable file size (typically several MB for a full registry backup).

03

Remove Recommended Section for Current User via Registry

This method uses the Windows Registry to hide the Recommended section for the currently logged-in user only. It's more permanent than the Settings method and works even if Group Policy is unavailable.

Open Registry Editor (Win + R, type regedit, press Enter). Navigate to the following key:

HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\Explorer

If the Explorer key doesn't exist under Windows, you'll need to create it. Right-click on Windows, select New > Key, and name it Explorer.

Right-click in the right pane of the Explorer key, select New > DWORD (32-bit) Value. Name the new value HideRecommendedSection.

Double-click the HideRecommendedSection value and set the Value data to 1. Ensure Hexadecimal is selected as the base, then click OK.

Close Registry Editor and restart Windows Explorer using Task Manager or run this command in Command Prompt:

taskkill /f /im explorer.exe && start explorer.exe

Verification: Open the Start Menu and confirm the Recommended section is completely gone, not just empty.

04

Remove Recommended Section for All Users via Registry

To hide the Recommended section for all users on the system, including new accounts, you need to modify the HKEY_LOCAL_MACHINE registry hive. This requires administrator privileges.

Open an elevated Command Prompt by pressing Win + X and selecting Windows Terminal (Admin) or Command Prompt (Admin). Type regedit and press Enter.

Navigate to this registry location:

HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Explorer

If the path doesn't exist, create the missing keys. Right-click on Policies, select New > Key, name it Microsoft. Repeat for Windows and Explorer.

In the Explorer key, create a new DWORD (32-bit) Value named HideRecommendedSection and set its value to 1.

Alternatively, you can use this command to add the registry entry directly:

reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\Explorer" /v HideRecommendedSection /t REG_DWORD /d 1 /f
Pro tip: Save the above command as a .bat file to quickly apply this setting on multiple computers or after Windows updates that might reset the configuration.

Verification: Log out and back in, or restart the computer. The Recommended section should be hidden for all user accounts, including newly created ones.

05

Use Group Policy Editor (Pro/Enterprise Editions Only)

If you have Windows 11 Pro, Education, or Enterprise edition, you can use the Local Group Policy Editor for a more official approach. This method is not available on Windows 11 Home edition.

Press Win + R, type gpedit.msc, and press Enter. If you get an error that the file cannot be found, your Windows edition doesn't include Group Policy Editor.

For system-wide changes affecting all users, navigate to:

Computer Configuration > Administrative Templates > Start Menu and Taskbar

For current user only, navigate to:

User Configuration > Administrative Templates > Start Menu and Taskbar

Look for the policy named Remove Recommended section from Start Menu. Double-click it to open the configuration window.

Select Enabled to hide the Recommended section, then click Apply and OK.

Close Group Policy Editor and either restart Windows Explorer or sign out and back in for the changes to take effect:

gpupdate /force
taskkill /f /im explorer.exe && start explorer.exe
Warning: Group Policy settings override registry changes. If you later disable this policy, you'll need to manually remove any registry entries you created earlier to avoid conflicts.

Verification: Open the Start Menu and confirm the Recommended section is no longer visible. Check that the policy shows as "Enabled" if you reopen Group Policy Editor.

06

Clear Existing Recommended Items and Cache

Even after hiding the Recommended section, Windows may still track recent items in the background. Clear this data to ensure a clean slate and prevent the section from reappearing with cached content.

Open File Explorer and navigate to the following location (replace username with your actual username):

C:\Users\username\AppData\Local\TileDataLayer

If you can't see the AppData folder, enable hidden items by clicking View > Show > Hidden items in File Explorer.

Select all files in the TileDataLayer folder and delete them. You may need administrator privileges for some files. If prompted, click Continue or Yes.

Additionally, clear the recent items list through Settings. Go to Settings > Privacy & security > Activity history and click Clear under "Clear activity history".

You can also use PowerShell to clear recent items programmatically:

Remove-Item "$env:APPDATA\Microsoft\Windows\Recent\*" -Force -Recurse -ErrorAction SilentlyContinue
Remove-Item "$env:LOCALAPPDATA\TileDataLayer\*" -Force -Recurse -ErrorAction SilentlyContinue

Verification: Restart Windows Explorer and open the Start Menu. The Recommended section should remain hidden with no cached items attempting to populate it.

07

Create Automated Registry Files for Easy Deployment

For system administrators or users managing multiple computers, create .reg files to automate the process of hiding or restoring the Recommended section.

Open Notepad and create a file to hide the Recommended section for all users:

Windows Registry Editor Version 5.00

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

Save this as Hide-Recommended-AllUsers.reg. Create another file to restore the section:

Windows Registry Editor Version 5.00

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

Save this as Restore-Recommended-AllUsers.reg. The minus sign after the equals sign deletes the registry value.

To apply either file, right-click it and select Merge, or double-click and confirm the UAC prompt. You can also merge registry files silently using command line:

reg import "Hide-Recommended-AllUsers.reg"
reg import "Restore-Recommended-AllUsers.reg"
Pro tip: Include these .reg files in your Windows deployment images or Group Policy startup scripts to automatically configure new computers with your preferred Start Menu settings.

Verification: After merging a .reg file, check the registry location to confirm the value was added or removed correctly, then restart Windows Explorer to see the changes.

08

Troubleshoot Common Issues and Persistence

Windows updates, particularly feature updates like 24H2, may reset your Start Menu customizations. Here's how to ensure your changes persist and troubleshoot common problems.

If the Recommended section reappears after a Windows update, reapply your chosen method. Check if the registry values are still present:

reg query "HKLM\SOFTWARE\Policies\Microsoft\Windows\Explorer" /v HideRecommendedSection
reg query "HKCU\Software\Policies\Microsoft\Windows\Explorer" /v HideRecommendedSection

If Group Policy settings aren't applying, force a policy refresh and restart Explorer:

gpupdate /force /target:computer
gpupdate /force /target:user
taskkill /f /im explorer.exe && start explorer.exe

For persistent deployment, create a scheduled task that runs at startup to reapply registry settings:

schtasks /create /tn "Hide Start Recommended" /tr "reg add HKLM\SOFTWARE\Policies\Microsoft\Windows\Explorer /v HideRecommendedSection /t REG_DWORD /d 1 /f" /sc onstart /ru SYSTEM

If you're still seeing some recommended items, ensure all related policies are configured. In Group Policy Editor, also enable:

  • Do not keep history of recently opened documents
  • Remove Personalized Website Recommendations from the Recommended Section
Common mistake: Forgetting to restart Windows Explorer after making registry changes. The Start Menu won't reflect changes until Explorer is restarted or you sign out and back in.

Verification: After troubleshooting, open the Start Menu in a new user session or after a reboot to confirm the Recommended section remains hidden and doesn't repopulate with new items.

Frequently Asked Questions

Will removing the Recommended section affect Windows 11 functionality?+
No, removing the Recommended section is purely cosmetic and doesn't affect core Windows 11 functionality. All applications, files, and system features remain fully accessible through other methods like the All Apps list, File Explorer, taskbar, or search. Microsoft designed this as a configurable feature specifically to accommodate different user preferences and enterprise requirements.
Do Windows 11 updates reset the Recommended section removal?+
Major Windows updates, particularly feature updates like 24H2, may reset Start Menu customizations including the Recommended section visibility. Monthly cumulative updates typically don't affect these settings. To maintain persistence, save your registry modifications as .reg files or create scheduled tasks that reapply the settings after updates. Group Policy settings tend to be more persistent than direct registry modifications.
Can I remove the Recommended section on Windows 11 Home edition?+
Yes, Windows 11 Home edition supports removing the Recommended section through the built-in Settings app or Registry Editor modifications. Group Policy Editor is not available on Home edition, but registry changes achieve the same result. Use HKEY_CURRENT_USER for single-user changes or HKEY_LOCAL_MACHINE for system-wide modifications affecting all users on the computer.
What's the difference between hiding and completely removing the Recommended section?+
The methods described actually hide the Recommended section rather than completely removing the underlying functionality. Windows continues to track recent items in the background, but they're not displayed in the Start Menu. To completely stop tracking, you must also disable related privacy settings in Settings > Privacy & security > Activity history and clear existing data from the TileDataLayer folder.
How do I restore the Recommended section if I change my mind?+
To restore the Recommended section, reverse your chosen method: re-enable the toggles in Settings > Personalization > Start, delete the HideRecommendedSection registry value, or set the Group Policy to 'Not Configured' or 'Disabled'. If you used .reg files, create a restoration file that deletes the registry value using the syntax 'ValueName'=- in the registry file format.
Emanuel DE ALMEIDA
Written by

Emanuel DE ALMEIDA

Microsoft MCSA-certified Cloud Architect | Fortinet-focused. I modernize cloud, hybrid & on-prem infrastructure for reliability, security, performance and cost control - sharing field-tested ops & troubleshooting.

Discussion

Share your thoughts and insights

You must be logged in to comment.

Loading comments...