OneDrive for Mac: new-file uploads loop forever after a quiet period; editing any existing synced file clears it

Ulvi Yurtsever 0 Reputation points
2026-09-11T02:21:04.02+00:00

Environment: OneDrive for Mac (App Store version), macOS 26.6.2, Apple Silicon MacBook Pro, personal account.

Symptom: After OneDrive has had no edits to existing files for a while (observed at about 14 and 21 minutes), the next new file added to OneDrive never finishes uploading. Sync Activity shows it retrying endlessly, and files added afterward queue behind it.

What clears it:

  1. Appending one line to any already-synced file (echo x >> existing.txt). The stuck file uploads within a minute or two.
    1. Quitting and restarting OneDrive, but the next new file gets stuck again.
  2. Reproduction (2026-09-10):
    1. Append a line to an already-synced file, then within 10 seconds create a new 5 KB file. It uploads normally.
      1. Leave OneDrive idle for 21 minutes (no activity in Sync Activity), then create a new 5 KB file. It gets stuck, retrying.
        1. Append a line to an already-synced file. The stuck file uploads immediately.
      2. Ruled out: file type, content, and size (a PDF, an edited Excel file, and random 5 KB and 90 KB files were all affected); extended attributes (an attribute-free copy also got stuck); a single folder; invalid file names. The problem persisted through an OneDrive App Store update and a full OneDrive reset, over several days.
Microsoft 365 and Office | OneDrive | For home | MacOS
0 comments No comments

2 answers

Sort by: Oldest
  1. Zahid Barrera Ramirez 25 Reputation points
    2026-09-11T03:46:45.54+00:00

    Hi @Ulvi Yurtsever

    This is a very useful reproduction, especially because editing an already-synced file immediately releases the queued new-file upload.

    Based on the behavior you described, I would not focus on file type, filename, extended attributes, or the individual OneDrive folder anymore. You have already isolated most of those variables.

    The pattern looks more like the OneDrive/File Provider sync pipeline is entering an idle state and failing to wake correctly when the next event is a newly created file. Modifying an existing synced file appears to generate a different change notification that wakes the sync engine and causes the pending upload queue to resume.

    Since you are specifically using the Mac App Store version, I would run one additional A/B test:

    1. Confirm your current OneDrive version.

    Quit OneDrive.

    Run the appropriate OneDrive reset command from the current app bundle.

    Remove the App Store build.

    Install the latest standalone OneDrive for Mac build directly from Microsoft.

    Configure the same personal account.

    Repeat your exact test:

    modify an existing file

      create a small new file and confirm it uploads
      
         leave OneDrive idle for 20–25 minutes
         
            create another new file
            
    

    Microsoft maintains separate App Store and standalone versions of OneDrive on macOS, and they should not be installed/configured for the same account at the same time.

    If the standalone build does not reproduce the issue, that would strongly suggest something specific to the App Store build or its interaction with macOS File Provider.

    If the same behavior occurs with both builds, I would consider this a strong candidate for a OneDrive/macOS File Provider bug rather than a local file problem.

    I would also capture these details before opening a support case:

    OneDrive version/build number

    macOS version

    exact idle interval before reproduction

    timestamps for the new-file creation and existing-file modification

    whether fileproviderd shows increased activity when the existing file is modified

    whether the pending file appears immediately in OneDrive Sync Activity

    Your reproduction is consistent enough that I would report it to Microsoft rather than continue resetting the client. Microsoft’s current macOS release notes include ongoing reliability fixes, but I could not find a documented known issue matching this exact idle/new-file pattern.

    If this answer was helpful, please consider marking it as helpful or accepting it as the answer. It may also help other Mac users reproduce the same sync issue.Hi Ulvi,

    This is a very useful reproduction, especially because editing an already-synced file immediately releases the queued new-file upload.

    Based on the behavior you described, I would not focus on file type, filename, extended attributes, or the individual OneDrive folder anymore. You have already isolated most of those variables.

    The pattern looks more like the OneDrive/File Provider sync pipeline is entering an idle state and failing to wake correctly when the next event is a newly created file. Modifying an existing synced file appears to generate a different change notification that wakes the sync engine and causes the pending upload queue to resume.

    Since you are specifically using the Mac App Store version, I would run one additional A/B test:

    Confirm your current OneDrive version.

    Quit OneDrive.

    Run the appropriate OneDrive reset command from the current app bundle.

    Remove the App Store build.

    Install the latest standalone OneDrive for Mac build directly from Microsoft.

    Configure the same personal account.

    Repeat your exact test:

    modify an existing file

      create a small new file and confirm it uploads
      
         leave OneDrive idle for 20–25 minutes
         
            create another new file
            
    

    Microsoft maintains separate App Store and standalone versions of OneDrive on macOS, and they should not be installed/configured for the same account at the same time.

    If the standalone build does not reproduce the issue, that would strongly suggest something specific to the App Store build or its interaction with macOS File Provider.

    If the same behavior occurs with both builds, I would consider this a strong candidate for a OneDrive/macOS File Provider bug rather than a local file problem.

    I would also capture these details before opening a support case:

    OneDrive version/build number

    macOS version

    exact idle interval before reproduction

    timestamps for the new-file creation and existing-file modification

    whether fileproviderd shows increased activity when the existing file is modified

    whether the pending file appears immediately in OneDrive Sync Activity

    Your reproduction is consistent enough that I would report it to Microsoft rather than continue resetting the client. Microsoft’s current macOS release notes include ongoing reliability fixes, but I could not find a documented known issue matching this exact idle/new-file pattern.

    If this answer was helpful, please consider marking it as helpful or accepting it as the answer. It may also help other Mac users reproduce the same sync issue.

    Was this answer helpful?

    0 comments No comments

  2. Ulvi Yurtsever 0 Reputation points
    2026-09-11T04:11:51.0866667+00:00

    Thanks for the suggestions. I'll be staying on the App Store version of OneDrive, since that's the version Microsoft offers through the Mac App Store and it should work reliably, so I'd like this treated as a bug in that build.

    Details for reproduction:

    • OneDrive (App Store): OneDrive Version: 26.158.0816.0002 (26.6.2)
    • macOS: 26.6.2
    • Idle interval before a new file gets stuck: observed at about 14 and 21 minutes

    The reproduction above is consistent. Appending a line to any already-synced file releases the stuck upload every time, so that's my workaround for now. Hoping someone from the OneDrive team can pick this up.

    Was this answer helpful?


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.