Get IT Solutions

How to do IT
Menu
  • Home
  • SCCM 2012
    • Deploy Packages
    • Troubleshooting errors SCCM 2012
  • Windows
    • Applications Silent Install
    • Windows Tools
    • Windows Error
    • Script
    • Exchange Server
    • Troubleshooting Office
    • Applications Errors
  • Database
    • SQL Server
    • MySQL
    • Oracle
  • Cybersecurity
  • Other
  • Reviews

Fix Stop Code Error 0xc000021a On Windows 10, 7 and xp

Windows 10 comes with a lot of problems, the issue of blue screen or BSOD error is very common these days, and users are really trying to cope with this problem. Microsoft are aware of Windows 10 errors and that’s why they constantly release updates that help minimize the error problems. But another issue is that these updates themselves can produce error codes on your computer. Our discussion in this post is ‘stop code error 0xc000021a on windows’, the error can show up in older windows version like Windows 7, 8 or vista, but it’s more popular on Windows 10. We’ll share with you in this post how to fix the stop code 0xc000021a and also share important information regarding the error code.

Table of Contents

  • Understanding and Fixing Error 0xc000021a
    • What Is Code 0xc000021a?
    • Causes Of Stop Code 0xc000021a On Windows
    • How To Fix Stop Code Error 0xc000021a On Windows
    • How To Fix Stop Code Error 0xc000021a On Windows 10, 8, And 8.1
    • How To Fix Stop Code 0xc000021a On Windows 7, Vista and XP

Understanding and Fixing Error 0xc000021a

What Is Code 0xc000021a?

The error code is a blue screen death error or BSOD error that shows up when user subsystem is compromised.

The error is normally displayed as: ‘STOP: c000021a {Fatal System Error} The Windows SubSystem system process terminated unexpectedly with a status of 0xc0000005. The system has been shut down.’

But the error can be received in the following forms also:

  1. code error 0xc00021a
  2. STOP 0xC000021A
  3. STATUS_SYSTEM_PROCESS_TERMINATED (Status System Process Terminated)
  4. STOP c000021a
  5. HALT: c000021a {Fatal System Error}
  6. Or a bluescreen just show up displaying error message with the code 0xc00021a

Generally, this error code arises when two important system files are corrupt, damage or altered, they’re: winlog.exe and csrss.exe.

Winlog.exe: this takes care of login and logout on windows, it becomes damaged or corrupt when there is a mismatch of system files or other programs on your computer.

Csrss.exe: this system file is located in Microsoft server or client, and if it’s damaged, the stop code error 0xc000021a shows up.

Stop Code Error 0xc00021a On Windows 10

Stop Code Error 0xc00021a On Windows 10

Causes Of Stop Code 0xc000021a On Windows

As mentioned above the error arise when winlog.exe and csrss.exe are damaged or corrupt, other secondary causes that can affect these files include:

  1. Corrupt system files.
  2. Mismatched system files.
  3. Corrupt driver or misconfiguration.
  4. Installing programs the wrong way.
  5. When registry is corrupt.
  6. Installing software that’s not compatible with your operating windows operating system.
  7. External devices interfering with system files.
  8. Premature unload of wbmprox.dll library.

Let us now outline the possible fixes of error code 0xc000021a.

How To Fix Stop Code Error 0xc000021a On Windows

As mentioned, this error shows up in all windows versions, we’ll outline how to fix the error code on all the popular operating systems win xp, vista, win7, win 8 and 10.

But before that, here are some general workarounds that may help resolve the situation fast in all operating systems:

Unplug any external device

Since some external devices are known to cause this error, you want to disconnect every device attached to your computer and restart to see if you have solved the problem.

If after unplugging the external devices, things are working smoothly, it means one or more of your devices is causing the problem, you should then plug them one by one, to find the one that’s messing up with your computer.

Remove recently installed programs

If after installing a software and you suddenly start receiving the stop code error 0xc000021a on windows, you need to uninstall, it might be possible your software isn’t compatible with your current version of windows.

Disable firewall or any antivirus software you’re using

You need to pause your antivirus software or firewall to see if you can get rid of the error. If after disabling antivirus software you’re not getting the error, it means you need uninstall the antivirus software or you need to adjust the settings in a way it will not interfere with your windows operations.

These some of the basics things you need to do before you start applying any fix, let’s now start troubleshooting the problem.

How To Fix Stop Code Error 0xc000021a On Windows 10, 8, And 8.1

Since windows 8 and 10 are the newest version and the error is more popular on them, we’ll start outlining their fix, later on we move on to windows win7, vista and XP.

1. Clean boot

This action will help you troubleshoot the error 0xc000021a in-depth. Follow these steps to run a clean booth of your PC:

  1. Restart your computer, if you can’t access your desktop in the case of blue screen, you need to boot on safe mode. You can run safe mode by pressing F8 while starting your PC
  2. Once you access your desktop, open the run dialogue by pressing Windows + R.
  3. Type msconfig in the box and click ok or press enter.
  4. On the system configuration window, you should click ‘general’ tab.
  5. Choose ‘selective startup’
  6. Uncheck load start-up items.
  7. Click on ‘services’ tab.
  8. Check the radio box that says ‘hide all Microsoft services’.
  9. Also click ‘disable all’ from bottom right.
  10. Head over to ‘startup’ tab and disable all the services, you can do so by right clicking on each and disable option is available.
  11. After that, click ok and apply the changes.
  12. Restart your computer to see if the error is removed.

If the error 0xc000021a code disappears, it means one of the startup services is causing the problem, and you need to go back through the process outlined above to enable the services one by one, so that you can identify the service causing the problem to your PC.

2. Run DISM in safe mode

  1. Restart your computer and hold F8 while restarting before windows logo appears, if F8 doesn’t work, you should keep tapping F11 or Shift + F8.
  2. You’ll be taken to a menu and you need to select Troubleshoot.
  3. Click ‘Advanced options’.
  4. Choose ‘startup settings’.
  5. Next, you click restart.
  6. During restart, you should keep tapping F6 to boot your computer in safe mode with command prompt.
  7. Type this command line in command prompt: dism /image:C:\ /cleanup-image /revertpendingactions
  8. You then run the following commands when the above is finished, it’s applicable if pending.xml have been created:
  • cd C:\Windows\WinSxS
  • move pending.xml pending.old
  1. Press enter at the end of each command and also don’t forget to replace ‘C’ in all the commands with the location your windows installation is located. Though by default it should be located on ‘C’ drive, but most of the times if you have partition, it’s a different name.
READ ALSO -   Fixed: Remote Desktop Error Code 0x204

3. Disable driver signature

If the problem is caused by a driver loading up during startup, this fix will solve the problem. Here is how to do this:

  1. Restart your computer and keep tapping F8, or if it doesn’t work you should use F11 to open windows menu.
  2. From the menu, select ‘Troubleshoot’, then Advanced option, and then startup settings.
  3. Click restart and hold the F7 to restart your computer, this will start the computer with driver signature reinforcement disabled.
  4. Check to see if the problem is solved.
Disable driver signature

Disable driver signature

4. System restore

If you’ve enabled restore in windows 8, you can restore your pc to an earlier version and this will solve your problem.

You can restore your PC in different ways, but I suggest you do that during boot. Here is how to do that:

  1. Restart your PC and press F8 or F11 to open windows menu.
  2. Click troubleshoot, ‘Advanced option’ and you’ll notice system restore.
  3. Choose your operating system.
  4. System restore will open and you’ll be presented to choose a restore point, select a point that’s close to the date you started receiving error code 0xc000021a.
  5. Click yes or next to the messages that will be prompted to you.
  6. The process will take some time, don’t press any key until restore is finished.
  7. This method is very effective too especially if it’s due to system settings that have been changed.

5. Reset BIOS

Resetting BIOS can get rid of error code 0xc000021a, you can do this by removing the CMOS battery for some minutes and then attach it back. Here is how you can do it:

  1. Turn off your PC if it’s already on.
  2. Remove all power cables and external devices.
  3. Locate your PC Chassis and remove the battery.
  4. Wait for some minutes and then put the battery back.
  5. Now you should reboot your PC to see if things are working.

6. Fix corrupt files with SFC

SFC is a built-in feature in windows that allows you to check for corrupt system and registry files and fix them automatically. You can run this scan when you launch in safe mode. Here is how to do that:

  1. Type cmd in windows search box.
  2. Command prompt will appear, you should right-click and ‘Run as administrator’.
  3. Type sfc/scannow in the command prompt, and press enter.
  4. SFC will scan and repair corrupt file systems that are causing error code 0xc000021a in windows.
  5. Restart your PC when it’s done, and check if the error is gone or not.

7. Recover Missing files

As mentioned in the causes of this error, the two important files that normally result in the error are: winlogon.exe and csrss.exe, SFC scan might attempt to recover or repair these important system files, but if not, you might have to use your windows installation media to recover them. or you have to use a third-party software or app to recover them.

8. Rebuild BCD

Rebuilding Boot Configuration Data (BCD) can help you solve the problem fast. This is the next step if all solutions outlined didn’t work.

For this fix, you’ll need Windows 10 installation media, either disc or USB. Follow these steps:

  1. Insert or attach your windows installation Media.
  2. Restart your computer.
  3. Keep Tapping F10, F11, or F12 to go to BIOS setup.
  4. Select your Installation media as your primary Boot device.
  5. It will first load the files and you need to choose language, date and time, the keyboard input.
  6. Choose next, the windows menu will give you the option ‘Repair your computer’, you then select ‘Troubleshoot’.
  7. Select advanced option, and then command prompt.
  8. Choose the user and type password if asked.
  9. In the command prompt, you should type the commands below, hit enter after each command to execute it:
  • bootrec /FixMbr
  • bootrec /FixBoot
  • bootrec /ScanOs
  • bootrec /RebuildBcd

This command checks for all potential errors on your Pc and then fix them using installation media, all files will be fixed as if you’ve made new windows installation and your Pc files won’t be affected.

These are some of the best possible fixes for windows 8 and 10, if you can’t get rid of this error by now, you need to reset your PC or have to reinstall windows to clean all files on your computer.

Rebuild BCD

Rebuild BCD

Now we’ll move on to fixing error code 0xc000021a on windows 7, Vista and XP.

How To Fix Stop Code 0xc000021a On Windows 7, Vista and XP

Fix 1: Windows startup repair

The windows installation disc comes with this feature in both win7, Vista or XP, you need to use it in order to launch the startup repair. Once you have your disc, follow these steps:

  1. Insert the installation disc and restart your computer.
  2. Keep tapping the appropriate key that will take you to BIOS set up, it’s normally f12 or F11.
  3. Once you’re on the menu, you should select ‘repair your computer’.
  4. Select your operating system and click next.
  5. System recover options will open, select ‘startup repair’.
  6. The process will begin and fix your corrupt files.
  7. Restart your Pc when done and check if the problem is solved.
Windows startup repair windows 7

Windows startup repair windows 7

Read Also: Fix Error “Stop 0x00000109”

Fix 2: Restore last known good configuration

You’re reverting your pc to an earlier state when it running smoothly.

Follow these steps:

  1. Restart your computer and keep tapping F8.
  2. You’ll be taken to boot menu, when you’re onto the Advanced Boot options menu, you should select ‘last known good configuration’ from the list and hit enter.

Fix 3: Disable all services in msconfig

If error code 0xc000021a is caused by startup programs or drivers in windows 7 and Vista, disabling services in msconfig, will remove the error.

  1. Type msconfig in your computer search box from the start menu.
  2. Press enter and startup services window will open.
  3. Disable all the services and click OK.
  4. You’ll be prompted to restart your computer and you need to select ‘restart.
  5. If the error is removed, you need to go back and enable all the services one by one to find the one that’s causing the problem and disable permanently or repair it.

Fix 4: System restore

You need to restore your PC to an earlier version if things aren’t working. Just type ‘restore’ in windows search box, system restore will appear and you’ll be presented with the option to restore your pc at an earlier date. This is also subject to if you have setup windows restore, or else, you’ll hardly find any restore points.

These are the fixes for windows 7, Vista and XP. If you haven’t yet resolve error code 0xc000021a, you need to reset your pc or reinstall windows using your installation disc.

Share
Tweet
Google+
Pinterest
Linkedin
Stumble
Email
Prev Article
Next Article

Related Articles

error 0x8007052e
Article about best solution for error code 0x8007052e. Explain cases …

Error Code 0x8007052e Solutions – unknown user name or bad password.

HOW TO FIX UNEXPECTED KERNEL MODE TRAP
Unexpected kernel mode trap is one of the Windows 10 errors …

UNEXPECTED KERNEL MODE TRAP WINDOWS 10

Best Computers & Laptops

Best Computer for Cyber Security – Laptop and Desktop
Best Computer for Cyber Security
Hey, are you seeking the best computer for cyber security? Well, we must say you have come to the right place to find your answer and guidance. There are a plethora of products out there for you to pick from ...
Read More
Best Computer for Microsoft Office & Excel – Laptop and Desktop
Best Computer for Microsoft Office & Excel
Are you finding the Best Computer for Microsoft Office and Excel? In modern days, the best laptop or desktop set is the one which is both portable, has good looks and offers the smoothest performance. Microsoft Office is a package ...
Read More
Best Computer for Hacking – Laptop and Desktop Selection
Best computer for Hacking
When it comes to hacking, either laptop or desktop, choosing the best computer for hacking would be an exhilarating job. There are many specifications to be considered for hacking ...
Read More

SQL Server Tips

FIX sqlstate 42000 – mysql error 1064 – you have an error in your sql syntax
Sqlstate 42000 Is a general code that come together with other number. Most often comes with the code 1064 and ...
Read More
The execute permission was denied on the object – SQL Server Error
The execute permission was denied on the object
The following article will handle “the execute permission was denied on the object” error appears on SQL Server. This error ...
Read More
How to Read Data from LDF file in SQL Server – A Complete Guide
Read LDF File
Hello Everyone, Today we are going to address the most popular query of SQL users, how to read data from ...
Read More

Search

We are on:

Get FREE SPACE for your PC

3 Method to Delete Temp Files in Windows 7/10 including vbs script

In this post we will explain how to delete temp files windows 7 using three different methods including vbs script ...
Read More

Fastest way to delete hiberfil sys from windows 10/8/7 and XP – CMD

In this article we will explain how to remove or delete hiberfil sys from Windows 10/8/7 and XP . If you does ...
Read More

Learn How to Silent Install Applications

Silent Install Adobe Flash Player
In this tutorial will explain how to silent install adobe flash player 25, Msi and Exe version. How to disable auto update and uninstall older ...
Read More
Java Silent Install and Uninstall Older Version – Deploy Package MSI
This tutorial will explain how to silent install Java MSI/EXE version and disable auto-update. The command line will also uninstall the ...
Read More
Silent Install Adobe Shockwave Player 12 and disable update
In this tutorial will explain how to silent install Adobe Shockwave Player 12 msi and disable auto update. The command will uninstall older ...
Read More
Silent Install Google Chrome MSI, Silent Uninstall and Disable Auto Update
This tutorial will explain how to silent install Google Chrome MSI and disable auto update. The command will uninstall older version of ...
Read More
Silent Install Adobe Reader 11 and DC – msi and exe – disable update
In this tutorial will explain how to silent install Adobe Reader version 11 and DC. We will user both version "msi" ...
Read More
Silent Install Mozilla Firefox msi and exe file – Including Silent Uninstallation
This tutorial will explain how to silent install Mozilla Firefox. We will use MSI and EXE files to perform a silent ...
Read More
Skype Silent Install Msi and disable updates
In this tutorial will explain how to silent install skype  and disable auto update. The command will uninstall older version of Skype and ...
Read More
Filezilla Silent Install msi and exe version
Filezilla silent install tutorial will explain how to perform a silent installation of application. We will explain methods, silent install ...
Read More
Silent install VLC Media Player
In this tutorial will explain how to silent install VLC Media Player. We will explain both methods for exe and ...
Read More
Notepad++ silent install exe and msi version – Command Line
Notepad++ silent install is the new article from a series of silent installations. Notepad++ as free software has two main ...
Read More

Batch File Solutions

How to list files in cmd – Command Prompt – Windows 10
Whenever you want to search and make a list of all files on a specific folder, you used the windows ...
Read More
Batch rename multiple files in folder – CMD script – Bulk Method – Win 10
The following article will teach how to rename multiple files in a folder with the bulk method using Command Line ...
Read More
Batch script rename file using Command Line (CMD) & PowerShell – Windows 10
The following article will use the “rename” or “ren” command to rename the file using a command prompt. Also, we ...
Read More
Change extension of multiple files at once – CMD batch file
The following article will teach the methods to change the extension of multiple files at once using command prompt and ...
Read More
How to delete registry key with command line | PowerShell | Batch
The following article is the third of series about registry and working on it through command line (CMD) and PowerShell ...
Read More
How to add registry key & values with CMD | PowerShell | Batch
The registry is the place where most of the applications store the settings but not only. Used also from the ...
Read More
Unmap Network Drive CMD – (Batch file) – net use delete command
After we posted the methods to map network drive using cmd commands we come this time with the method to ...
Read More
Map Network Drive cmd (batch file) – net use user password
This article will focus on another way to map a network drive on your computer instead of from the explorer ...
Read More
How to Find Large Files on Windows 7 & 10 – CMD Forfiles Command
If the capacity of your hard drive is running low, it is time to clean off some files and to ...
Read More
CMD Script to check disk space on windows and multiple remote servers
The following article will provide you script to check disk space. The Script monitor space on windows and multiple remote ...
Read More

Get IT Solutions

How to do IT

About Us

Get IT Solutions is a personal blog, which is managed to guide people for various topic.

Second Menu

  • Donate
  • About Us
  • Contact Us
  • Privacy Policy

What Will You Find

Automation is our area of writing where are included scripts, batch and various tips to automate your daily job.
Copyright © 2025 Get IT Solutions