How to Completely Disable ‘Recently Opened Items’ via Group Policy in Windows 11

In Windows 11, the ‘Recently Opened Items’ feature (often referred to as Recent Items or Jump Lists) automatically tracks and displays a history of files, folders, and applications accessed by the user within the Start Menu, Taskbar icons, and File Explorer’s Quick Access view. While convenient for personal productivity, maintaining a localized telemetry log of user activity introduces a severe security and privacy liability on shared corporate workstations, highly sensitive legal/medical kiosks, or strict public-access terminals. Allowing the operating system to log recently accessed documents creates an immediate data leakage vector, exposing sensitive file names and access patterns to any subsequent user who logs into or views the terminal.

This guide explains how to completely disable ‘Recently Opened Items’ via Group Policy in Windows 11, enforcing a strict block that prevents the OS from logging file history and ensuring a zero-footprint environment for user activity.

Disable Recently Opened Items via Group Policy

To enforce a strict configuration that explicitly strips the Windows Shell of its ability to aggregate and display file usage history, we must deploy a user-level administrative template. Note that this requires Windows 11 Pro, Enterprise, or Education editions.

  1. Log into Windows 11 with an Administrator account.
  2. Press the Windows Key + R to open the Run dialogue box.
  3. Type gpedit.msc and press Enter to launch the Local Group Policy Editor.
  4. In the left-hand navigation pane, strictly follow this exact path:
    User Configuration > Administrative Templates > Start Menu and Taskbar
  5. In the right-hand pane, locate the policy named Do not keep history of recently opened documents.
  6. Double-click the policy to open its configuration window.
  7. Select the radio button next to Enabled. (By explicitly enabling this restriction, we instruct the Windows Explorer shell to instantly sever the telemetry pipeline responsible for jump lists and Recent Items, mathematically preventing the OS from retaining any record of file access).
  8. Click Apply, then click OK.

Verify the Configuration Lockdown

Group Policy changes modifying the Windows Explorer shell require the operating system to update its local policy state.

Open Command Prompt as Administrator and run gpupdate /force. To verify the restriction is actively enforced, right-click on any frequently used application pinned to the taskbar (such as Word or Notepad); the Jump List will no longer display a history of recently opened files. Furthermore, if you open File Explorer and navigate to the “Recent” or “Quick Access” views, the history log will be completely blank, and the OS will refuse to populate it with new entries regardless of how many files you open. The terminal’s file access history is now strictly secured and immutable.

Get the best tech tips delivered straight to your inbox.

Join thousands of readers mastering Apple, Google, Microsoft, and Linux.