When a user restarts their Windows 10 or Windows 11 computer, OneDrive for Business may fail to launch automatically. The desktop client does not open, files do not sync, and the cloud icon is missing from the system tray. This problem typically occurs because the OneDrive startup entry in Task Manager is disabled, the service is set to manual instead of automatic, or a system policy blocks the launch. This article explains the root causes of OneDrive not starting after a reboot and provides step-by-step repair methods for help desk technicians.
Key Takeaways: Fix OneDrive Startup Failure After Reboot
- Task Manager > Startup tab > OneDrive: Check that OneDrive is enabled in the startup list. If disabled, enable it and reboot.
- Services console (services.msc) > OneDrive Updater Service: Set the service startup type to Automatic (Delayed Start) to ensure OneDrive launches after boot.
- Registry key HKCU\Software\Microsoft\Windows\CurrentVersion\Run: Verify the OneDrive value exists and points to the correct executable path.
Why OneDrive Fails to Start After a Reboot
OneDrive for Business is designed to launch automatically when a user signs into Windows. The startup mechanism relies on two components: a Windows startup entry in the Registry and a Windows service called OneDrive Updater Service. If either component is missing, disabled, or misconfigured, OneDrive will not start after the computer restarts.
Common root causes include:
- The OneDrive startup entry was removed or disabled by a group policy, a third-party optimizer, or manual user action.
- The OneDrive Updater Service is set to Manual or Disabled, preventing the client from launching.
- The OneDrive executable file is corrupted or the installation is incomplete.
- A user profile is damaged, causing the startup entry to fail silently.
- Antivirus software or security policies block OneDrive from running at boot.
For help desk technicians, the fastest approach is to check the startup list, verify the service, and test the executable directly. The following steps cover each repair method.
Step-by-Step Repair: Restore OneDrive Startup After Reboot
Method 1: Enable OneDrive in Task Manager Startup
- Open Task Manager
Press Ctrl + Shift + Escape to open Task Manager. Click the Startup tab. - Locate OneDrive in the list
Find the entry named Microsoft OneDrive. Look at the Status column. If it shows Disabled, right-click the entry and select Enable. - Reboot the computer
Restart the machine. After sign-in, check the system tray for the OneDrive cloud icon. If the icon appears, the issue is resolved.
Method 2: Verify the OneDrive Registry Run Key
- Open Registry Editor
Press Windows Key + R, type regedit, and press Enter. Navigate to HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run. - Check the OneDrive value
Look for a string value named OneDrive. Its value data should point to the OneDrive executable, typically C:\Users\[username]\AppData\Local\Microsoft\OneDrive\OneDrive.exe. If the value is missing, right-click in the right pane, select New > String Value, name it OneDrive, and paste the correct path. - Test the path
Double-click the OneDrive value. Copy the path, press Windows Key + R, paste it, and press Enter. If OneDrive launches, the entry is correct. If not, the executable may be missing or corrupted.
Method 3: Set the OneDrive Updater Service to Automatic
- Open Services Console
Press Windows Key + R, type services.msc, and press Enter. - Find OneDrive Updater Service
Scroll to the entry named OneDrive Updater Service. Right-click it and select Properties. - Change Startup Type
In the General tab, set Startup type to Automatic (Delayed Start). Click Apply and OK. - Start the service
Right-click the service again and select Start. Verify the service status shows Running. - Reboot and test
Restart the computer. After sign-in, confirm OneDrive starts automatically.
Method 4: Repair the OneDrive Installation
- Open Programs and Features
Press Windows Key + R, type appwiz.cpl, and press Enter. - Select Microsoft OneDrive
Scroll to Microsoft OneDrive in the list. Click it and select Change. In the dialog that appears, select Repair and follow the prompts. - Reinstall if repair fails
If the repair option is not available, uninstall OneDrive from Programs and Features. Download the latest OneDrive for Business installer from the Microsoft 365 admin center or portal.office.com. Run the installer and sign in with the user’s work or school account. - Test startup
Reboot the computer and verify that OneDrive launches automatically.
If OneDrive Still Has Issues After the Main Fix
OneDrive does not appear in the startup list at all
If Task Manager shows no OneDrive entry and the Registry key is missing, the user profile may be corrupted. Create a new local Windows user profile, sign in, and configure OneDrive. If the user is domain-joined, the profile can be rebuilt with the help of the domain administrator.
OneDrive starts but immediately crashes or closes
This indicates a corrupted OneDrive cache or a conflict with a third-party application. Reset OneDrive by pressing Windows Key + R, typing %localappdata%\Microsoft\OneDrive\onedrive.exe /reset, and pressing Enter. Wait 60 seconds, then launch OneDrive from the Start menu. If the problem persists, disable startup items in Task Manager one by one to identify the conflicting program.
Group Policy blocks OneDrive startup
In managed environments, an IT administrator may have set a group policy that prevents OneDrive from running at startup. Open the Local Group Policy Editor by pressing Windows Key + R, typing gpedit.msc, and pressing Enter. Navigate to Computer Configuration > Administrative Templates > Windows Components > OneDrive. Check if the policy Prevent the usage of OneDrive for file storage is set to Enabled. If it is, you must contact the domain administrator to change the policy.
Antivirus or security software interferes
Some security suites block OneDrive from launching at boot. Temporarily disable the antivirus software and reboot. If OneDrive starts, add an exception for the OneDrive executable path C:\Users\[username]\AppData\Local\Microsoft\OneDrive\OneDrive.exe in the security software settings.
Startup Methods: Task Manager vs Registry vs Service
| Item | Task Manager Startup Tab | Registry Run Key | OneDrive Updater Service |
|---|---|---|---|
| Description | Lists programs that launch at user sign-in | Stores startup commands in the Registry | Windows service that manages the OneDrive process |
| How it triggers OneDrive | Runs the OneDrive.exe command at sign-in | Runs the OneDrive.exe command at sign-in | Starts OneDrive.exe after the service starts |
| Typical cause of failure | Entry is disabled by user or optimizer | Value is missing or path is wrong | Service set to Manual or Disabled |
| Easiest fix | Enable the entry in Task Manager | Recreate the string value with correct path | Change startup type to Automatic (Delayed Start) |
OneDrive for Business should start automatically after every reboot when the startup entry is enabled, the Registry key is intact, and the service is set to Automatic. Help desk technicians can resolve most failures by checking these three locations in order. If the problem persists after all methods, a full uninstall and reinstall of OneDrive is the final step. After repair, verify that the cloud icon appears in the system tray and that files sync without errors.