Hello KindAdaptableKayak,
This looks like a corrupted bin state on that drive. You can try clearing it to see if it clears up.
Note: The command below permanently deletes everything currently in the Recycle Bin on that drive. This is not a "rebuild" — any files sitting in the bin will be gone with no recovery afterward. Empty or restore anything you want to keep first.
- Close any File Explorer windows
- Open Command Prompt or Terminal as administrator
- Run:
rd`` ``/s`` ``/q`` ``C:\$Recycle.Bin
- Repeat for other drives if needed, e.g.
rd`` ``/s`` ``/q`` ``D:\$Recycle.Bin
- Restart the PC — Windows recreates a fresh, empty Recycle Bin automatically
After that, delete a test file and check the confirmation dialog again.
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.