Hi, glnzglnz
Thanks for getting back.
Currently there is no friendly, built‑in “Explorer style” screen in the OneDrive tray app that will list all 13,888 pending deletes with full paths. The tray flyout is intentionally a compact activity view, so it often shows truncated names and not full folder context.
Here are a few practical ways to get what you want:
Option 1 (fastest): use the prompt itself to surface the parent folder
That mass‑delete dialog is triggered by an action in File Explorer, most commonly deleting or de‑syncing a parent folder (or changing “Choose folders”, unlinking, Known Folder Move, etc.). Microsoft’s own description of this feature is about confirming a large delete operation initiated in File Explorer.
What to do:
- When the dialog appears, do not click Delete all items.
- Click the OneDrive cloud icon > Help & Settings > Pause syncing.
- Now retrace what changed right before the prompt (unlinked PC, moved OneDrive folder, changed “Choose folders”, changed Desktop/Documents/Pictures backup). Often you can identify the top‑level folder causing the cascade.
This does not produce a full list, but it often reveals which folder tree is involved.
Option 2 (best “list view” without deep forensics): capture a directory listing from the local OneDrive folder
If the items exist locally (even as placeholders), you can generate a full path listing from File Explorer, which gives you exactly the “Explorer list” concept.
- Open File Explorer > go to the local OneDrive folder (usually OneDrive under your user profile).
- If you suspect a specific top folder, open it.
- In the address bar, type cmd and press Enter (opens Command Prompt at that folder).
- Run:
dir /s /b > "%USERPROFILE%\Desktop\OneDrive_file_list.txt"
This writes a text file on the Desktop with full paths.
Important limitation: if many files are “online‑only” (Files On‑Demand placeholders), they can still appear in listings, but some situations and special sync roots can behave differently. Also, this lists what exists in that folder now, not necessarily what OneDrive is about to delete.
Option 3 (most accurate, but more technical): use OneDrive sync logs to identify exactly what it plans to delete
Microsoft support guidance (and multiple troubleshooting writeups) point to OneDrive client logs as the place where delete operations and sync actions can be traced. On Windows, the log folders are typically here:
- C:\Users<you>\AppData\Local\Microsoft\OneDrive\logs\Personal (personal accounts)
- C:\Users<you>\AppData\Local\Microsoft\OneDrive\logs\Business1 (work/school accounts)
You can often find entries that indicate the folder path or item identifiers involved in deletes, especially around the time the prompt appears. [learn.microsoft.com], [coretechnologies.com]
Practical approach:
- Reproduce the prompt, but keep syncing paused.
- Immediately go to the logs path above.
- Look for the most recently modified files (you may see .odl, .odlgz, SyncDiagnostics.log, etc.).
- Search within any readable logs for terms like delete, Remove, MassDelete, or the name of one of the truncated files shown in the prompt.
Note: many OneDrive logs are in a proprietary/binary format, so they are not always human‑readable without a parser, but they are still the best “ground truth” for what the sync client is doing.
Option 4: if you let it delete, you can get a full “what was deleted” list from OneDrive on the web (after the fact)
This is not what you want (you want before deleting), but it is worth knowing:
- Deleted items go into the OneDrive/SharePoint recycle bin system, where they can be restored for up to 93 days across first and second stage recycle bins.
- Also, online‑only files deleted in File Explorer may not show in the Windows Recycle Bin and must be recovered from the OneDrive web recycle bin.
So if you did proceed (not recommended unless you have backups and understand the scope), you would have a concrete record of deletions to review.