Unsolved

1 Rookie

 • 

1 Message

52

April 14th, 2026 06:18

How can I uninstall OneDrive from Windows 10 Desktop PC

OneDrive is now part of Windows 10 after reinstalling the OS. Each time I rebooted my desktop PC, the OneDrive app pops up and asks me for sign in. I am using a local account on this PC and don't use OneDrive at all. I went to the settings and no way to delete the app. Does anyone know a simple way to uninstall onedrive from Windows 10 PC?

1 Rookie

 • 

8 Posts

April 14th, 2026 08:34

To completely free uninstall One Drive from Windows 10 Desktop PC, especially since you're using a local account and don't need OneDrive, you can do this using a free method via Command Prompt. Here's a simple step-by-step guide to uninstall One Drive from Windows 10:

Step 1: Open Command Prompt as Administrator

  • Press Windows key + X and select Command Prompt (Admin) or Windows PowerShell (Admin).

Step 2: Uninstall OneDrive

  • In the command line window, enter the following command to uninstall OneDrive:
  • taskkill /f /im OneDrive.exe
          
  • Then, run this command to remove OneDrive:

%SystemRoot%\System32\OneDriveSetup.exe /uninstall
      
Step 3: Uninstall One Drive from Windows 10
To remove leftover files, you can manually delete the OneDrive folder:

  • Go to *C:\Users<Your Username>* and delete the OneDrive folder.

Step 4: Prevent OneDrive from Reinstalling on Reboot

  • To block OneDrive from reinstalling after updates, you can rename the OneDrive program folder:
    Navigate to C:\Windows\SystemApps.
  • Find the OneDrive folder and rename it (e.g., add _backup at the end).

6 Professor

 • 

1.4K Posts

April 14th, 2026 08:58

Hi

A consideration.....

Tiny10 (a lightweight, modified version of Windows 10) does not come with OneDrive pre-installed.

Tiny10 is a stripped-down build by NTDEV designed for low-resource systems (e.g., using just 5-10GB disk space vs. 22GB for standard Windows 10), removing bloatware, default apps (like Edge, Media Player, Photos), Microsoft Store, Windows Security, and telemetry services—including OneDrive—to minimize footprint and improve performance on older hardware like Dell systems you're familiar with.

https://github.com/rutvora/Tiny10/blob/master/Uninstaller.ps1

It has dangers in creating and running such a thing, so it is not for the uninitiated.

I run W11-TINY on a coupla laptops.

1 Rookie

 • 

7 Posts

April 14th, 2026 11:13

OneDrive is deeply integrated into Windows 10 as a system component, not a standard application. Because of this, the standard uninstall methods leave behind components that require deeper system access to fully remove .

Here is what you can uninstall One Drive from Windows 10 through the standard Windows interface:

1. Click the Start button and type "Add or remove programs" 

2. Select Add or remove programs from the search results

3. Scroll down or search for Microsoft OneDrive in the list 

4. Click on OneDrive and select Uninstall 

5. Confirm the uninstallation when prompted

Given your constraints, here is what I suggest about uninstalling One Drive from Windows 10:

  • Use the Settings method described above to uninstall what you can through the standard interface
  • Then use the disable/hide methods to minimize OneDrive's presence on your system
  • Accept that some residual elements may remain—they typically do not affect system performance and are hidden from normal view

(edited)

Top