Where to Find RecentDocs in the Windows Registry

Windows automatically tracks the files and folders you open to populate “Recent” lists across File Explorer and various applications. This tracking information is stored within the Windows Registry under the RecentDocs subkey. This article explains the exact registry path where this history is recorded, how the RecentDocs key organizes entries by file type, and how the underlying values store chronological document history.

The Registry Path for RecentDocs

To locate where Windows records the history of opened documents, open the Registry Editor (regedit.exe) and navigate to the following path:

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\RecentDocs

This key applies specifically to the currently logged-in user account.

How RecentDocs Organizes Document History

The RecentDocs subkey maintains document history at both a global level and a per-extension level:

How the Data Is Stored

Within the root key and each extension subkey, the data is stored using binary values:

Viewing and Clearing RecentDocs

To clear this history, you can delete the contents inside the RecentDocs key or clear the File Explorer history via File Explorer Options > General > Clear File Explorer history. Deleting the registry subkeys directly will reset the list, and Windows will automatically regenerate the keys when new documents are opened.