Adding ‘Recent Items’ to File Explorer & Open/Save Dialogs in Windows 10

alpharithms fallback 1

Windows 10 is a modern OS with features for modern needs. The Recent Items menu option is no longer accessible via the File Explorer or Open/Save dialogs by default. This makes many simple workflows require many more clicks. Fortunately, bringing back this feature set is an easy fix.

Note: This article outlines the process for re-enabling the Recent Items option. Another article outlines the process for re-enabling the Recent Places option which is, in my experience, the more utilitarian and useful option.

Adding ‘Recent Items’ to the Quick Access Menu

Windows 10’s file explorer has a Quick Access menu that allows users to “pin” directories for easier access. The functionality of this menu is static however and doesn’t list recently-accessed files. Adding a recent items entry here is as simple as browsing to Windows 10’s recent files directory (located in AppData) at the following path:

C:\Users\{username}\AppData\Roaming\Microsoft\Windows\Recent

Note: Replace {username} (including the curly brackets) with your Windows 10 username then copy/paste into the File Explorer’s navigation bar.

Once you are in the Recent Items directory, right-click the Quick Access entry on the far left pane of the Windows 10 File Explorer window, wait for the context menu to appear, then click Pin Current folder to Quick Access.

Adding ‘Recent Items’ to Open/Save Dialog Menus

Step 1 adds a recent places entry to the file explorer window. This is a step in the right direction but lacks the functionality to provide “quick access” to recent items when opening files. In my opinion, this is an important use case as well.

Step 1: Adding a Symbolic link to Recent Places

To accomplish this feat, we’ll create a symbolic directory link using the mlink command and the following syntax:

C:\Users\{username}>mklink /j "%USERPROFILE%\Recent Items" %APPDATA%\Microsoft\Windows\Recent

On success, you should see the following message displayed:

Junction created for C:\Users\{username}\Recent Items <<===>> C:\Users\{username}\AppData\Roaming\Microsoft\Windows\Recent

Again, {username} should reflect the username of your Windows 10 account, without curly brackets.

Step 2: Pinning New Link to Quick Access

After issuing the mlink command above, navigate to your local user’s folder in C:/Users/{username} to reveal a newly-created symbolic link to Recent Items. Note that while still called recent items this is a directory link.

Recent Items Windows 10
A new Recent Items shortcut will appear in your user’s home directory on success

This item will now appear in the Save/Open dialogs in Windows 10. To finish up adding back the Recent Items to Windows 10 just right-click on the folder and choose “Pin to Quick Access” on the context menu. Once completed, your save/open dialog should resemble the following:

windows 10 recent items save dialog overcoded
The new symlink will appear on the save/open dialog after creation and can be added to the file explorer menu via Pin to Quick Access option in the right-click context menu.

Final Thoughts

The Recent Items option is a useful feature that should, in my opinion, be easier to enable if not enabled by default. Previous Windows versions included such features by default. The Recent Places option is another useful (arguably more useful) feature as well. Between the two, one can save thousands of clicks each week and eliminate all those painful 5-second furies of clicks that it takes to locate, open, and save from the same application.

Zαck West
Full-Stack Software Engineer with 10+ years of experience. Expertise in developing distributed systems, implementing object-oriented models with a focus on semantic clarity, driving development with TDD, enhancing interfaces through thoughtful visual design, and developing deep learning agents.