When you use OneDrive for Business in a web browser, the Download Folder option should appear in the toolbar after you select a folder. Some users see only the Download button for individual files, with no way to download an entire folder as a ZIP archive. This problem usually occurs because of a browser extension conflict, an outdated browser, or a restrictive OneDrive tenant policy set by your IT administrator. This article explains the technical causes behind the missing Download Folder option and provides step-by-step fixes you can apply immediately.
Key Takeaways: Download Folder Missing in OneDrive Browser
- Browser cache and extension reset: Clearing cache and disabling ad blockers restores the Download Folder button in most cases.
- Microsoft Edge or Chrome in InPrivate or Incognito mode: Testing in a private window isolates extension and cache conflicts.
- Microsoft 365 admin center > SharePoint > OneDrive > Download: Tenant-level permission to download folders is controlled by the SharePoint Online management shell policy.
Why the Download Folder Option Disappears in the Browser
OneDrive for Business renders its web interface through JavaScript that loads toolbar buttons based on user permissions and browser capabilities. The Download Folder button specifically requires the browser to support the ZIP file creation API that OneDrive uses on the server side. When a browser extension such as an ad blocker, script blocker, or privacy tool blocks that JavaScript call, the button does not appear.
Another common cause is a stale browser cache. OneDrive periodically updates its interface files. If the browser loads an old cached version of the page, the toolbar may lack the Download Folder option even though the feature is enabled on the server. A hard refresh or cache clear forces the browser to fetch the latest files.
On the tenant side, an IT administrator can disable folder downloads via the SharePoint Online management shell. The Set-SPOTenant -DisableDownloadFolderNavigation $true command removes the Download Folder button for all users in the organization. This setting overrides any local browser fix.
Steps to Restore the Download Folder Button in OneDrive for Business
Follow these steps in order. Test after each step by refreshing the OneDrive page in your browser.
- Test in a private or incognito window
Open a new InPrivate window in Microsoft Edge or an Incognito window in Google Chrome. Sign in to OneDrive for Business athttps://portal.office.com/onedrive. Select a folder and check whether the Download Folder option appears in the toolbar. If it does, the issue is caused by browser extensions or cached data in your normal browsing session. - Disable browser extensions temporarily
In Edge, go to Settings > Extensions. In Chrome, go to More tools > Extensions. Turn off all extensions, especially ad blockers, script blockers, and privacy tools. Refresh the OneDrive page. If the button returns, enable extensions one by one to identify the culprit. - Clear browser cache and cookies
In Edge, press Ctrl+Shift+Delete. Select Cached images and files and Cookies and other site data. Set the time range to All time. Click Clear now. In Chrome, press the same keys, select the same options, and click Clear data. Reload OneDrive. - Update your browser to the latest version
In Edge, go to Settings > About Microsoft Edge. The browser checks for updates automatically. Restart Edge after the update. In Chrome, go to Settings > About Chrome. Chrome checks for updates and installs them. Relaunch Chrome. - Use a different supported browser
OneDrive for Business officially supports the latest versions of Microsoft Edge, Google Chrome, Mozilla Firefox, and Apple Safari. If you normally use Firefox, try Edge or Chrome. Sign in and test the Download Folder option. - Check the URL for the classic experience
OneDrive sometimes shows a modern view that reorganizes the toolbar. Append?experience=classicto the OneDrive URL. For example:https://yourtenant-my.sharepoint.com/personal/you_domain_com/_layouts/15/onedrive.aspx?experience=classic. Press Enter. The classic view often restores the Download Folder button. - Contact your IT administrator to verify tenant settings
If none of the above steps work, ask your IT admin to run the following PowerShell command as a SharePoint Online administrator:Connect-SPOService -Url https://yourtenant-admin.sharepoint.comGet-SPOTenant | Select DisableDownloadFolderNavigation
If the value isTrue, the admin must set it toFalseusing:Set-SPOTenant -DisableDownloadFolderNavigation $false
Changes take effect within 15 minutes.
If the Download Folder Option Still Does Not Appear
OneDrive shows the Download button only for individual files
This behavior occurs when the browser does not detect that a folder is selected. Click once on a folder to highlight it. The toolbar should update to show folder-specific actions. If the button remains missing, repeat the cache-clearing steps and test in a private window.
Download Folder works in one browser but not another
A browser-specific extension or setting is blocking the feature. Uninstall the problem extension in the affected browser. If you cannot identify the extension, reset the browser to its default settings. In Edge, go to Settings > Reset settings > Restore settings to their default values. In Chrome, go to Settings > Advanced > Reset and clean up > Restore settings to their original defaults.
Download Folder is grayed out or unclickable
A grayed-out button means the tenant policy allows folder downloads, but the selected folder contains items that cannot be zipped. OneDrive cannot download folders that contain more than 20,000 items or individual files larger than 10 GB. Reduce the folder size by moving files to subfolders, then try again.
Download starts but the ZIP file is corrupted
A corrupted ZIP file usually indicates a network interruption during the download. Use a wired connection or a more stable Wi-Fi network. If the problem persists, try downloading the folder in smaller batches by selecting subfolders one at a time.
Download Folder vs Download File: Key Differences in OneDrive for Business
| Item | Download Folder | Download File |
|---|---|---|
| Description | Downloads all contents of a folder as a single ZIP archive | Downloads one file in its original format |
| File size limit | ZIP cannot exceed 20,000 items or 10 GB per file | No limit beyond your browser download capacity |
| Browser requirement | Requires JavaScript ZIP generation support | Works with standard HTTP file download |
| Tenant policy control | Disabled by DisableDownloadFolderNavigation setting |
Disabled by DisableFileDownload setting |
The main difference is that folder downloads require server-side ZIP creation, which can be blocked by browser extensions or tenant policies. File downloads are simpler and rarely affected by the same issues.
You now have a clear sequence of steps to restore the Download Folder option in OneDrive for Business. Start by testing in a private browser window, then clear the cache and disable extensions. If the problem is on the tenant side, ask your IT administrator to check the DisableDownloadFolderNavigation setting in the SharePoint Online management shell. For future downloads, remember that folders with more than 20,000 items cannot be zipped — split large folders into smaller groups before downloading.