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.
Affects: Windows 11 (and Windows 10) File Explorer.
Fix time: ~3 minutes.
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.
- Open File Explorer.
- Click three-dot menu in toolbar → Options.
- General tab. Under Privacy:
- Untick Show recently used files.
- Untick Show frequently used folders.
- For Office files: untick Show files from Office.com.
- Click Clear next to “Clear File Explorer history” to remove already-tracked items.
- Apply → OK.
- Quick Access no longer shows recent files. Pinned folders still visible.
Standard fix.
Method 2: Clear recent files via registry / scheduled cleanup
For automatic clearing.
- Open Run dialog (
Win + R). Type%AppData%\Microsoft\Windows\Recent. Enter. - Folder opens. Select all (Ctrl+A). Delete.
- For automation: create scheduled task to clear daily. Task action:
powershell -Command "Remove-Item '%AppData%\Microsoft\Windows\Recent\*' -Force". - For per-app recent: each app maintains own recent (Office, browsers). Clear individually.
- For Office recent: File → Options → Advanced → Display → Show this number of Recent Documents: 0. Or Privacy → clear button.
- 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.
- Open Settings → Personalization → Start.
- Toggle off Show recently opened items in Start, Jump Lists, and File Explorer.
- This hides recent items in taskbar right-click jump lists too.
- 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.
- For registry (Home):
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer → DWORD NoRecentDocsHistory = 1. - Sign out and back in.
- 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.