Recent Discussions
Missing data
I recieved several emails from Microsoft that were legit. I was advised I am 290+ GB over my quota for 5GB I realize my Clipchamp was saving to my personal OneDrive NOT my business OneDrive (where I have 5TB) Anyway, I opened a ticket with Microsoft and they confirmed my personal OneDrive has 1GB of data in it -- not 290+ Looks like my data vanished... Can you please contact me and help with resolution?14Views0likes1CommentOnedrive downloaded zip file unable to open on Windows PC
I have downloaded all my files in onedrive (roughly 80GB, all into a zip file around 20 GB) into my PC, but my PC stated "Windows cannot open the folder. The compressed file (zip) "xxxxx" is invalid. How should I deal with that situation.36Views0likes1CommentProblems: The folder has a number over 1000 and isn’t synchronising with the iPhone
I have created several folders with numbers in their names, such as ‘now1002rampf’; I can see these on OneDrive on my PC, but unfortunately not on my iPhone, OneDrive app. This only affects the ones with a number higher than 999.6Views0likes1CommentInefficient OneDrive Synchronization Causes Windows Explorer Slowdowns
OneDrive has become a significant performance bottleneck in daily Windows usage. Its synchronization process frequently consumes excessive disk resources, directly impacting Windows Explorer performance and making file browsing noticeably slow, regardless of the desktop PC's hardware specifications. What is even more concerning is that this issue has persisted for years. Many users have reported the same problem, yet the recurring response is simply that the team is "aware of the issue." Despite these acknowledgments, there have been no meaningful improvements, no clear action plan, and little transparency regarding progress or future fixes. The lack of communication and visible progress creates the impression that the user experience is not receiving the attention it deserves. For a service as important and deeply integrated into the Windows ecosystem as OneDrive, users expect greater transparency, stronger commitment, and continuous improvements to performance and reliability. At this point, OneDrive is becoming less of a practical productivity solution and more of a source of frustration for many users. We hope Microsoft will give these concerns the priority they deserve and provide a clearer roadmap for improving both the performance and overall reliability of the service. --- Sincronização ineficiente do OneDrive causa lentidão no Windows Explorer O OneDrive tem se tornado um gargalo significativo no uso diário do Windows. A sincronização frequentemente consome recursos de disco de forma excessiva, afetando diretamente o desempenho do Windows Explorer e tornando a navegação de arquivos lenta, independentemente da configuração do computador utilizado. O mais preocupante é que essa situação persiste há anos. Muitos usuários relatam o mesmo problema e, apesar das respostas recorrentes de que a equipe está "ciente da situação", não percebemos melhorias concretas, um plano de ação claro ou atualizações transparentes sobre o andamento das correções. A falta de comunicação e de avanços visíveis passa a impressão de que a experiência do usuário não está recebendo a atenção necessária. Para um serviço tão importante e amplamente integrado ao ecossistema Windows, seria fundamental haver mais transparência, comprometimento e evolução contínua da plataforma. Atualmente, o OneDrive está deixando de ser uma solução prática para muitos usuários e se tornando uma fonte constante de frustração. Esperamos que a Microsoft trate essas questões com a prioridade que merecem e forneça um posicionamento mais claro sobre os planos futuros para melhorar o desempenho e a confiabilidade do serviço.59Views0likes3Comments[Feature Request]: OneDrive CLI
$: man onedrive_rsync onedrive_rsync src_folder_path dst_folder_path src_folder_path: Can be a local path or a onedrive path dst_folder_path: Can be a local path or a onedrive path # Examples # Uploads all files which are present in the local and missing in the onedrive path $: onedrive_rsync path_to_local_folder path_to_ondrive_folder # Downloads all the files which are missing in the local path and persent in the onedrive path $: onedrive_rsync path_to_onedrive_folder path_to_local_folder # Syncs two folders on the onedrive path $: onedrive_rsync path_to_onedrive_folder_1 path_to_onedrive_folder_2 # Regex patterns should also be allowed $: onedrive_rsync path_to_local_folder/*.nef path_to_onedrive_path Hi All, It would be really nice to have an official OneDrive CLI that can be used via the terminal to allow for secure uploads/ downloads and syncing of either local folders to the OneDrive or syncing two OneDrive folders. My motivation for the above feature request is that I quite often upload/download quite big folders to/from OneDrive (many many GBs), and sometimes all I need is incremental changes. Keeping the browser open for the entire duration is cumbersome, and thus, it would be very nice to have a CLI, that can run in the background or can be automated via some script. This also enables a use case where I need to upload files from multiple devices to the same OneDrive folder. Hoping this would become a thing, as I would prefer as little browser interaction as possible, so the entire suite of CLI commands for path manipulations (creating, deleting and moving files and folders in OneDrive) would be very much appreciated. Thanks !45Views0likes1CommentOneDrive sync causes workflow inefficiencies and UX issues in Microsoft 365 and File Explorer
I would like to describe some workflow issues caused by the current integration between OneDrive, Windows, File Explorer, and Microsoft 365 apps. I understand that OneDrive is designed to synchronize files across devices, but in some scenarios the current behavior creates unnecessary delays, especially with slow internet connections or large synchronization queues. 1. Exported Microsoft 365 files are not immediately available in the selected OneDrive folder When exporting a Microsoft 365 file, for example exporting a Word, Excel, or PowerPoint document to PDF, the user can select a OneDrive-synced folder as the destination. However, the exported file is not always immediately visible or accessible in that folder through Windows File Explorer. From the user’s perspective, it seems that the file is first saved into a temporary or internal Microsoft 365/OneDrive staging location, then uploaded to OneDrive, and only later appears in the actual synced folder through the normal synchronization process. The issue is not that the file is never stored locally, but that it is not immediately available in the location explicitly selected by the user. This creates practical problems. After exporting a PDF, I may need to quickly locate it in File Explorer to copy it elsewhere, attach it, upload it to another platform, or use it in a web tool to merge it with other PDFs. However, even though I selected a OneDrive folder as the destination, the file may not be available there right away. A related issue is that Microsoft 365 or Windows may open the exported file through a browser or web link instead of opening the local file directly. This can trigger login prompts, open the web version of Office, and interrupt the expected desktop workflow. Expected behavior: When saving or exporting a file to a OneDrive-synced folder, the file should become immediately visible and accessible in the selected folder in File Explorer, while OneDrive continues uploading or syncing it in the background. If the user selected a local OneDrive path, Microsoft 365 should prioritize the local file workflow and avoid redirecting to the browser unless explicitly requested. 2. File duplication inside OneDrive should use both cloud-side copy and local optimization Another issue occurs when duplicating or copying a file that is already stored in OneDrive, especially within the same OneDrive account. Currently, the process may behave like a traditional local copy: the file is downloaded if needed, copied locally, and then uploaded again as a new file. This is inefficient when OneDrive already has the source file in the cloud and the operation is simply a copy within the same account. Ideally, OneDrive should combine two optimizations: Perform a cloud-side copy when possible, so the duplicated file appears quickly in OneDrive online and on other devices. Reuse the local cache when available, so the current device does not unnecessarily download and re-upload the same data. This would make copied files appear faster on other devices as online-only placeholders, ready to be downloaded later if the user opens them or marks them as available offline. The other device should not have to wait for the first computer to download, copy, re-upload, and then synchronize the change. Expected behavior: When copying or duplicating a OneDrive file within the same account, OneDrive should use a cloud-side copy whenever possible, while also reusing local data when available. The copied file should appear quickly across devices as an online-available item, without forcing a redundant download, local copy, upload, and synchronization cycle. 3. OneDrive does not dynamically prioritize files the user needs immediately A third issue appears when OneDrive has a large backlog of pending synchronization changes, especially after using another computer. In this situation, OneDrive seems to follow its own synchronization order, even if the user opens a specific folder or tries to access a specific file urgently. For example, if there are hundreds or thousands of pending changes, and I need one specific document, that file may remain unavailable until OneDrive reaches it in the queue. Even when I navigate directly to the folder or attempt to open the file, OneDrive does not seem to move that item to the top of the sync priority. Expected behavior: OneDrive should dynamically adjust synchronization priority based on user activity. If the user opens a folder, selects a file, or attempts to open a cloud-only item, that file and its immediate dependencies should be prioritized over the general sync queue. Summary of requested improvements I believe these issues could be improved with smarter local and cloud prioritization: Exported or saved files should become immediately visible in the OneDrive folder selected by the user. Microsoft 365 should avoid opening exported files through a browser when the local file workflow is expected. Copying files within the same OneDrive account should use cloud-side copy operations when possible. Local file data should be reused to avoid unnecessary download and upload cycles. Copied files should appear quickly on other devices as online-available placeholders. OneDrive should prioritize files and folders the user is actively trying to access. Is this behavior expected, or are there settings to make OneDrive prioritize local file availability, cloud-side copy operations, and currently accessed files more intelligently?48Views0likes1CommentMoving files out of unlinked, unsynced and disabled onedrive
I am out of storage space on my PC -Windows 11 and get reminders of that everyday. To help solve that problem I would like to move MyDocuments (a huge file) to Drive D. Here is the potential problem. I unlinked, unsynced and removed OneDrive in 2020, or so I thought. I still see the OneDrive symbol in Microsoft Explorer above the line from Drive C and other drives. Most of my files are accessible in Drive C, but not MyDocuments, Desktop, and some others. They can only be opened thru OneDrive. This always puzzled me, but since all my files are accessible to me, I haven't worried about it. Now I'm concerned that OneDrive still has its tentacles around some of my files. MyDocuments and Desktop are being updated, but my files in the cloud are seriously out of date. What does that tell me? If they are still tied to OneDrive somehow, does that complicate the removal of those files to Drive D?51Views0likes2CommentsProblem with Docusign inn
Hello, I have been using Microsoft 365 Family with Word Online and OneDrive for a long time, and the "Request Signature" feature worked perfectly until the last three months. Now, every time I click Request Signature, I receive the following error: "We couldn't connect to the ‘{0}’ catalog server for this add-in." I found your announcement about the retirement of the Legacy DocuSign for SharePoint integration, and I'm trying to determine whether this is the cause of the issue. My questions are: Is Microsoft 365 Family still supported for the Request Signature feature in Word Online? Do I need to migrate to Microsoft 365 Business to continue using this feature? If so, which Microsoft 365 Business plan do you recommend, and will my current DocuSign account continue to work after the migration? I have already cleared my browser cache, signed out and back in, and tested different browsers, but the issue persists. Thank you for your assistance.41Views0likes1CommentProblem with OneDrive-Docusign
Hello, I have been using Microsoft 365 Family with Word Online and OneDrive for a long time, and the "Request Signature" feature worked perfectly until recently. Now, every time I click Request Signature, I receive the following error: "We couldn't connect to the '{0}' catalog server for this add-in." I found your announcement about the retirement of the Legacy DocuSign for SharePoint integration, and I'm trying to determine whether this is the cause of the issue. My questions are: Is Microsoft 365 Family still supported for the Request Signature feature in Word Online? Do I need to migrate to Microsoft 365 Business to continue using this feature? If so, which Microsoft 365 Business plan do you recommend, and will my current DocuSign account continue to work after the migration? I have already cleared my browser cache, signed out and back in, and tested different browsers, but the issue persists. Thank you for your assistance.25Views0likes1CommentPlease help, OneDrive sync and missing/deleted work files
I have OneDrive installed on both my PC and laptop because I use OneNote sometimes. The other day while I was on my PC, OneDrive randomly decided to sync my laptop and PC, I think, and all my files from my laptop were on my PC. This is a big problem because my PC is for personal use and laptop for work. Then I deleted some files thinking they were still on my laptop anyways. But today when I opened my laptop, all of my work files were gone. My desktop was just my PC desktop. I need help because the work files were really really important and I'm freaking out. Why would OneDrive do this? They are separate, I don't want them synced. Please help. Can I recover them?71Views0likes2CommentsOneDrive free up space catastrophic failure?
Hi, I recently did "free up space" on my Pixel 9. I had to do it 3 times because of the amount of pictures and it only allows to delete a certain amount each time. Now some of my pictures are NOWHERE TO BE FOUND. Not on my phone, not on OneDrive. More specifically, 2 albums that are very important to me and I spent countless hours making. They are not in any trash either. Is there any hope to get my pictures back ? Thanks.34Views0likes2Commentsonedrive sync issues
Hi We use OneDrive for Business and need a solution for sharing files and folders among a team while maintaining proper access permissions. Currently, each team member's Desktop and Documents folders are synced with their own personal OneDrive for Business account. In addition, we have a separate common OneDrive account that has been added to all team members' PCs, and all team members have Owner permissions on that account. When a user creates a folder or saves a file in the shared OneDrive location, it is actually being created under the common OneDrive account, not in the user's personal OneDrive. While this allows everyone to access the same files, we frequently experience synchronization conflicts and sync issues between users. What is the Microsoft-recommended approach for this type of collaboration? Is using a common OneDrive account with multiple owners a supported best practice, or should we instead use a SharePoint document library (or another Microsoft 365 solution) for shared team files, permissions, and reliable synchronization? Thanks97Views0likes2CommentsURGENT: Tenant Linked & New Licenses Active, Need Manual Sync Triggered (Ticket #2606160040010375)
Hello Community Managers and Microsoft Moderators, I am writing to request an urgent escalation to a Data Protection and Billing Supervisor regarding our open case: TicketID#2606160040010375 for our nonprofit, R. Fathers M.A.D., Inc. Our legacy grant subscription lapsed on May 27, and we purchased our new active subscription on June 15—a lapse of exactly 19 days. Current Status: The Data Protection Team has successfully linked our accounts. Our new June 15 subscription is confirmed Active in our Billing dashboard. All new licenses have been successfully assigned to our active users. Frontline support ran an eDiscovery search that came back empty because the metadata indexing pointers were severed during the grant decommissioning. Because we acted within the initial 30-day window, our data sits well within the 90-day retention threshold. We have completed 100% of the front-end setup steps on our end. We need a Community Manager to internally flag TicketID#2606160040010375 so a Tier-3 engineer can manually trigger the backend data re-index. This will reconnect our intact SharePoint and OneDrive files to our newly mapped user profiles. Our nonprofit operations are completely halted until this sync is pushed. Thank you for your immediate help.40Views0likes2CommentsOutlook attachments and OneDrive recent files
In Outlook Web App and the new Outlook app, the Add Attachment button displays 3 Suggested files and allows you to browse OneDrive. When you choose OneDrive, it displays a list of Recent files. What criteria is used to determine the list of suggested and recent files? I've seen very random behaviour. Sometimes, I'll open a document in SharePoint Online and when I try to attach it to an Outlook emial, it appears in the Suggested files list and the Recent files straight away. Other times it only shows up after I reload the browser tab. It's more likely to show up as one of the 3 suggested files, without needing a refresh. However I've also had it show up under OneDrive Recent files only. It doesn't appear to detect new files uploaded to SharePoint Online or OneDrive. For example, I download a PDF from another website and save it to a folder on my computer that syncs back to SharePoint Online. I then want to email this PDF to someone, but it's not available from the Outlook attachments button. I need to open the file before it shows up under the Outlook attachments button. It would be much more useful if Outlook picked up on files I recently created as well as opened.141Views0likes1CommentOneDrive offline on my Windows pc
Apologies if I am not in the right place. I recently changed my primary email address on my OneDrive account, ‘on the internet’ i.e. using a browser to access my account. Today I received a pop up message on my pc saying I needed to provide my 'credentials' in order for syncing to continue. I attempted to sign in using my new primary email address but this did not work & the next message that popped up seem to suggest I should be using my old email address; saying something about a different account ('passkey' might have got a mention too). OneDrive is now offline, and thus not syncing. When I click on the OneDrive app on my pc it simply opens -what I call- the files; there is no obvious way to sign in. FWIW I can still sign in ‘on the internet’ i.e using a browser. I have no idea how to resolve the problem. Grateful for any assistance please, that takes account of the fact that I am no more than average when it comes to computers. Thanks, JeremySolved72Views0likes2CommentsI cannot sync Samsung Gallery with OneDrive
I recently changed my password to outlook and since then my photos sync between gallery and onedrive stopped working. It says I need to sign in again. I did so, I got logged in with the work flow and then I can see only half empty screen asking for permissions between Samsung account and Microsoft. I cant proceed or do anything else than just close the app. It's galaxy S25 ultra, 8.5 one UI. Checked on my other device and it's exactly the same. Screenshot is here: https://imgur.com/a/D87FNP369Views0likes1CommentOneDrive app synchronisation
I added a folder last night to my OneDrive on my computer. It synchronised to the cloud. If I share the link to this folder, it works perfectly. However, if I open the app, the folder does not show (even after 24 hours). Searching for the folder name (which takes forever btw) yields the right folder. Why is the folder not visible in the place where it should be? And why does the search yield zillions of results instead of just 1?102Views0likes1CommentWith subscription, does recycle bin second stage show preiously deleted items
Hi There: I've filtered through a good portion of the discussions, but have not seen this particular question Sorry if I missed it: I have a basic non-business OneDrive account. A couple of days ago I deleted a file in the recycle bin by mistake. With this basic account, I do not have access to Second Stage. If I started a temporary Microsoft 365 subscription or business account, Second Stage should then be accessible. My question is, would I be able to see previously deleted files in Second Stage, or would it be empty by default since it is a new subscription?43Views0likes1Comment
Events
Recent Blogs
- 2 MIN READGet ready for the July 2026 OneDrive Customer Office Hours! This session creates space for open conversation around the latest updates and how they support the way you use your files every day. In th...Jul 07, 2026276Views0likes2Comments
- OneDrive on macOS is getting a major update to how it syncs! The Native Sync Engine is rolling out to Insiders today with version 26.098. It's up to 2x faster on initial sync and on-disk state change...Jun 10, 20261.7KViews4likes6Comments