How to Remove Recent Files From Quick Access on Windows 11
🔍 WiseChecker

How to Remove Recent Files From Quick Access on Windows 11

Quick fix: Open File Explorer → three-dot menu → Options. On General tab, under Privacy: untick Show recently used files. Click Clear next to “Clear File Explorer history.” Apply. Recent files no longer appear in Quick Access.

Quick Access in File Explorer shows recent files and frequent folders. For privacy or clutter reasons, you want to hide recent files while keeping pinned folders visible. The toggle is in Folder Options.

Symptom: Want to remove recent files from Quick Access without losing pinned folders.
Affects: Windows 11 (and Windows 10) File Explorer.
Fix time: ~3 minutes.

ADVERTISEMENT

What causes this

Quick Access tracks recently-accessed files and adds them automatically. Privacy concern on shared PCs. Setting toggle suppresses display; pinned folders unaffected.

Method 1: Disable recent files via Folder Options

The standard route.

  1. Open File Explorer.
  2. Click three-dot menu in toolbar → Options.
  3. General tab. Under Privacy:
    • Untick Show recently used files.
    • Untick Show frequently used folders.
    • For Office files: untick Show files from Office.com.
  4. Click Clear next to “Clear File Explorer history” to remove already-tracked items.
  5. Apply → OK.
  6. Quick Access no longer shows recent files. Pinned folders still visible.

Standard fix.

ADVERTISEMENT

Method 2: Clear recent files via registry / scheduled cleanup

For automatic clearing.

  1. Open Run dialog (Win + R). Type %AppData%\Microsoft\Windows\Recent. Enter.
  2. Folder opens. Select all (Ctrl+A). Delete.
  3. For automation: create scheduled task to clear daily. Task action: powershell -Command "Remove-Item '%AppData%\Microsoft\Windows\Recent\*' -Force".
  4. For per-app recent: each app maintains own recent (Office, browsers). Clear individually.
  5. For Office recent: File → Options → Advanced → Display → Show this number of Recent Documents: 0. Or Privacy → clear button.
  6. For Edge recent: Edge Settings → Privacy → Clear browsing data.

This goes beyond File Explorer recent.

Method 3: Disable Jump Lists for full privacy

For comprehensive recent-files privacy.

  1. Open Settings → Personalization → Start.
  2. Toggle off Show recently opened items in Start, Jump Lists, and File Explorer.
  3. This hides recent items in taskbar right-click jump lists too.
  4. For deeper: Group Policy (Pro/Enterprise) at User Configuration → Administrative Templates → Start Menu and Taskbar → Do not keep history of recently opened documents. Set Enabled.
  5. For registry (Home): HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer → DWORD NoRecentDocsHistory = 1.
  6. Sign out and back in.
  7. For pinned folders preserved: pinned folders are separate from recent. Stay visible.

This is comprehensive recent-file privacy.

How to verify the fix worked

  • Open File Explorer. Quick Access shows only pinned folders (no recent files section).
  • Right-click apps in taskbar. No recent files listed in jump lists.
  • Settings → Personalization → Start: relevant toggles off.

If none of these work

If recent files persist: Multiple cached locations: %AppData%\Microsoft\Windows\Recent, %AppData%\Microsoft\Office\Recent, %LocalAppData%\Microsoft\Windows\Explorer\thumbcache_*.db. Clear all. For OneDrive recent: OneDrive tracks own recent. Sign out OneDrive temporarily to clear, sign in. For app-specific recent like Photoshop, AutoCAD: each app has separate recent files list. Check app preferences.

Bottom line: File Explorer → Options → General tab → untick “Show recently used files.” Click Clear button. Settings → Personalization → Start → toggle off recent items for jump lists.

ADVERTISEMENT