Failed to move files from the D drive to Local Disk C due to the error: "Failed to build the list of regular subdirectories under 'd:\system volume information'. access is denied."

Nana Na 40 Reputation points
2026-08-27T23:16:56.29+00:00

I’m having trouble moving files back to Local Disk C. Initially, I wanted to move my downloaded files to the D drive to free up space on Local Disk C. I followed a YouTube tutorial that said I could move them directly to the D drive without creating a new folder for the files. However, I ran into a problem when I tried to move them back to Local Disk C. I hope you can help me resolve this. Thank you.Screenshot 2026-08-28 061409

Screenshot 2026-08-28 061425

Screenshot 2026-08-28 061442

Windows for home | Windows 11 | Files, folders, and storage
0 comments No comments

Answer accepted by question author
Marcin Policht 107K Reputation points MVP Volunteer Moderator
2026-08-27T23:53:59.1966667+00:00

The error occurs because you are trying to move the contents of the D: drive back to C: as if the entire D: drive were your Downloads folder. The folder “D:\System Volume Information” is a protected Windows system folder. It is intentionally inaccessible to normal users, so Robocopy, File Explorer, or another copy/move operation that scans the entire D: drive can report “Access is denied.” You should not change the permissions on System Volume Information or try to move or delete that folder.

The likely issue is that the Downloads folder was redirected directly to the root of D:, rather than to something such as “D:\Downloads.” When that happens, Windows treats the root of D: as the Downloads folder. Consequently, when you try to move the Downloads contents back to C:, Windows or a copying utility can encounter other folders on D:, including protected system folders.

First, check where Windows currently thinks your Downloads folder is located. In File Explorer, right-click Downloads under your user profile, select Properties, and open the Location tab. If it shows something like “D:\” rather than “D:\Downloads,” that explains the problem. The safer configuration is to have Downloads located at “C:\Users<your-name>\Downloads” or, if you want it on D:, “D:\Downloads.”

If you want to put Downloads back on C:, use the Location tab and select “Restore Default.” It should change the location to “C:\Users<your-name>\Downloads.” Click Apply. Windows may ask whether you want to move the files from the old location to the new location. If it does, allow the move, but make sure you are moving only your Downloads files, not the entire D: drive.

If Windows refuses to move them because of the System Volume Information error, do not take ownership of that folder. Instead, create a temporary folder such as “C:\TempDownloads” and manually copy only your personal downloaded files and folders from D: into it. Do not copy folders such as “System Volume Information,” “$RECYCLE.BIN,” or other Windows/system-created folders. Once your personal files are safely copied, you can set Downloads back to its default location and then move the files into “C:\Users<your-name>\Downloads.”


If the above response helps answer your question, remember to "Accept Answer" so that others in the community facing similar issues can easily find the solution. Your contribution is highly appreciated.

hth

Marcin

Was this answer helpful?

1 person found this answer helpful.

1 additional answer

Sort by: Most helpful
  1. AI answer

    2026-08-27T23:17:13.5366667+00:00

    This happens because the Downloads folder was moved to the root of *D:* instead of to a normal folder such as D:\Downloads. When Windows tries to move it back, it scans the whole drive and hits protected folders like D:\System Volume Information, which causes the access denied error.

    Use this fix:

    1. Open File Explorer.
    2. Open **D:**.
    3. Create a new folder named Downloads.
    4. Move the downloaded files that belong in Downloads from the root of *D:* into D:\Downloads.
    5. Right-click Downloads in File Explorer and select Properties.
    6. Open the Location tab.
    7. Select Restore Default so the path becomes: C:\Users\ASUS\Downloads
    8. Select Apply.
    9. If prompted to create the folder in the new location, select Yes.
    10. When asked whether to move all files from the old location, select No.

    After that, the Downloads folder should point back to C:\Users\ASUS\Downloads. Then files can be moved manually from D:\Downloads to C:\Users\ASUS\Downloads if needed.

    If the Location tab still does not work, use the registry workaround carefully. Incorrect registry changes can cause system problems.

    1. Press Win + R, type regedit.exe, and press Enter.
    2. Go to: HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders
    3. Find the Downloads entry: {374DE290-123F-4565-9164-39C4925E467B}
    4. Set its value to: %USERPROFILE%\Downloads
    5. Sign out and sign back in, or restart the PC.

    That restores the default Downloads folder location.


    References:

    AI-generated content may be incorrect. Read our transparency notes for more information.

    Was this answer helpful?

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.