0x8007016a
OneDrive Software
Severity: ModerateWhat Does This Error Mean?
OneDrive 0x8007016a is the Windows error 'The cloud file provider is not running'.
Files Explorer can see your OneDrive folder, but when an app tries to open or save a file, the OS reports this error because the OneDrive Files-On-Demand component is paused, exited, or has been blocked by a backup tool.
Restart OneDrive and either disable Files On-Demand or wake it up with a real download.
Affected Models
- OneDrive on Windows 10 (1709 and later)
- OneDrive on Windows 11
- Files saved by Office, Photoshop, and other apps that respect Files On-Demand
- Folders shared with another user where Files On-Demand is enabled
Common Causes
- OneDrive process exited or was killed
- Files On-Demand is paused (right-click tray → Pause syncing)
- Backup tool (Acronis, Veeam) holding files locked
- Storage Sense moved files to cloud-only and the app cannot wait for download
- Antivirus blocking the cldflt.sys cloud filter driver
How to Fix It
-
Confirm OneDrive is actually running.
Look for the cloud icon in the system tray near the clock.
If it isn't there, OneDrive isn't running — open Start, search 'OneDrive', and launch it.
Wait until the icon shows a green checkmark or 'Up to date' before retrying the file. -
Resume sync if it's paused.
Right-click the OneDrive tray icon.
If you see 'Resume syncing', click it.
While paused, Files On-Demand returns 0x8007016a for any cloud-only file because the provider stops responding to requests. -
Force the file to download fully.
Open File Explorer, right-click the file or folder that's failing.
Choose 'Always keep on this device'.
Wait for the green checkmark.
This converts the file from cloud-only (placeholder) to fully local — apps can open it without needing the provider. -
Restart the cloud filter driver.
Open Command Prompt as Administrator.
Run: net stop cldflt
Then: net start cldflt
This restarts the kernel-level component that backs Files On-Demand.
If 'cldflt' service does not exist, your Windows is too old for Files On-Demand — update Windows or disable Files On-Demand. -
Disable Files On-Demand if you don't need it.
Right-click the OneDrive tray icon → Settings → Sync and backup → Advanced settings → Files On-Demand.
Toggle it off.
OneDrive will download all your files to local disk.
This trades disk space for never seeing 0x8007016a again — useful on PCs with plenty of storage.
Frequently Asked Questions
Why does this happen when I open a file from a backup or restore tool?
Backup software often opens files in 'shadow copy' mode that bypasses Files On-Demand placeholder hydration.
OneDrive sees the request from kernel context and refuses, returning 0x8007016a.
Either pin the file as 'Always keep on this device' before backing up, or back up the cloud copy directly through Microsoft Graph.