iCloud Drive "Folder Not Synced" due to Incomplete Folder Information?

When I sign on to my Windows computer (running Windows 10), I get an error message from iCloud Drive saying "Folder Not Synced; Some items in iCloud Drive cannot be synced because their folder information is incomplete or unavailable." Does anyone know how I can fix this? How do I identify which files/folders it is referring to? Thanks.

Posted on Aug 16, 2026 6:00 AM

Reply
Question marked as Top-ranking reply

Posted on Sep 22, 2026 6:35 AM

Environment:

  • OS: Windows 11
  • App: iCloud for Windows (Microsoft Store version)
  • Total Items: ~31,000 files

Issue:

For an extended period, iCloud Drive stopped syncing completely. The sync queue got stuck on "2 items remaining" (or stuck initializing), accompanied by the error message:

"Some items in iCloud Drive cannot be synced. The folder information is incomplete or unavailable."

Even after restarting, the sync engine would freeze or time out, preventing thousands of files from syncing.

Root Cause

  1. Mac system leftovers (.Trash folders, ._* AppleDouble files, and .DS_Store):
  2. These hidden files/directories created by macOS/iOS were being monitored by the Windows iCloud client. Attempting to sync or touch them caused cloud operations to time out because their metadata was invalid or unresponsive on the server side.
  3. Naming convention violations in Windows:
  4. A few files had broken naming formats (e.g., a file named simply .pdf with no base name, or a folder with an unclosed bracket). Because iCloud syncs in sequence, these non-compliant items blocked the entire queue.

How I Resolved It (Step-by-Step)

  1. Cleaned up Mac metadata:
  2. Removed all unnecessary ._* AppleDouble resource forks and .DS_Store files across the iCloud Drive directory using PowerShell.
  3. Identified and moved invalid files:
  4. Located files violating Windows naming conventions (such as the extension-only .pdf file) and moved them out of the iCloud Drive directory to the Desktop.
  5. Forcefully removed stuck .Trash folders:
  6. When attempting to delete .Trash directories while iCloud was running, Windows threw an error:
  7. The cloud operation did not complete before the time-out period expired.
  8. To bypass this:
    • Completely terminated all iCloud processes via Task Manager / PowerShell (Stop-Process -Force).
    • With the file locks released, permanently removed the corrupted .Trash directories from the local drive via command line (cmd /c rd /s /q).
  1. Restarted iCloud:
  2. Relaunched the iCloud app. The sync engine immediately initiated a clean re-indexing pass (Initializing • 31,461 items).

Result:

The timeout errors are gone. The status icons in File Explorer switched back to active syncing (blue sync icons) and are now successfully completing (green checkmarks).

If your iCloud for Windows client is indefinitely stuck on a small number of items, check for hidden .Trash folders and files with invalid Windows characters or missing base names—they are likely stalling the sync loop.

3 replies
Question marked as Top-ranking reply

Sep 22, 2026 6:35 AM in response to DrJJM

Environment:

  • OS: Windows 11
  • App: iCloud for Windows (Microsoft Store version)
  • Total Items: ~31,000 files

Issue:

For an extended period, iCloud Drive stopped syncing completely. The sync queue got stuck on "2 items remaining" (or stuck initializing), accompanied by the error message:

"Some items in iCloud Drive cannot be synced. The folder information is incomplete or unavailable."

Even after restarting, the sync engine would freeze or time out, preventing thousands of files from syncing.

Root Cause

  1. Mac system leftovers (.Trash folders, ._* AppleDouble files, and .DS_Store):
  2. These hidden files/directories created by macOS/iOS were being monitored by the Windows iCloud client. Attempting to sync or touch them caused cloud operations to time out because their metadata was invalid or unresponsive on the server side.
  3. Naming convention violations in Windows:
  4. A few files had broken naming formats (e.g., a file named simply .pdf with no base name, or a folder with an unclosed bracket). Because iCloud syncs in sequence, these non-compliant items blocked the entire queue.

How I Resolved It (Step-by-Step)

  1. Cleaned up Mac metadata:
  2. Removed all unnecessary ._* AppleDouble resource forks and .DS_Store files across the iCloud Drive directory using PowerShell.
  3. Identified and moved invalid files:
  4. Located files violating Windows naming conventions (such as the extension-only .pdf file) and moved them out of the iCloud Drive directory to the Desktop.
  5. Forcefully removed stuck .Trash folders:
  6. When attempting to delete .Trash directories while iCloud was running, Windows threw an error:
  7. The cloud operation did not complete before the time-out period expired.
  8. To bypass this:
    • Completely terminated all iCloud processes via Task Manager / PowerShell (Stop-Process -Force).
    • With the file locks released, permanently removed the corrupted .Trash directories from the local drive via command line (cmd /c rd /s /q).
  1. Restarted iCloud:
  2. Relaunched the iCloud app. The sync engine immediately initiated a clean re-indexing pass (Initializing • 31,461 items).

Result:

The timeout errors are gone. The status icons in File Explorer switched back to active syncing (blue sync icons) and are now successfully completing (green checkmarks).

If your iCloud for Windows client is indefinitely stuck on a small number of items, check for hidden .Trash folders and files with invalid Windows characters or missing base names—they are likely stalling the sync loop.

Aug 17, 2026 5:18 AM in response to DrJJM

To fix the "Folder Not Synced" error caused by incomplete folder information or long paths, you need to target file naming constraints that conflict between Apple and Windows operating systems


Try this

Check the Notification Center: Click the iCloud icon in your Windows system tray (bottom-right corner). Modern versions of the app explicitly list the exact file paths failing to sync. 

Log into iCloud via Web: Open a web browser and sign into iCloud.com. Navigate to iCloud Drive and look for folders created on an Apple device that might use Windows-forbidden characters. 

iCloud Drive "Folder Not Synced" due to Incomplete Folder Information?

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.