You navigate to a SharePoint document library in your browser, create a new folder, and expect it to sync to your computer through File Explorer. But the folder never shows up. This problem usually occurs because the folder was created outside the synced folder structure or because the sync client has not processed the change yet. This article explains the technical reasons why a SharePoint folder may not appear in File Explorer and provides the exact steps to force the sync and verify the folder.
Key Takeaways: Fixing Missing SharePoint Folders in File Explorer
- OneDrive sync app > Pause sync > Resume sync: Forces the sync client to re-check all changes and download new folders.
- SharePoint library > Sync button: Re-establishes the sync relationship and triggers an immediate refresh.
- File Explorer > Navigation pane > Refresh: Updates the visible folder list without restarting the sync client.
Why a SharePoint Folder Does Not Appear in File Explorer
When you sync a SharePoint document library to your computer, the OneDrive sync client maintains a local copy of the files and folders. The sync client uses a change log from SharePoint to detect new items. If you create a folder directly in the SharePoint web interface, the sync client must receive the change notification from SharePoint. Several factors can block this notification or prevent the folder from appearing.
The most common root cause is a delay in the sync queue. The OneDrive sync client processes changes in batches. If the client is paused, stuck on a large file, or has a network interruption, the new folder sits in the queue and never reaches your local machine. Another cause is that the folder was created inside a subfolder that is not selected for sync. SharePoint libraries allow you to choose which folders sync to your computer. If the parent folder is excluded, any child folder you create online will not appear locally.
A less common but serious cause is a sync conflict or a permission issue. If you have view-only permissions to the folder, the sync client may not download the folder contents. Additionally, if another user moved or renamed the folder while you were creating it, the sync client may see the operation as a deletion and skip the folder entirely.
The Sync Client Architecture
The OneDrive sync client uses a two-way sync model. When you add a folder in SharePoint, the server sends a change token to the client. The client compares the token with its local state and downloads the folder. This process is not instant. The client polls the server every few minutes. If the client is busy syncing other files, your folder may wait in line. Understanding this architecture helps you know that a short delay is normal, but a missing folder after 30 minutes indicates a problem.
Steps to Force the Folder to Appear in File Explorer
Follow these steps in order. Each step forces the sync client to re-evaluate the library and download the missing folder.
- Pause and Resume OneDrive Sync
Right-click the OneDrive cloud icon in the system tray. Select Pause syncing and choose 2 hours. Wait 10 seconds. Right-click the icon again and select Resume syncing. This clears any stuck sync queue and forces the client to check for new changes immediately. - Refresh the Local Folder in File Explorer
Open File Explorer and navigate to the synced SharePoint library folder. Press the F5 key on your keyboard. This refreshes the folder view and shows any newly downloaded items. - Re-Sync the Library from SharePoint
Go to your SharePoint site in a browser. Open the document library that contains the missing folder. Click the Sync button in the toolbar. If the library is already synced, you will see a message saying “You are already syncing this library.” Click OK. This action re-establishes the sync relationship and triggers an immediate refresh. - Check Folder Sync Exclusions
In File Explorer, right-click the synced SharePoint library folder and select OneDrive > Sync settings. Under Choose folders, verify that the parent folder of your missing folder is checked. If it is unchecked, check it and click OK. The sync client downloads the selected folders. - Restart the OneDrive Sync Client
Press Ctrl+Shift+Escape to open Task Manager. Find Microsoft OneDrive in the list. Right-click it and select End task. Open the Start menu, type OneDrive, and press Enter. The client restarts and performs a full sync of all libraries. - Reset the OneDrive Sync Client
If the folder still does not appear, reset the sync client. Press Windows+R, type onedrive.exe /reset, and press Enter. Wait 60 seconds. Press Windows+R again, type onedrive.exe, and press Enter. This clears the local sync database and re-downloads all files and folders from SharePoint.
If SharePoint Still Has Issues After the Main Fix
Folder Exists in SharePoint but Not in File Explorer
If the folder is visible in the SharePoint web interface but not in File Explorer after following the steps above, the folder may be empty. The OneDrive sync client does not download empty folders by default. Create a test file inside the folder in SharePoint. Wait 5 minutes. The folder should now appear in File Explorer because it contains a file to sync.
Sync Client Shows “Processing Changes” Forever
The sync client may get stuck on a large file or a file with a long name. Open the OneDrive activity center by clicking the cloud icon and selecting View sync issues. Look for any file with an error icon. Rename or delete that file in SharePoint. The sync client will resume and download the missing folder.
Folder Appears but Is Empty in File Explorer
This usually means the folder synced but the contents did not. Check your internet connection. Open the OneDrive settings by right-clicking the cloud icon and selecting Settings. Go to the Network tab and ensure Download rate is not set to zero. Increase the rate to 100% and click OK. The client will download the folder contents.
Permission Denied for the Missing Folder
If you have limited permissions in SharePoint, the folder may exist but you cannot see it in File Explorer. Open the SharePoint library in a browser. Click the three dots next to the folder and select Manage access. Verify your name is in the list with at least Read access. If not, ask the site owner to grant you access. After access is granted, repeat the pause and resume sync steps.
SharePoint Folder Sync vs OneDrive Folder Sync: Key Differences
| Item | SharePoint Folder Sync | OneDrive Folder Sync |
|---|---|---|
| Sync client used | OneDrive sync app | OneDrive sync app |
| Folder creation location | SharePoint web interface or File Explorer | OneDrive web interface or File Explorer |
| Empty folder sync | Does not sync empty folders by default | Does not sync empty folders by default |
| Permission check | Requires SharePoint site permissions | Requires OneDrive sharing permissions |
| Sync delay after creation | Up to 5 minutes | Up to 5 minutes |
| Method to force refresh | Pause/resume or re-sync from SharePoint | Pause/resume or re-sync from OneDrive |
Now you can force a missing SharePoint folder to appear in File Explorer by pausing and resuming the OneDrive sync client. If the folder still does not appear, check the folder sync exclusions or reset the sync client. As an advanced tip, you can use the SharePoint admin center > Active sites > Site collection to check if the site has any storage limits that prevent new folders from syncing. Use the Get-PnPFolder PowerShell cmdlet to verify the folder exists in SharePoint if the web interface is also not showing it.