When you open File Explorer, the OneDrive for Business folder may be missing from the navigation pane or the This PC section. This usually happens because the OneDrive sync client is not running, the Windows Explorer integration is broken, or the OneDrive folder is hidden by a Group Policy setting. In this article, you will learn the specific causes of this problem and the exact steps to restore the OneDrive entry in File Explorer.
Key Takeaways: Restore OneDrive in File Explorer
- OneDrive system tray icon > Settings > Account > Unlink this PC: Resets the sync relationship and re-creates the File Explorer shortcut.
- Windows Registry key HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace: Manually registers the OneDrive folder in the navigation pane if it remains missing after unlinking.
- Group Policy Editor > Computer Configuration > Administrative Templates > Windows Components > OneDrive: Prevents OneDrive from showing in File Explorer; the setting must be set to Not Configured or Disabled.
Why OneDrive Disappears from File Explorer
OneDrive for Business integrates with File Explorer through a Windows shell namespace extension. When the sync client starts, it registers a GUID in the Windows Registry that tells File Explorer to display the OneDrive folder in the navigation pane. If the sync client fails to start, if the registration key is corrupted, or if a Group Policy blocks the integration, the OneDrive entry will not appear.
The most common causes are:
- The OneDrive sync client is not running or is paused
- The Windows Explorer process has not refreshed after a new OneDrive installation
- The Registry key for the OneDrive namespace is missing or damaged
- A company-managed device has a Group Policy that hides OneDrive from File Explorer
- The OneDrive folder itself was moved, deleted, or unlinked from the account
Each cause requires a different fix. The steps below start with the simplest checks and move to advanced repairs.
Steps to Restore OneDrive in File Explorer
- Verify OneDrive is running
Look for the OneDrive cloud icon in the system tray near the clock. If you do not see it, click the arrow to expand hidden icons. If it is still missing, press the Windows key, type OneDrive, and press Enter. If it does not start, open Task Manager, go to the Startup tab, and make sure Microsoft OneDrive is enabled. Restart your computer after enabling it. - Refresh File Explorer
Sometimes the OneDrive entry is present but hidden by a stale view. Open File Explorer, press F5 to refresh, or close and reopen File Explorer. If the folder appears, no further action is needed. - Unlink and relink your OneDrive account
Right-click the OneDrive icon in the system tray and select Settings. Go to the Account tab and click Unlink this PC. Confirm the action. Once unlinked, sign in again with your work or school account. This process re-creates the File Explorer shortcut and the underlying Registry entries. - Manually register the OneDrive namespace in the Registry
If the folder still does not appear after relinking, the Registry key may be missing. Press Windows key + R, type regedit, and press Enter. Navigate to HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace. Right-click the NameSpace folder, select New > Key, and name it exactly:{018D5C66-4533-4307-9B53-224DE2ED1FE6}
Select the new key, double-click the (Default) value in the right pane, and set its value data to OneDrive. Click OK, close Registry Editor, and restart File Explorer. The OneDrive folder should now appear in the navigation pane. - Check Group Policy settings
On a work-managed device, IT may have disabled OneDrive in File Explorer. Press Windows key + R, type gpedit.msc, and press Enter. Navigate to Computer Configuration > Administrative Templates > Windows Components > OneDrive. Double-click Prevent the usage of OneDrive for file storage. If it is set to Enabled, change it to Not Configured or Disabled. Click OK, then run gpupdate /force in a Command Prompt as administrator. Restart your computer. - Repair or reinstall the OneDrive sync client
If all else fails, the OneDrive installation may be corrupted. Open Settings, go to Apps > Installed apps, find Microsoft OneDrive, click the three dots, and select Modify. Choose Repair and follow the prompts. If repair does not work, uninstall OneDrive, restart your computer, download the latest OneDrive sync client from the Microsoft website, and install it. Sign in with your work or school account.
If OneDrive Still Has Issues After the Main Fix
OneDrive shows in File Explorer but has no files
This means the sync client is connected but the folder location is wrong. Right-click the OneDrive icon in the system tray, select Settings > Account, and click Choose folders. Make sure the folders you need are checked. If the folder path was changed, click Unlink this PC and sign in again to reset the folder location.
OneDrive folder appears and then disappears
This indicates a conflict with another cloud storage provider or a corrupted Explorer shell extension. Disable third-party shell extensions using ShellExView, or run a clean boot to isolate the conflict. If the problem stops in clean boot, enable services one by one until you find the cause.
OneDrive icon is missing from the system tray
Go to Settings > Personalization > Taskbar > Taskbar corner overflow and make sure OneDrive is set to On. If the icon still does not appear, the sync client may not be set to start automatically. Open Task Manager, go to the Startup tab, and enable Microsoft OneDrive. Restart your computer.
OneDrive in File Explorer vs OneDrive Web App: Key Differences
| Item | File Explorer Integration | OneDrive Web App |
|---|---|---|
| Access method | Navigation pane in File Explorer | Browser at onedrive.com |
| File syncing | Files sync to local disk automatically | Files stream from the cloud, no local copy unless downloaded |
| Offline access | Files are available offline if marked as Always keep on this device | No offline access without downloading |
| Folder path | %UserProfile%\OneDrive – CompanyName | No local path |
| File operations | Drag, copy, rename, delete using standard Windows commands | Actions performed through browser interface |
| Collaboration | Real-time co-authoring in Office apps when files are synced | Real-time co-authoring in browser |
| Search | Windows Search indexes local OneDrive files | OneDrive search in browser |
After completing the steps above, you should see the OneDrive for Business folder in the File Explorer navigation pane. If the problem persists, contact your IT administrator to check for tenant-level policies that block OneDrive integration. As an advanced tip, you can use the OneDriveMapper PowerShell script to map OneDrive as a network drive in File Explorer if the default integration continues to fail.