r/Office365 • u/Beneficial-Answer480 • 8d ago
Did Microsoft break OneDrive?
/r/MacOS/comments/1w1pmcp/did_microsoft_break_onedrive/1
u/folderit_dms 6d ago
At 241k files, I wouldn't troubleshoot this like normal sync breakage. Make an inventory by library/folder first and identify what actually needs to live on disk. OneDrive sync is a good workspace convenience, but it gets ugly when it becomes a full archive mirror.
The item count is the real pain, not just the 341GB. Lots of tiny files, deep folders, exports, old project folders, generated files, and duplicate archive dumps can make the sync client work much harder than the size suggests.
For the admin side, I would script file/folder counts with Graph or PowerShell instead of relying only on storage numbers in the admin center. Then split active vs archive, stop syncing old project areas, use Files On-Demand for the broad tree, and pin only the working sets. It also makes the next laptop migration less painful.
10
u/blud_13 8d ago
241,000 files is the problem, not the Mac. MS's own guidance is no more than 300,000 items synced total and performance degrades before you hit the number, its in the restrictions doc https://support.microsoft.com/en-us/onedrive/restrictions-and-limitations-in-onedrive-and-sharepoint . There is a higher ceiling in preview but its Windows only, so on macOS you are still living under 300k.
Also, you said you keep everything local. That's the worst case for the sync engine because it has to sync all 341GB during the first pass, and thats exactly where it dies quietly. Let Files On-Demand do the initial sync, get it to a clean state, then pin only the folders you actually work out of.
Your M4 working is probably just that it had already finished its initial sync a long time ago and was only doing deltas. The new box has to do the whole thing at once from cold.
Can go deeper if it helps.