How to Stop OneDrive From Auto-Saving Desktop and Documents Folders
🔍 WiseChecker

How to Stop OneDrive From Auto-Saving Desktop and Documents Folders

Quick fix: Click the OneDrive cloud icon in the system tray → Settings (gear icon) → Sync and backup → Manage backup. Toggle off Desktop, Documents, and Pictures. Confirm to stop backup. Existing files in OneDrive folders move back to local equivalents.

OneDrive has been silently backing up your Desktop and Documents folders to the cloud. Files you put on the Desktop end up at C:\Users\you\OneDrive\Desktop instead of C:\Users\you\Desktop. When you set the PC up, the OOBE wizard’s “Save your files to OneDrive” prompt was opt-out. If you missed it, OneDrive enabled folder backup automatically.

Symptom: Desktop, Documents, or Pictures folders are inside OneDrive instead of the local user profile.
Affects: Windows 11 (and Windows 10) with OneDrive backup of known folders enabled.
Fix time: ~10 minutes.

ADVERTISEMENT

What causes this

OneDrive has a feature called Known Folder Move (KFM) that redirects Desktop, Documents, Pictures, Music, and Videos folders to OneDrive\<folder>. The intent is automatic backup. The cost is: every file you save to Desktop counts against your OneDrive quota, syncs to the cloud, and is governed by OneDrive’s online-only / pinned state rules. Disabling KFM moves the folders back to their original locations.

Method 1: Disable OneDrive Known Folder Move via OneDrive settings

The supported approach.

  1. Click the OneDrive cloud icon in the system tray (it may be in the overflow menu if hidden).
  2. Click the gear icon → Settings.
  3. Switch to the Sync and backup tab.
  4. Click Manage backup.
  5. The current backup state shows three folders: Desktop, Documents, Pictures. Each shows On/Off.
  6. For each folder you want to stop backing up: toggle Off.
  7. OneDrive prompts: If you stop backing up this folder, your files will remain in OneDrive but no longer save here. Click Stop backup.
  8. OneDrive moves the folder reference back to the local user profile path. Existing files stay in OneDrive\<folder> in the cloud; new files save locally.
  9. Repeat for each folder you want to disable.

After this, new files go to C:\Users\you\Desktop (or Documents, Pictures) instead of OneDrive.

ADVERTISEMENT

Method 2: Migrate existing files back to local folders

Use after Method 1 to consolidate files. By default, files stay in OneDrive after you disable backup.

  1. Open File Explorer.
  2. Navigate to C:\Users\you\OneDrive\Desktop (or Documents, Pictures).
  3. Select all files (Ctrl + A).
  4. Cut (Ctrl + X).
  5. Navigate to C:\Users\you\Desktop (your local Desktop folder, which now exists separately).
  6. Paste (Ctrl + V). Files move from OneDrive to local.
  7. Repeat for Documents and Pictures if needed.
  8. Optionally: in OneDrive web (onedrive.com), delete the now-empty OneDrive\Desktop folder to reclaim cloud space. Empty folder stays on OneDrive otherwise.

This consolidates everything back to traditional local user profile paths.

Method 3: Block OneDrive backup via Group Policy or registry

For systems where OneDrive keeps re-enabling backup (e.g., on every Windows feature update). Pro/Enterprise users can use Group Policy.

  1. Press Win + R, type gpedit.msc, press Enter.
  2. Navigate to Computer Configuration → Administrative Templates → OneDrive. If you don’t see OneDrive policies, you may need to install the OneDrive ADMX (administrator templates) — download from Microsoft.
  3. Find Prevent users from redirecting their Windows known folders to their PC or Prevent users from moving their Windows known folders to OneDrive.
  4. Set the second one to Enabled. Run gpupdate /force from elevated Terminal.
  5. For Home edition, use registry instead:
    Set-ItemProperty -Path "HKLM:\SOFTWARE\Policies\Microsoft\OneDrive" -Name KFMBlockOptIn -Value 1 -Type DWord

    (Create the key if missing.)

  6. This blocks OneDrive from prompting users to enable KFM in the future.

This is the durable fix when OneDrive keeps re-suggesting backup.

How to verify the fix worked

  • Open File Explorer. Navigate to C:\Users\you\Desktop. The local Desktop folder exists and contains your moved files.
  • Save a new file to the desktop. Right-click the file → Properties → check the Location. Should be C:\Users\you\Desktop, not C:\Users\you\OneDrive\Desktop.
  • OneDrive icon shows reduced sync activity since Desktop/Documents/Pictures are no longer being mirrored.
  • Open OneDrive Settings → Sync and backup → Manage backup. All three folders show as Off.

If none of these work

If OneDrive keeps re-enabling backup after each Windows Update or restart, three causes apply. OneDrive auto-prompt on sign-in: OneDrive shows the backup setup dialog on first sign-in to a new Windows install or after major updates. Click Skip / dismiss. Corporate Intune policy: managed PCs may have backup enforced. Contact IT to disable. Files that won’t move: in Method 2, if files refuse to move from OneDrive to local Desktop (with errors about path length or permissions), the OneDrive folder may have files pinned as “Always available” with conflicting state. Right-click the OneDrive Desktop folder → Free up space to make all files online-only, then close OneDrive temporarily before moving.

Bottom line: OneDrive’s Known Folder Move auto-enables during setup — disable it in OneDrive settings, manually move existing files back, and your Desktop returns to C:\Users\you\Desktop.

ADVERTISEMENT