Redirect Windows User Folders Using Regedit

Redirecting standard Windows user folders—such as Documents, Downloads, Desktop, and Pictures—to a different drive letter helps save space on your primary system drive (C:) and improves data organization. While Windows provides a graphical interface for moving some folders, using the Windows Registry Editor (Regedit) provides a direct, powerful method to change the target paths for all personal folders simultaneously.

Step 1: Create the New Folders on the Target Drive

Before modifying the registry, you must prepare the destination on your secondary drive.

  1. Open File Explorer.
  2. Navigate to your target drive (e.g., D:).
  3. Create the folders you plan to redirect (e.g., D:\Desktop, D:\Documents, D:\Downloads, D:\Pictures, D:\Music, D:\Videos).

Step 2: Open the Registry Editor

  1. Press Win + R on your keyboard to open the Run dialog.
  2. Type regedit and press Enter.
  3. Click Yes if prompted by User Account Control (UAC).

Step 3: Navigate to the User Shell Folders Key

In the Registry Editor address bar at the top, paste the following path and press Enter:

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders

Step 4: Modify the Folder Paths

Inside this key, you will see multiple values representing standard Windows user folders. Double-click the entry you wish to redirect and change its Value data to your new folder path:

(Note: Replace D:\ with your actual target drive letter.)

Step 5: Move Existing Files to the New Location

Changing the registry keys updates the default save locations, but it does not automatically transfer your existing files.

  1. Open your original user folder located at C:\Users\<YourUsername>\.
  2. Cut (or copy) the files from your old folders (Documents, Downloads, etc.).
  3. Paste the files into the corresponding newly created folders on your secondary drive.

Step 6: Restart Windows Explorer or Reboot

To apply the registry changes:

  1. Press Ctrl + Shift + Esc to open the Task Manager.
  2. Locate Windows Explorer under the Processes tab.
  3. Right-click Windows Explorer and select Restart.
  4. Alternatively, restart your computer to ensure all applications recognize the updated folder paths.