How to Uninstall OneDrive on Windows 11: A Step-by-Step Guide

Getting rid of OneDrive on Windows 11 is pretty straightforward, but it’s not always as simple as clicking a button and walking away. Sometimes, you’ve gotta know *what* to do if that built-in uninstall option doesn’t do the trick or leaves bits behind. So, here’s a fair dinkum rundown based on what I’ve come across.

Uninstall OneDrive on Windows 11

This process will kick OneDrive out of your system, free up some space, and stop those annoying updates or syncs. Useful if you reckon cloud storage just isn’t your cup of tea or if you’re troubleshooting some weird syncing issues. Once it’s gone, the app won’t be lurking in the background or hogging startup resources.

Method 1: Using the Settings app

First off, head to Settings — the gear icon in your Start menu or just tap Windows + I. In the Settings window, jump straight to Apps. Scroll down and find “Microsoft OneDrive” (sometimes just called “OneDrive”).

Click on it, then hit Uninstall. Windows might pop up a prompt—you might need to confirm a couple of times or give admin rights. Easy enough, but here’s the catch: on some PCs, this method alone leaves bits behind, or OneDrive might reinstall itself after a reboot because of built-in system stuff that resets it. Not sure why it’s patchy, but sometimes Windows likes to make life harder than it needs to be.

Method 2: Removing OneDrive via Command Line (PowerShell or CMD)

This is a bit more ‘techy’, but often it’s cleaner and more thorough — especially handy if you’re keen to stop OneDrive re-adding itself. By running a specific command, you can block OneDrive from coming back.

Open PowerShell as an admin (right-click the Start button and pick Windows PowerShell (Admin)) or search for PowerShell, right-click, and select “Run as administrator”. Then, copy and paste the following command depending on whether you’ve got a 64-bit or 32-bit system:

# For 64-bit systems
“C:\\Program Files\\Microsoft OneDrive\\Setup\\OneDriveSetup.exe /uninstall” 

Or, if that doesn’t work, you might try uninstalling via the system’s built-in support. Usually, you run:

taskkill /f /im OneDrive.exe
“Then, delete the OneDrive folder from the Program Files directory: rd "%ProgramFiles%\\Microsoft OneDrive" /Q /S or for 32-bit systems rd "%ProgramFiles(x86)%\\Microsoft OneDrive" /Q /S.”

Method 3: Using Local Group Policy (for Pro/Enterprise users)

If you’re running Windows 11 Pro or Enterprise, you can disable OneDrive via the Group Policy Editor. Hit Run (Win + R), type gpedit.msc, then hit Enter. Next, head to Computer Configuration > Administrative Templates > Windows Components > OneDrive. Set Prevent the usage of OneDrive for file storage to Enabled.

This keeps OneDrive from running in the background—kind of a “stop it from launching” trick, not an outright uninstall. Not a bad move if you just want it out of your hair. Note: it doesn’t delete the app files, but it stops syncing and integration. Sometimes you need this extra step if the uninstall isn’t doing the job or it keeps coming back after updates.

Tips for Uninstalling OneDrive on Windows 11

  • Backup your important files first—better safe than sorry. Copy anything you need out of your OneDrive folder just in case.
  • Make sure OneDrive isn’t actively syncing during the process. Check the icon tray; if it’s syncing, pause or stop it first.
  • Use Command Prompt or PowerShell if the GUI’s giving you grief. Sometimes, the app stubbornly reappears after a reboot because Windows still sees it as part of the OS, especially on newer builds.
  • Disable it from starting up via Task Manager > Startup. If uninstalling feels like trying to herd cats, just stop it launching in the first place, then try again later.
  • If you change your mind, reinstall’s easy—grab it from the Microsoft Store or directly from Microsoft’s official website.

Frequently Asked Questions

Can I reinstall OneDrive after uninstalling it?

Absolutely. Just download it from the Microsoft Store or the official site, and it’ll be back in no time.

Will my files be deleted if I uninstall OneDrive?

No worries—your cloud files stay safe in OneDrive online. Uninstalling just removes the app, not your data.

How do I stop OneDrive from starting up automatically without uninstalling?

Open Task Manager (Ctrl + Shift + Esc), go to Startup, find Microsoft OneDrive, right-click, and select Disable. Easy as that.

Is uninstalling OneDrive safe?

100%. It’s just removing an app, not messing with the core Windows setup. Though, if you’re not careful, traces might hang around, but nothing that’ll damage your system.

Can I see my files without the app?

Sure thing. Just log into OneDrive online and access your files there, no worries about the app.

Summary

  • Open Settings.
  • Go to Apps.
  • Find OneDrive.
  • Hit Uninstall (or use command line for a cleaner break).
  • Follow the prompts and you’re good to go.

Hope this saves someone a bit of faffing about. Uninstalling built-in apps isn’t always straightforward, but it’s doable. Just remember, removing OneDrive won’t touch your files stored in the cloud—so no dramas there. Good luck, and you’ve got this.