Forum Discussion
Files stuck in sync. Can't delete. Error: 0x80070185
- Apr 02, 2026
1. To Stop OneDrive completely
Press Ctrl + Shift + Esc
Open Task Manager
Find Microsoft OneDrive
Click End task
2. Force delete the file
Press Windows + R, type cmd, press Enter
Run this command:
del /f /q "FULL FILE PATH"
If it’s a folder, run:
rmdir /s /q "FULL FOLDER PATH"
Important: Replace "FULL FILE PATH" with the actual file location.
You can get it by holding Shift + right-clicking the file → "Copy as path".
3. If deletion fails
Restart your PC in Safe Mode
Try deleting the file again
4. Rebuild OneDrive sync
Open OneDrive → Settings → Account
Click "Unlink this PC"
Sign in again
In File Explorer, right-click the folder, select Properties > Advanced, and uncheck the option ‘Allow files on this device to have content other than file properties’.
- MSNoob101Mar 31, 2026Copper Contributor
That sadly did not work.