How to Delete OneDrive: Remove, Unlink, or Uninstall It Completely
OneDrive comes pre-installed on Windows and deeply embedded in Microsoft's ecosystem — which makes it useful for many people and frustrating for others. Whether you want to stop it from syncing, remove it from your taskbar, or wipe it from your system entirely, "deleting OneDrive" means different things depending on what outcome you're actually after.
What Does "Deleting OneDrive" Actually Mean?
There are three distinct actions most people mean when they say they want to delete OneDrive:
- Unlinking your account — disconnects OneDrive from your Microsoft account but leaves the app installed
- Disabling or pausing sync — stops files from syncing without removing anything
- Uninstalling OneDrive — removes the application from your device entirely
Each of these has different consequences for your files, your Microsoft account, and your system behavior. Understanding which one matches your situation matters before you start.
How to Unlink OneDrive From Your Account
If your main issue is that OneDrive is syncing files you don't want synced, unlinking is often the cleaner first step.
- Click the OneDrive cloud icon in your system tray (bottom-right taskbar)
- Select Settings (gear icon) → Settings
- Navigate to the Account tab
- Click Unlink this PC
After unlinking, OneDrive stops syncing. Files already downloaded to your local OneDrive folder remain on your computer. Files stored only in the cloud stay in your Microsoft account — they're not deleted. The app itself stays installed.
This is the lowest-impact option and fully reversible.
How to Stop OneDrive From Running at Startup
Even if you don't uninstall it, you can prevent OneDrive from launching automatically:
- Open OneDrive Settings via the system tray icon
- Go to the Settings tab
- Uncheck Start OneDrive automatically when I sign in to Windows
Alternatively, through Task Manager → Startup tab, find OneDrive and set it to Disabled. This keeps OneDrive installed but idle — it won't consume memory or bandwidth unless you manually open it.
How to Uninstall OneDrive on Windows 10
On Windows 10, OneDrive can be uninstalled like a standard application:
- Open Settings → Apps → Apps & Features
- Search for Microsoft OneDrive
- Click it and select Uninstall
Alternatively, via Control Panel → Programs and Features → right-click OneDrive → Uninstall.
⚠️ Before uninstalling, check your OneDrive folder. Any files stored only in the cloud (shown with a cloud icon, not a green checkmark) will become inaccessible from that device. Files already fully downloaded remain in their local folder even after uninstall.
How to Uninstall OneDrive on Windows 11
Windows 11 treats OneDrive as a more integrated component, but it's still removable:
- Go to Settings → Apps → Installed Apps
- Search for Microsoft OneDrive
- Click the three-dot menu → Uninstall
Some editions of Windows 11 — particularly those tied to Microsoft 365 business accounts — may restrict or prevent full uninstallation through standard settings. In those cases, command-line removal is an option.
Using Command Prompt to Force Remove OneDrive
For more control, you can uninstall via Command Prompt (run as administrator):
taskkill /f /im OneDrive.exe %SystemRoot%SysWOW64OneDriveSetup.exe /uninstall On 32-bit systems, replace SysWOW64 with System32. This method is more thorough and removes OneDrive from the file explorer sidebar as well.
How to Remove OneDrive From File Explorer
Even after unlinking, OneDrive often lingers in the File Explorer sidebar. To remove it:
- Windows 10/11: Right-click the OneDrive entry in File Explorer → Unpin from Quick Access or Remove from sidebar (wording varies by build)
- For a permanent fix, a registry edit under
HKEY_CLASSES_ROOTCLSID{018D5C66-4533-4307-9B53-224DE2ED1FE6}can hide it — though registry edits carry risk if done incorrectly
What Happens to Your Files When You Delete OneDrive 🗂️
This is the part where individual situations diverge significantly:
| File Location | What Happens After Uninstall |
|---|---|
| Downloaded locally (green checkmark) | Stays on your PC |
| Cloud-only (cloud icon) | No longer accessible from this device |
| Shared files from others | Accessible via OneDrive web at onedrive.com |
| Files in OneDrive folder | Folder and contents remain on disk |
Your Microsoft account and cloud storage are unaffected by uninstalling the desktop app. You can still access everything through a browser.
OneDrive on Mac
On macOS, OneDrive is not a system component — it's downloaded from the App Store or bundled with Microsoft 365. Removing it follows standard Mac app removal:
- Drag OneDrive from Applications to Trash, or use a dedicated uninstaller app
- You may also need to remove OneDrive-related entries from Login Items under System Settings → General
Variables That Shape the Right Approach
The "correct" way to delete OneDrive depends on factors that vary from one setup to the next:
- Windows version and edition — Home, Pro, and Enterprise behave differently
- Microsoft 365 subscription — some plans re-install OneDrive automatically after removal
- Work or school account — IT-managed devices may restrict removal entirely
- File sync status — whether your files are local, cloud-only, or mixed determines deletion risk
- Technical comfort level — registry edits and command-line methods are more thorough but require care
Someone on a personal Windows 10 Home machine with no Microsoft 365 subscription has a much simpler path than someone on a corporate Windows 11 device managed by an IT department. The steps are the same; the outcomes and constraints are not.
How far you need to go — and how safely you can do it — comes down to which of those conditions apply to your specific machine and account setup.