Edited 5 months ago by ExtremeHow Editorial Team
Windows 10OneDriveSettingsConfigurationSystemCloudStorageManagementApplicationsUsability
This content is available in 7 different language
OneDrive is Microsoft's cloud storage service that integrates with Windows 10. It allows users to store files in the cloud and access them from anywhere. While OneDrive is convenient for many, some users don't want to use it for various reasons, such as preferring another cloud service, wanting to save system resources, or simply not needing OneDrive's functionalities. Disabling OneDrive can also help avoid any accidental leak of sensitive data in the cloud. In this detailed guide, we will discuss different ways to disable OneDrive on Windows 10 system. Each method has its own peculiarities, so you can choose the one that best suits your needs.
A straightforward way to disable OneDrive without uninstalling it is to unlink your Microsoft account from it. This stops OneDrive from synchronizing files, effectively disabling its functionality while the app remains on your system in case you want to use it later.
Once that's done, OneDrive will no longer sync files to your computer until you sign back in. The OneDrive folder remains on your system, but if you're confident that no essential files are stored there, you can choose to ignore or delete it.
Group Policy Editor is a powerful tool for changing system settings in Windows. It can be used to effectively disable OneDrive, especially in a work or school environment. Note that this tool is only available in Windows 10 Pro, Enterprise, and Education editions.
gpedit.msc
and press Enter to open the Local Group Policy Editor.Setting this policy to Enabled will cause OneDrive to stop working on the machine completely. You will no longer see the OneDrive icon in the system tray, and OneDrive will no longer run at startup. This action can also be reversed; simply follow the steps above and set the option to Not Configured or Disabled if you want to enable OneDrive again.
You can also disable OneDrive through the Windows Registry. This method is more technical and should be used with caution, as incorrect changes to the registry can cause system problems. It is advisable to back up your registry before making any changes.
regedit
and press Enter to open the Registry Editor. If prompted by UAC (User Account Control), click Yes.HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\OneDrive
.OneDrive
key doesn't exist, you'll need to create it. Right-click Windows in the left pane, choose New, and then choose Key. Name the new key OneDrive
.DisableFileSyncNGSC
and set its value to 1
by double-clicking on it and entering a number in the Value data field.This change stops OneDrive from running on your system. It will not sync files, and the OneDrive icon will disappear from File Explorer.
If you don't want to use OneDrive at all and want to remove the software from your system, you can uninstall it through Windows Settings. This method is similar to removing any other program from your system.
Note that uninstalling will completely remove OneDrive from your system. If you later decide you want to use OneDrive again, you'll need to reinstall it, which is possible by downloading it from the Microsoft website or by re-enabling it if it comes with your Windows reinstallation.
For those who prefer command-line operations, OneDrive can also be uninstalled using the Command Prompt. This method can quickly remove OneDrive without going through the Windows UI interface.
taskkill /f /im OneDrive.exe
.%SystemRoot%\SysWOW64\OneDriveSetup.exe /uninstall
%SystemRoot%\System32\OneDriveSetup.exe /uninstall
This will remove OneDrive from the system. Again, if there is a need to use OneDrive later, it will be necessary to reinstall it from the Microsoft website.
In conclusion, whether you want to stop using OneDrive temporarily or permanently, Windows 10 provides multiple methods to disable or uninstall the app, catering to different needs and user expertise levels. The method you choose will depend on your preference for disabling or uninstalling, as well as your level of comfort with tools like Group Policy Editor or Registry Editor. It is important to remember that changes to system settings should be made with caution, especially when using features associated with Group Policy or Registry Editor, as incorrect settings can affect your system's performance and stability. If necessary, always confirm that your data is safe and backed up before proceeding with these changes.
If you find anything wrong with the article content, you can