How to Show or Hide Recently Opened Items in Windows 11
Windows 11 tracks the files, folders, and apps you use most often. It displays these in your Start menu Recommended section, Jump Lists, and File Explorer. This helps you get back to your work faster.
Why do this? You might want to keep your activity private or simply reduce clutter in your Start menu. What happens when done? Once you change this setting, Windows will stop tracking and displaying your recent files and apps in those locations.
Managing Recent Items via Settings
Windows makes it easy to control this feature through the main Settings app. Follow these steps:
- Open the Settings app by pressing Windows key + I or by searching for it in the Start menu.

2. In the Settings app, click Personalization on the left side.

3. On the right side, click on the Start tile.

4. Locate the switch labeled Show recently opened items in Start, Jump Lists, and File Explorer. Toggle this switch to On to enable it or Off to hide your recent items.

Troubleshooting: Why are my recent files not showing up in Windows 11?
If your recent files are missing, it is often due to disabled privacy settings or corrupted cache files. First, ensure the toggle in Settings > Personalization > Start is set to On. If it is already on, try clearing your Activity History. Go to Settings > Privacy & security > Activity history and click Clear. This resets the tracking mechanism.
Advanced Control: Registry Editor and PowerShell
Note: These methods require admin privileges. Modifying the registry incorrectly can cause system issues.
Using Registry Editor
You can force this setting via the registry. Press Windows key + R, type regedit, and press Enter. Navigate to HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer. If the key does not exist, right-click Explorer, select New > DWORD (32-bit) Value, and name it NoRecentDocsHistory. Set the value to 1 to disable or 0 to enable.
Using PowerShell
Open PowerShell as an administrator. Run the following command to disable recent items: Set-ItemProperty -Path 'HKCU:\\Software\\Microsoft\\Windows\\CurrentVersion\\Policies\\Explorer' -Name 'NoRecentDocsHistory' -Value 1. This achieves the same result as the registry edit but via the command line.
Managing Recent Items via Group Policy
Note: This method requires admin privileges and is typically used on professional or enterprise versions of Windows.
- Open the Start menu, search for Edit group policy, and select it.

2. In the Local Group Policy Editor, go to: Computer Configuration\Administrative Templates\Start Menu and Taskbar.

3. Find Do not keep a history of recently opened documents and double-click it. Choose Enabled to hide your history, Disabled to show it, or Not Configured to use default settings.

Summary
Windows 11 tracks your activity to improve workflow through Jump Lists and the Recommended section. You can manage these via Settings for basic control or use the Registry and Group Policy for advanced management. If items fail to appear, clearing your Activity History is the best first step. These changes do not affect your browser history.
How do I clear my recent file history in Windows 11?
To clear your recent file history, navigate to Settings, then Privacy & security, and select Activity history. Click the Clear button next to Clear activity history. This removes the stored list of files and folders you have recently accessed, effectively resetting your recent items view across the Start menu and File Explorer.
What is the difference between Quick Access and Recent Files?
Quick Access is a pinned list of folders you choose to keep handy in File Explorer, regardless of how often you use them. Recent Files, however, is a dynamic list managed by Windows that automatically updates based on the files you have opened most recently on your computer system.
Was this guide helpful?
About the Author
Richard
Tech Writer, IT Professional
Richard, a writer for Geek Rewind, is a tech enthusiast who loves breaking down complex IT topics into simple, easy-to-understand ideas. With years of hands-on experience in system administration and enterprise IT operations, heās developed a knack for offering practical tips and solutions. Richard aims to make technology more accessible and actionable. He's deeply committed to the Geek Rewind community, always ready to answer questions and engage in discussions.
[ā¦] TheĀ Start menuĀ in Windows 11 has three sections:Ā Pinned,Ā All apps,Ā andĀ RecommendedĀ ā which contains a list ofĀ recently added appsĀ andĀ opened items. [ā¦]