Forum Widgets
Latest 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?MJNJul 13, 2026Copper Contributor14Views0likes1CommentOnedrive 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.MiraclemikeJul 13, 2026Copper Contributor36Views0likes1CommentProblems: 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.xj60hJul 13, 2026Copper Contributor9Views0likes1CommentInefficient 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.NiltonGMJul 09, 2026Brass Contributor63Views0likes3Comments[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 !atharva_dubeyJul 08, 2026Copper Contributor45Views0likes1CommentOneDrive 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?mauguzzJul 04, 2026Copper Contributor48Views0likes1CommentMoving 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?judyvaJul 04, 2026Copper Contributor52Views0likes2CommentsProblem 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.MHRJul 02, 2026Copper Contributor41Views0likes1CommentProblem 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.MHRJul 02, 2026Copper Contributor26Views0likes1Comment
Tags
- OneDrive for Business2,098 Topics
- Sync942 Topics
- files738 Topics
- office 365678 Topics
- storage413 Topics
- admin317 Topics
- onedrive189 Topics
- limits133 Topics
- mobile100 Topics
- Metadata65 Topics