Reader-supported: we earn a commission on some links, at no extra cost to you. How this works
What Happens If?Guide

What Happens If You Delete System32?

Deleting System32 breaks Windows, which needs its core files, so you get crashes and a PC that will not boot. It is a prank, never a real fix.

Deleting System32 on Windows breaks your operating system. System32 holds core files Windows needs to run, including drivers and essential services, so removing it causes crashes, features to stop working, and eventually a PC that will not boot. Windows protects this folder and blocks casual deletion. The "delete System32" idea is a well-known internet prank, not a real fix. Never do it.

Why this happens

System32 is the heart of a Windows installation. It contains critical system files (DLLs), device drivers, and executables that Windows and your programs load constantly.

Remove them and Windows loses the pieces it depends on. The system may seem to work for a moment using files already loaded in memory, but as soon as it needs something from System32, things fail, and after a restart the PC cannot start Windows at all.

Is this normal?

No one should ever need to delete System32. It is not a maintenance step or a cleanup task. Any guide, video, or person telling you to delete it is either joking or trying to trick you.

Does it cause any problems?

Yes, serious ones. Depending on what gets removed, you can expect program crashes, missing system functions, error messages, and a non-bootable computer that needs Windows to be repaired or reinstalled. On a Mac, the equivalent warning applies to the protected /System folder, which macOS also guards.

How to fix or check it

  1. Do not attempt to delete System32. If someone suggests it as a fix, ignore the advice.
  2. If files were already deleted and Windows still runs, do not restart yet; back up your personal files to an external drive first.
  3. Try System File Checker: open Command Prompt as administrator and run sfc /scannow to restore missing system files.
  4. If that does not work, run DISM /Online /Cleanup-Image /RestoreHealth, then run sfc /scannow again.
  5. If Windows will not boot, use a Windows recovery drive or installation media to run Startup Repair or a Reset that keeps your files.
  6. As a last resort, reinstall Windows and use the option to keep personal files if it is offered.

Frequently asked questions

Why does the internet joke about deleting System32?

It is a long-running prank aimed at getting people to break their own PC. Because System32 is essential, deleting it is destructive, so the "tip" is bait, never genuine advice.

Can I delete System32 to free up space?

No. It contains files Windows needs, not junk. To free space, use Storage Settings or Disk Cleanup, which safely remove temporary files without touching essential system components.

Can Windows recover after System32 is deleted?

Sometimes, using System File Checker, DISM, Startup Repair, or a reset. If too much was removed, a full reinstall is needed. Back up your data first whenever the PC still turns on.

More in this topic

More in What Happens If?

See the full guide →