How to Fix Error 0xc000021a in Windows 8 and 10

The 0xc000021a error in Windows 8 and 10 causes a Blue Screen of Death (BSOD), stopping the computer and preventing it from starting normally. This error means there’s a major problem with parts of the system like WinLogon or CSRSS, leading Windows to shut down to keep the system safe. It usually happens because system files are damaged, often from incomplete updates or incompatible software.

Other causes can be malware, hardware problems, or recent changes to the system affecting important processes.

In this article, we will discuss different ways to solve this error.

1. Repair Corrupt System Files

Corrupted system files can disrupt essential Windows functions. Fixing these files can restore system stability. Tools like System File Checker (SFC) and DISM can scan for and replace damaged files to resolve this issue.

  1. Open the Search menu, type Command Prompt, right-click it, and choose Run as Administrator.
  2. In Command Prompt, enter:
    sfc /scannow
    Dism /Online /Cleanup-Image /RestoreHealth

  3. Restart your PC after the scan finishes.

2. Boot Windows Manually

Manually starting Windows can help when the computer won’t boot properly. This can fix temporary problems with files or drivers and allows you to access the system for further troubleshooting.

  1. Restart the PC while holding Shift and clicking Restart. If you can’t do this, use a Windows bootable USB.
  2. Select Troubleshoot on the options screen to access advanced tools.
  3. Choose Advanced from the next screen.
  4. Click on Startup Settings.
  5. Press F7 to select Disable driver signature enforcement.

Your PC will restart with the selected option, allowing you to tweak your PC using different settings.

3. Reset the Computer’s BIOS

Incorrect or unstable BIOS settings can cause system problems. Resetting the BIOS to default settings can stabilize the system and fix conflicts that might be causing errors.

  1. Turn off the computer.
  2. Unplug all power cables.
  3. Open the computer case.
  4. Remove the CMOS battery from the motherboard.
  5. Wait for 1-2 minutes.
  6. Reinsert the battery.
  7. Close the computer case.
  8. Power on the computer and see if it starts Windows.

4. Replace Corrupt Registry Hive Files with Backups

Corrupted registry files can cause major system issues by disrupting important Windows processes. Using backups to replace these files restores key system settings and lets Windows boot properly. This helps remove file corruption as a problem and makes the system stable again.

  1. Insert the Windows installation disc or USB and restart the computer.
  2. Access the BIOS to set the installation media as the primary boot option. Instructions vary by model.
  3. Save and exit the BIOS.
  4. If prompted, press any key to boot from the installation media.
  5. Choose language, time, and keyboard layout, then click Next.
  6. Select Repair your computer at the bottom-left instead of installing.

You should now see Startup Options:

  1. Go to Troubleshoot > Advanced options.
  2. Open Command Prompt.
  3. Enter: c: and press Enter. Change c if Windows is on a different drive.
  4. Type: cd windows\system32\config and press Enter.
  5. Enter: dir and press Enter.
  6. Rename files with: ren filename filename.old
    Example: ren SYSTEM SYSTEM.old
  1. After renaming, type cd RegBack and press Enter.
  2. Enter: dir and press Enter.
  3. Type each of these commands:
    copy /Y SOFTWARE
    copy /Y SAM
    copy /Y SYSTEM
    
  4. Remove the installation media and restart the computer.
ABOUT THE AUTHOR

Kevin Arrows


Kevin Arrows is a highly experienced and knowledgeable technology specialist with over a decade of industry experience. He holds a Microsoft Certified Technology Specialist (MCTS) certification and has a deep passion for staying up-to-date on the latest tech developments. Kevin has written extensively on a wide range of tech-related topics, showcasing his expertise and knowledge in areas such as software development, cybersecurity, and cloud computing. His contributions to the tech field have been widely recognized and respected by his peers, and he is highly regarded for his ability to explain complex technical concepts in a clear and concise manner.