When you sync a SharePoint document library to File Explorer, every folder inside that library should appear under the site name in the navigation pane. If a specific folder is missing while others show correctly, the problem is almost always a sync filter, a permission gap, or a sync client limitation. This article explains the root causes of a missing folder and provides a systematic checklist that SharePoint admins can use to diagnose and resolve the issue. By following the steps below, you will identify whether the problem lies in sync settings, site permissions, or the folder structure itself.
Key Takeaways: Missing Folder in File Explorer
- OneDrive sync app > Settings > Account > Choose folders: Use this setting to verify which folders are selected for sync. Unselected folders do not appear in File Explorer.
- SharePoint site permissions > Check permissions: Run this tool to confirm a user has at least Read access to the missing folder. Inherited permissions or unique permissions can block visibility.
- File Explorer > View > Options > View tab > Always show icons, never thumbnails: Enable this setting if folders with many items fail to appear due to delayed thumbnail loading.
Why a SharePoint Folder Does Not Show in File Explorer
The OneDrive sync app for Windows maps a SharePoint document library to a local folder. By default, all folders in the library are synced. When a folder is missing, the cause is usually one of three things: the folder is excluded from sync, the user lacks permission to see it, or the folder contains items that exceed sync limits. Each cause requires a different fix, so it is important to check them in the correct order.
Sync Filters and Folder Exclusions
The OneDrive sync app lets users choose which folders to sync. If a user or admin has unchecked a folder in the sync settings, that folder will not appear in File Explorer. This setting is stored per device and does not affect other users. A user may have accidentally deselected a folder during initial setup or after a sync reset.
Permission Inheritance Breaks
SharePoint folders can have unique permissions that break inheritance from the parent library. If a folder has unique permissions and the user is not included, the folder will be invisible in File Explorer even though it exists in the browser. This happens most often when an admin or site owner sets specific permissions on a subfolder.
Sync Client Limitations
The OneDrive sync app has known limitations. It cannot sync folders with more than 300,000 items, folders with file names longer than 400 characters, or folders that contain files over 250 GB. If a folder exceeds any of these limits, the sync client will skip it entirely without showing an error. The folder will simply be absent from the local file system.
Admin Checklist to Find and Fix the Missing Folder
Follow these steps in order. Each step isolates a specific cause. Do not skip steps.
- Verify the folder exists in the SharePoint browser
Open the SharePoint document library in a web browser. Navigate to the folder that is missing in File Explorer. If the folder does not appear in the browser either, it may have been deleted or moved. Check the site recycle bin and the second-stage recycle bin. If it is there, restore it. - Check the sync folder selection
Right-click the OneDrive cloud icon in the Windows system tray. Select Settings > Account > Choose folders. Click the SharePoint site that contains the missing folder. Clear the check box next to the site name, then select it again. This forces the sync app to show all available folders. Ensure the missing folder has a check mark. If it does not, check it and click OK. - Run the Check Permissions tool
In the SharePoint browser, go to the document library that contains the missing folder. Select the missing folder by clicking the circle to its left. On the ribbon, select the three dots (More) > Manage access > Advanced permissions settings > Check Permissions. Enter the user name of the person who cannot see the folder. If the result shows the user has no access or limited access without the folder being listed, the folder has unique permissions. Add the user to the folder permissions or break inheritance and grant access. - Inspect folder item count and file size
In the SharePoint browser, select the missing folder. Look at the status bar at the bottom of the page. It shows the total item count. If the count exceeds 300,000 items, the folder will not sync. Use document library views to filter or archive old content. If the folder contains files larger than 250 GB, move those files to a separate library. - Reset the OneDrive sync app
If the previous steps do not resolve the issue, reset the sync app. Press Windows key + R, type%localappdata%\Microsoft\OneDrive\onedrive.exe /reset, and press Enter. Wait 60 seconds. Open OneDrive again. This clears cached sync metadata and forces a full re-sync of all libraries. - Verify folder name and path length
Check if the folder name or the full path to the folder exceeds 400 characters. In File Explorer, open the parent library folder. Right-click the missing folder and select Properties. Count the characters in the Location field plus the folder name. If the total exceeds 400, rename the folder to a shorter name. The sync client will then pull it down.
If the Folder Still Does Not Appear After the Checklist
Occasionally, the problem is not with the folder itself but with the sync client or the Windows File Explorer view. Below are two additional scenarios and their fixes.
Folder is synced but hidden by File Explorer grouping
File Explorer can group items by date, type, or size. If the folder is grouped under a collapsed header, it may appear missing. Click View > Group by > (None) to disable grouping. The folder should then appear in the file list.
Sync client shows error but no visible message
Right-click the OneDrive cloud icon and select View sync problems. The sync app lists all files and folders that failed to sync. If the missing folder appears in the list with an error code, note the code. Common codes include 0x8007016a (file name too long) and 0x80070194 (path too long). Rename or shorten the folder path as described in step 6.
Sync App Settings vs SharePoint Permissions: Key Differences
| Item | Sync App Choose Folders | SharePoint Folder Permissions |
|---|---|---|
| Where it is configured | OneDrive Settings > Account > Choose folders | SharePoint library > Manage access > Advanced permissions |
| Who can change it | Any user on their own device | Site owner or member with Full Control |
| Effect on folder visibility | Folder is excluded from local sync but visible in browser | Folder is invisible in both browser and File Explorer |
| Fix method | Check the folder in the sync selection list | Grant user permissions on the folder |
After completing the admin checklist, you can now identify why a SharePoint folder does not appear in File Explorer and apply the correct fix. Start with the sync folder selection because it is the fastest check. If that does not work, move to permissions and item count limits. As an advanced step, configure a SharePoint retention policy to automatically archive old content from large folders, keeping item counts under the 300,000 threshold.