Data Recovery Forum

By participating in this community, you agree to our
Privacy Policy and Forum Rules.

Forum Navigation
You need to log in to create posts and topics.

I get “the recycle bin on C is corrupted” every startup, how do I fix this?

Basically what the title says. Every time I start my PC, this message greets me. No matter how many times I click “Yes” to empty the bin, it appears again. I haven’t found anything useful on the internet, so here I am. Idk what happened and why is my recycle bin corrupted. I was using the PC like I normally do. I’m most worried about potential data loss, I sometimes toss files into the bin without thinking (bad habit, ik) + the message is super annoying.

Suggestions?

Well… It's a well-known issue. Fortunately, usually pretty harmless. especially compared to other errors people come with here. It usually happens because the Recycle Bin's internal data gets corrupted. An unexpected shutdown, system crash, disk errors etc. Is it only the C: drive that's affected? Have you noticed any other issues lately, like crashes or disk errors?

@kevin02 By any chance… Did you use any cleaning apps lately? Something like CCleaner?

@kevin02, welcome. 

Before trying any fixes, think about whether there are still files in the Recycle Bin that you want to keep. If there are, try recovering them first, because resetting the Recycle Bin will permanently remove everything that's currently inside it. Can you open the Recycle Bin? 

If Windows won't let you access them and there's something you absolutely need, don't keep trying random fixes. Recover the files first with a recovery tool such as Disk Drill, then continue troubleshooting. If you’re looking for an options, we have a list of a reputable software you can use: https://ratings.7datarecovery.com/best-recovery-apps/ 

These tools can also help recover files that were deleted previously, not just the ones currently stuck in the Recycle Bin. The chances depend on a few things, though. If the drive is an SSD, whether recovery is possible largely depends on whether TRIM has already erased the deleted data. On HDDs, or SSDs where TRIM hasn't run yet, your odds are generally better. 

Once you've recovered anything important (or if there's nothing you need from the Recycle Bin), we can walk you through recreating it and checking the file system if the error keeps coming back. Just tag me or @datarecoverexpert mention disk drill

@kevin02 I agree with what @nikaredko said. If there are files you still need, recover them somewhere safe first, preferably to a different drive, not C:. While this error is often limited to the Recycle Bin itself, it can sometimes be a symptom of broader file system corruption or, less commonly, underlying drive issues.  It's better to secure your important data before making repairs. 

Unfortunately, "The Recycle Bin on C: is corrupted" can be pretty persistent. Simply clicking Yes to empty it doesn't always solve the problem. If the message keeps coming back, the usual fixes are:

  • Recreate the Recycle Bin by deleting the hidden $Recycle.Bin folder (Windows will rebuild it automatically after a restart).
  • Run CHKDSK to check and repair file system errors.
  • Run SFC and DISM to repair corrupted Windows system files.
  • Check the drive's SMART health if you notice other symptoms, such as crashes, slowdowns, or unusual noises (for HDDs).

Unfortunately, we don’t have a separate guide for this error yet, so feel free to ask for help. You can find a number of useful videos on YouTube too, you might need it because all the fixes are rather technical, for example - https://www.youtube.com/watch?v=OyfFsfamZr0

@ryan404 Thanks! Yeah, it's only happening on C:. Aside from this error, I haven't seen anything unusual. Everything else seems to work fine, which is why I found it so strange.

@gareth_w I do have CCleaner installed, actually. 😅 I can't remember when was the last time I used it, though. Is that something that can actually cause the Recycle Bin to get corrupted?

@nikaredko @datarecoverexpert Thanks for the explanation. I was afraid this meant my SSD was cooked, lol. I’m glad to know that's not the case…  I'll start with recreating the Recycle Bin and work through the other steps if needed. Hopefully it's just one of those persistent Windows bugs.

I can open the Recycle Bin, but it's empty, so I don't think there's anything in there I need to save. I'll skip the recovery step. If the error comes back, I'll tag you.

@kevin02 You would be surprised. Programs like CCleaner can contribute sometimes. Not because they are "bad" necessarily, but cleanup tools occasionally interfere with the Recycle Bin metadata or delete something Windows expects to find. If you haven't run it recently, though, I wouldn't immediately blame it. Still be careful if you’re planning to use the,

Just wanted to add that I wouldn't panic over the SSD because of this message alone. Mine started showing "Recycle Bin is corrupted" after a power outage. Rebuilt the Recycle Bin and it's been fine ever since. SSD health is still 100%.

Update: I followed a couple of videos on a YouTube and this thread on Reddit - https://www.reddit.com/r/techsupport/comments/11z9c6f/recycle_bin_is_corrupted/ 

I deleted the $Recycle.Bin folder from an elevated Command Prompt, rebooted... and nope. 😭 Same stupid popup as soon as Windows starts.

The weird part is everything else still seems totally normal. The Recycle Bin opens fine, it's empty, Windows isn't crashing, SSD seems fast, no weird noises (well... it's an SSD lol), nothing else looks off.

So... what now? 

Should I move on to CHKDSK, SFC and DISM, or is there anything else worth checking first? I'm trying not to make things worse by just throwing random fixes at it.

@nikaredko @datarecoverexpert

Not really @kevin02 case, but for anyone else who finds this with a slightly different symptom: if you're getting a black screen before the desktop appears, or your Recycle Bin is stuck on a black screen, that's usually Explorer failing to launch rather than a damaged Recycle Bin. In that case, it's often Explorer failing to start rather than the Recycle Bin itself.

Try pressing Ctrl + Shift + Esc to open Task Manager. If it opens, go to File > Run new task, type explorer.exe, and press Enter. If your desktop appears, you can then go ahead with the repair steps already mentioned here (CHKDSK, SFC, and DISM), since corrupted system files after a Windows update are a common cause.

@kevin02 I'd move on to the next steps now. Since recreating the Recycle Bin didn't solve it, it's worth checking whether Windows has some file system or system file corruption behind the scenes.

I'd do it in this order:

  1. Open Command Prompt (Run asAdministrator).
  2. Run CHKDSK /F on the C: drive. Windows will most likely tell you it can't check the drive while Windows is running and ask whether you'd like to schedule it for the next restart. Type Y, restart your PC, and let it finish. Depending on the size of your drive, it can take a while, so don't interrupt it.
  3. Once Windows starts normally again, open an elevated Command Prompt once more and run SFC /SCANNOW. Wait until it reaches 100%. If it says it repaired files, reboot and see if the Recycle Bin error is still there.
  4. If SFC reports that it couldn't repair everything, or the problem persists, run DISM /ONLINE /CLEANUP-IMAGE /RESTOREHEALTH. After DISM finishes, run SFC /SCANNOW one more time.

These scans are safe to run and are standard Windows repair tools. They don't delete your personal files.

Let us know exactly what each one reports. Even a message like "Windows Resource Protection found corrupt files and successfully repaired them" tells us something.

Since the Recycle Bin itself has already been recreated, the next question is whether Windows is complaining because of something deeper in the file system or because one or more protected Windows files became corrupted.

One more thing I'd recommend while you're at it is checking your SSD's SMART information. You don't necessarily need a paid utility for that; many free drive health tools will show the important attributes.

You're mainly looking for whether the drive reports a healthy status or starts showing warnings. Since you mentioned there are no slowdowns, freezes, or crashes, I honestly don't expect the SSD to be failing, but it's always nice to rule it out instead of guessing.

If CHKDSK, SFC, and DISM all complete successfully and your SMART data looks healthy, then we're probably dealing with a Windows issue rather than failing hardware

Honestly, if your PC is otherwise running perfectly, I'd still bet on Windows being weird rather than the SSD dying.

I've learned the hard way that Windows can throw one super specific error while literally everything else keeps working. 😂

Definitely post back with what CHKDSK and SFC say. Those messages usually point everyone in the right direction.

Back again with another update.

I ran CHKDSK first. It scheduled itself for the next restart, did its thing before Windows loaded, and I let it finish completely. Didn't interrupt it or anything.

After Windows booted, I ran SFC. It actually said it found corrupted files and repaired them, which got my hopes up lol.

Unfortunately... after another restart, I still got the same "The Recycle Bin on C: is corrupted" popup.

So I guess I'm on to DISM now.

Do you happen to have more than one user account on the PC?

I only ask because I once had something similar where one Windows profile kept complaining about the Recycle Bin, but another profile didn't. Turned out the user profile itself had gotten messed up somehow.

Might be worth creating a temporary local account for five minutes just to see if the popup appears there too. It doesn't fix anything by itself, but it'd help narrow down whether it's system-wide or tied to your account.

Final update!

I figured I'd come back and close the loop since I hate finding forum threads that never say what happened in the end. 😅

I went ahead and ran DISM /ONLINE /CLEANUP-IMAGE /RESTOREHEALTH, then rebooted and ran SFC /SCANNOW one more time like you guys suggested.

DISM completed successfully, and the second SFC came back saying it didn't find any integrity violations. I also checked my SSD's SMART info and everything looked healthy (100% health, no warnings), so at least I could finally stop worrying that my SSD was secretly dying.

...and then I restarted again.

No popup.

I rebooted a second time just to make sure I wasn't imagining things.

Still nothing.

I've probably restarted this PC 8 or 9 times over the last day (way more than I normally would 😂), and the "The Recycle Bin on C: is corrupted" message hasn't come back once.

@kevin02

Glad to hear it! Thanks for coming back and posting the outcome. For anyone who finds this discussion because they're getting the "The Recycle Bin on C: is corrupted" error at startup, here's the sequence that ultimately solved it:

  1. Recreate the Recycle Bin by deleting the hidden $Recycle.Bin folder, then restart Windows.
  2. If the error persists, run CHKDSK /F on the affected drive and let it complete during the next restart.
  3. Run SFC /SCANNOW.
  4. If SFC reports that it couldn't repair everything, or the error still appears, run DISM /Online /Cleanup-Image /RestoreHealth, then run SFC /SCANNOW again.
  5. If you're also noticing crashes, freezes, slowdowns, or other unusual behavior, check your drive's SMART health to rule out hardware issues.

If you have files in the Recycle Bin that you still need, recover them before recreating the Recycle Bin in step 1, because resetting it permanently removes everything currently stored there. A data recovery tool such as Disk Drill can help recover those files if necessary: https://www.cleverfiles.com/data-recovery-software.html