• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Question OneDrive uninstall impossible, it is not anywhere!

Guasacaca

Junior Member
I do not want to store one byte to any cloud and I have read several tutorials online about removing OneDrive. No matter where they tell me to look for the software to uninstall it, it is simply not there. Not in Programs, not in Settings, not in anywhere. Completely updated - 2023-06 Cumulative Update for Windows 11 Version 22H2 for x64-based Systems (KB5027231). Did Microsoft integrate it deep in the system so that it cannot be removed?
 
I thought I removed it via add/remove programs. When I click start and search for "onedrive" all I get is an empty onedrive folder so as far as I know it's gone. I haven't applied this weeks Windows 11 update though.
 
Been there, done that, got the t-shirt. Even Search in Settings, nothing. But OneDrive is still active in everything. This is very strange.Screenshot (123) copy.png
 
I just tell OneDrive to not auto-start (Task Manager > Startup items tab). Otherwise I'd place a hefty bet that it'll get reinstalled whenever MS feels like it (most likely during feature updates).

Also I do this:
 
Believe me, I have gone through everything, searched everywhere, this sucker is invisible... but still can't be killed!

Screenshot (125) copy.png

Screenshot (124) copy.png
 
Have you tried disabling it from the Group Policy Editor? You can access this by typing "gpedit.msc" in the Run dialog (Windows key + R).

Under "Local Computer Policy", navigate to "Computer Configuration" > "Administrative Templates" > "Windows Components" > "OneDrive". There, you'll find the "Prevent the usage of OneDrive for file storage" setting. Enable this setting, then restart your PC.

This should stop OneDrive from launching at startup and remove its processes from your system.
 
1. Not in tray at all. However, if I try to save anything in any MS Office app it is always the troublesome default and it constantly asks me to log into my account and I absolutely refuse.
2. No gpedit.msc access at all in my Windows 11 Home. You either have to go Pro for that or you have to go through a

Code:
FOR %F IN ("%SystemRoot%\servicing\Packages\Microsoft-Windows-GroupPolicy-ClientTools-Package~*.mum") DO (DISM /Online /NoRestart /Add-Package:"%F")
FOR %F IN ("%SystemRoot%\servicing\Packages\Microsoft-Windows-GroupPolicy-ClientExtensions-Package~*.mum") DO (DISM /Online /NoRestart /Add-Package:"%F")

which incidentally does absolutely nothing on my system after three tries.
 
Back
Top