Recycle bin uses the $Recycle.Bin folder from C drive to display deleted files across the drives on your system. If this $Recycle.Bin folder on any drive gets corrupted, you get the Recycle bin on X:\ is corrupted error.
As for why the $Recycle.Bin gets corrupted, there are many reasons. The recycle bin may get corrupted due to a corrupted DLL (Dynamic Link Library) file, or it may even occur due to malicious program on the system itself.
Aside from that, abruptly shutting down a storage device or corrupted files in the $Recycle.bin folder are also possible causes of a corrupted recycle bin.
Table of Contents
How to fix a Corrupted Recycle Bin?
Talking about solutions, resetting the recycle bin folder should fix the issue with your recycle bin. In case it does not, you may need to perform some other fixes. So, without further delay, let us get right into it.
Reset Recycle Bin
Resetting will remove all data inside $Recycle.bin, and it even removes the file that is causing the corrupted error message. Deleting the $Recycle.bin folder will reset your recycle bin. However, accessing this folder is not quite simple.
You will either need to remove it using the command prompt or make the recycle bin visible and then remove it from the file explorer options.
Reset Using Command Prompt
- Press the Windows + R key to open Run.
- Type
cmd
and press Ctrl + Shift + Enter to open Command Prompt as Admin. - Type
rd /s /q X:\$Recycle.bin
and press Enter.
Replace X with the drive letter that is on the error message. - If the command does not work, type
rd /s /q C:\$Recycle.bin
and press Enter.
rd
Is the command to remove the directory./s
Removes anything inside the selected directory. /q
Disables any confirmation messages and removes the data.
Reset From File Explorer
By default, File explorer will not display protected Operating System files. Therefore, you will need to disable some settings to make these files visible.
- Press the Windows + R key to open Run.
- Type
control folders
and press Enter to open File Explorer Options. - Go to the View tab.
- Under Hidden files and folders, check Show hidden files, folders, and drives.
- Scroll down and uncheck Hide protected operating system files(Recommended).
- Click on Apply and then OK to show all hidden OS files.
- Now, press Windows + E to open File Explorer.
- Open This PC and open the drive that is shown in the error message. Here, you should see the
$Recycle.bin folder.
- Select this folder and press Shift + Delete to reset the Recycle bin.
- If that does not work, simply Shift + Delete the
$Recycle.bin
folder from the C drive.
Scan Disk Drives
If resetting the recycle bin does not work, a corrupted sector on your storage device might be the reason behind a corrupted recycle bin. Your OS might be using a certain sector on your storage device as a storage unit for the recycle bin.
If this sector gets corrupted, your recycle bin may likely get damaged as well. To fix this, you can try scanning your disk drives.
- Press the Windows + R key to open Run.
- Type
cmd
and press Ctrl + Shift + Enter to open Command Prompt as admin. - Now, type
chkdsk <volume>: /r
. Replace <volume> with the USB drive letter.
Once the process ends, Command Prompt will give you a detailed status report about the scan. Alternatively, you can also scan disk drives from file explorer itself.
- Press the Windows + E key to open File Explorer.
- Go to This PC.
- Right-click on the drive, which is giving the recycle bin error, and select properties.
- Go to the Tools tab and click on Check.
- Click on Scan drive to scan the selected drive.
Scan Your PC
Malicious files on your PC could also be the cause of the error message. In such a case, you need to remove these files right away. In Windows, you can perform a full system scan using Virus and Threat Protection to detect and remove any malicious files or applications from the computer.
In our case, you can either scan the drive that is causing the recycle bin error. If that does not work, try running Virus and Threat protection in C drive. If that does not work you can also perform a full scan.
- Press the Windows + R key to open Run.
- Type
windowsdefender:
and press Enter to open Windows Security. - Click on Virus or Threat Protection.
- Select Scan options.
- Check Custom scan and then press Scan now.
- Now, browse the drive which you want to scan and press Select Folder.
Once the scan completes, it will display any threat and possible action that needs to be taken to fix the issue.
Perform System Restore
If none of the solutions works, you can try restoring your system to the previous version. However, this solution will only work if you have previously set a restore point.
The restore point acts as a snapshot of the computer at a certain point. Now when you restore the system, the PC reverts all the settings and configuration to the point of the snapshot. Therefore, if you had a restore point before you encountered this issue, you can revert your system to this state.
- Press the Windows + R key to open Run.
- Type
rstrui
and press Enter to open System Restore. - Click on Next.
- Select a Restore point and click Next.
- Confirm the restore point and click Finish.
- Click on Yes if it asks for any confirmation.
Wait for the process to complete. Once the restore process finishes, check if the issue with the recycle bin is fixed.