When you enable Known Folder Move in OneDrive for Business, your Pictures folder may fail to redirect. You see a message that the move did not complete, or the folder remains in its original location. This problem is caused by specific file path length limits, existing folder permissions, or conflicts with Windows system folders. This article explains why the Pictures folder cannot be moved and provides step-by-step fixes to resolve the issue.
OneDrive for Business uses Known Folder Move to sync your Desktop, Documents, and Pictures folders to the cloud. If the Pictures folder does not move, your files are not backed up and remain only on your local device. This can lead to data loss if your device fails. The fixes below address the most common causes, including folder name conflicts and permission blocks.
By following the instructions in this article, you will be able to successfully move your Pictures folder to OneDrive. You will also learn how to prevent this issue from recurring when setting up new devices.
Key Takeaways: Fixing Pictures Folder Move Failure in OneDrive for Business
- Known Folder Move setting in OneDrive: Controls automatic redirection of Desktop, Documents, and Pictures folders to OneDrive.
- File path length limit of 260 characters: Prevents folder move if any file inside Pictures exceeds this path length.
- Folder rename to “Pictures” after move: Required if Windows uses a localized folder name that OneDrive does not recognize.
Why the Pictures Folder Does Not Move to OneDrive
OneDrive for Business uses a feature called Known Folder Move to redirect your Windows user folders to OneDrive. This feature works with the standard Windows folder names: Desktop, Documents, and Pictures. If Windows uses a different display name for the Pictures folder, such as “Bilder” on a German system or “Imagens” on a Portuguese system, OneDrive may not detect the folder correctly. This is the most common cause of the move failure.
Another cause is the 260-character file path limit in Windows. If any file inside the Pictures folder has a full path longer than 260 characters, OneDrive stops the move and leaves the folder in place. This limit applies to the combined length of the folder path plus the file name and extension. Deeply nested subfolders often trigger this limit.
A third cause is incorrect folder permissions. The Pictures folder inherits permissions from the parent user profile folder. If those permissions are corrupted or restricted, OneDrive cannot take ownership of the folder to move it. This typically happens after a Windows upgrade or a profile migration.
Steps to Fix the Pictures Folder Not Moving
Use the following methods in order. Test the move after each method before proceeding to the next.
Method 1: Rename the Folder to Match OneDrive Requirements
If your Pictures folder uses a localized name, OneDrive will not recognize it as the target folder. Rename it to the English name.
- Open File Explorer
Press Windows key + E to open File Explorer. Navigate to your user folder, typically C:\Users\[YourUsername]. - Locate the Pictures folder
Look for the folder that contains your images. It may be named “My Pictures”, “Bilder”, or another localized name. Right-click it and select Properties. - Check the Location tab
In the Properties window, click the Location tab. Note the current path. If the folder name is not “Pictures”, you need to rename it. - Move the folder content temporarily
Create a new folder on your desktop named PicturesTemp. Cut and paste all files from the localized Pictures folder into PicturesTemp. This step prevents data loss during rename. - Delete the localized Pictures folder
Right-click the empty localized folder and select Delete. Confirm the deletion. - Create a new Pictures folder
Right-click in your user folder, select New > Folder, and name it Pictures. - Move files back
Cut and paste all files from PicturesTemp into the new Pictures folder. - Restart OneDrive
Right-click the OneDrive icon in the system tray and select Close OneDrive. Open OneDrive from the Start menu. Sign in if prompted. The Known Folder Move prompt should now detect the Pictures folder.
Method 2: Fix File Path Length Issues
If any file inside Pictures has a path longer than 260 characters, OneDrive cannot move the folder. Use this method to shorten paths.
- Open PowerShell as Administrator
Right-click the Start button and select Windows PowerShell (Admin) or Terminal (Admin). - Run the path length check command
Type the following command and press Enter:Get-ChildItem -Path "C:\Users\$env:USERNAME\Pictures" -Recurse | Where-Object { $_.FullName.Length -gt 260 } | Select-Object FullName - Review the output
Any files listed have paths exceeding 260 characters. Rename or move these files to shorten their paths. For example, rename deeply nested subfolders to shorter names. - Enable long path support in Windows
If you frequently work with long paths, enable long path support via Group Policy. Press Windows key + R, typegpedit.msc, and press Enter. Navigate to Computer Configuration > Administrative Templates > System > Filesystem. Double-click Enable Win32 long paths, select Enabled, and click OK. - Restart OneDrive
Close and reopen OneDrive as described in Method 1.
Method 3: Reset Folder Permissions
Corrupted permissions prevent OneDrive from taking ownership of the Pictures folder. Reset permissions using the following steps.
- Open Command Prompt as Administrator
Right-click the Start button and select Command Prompt (Admin) or Terminal (Admin). - Reset permissions on the Pictures folder
Type the following command and press Enter:icacls "C:\Users\$env:USERNAME\Pictures" /reset /t - Grant full control to your user account
Type the following command and press Enter:icacls "C:\Users\$env:USERNAME\Pictures" /grant "%USERDOMAIN%\%USERNAME%":(OI)(CI)F - Verify the permissions
Right-click the Pictures folder, select Properties, go to the Security tab, and confirm your user account has Full control. - Restart OneDrive
Close and reopen OneDrive as described in Method 1.
If OneDrive Still Has Issues After the Main Fix
OneDrive Displays “Folder Already Being Synced” Error
This occurs when the Pictures folder is already synced to a different OneDrive account or location. Open OneDrive settings, go to the Account tab, and click Choose folders. Uncheck the Pictures folder if it appears there. Then restart OneDrive and attempt the move again.
Known Folder Move Option Is Grayed Out
Your IT admin may have disabled Known Folder Move for your tenant. Contact your administrator and ask them to enable the setting in the Microsoft 365 admin center under Org Settings > OneDrive > Sync. They must check the box for “Allow users to move their known folders to OneDrive”.
Pictures Folder Moves but Files Are Missing
Some files may have been excluded due to unsupported file types or names. OneDrive does not sync files with names containing certain characters like a colon or a tilde at the end. Rename those files to remove unsupported characters, then manually copy them to the OneDrive Pictures folder.
Known Folder Move vs Manual Folder Sync: Key Differences
| Item | Known Folder Move | Manual Folder Sync |
|---|---|---|
| Description | Redirects Windows user folders to OneDrive automatically | You copy or move files to OneDrive manually |
| Folder location after setup | Files remain in the original user folder path but are synced | Files reside in the OneDrive folder under C:\Users\[Username]\OneDrive |
| Backup behavior | Continuous sync; files are backed up in real time | Sync only when you manually place files in OneDrive |
| Impact on Windows features | Some apps that rely on the original Pictures path may break | No impact; original folder structure is unchanged |
| IT admin control | Can be enforced or blocked via Group Policy or admin center | Not centrally managed; user decision |
After completing the fixes above, you can move the Pictures folder to OneDrive successfully. Open OneDrive settings and go to Sync and backup > Manage backup to verify the Pictures folder shows as protected. As an advanced tip, you can use the OneDrive Group Policy administrative templates to preconfigure Known Folder Move for all users in your organization, which prevents this issue on new device setups.