ACTIVE MALWARE WINDOWS

How to fix
“Can’t move the folder because there is a folder in the same location” error
on Windows

Resolve the "Can’t move the folder" error in Windows 10 and 11 with easy fixes. Get expert-tested solutions that ensure zero traces left.

How to fix “Can’t move the folder because there is a folder in the same location” error in Windows?
Quick Summary
Error severity
Medium
Est. time
10 minutes
Offer Fortect PC Suite
Start fix →
Ad · we may earn a commission
0 Comments
01

What causes How to fix “Can’t move the folder because there is a folder in the same location” error in Windows?

  • Folder mapping issue within the Windows operating system
  • One folder is mapped or linked to another
  • Uninstalled OneDrive while having certain folders backed up
  • Operating system retains link to original folder locations
  • Windows detects a conflict due to perceived duplicate folder
Offer Fortect PC Suite

Repairs Windows system files, removes malware, and restores a clean OS state — without reinstalling.

Ad · we may earn a commission
Get Fortect PC Suite ↗

Hi, I tried moving one of my folders to another drive and for some reason I get the message "Can't move the folder because there is a folder in the same location that can't be redirected. Access is denied." How can I fix this?

"Can’t move the folder because there is a folder in the same location" error is an error that prevents you from moving a folder to a new location because the system believes there is already a folder with the same name at the destination. This problem can be particularly frustrating, especially if you are trying to organize your files and folders efficiently.

Reasons for the error

This error often occurs due to a folder mapping issue within the Windows operating system. Specifically, it happens when one folder is mapped or linked to another. A typical scenario involves the use of cloud storage services like OneDrive.

If you have uninstalled OneDrive while having certain folders backed up by default, the operating system may still retain the link to the original folder locations. When you attempt to move these folders, Windows detects a conflict because it perceives a duplicate folder in the same location, thus triggering the error message.

Possible solutions

You might have to perform numerous troubleshooting methods before you can fix the "Can’t move the folder because there is a folder in the same location" error. One of the main solutions that worked involves modifying the settings in OneDrive - you may need to reconfigure OneDrive to ensure that the folders are no longer mapped incorrectly.

Additionally, repairing file corruption within the system can also help resolve the issue; this might include using built-in Windows tools to scan and fix corrupted files.

Another method involves modifying the registry. This is a more advanced solution that requires caution, as incorrect changes to the registry can cause further problems. Adjusting the relevant registry entries can help remove any residual mappings that are causing the conflict.

The [d1] maintenance and repair utility is particularly useful for dealing with issues such as broken registries or DLLs, corrupted system files, BSODs, and more, especially when the underlying cause is difficult to identify.

How to fix cant move the folder because there is a folder in the same location error in windows copy
How to fix cant move the folder because there is a folder in the same location error in windows copy

Fix 1. Configure OneDrive settings

For most users, the reason for the "Can’t move the folder because there is a folder in the same location" error is OneDrive. Note: if you have uninstalled OneDrive, install it for now to unlink the sync - you can uninstall it after.

  • Open the OneDrive app.
  • Click on the Help & Settings icon, usually found in the bottom right corner of your screen.
  • Select Settings from the menu.
  • In the settings window, go to the Sync & backup section.
  • Click Manage backup.
  • Here, find the folder you want to move, and turn off the sync by clicking the switch (if you don't want to back up anything, disable the sync for all of them).
  • When prompted, click Stop backup.
  • Click Save changes.

How to fix cant move the folder because there is a folder in the same location error in windows change settings in onedrive copy
How to fix cant move the folder because there is a folder in the same location error in windows change settings in onedrive copy

Fix 2. Restore the folders to default location

Incorrect mapping can be resolved by restoring the folder to the default location - it is easy to do.

  • Right-click on the folder you want to move.
  • Select Properties.
  • Go to the Location tab.
  • There you will see the current location of the folder.
  • Under this patch, click Restore Default and then click OK.

How to fix cant move the folder because there is a folder in the same location error in windows restore default location copy
How to fix cant move the folder because there is a folder in the same location error in windows restore default location copy

Fix 3. Repair system filed corruption

To fix corrupted files, you can run SFC and DISM using elevated Command Prompt.

  • Type cmd in Windows search.
  • Right-click on Command Prompt and pick Run as administrator.
  • User Account Control will ask whether you want to allow changes - click Yes.
  • In the Command Prompt window, paste the following command and press Enter:
    sfc /scannow
  • Once the scan is complete, use the following commands and press Enter each time:
    Dism /Online /Cleanup-Image /CheckHealth
    Dism /Online /Cleanup-Image /ScanHealth
    Dism /Online /Cleanup-Image /RestoreHealth
  • (Note: if you get an error executing this last command, add /Source:C:\RepairSource\Windows /LimitAccess to it and try again).
  • Restart your device.

How to fix cant move the folder because there is a folder in the same location error in windows sfc dism copy
How to fix cant move the folder because there is a folder in the same location error in windows sfc dism copy

Fix 4. Modify the registry

Be careful when modifying the registry - back up the database before proceeding. 

  • Type regedit in Windows search and hit Enter.
  • Confirm the UAC prompt.
  • The paths for common special folders are stored in the following registry key - navigate there:
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders
  • Here, you will see the list of common Windows folders and their locations.
  • Below you will find the corresponding keys to the folder(s) you want to move:
    {374DE290-123F-4565-9164-39C4925E467B} (Downloads folder)  - %USERPROFILE%\Downloads
    AppData %USERPROFILE%\AppData\Roaming
    Cache %USERPROFILE%\AppData\Local\Microsoft\Windows\INetCache
    Cookies %USERPROFILE%\AppData\Local\Microsoft\Windows\INetCookies
    Desktop  %USERPROFILE%\Desktop
    Favorites  -  %USERPROFILE%\Favorites
    History  -  %USERPROFILE%\AppData\Local\Microsoft\Windows\History
    Local AppData %USERPROFILE%\AppData\Local
    My Music  %USERPROFILE%\Music
    My Pictures %USERPROFILE%\Pictures
    My Video %USERPROFILE%\Videos
    NetHood  %USERPROFILE%\AppData\Roaming\Microsoft\Windows\Network Shortcuts
    Personal %USERPROFILE%\Documents
    PrintHood %USERPROFILE%\AppData\Roaming\Microsoft\Windows\Printer Shortcuts
    Programs %USERPROFILE%\AppData\Roaming\Microsoft\Windows\Start Menu\Programs
    Recent  %USERPROFILE%\AppData\Roaming\Microsoft\Windows\Recent
    SendTo %USERPROFILE%\AppData\Roaming\Microsoft\Windows\SendTo
    Start Menu  -  %USERPROFILE%\AppData\Roaming\Microsoft\Windows\Start Menu
    Startup  -  %USERPROFILE%\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup
    Templates  -  %USERPROFILE%\AppData\Roaming\Microsoft\Windows\Templates
  • Double-click on the folder you are having problems with and replace the Value with the appropriate location information as described above. 

How to fix cant move the folder because there is a folder in the same location error in windows replace registry value with default location copy
How to fix cant move the folder because there is a folder in the same location error in windows replace registry value with default location copy

  • However, some of your folders might look like this:
    {3B193882-D3AD-4EAB-965A-69829D1FB59F}  -  Saved Pictures
    {AB5FB87B-7CE2-4F83-915D-550846C9537B}  -  Camera Roll
    {B7BEDE81-DF94-4682-A7D8-57A52620B86F}  -  Screenshots
    {F42EE2D3-909F-4907-8871-4C22FC0BF756} Local Documents
    {7D83EE9B-2244-4E70-B1F5-5393042AF1E4} Local Downloads
    {A0C69A99-21C8-4671-8703-7934162FCF1D} Local Music
    {0DDD015D-B06C-45D5-8C4C-F59713854639}  -  Local Pictures
    {35286A68-3C57-41A1-BBB1-0EAE73D76C95}  Local Videos
    {24D89E24-2F19-4534-9DDE-6A6671FBB8FE}  -  OneDrive Documents
  • These keys are created by OneDrive and to reset them, you can simply delete them - Windows will recreate original folders instead.
  • For example, if you can't move Screenshots folder, right-click on {B7BEDE81-DF94-4682-A7D8-57A52620B86F} and select Delete. Confirm when prompted.
  • Restart your device.

How to fix cant move the folder because there is a folder in the same location error in windows delete one drive registry keys copy
How to fix cant move the folder because there is a folder in the same location error in windows delete one drive registry keys copy

Bottom line

To fix the error, you can modify OneDrive settings, repair file corruption using built-in Windows tools, or adjust relevant registry entries. If none of these solutions work, further troubleshooting may be necessary.

Frequently asked questions

This error typically occurs when you attempt to move a folder that has the same name as another folder in the target location. Windows 10 prevents this to avoid confusion and data loss.

To fix this error in Windows 11, try renaming the destination folder or moving the source folder to a different location first before attempting to move it again.

Yes, you can use the Command Prompt to move folders and rename them in the process by using the 'move' command, which allows more flexibility than the GUI in Windows.

Did this fix work for you?
Ryan Mitchell

Written & verified by

Hardware & Driver Specialist
Hardware troubleshooting Driver installation and rollback Device Manager errors USB and peripheral issues Firmware updates

Ryan Mitchell specialises in hardware troubleshooting and driver management for Windows systems. His expertise covers device recognition failures, driver conflicts, firmware updates, and peripheral connectivity issues across all major manufacturers. Ryan's systematic approach to hardware diagnosis — starting with Device Manager, working through driver rollback and clean installs, and escalating to BIOS-level checks — has made his guides a reliable resource for both home users and field technicians. He covers GPUs, printers, audio devices, USB controllers, network adapters, and external storage.

0 Comments

Be the first to comment

Still worried? Run a free check.

Paste any URL or domain — we'll scan it against 4.2M known threats in 10 seconds.

View full scanner → Add to your website →