The CRITICAL SERVICE FAILED error in Windows 11/10 may be triggered by bad drivers, corrupted files, or hardware issues. To fix it, run SFC and DISM, perform a system restore, or disable driver signature enforcement. Read the post from MiniTool to get more information.

About CRITICAL SERVICE FAILED

The CRITICAL SERVICE FAILED bug check has a value of 0x0000005A. It is a blue screen error that makes the Windows operating system unable to run.

This error can cause a persistent boot loop or lead to frequent system crashes, rendering the PC unusable and putting your data at risk.

Normally, this error occurs unpredictably during use and is often triggered by recent Windows updates or significant system modifications. Additionally, it can be triggered by the following reasons:

  • Corrupted or faulty driver
  • Incompatible new hardware or drivers
  • Broken Windows update
  • Corrupted system file
  • Faulty hardware
  • Incorrect BIOS/UEFI settings
  • Registry corruption/configuration issues

Suggestions: Back Up Important Data

As above says, CRITICAL SERVICE FAILED is a critical error that may put your data at risk. Therefore, it is essential to use Windows backup software to back up your important data for data security.

To do that, it is highly recommended to use MiniTool ShadowMaker. It offers the Backup feature and is good at Windows 10 backup and Windows 11 backup.

Step 1. Download, install, and launch MiniTool ShadowMaker on your PC.

MiniTool ShadowMaker TrialClick to Download100%Clean & Safe

Step 2. Select Backup from the left panel. Then, go to SOURCE, and click Folders and Files.

The interface of MiniTool ShadowMaker with selected Folders and Files.

Step 3. Choose the files that you want to back up and click OK.

Step 4. Go to DESTINATION, choose a location as the storage path for the backup task, and click OK.

Step 5. Click Back Up Now and OK sequentially to start the backup process immediately.

The interface of MiniTool ShadowMaker with selected Back Up Now and OK.

How to Fix CRITICAL SERVICE FAILED in Windows 10/11

To fix CRITICAL SERVICE FAILED in Windows 10/11, use Startup Repair, then disable driver signature enforcement. If these fails, enter safe mode to run commands like SFC, DISM, or CHKDSK, update/reinstall problematic drivers, or perform a system restore.

Here’s the detailed breakdown.

Boot to Safe Mode

Safe mode a diagnostic startup state of Windows operating systems.

It loads only essential system files and drivers, excluding third-party applications and custom settings. This makes it ideal for finding out the software or drivers causing system instability and boot failures.

Follow the tutorial to boot Windows into safe mode:

Step 1. Boot into the Automatic Repair screen.

  1. Power on your PC.
  2. When the Windows logo appears, immediately press and hold the Power button to force a shutdown.
  3. Repeat this 2-3 times until you see the “Preparing Automatic Repair” screen.

Step 2. In the Automatic Repair screen, click Advanced options.

Step 3. Select Troubleshoot > Advanced options > Startup Settings and click Restart.

The Startup Settings page in WinPE with selected Restart.

Step 4. Press the number 5 or F5 key to boot into safe mode with networking.

The Startup Settings page in WinRE with selected Enable safe mode with Networking.

Step 5. If you have a password set, enter it and press Enter to log in.

Key Technical Solutions

The following are the key technical solutions to the CRITICAL_SERVICE_FAILED BSOD error.

Approach 1. Run Startup Repair

Windows Startup Repair is a built-in diagnostic tool designed to automatically resolve common boot issues. Follow these steps to use it to fix the CRITICAL_SERVICE_FAILED BSOD error:

  1. Boot into the Automatic Repair screen and click Advanced options.
  2. Select Troubleshoot > Advanced options > Startup Repair.
  3. Then the Windows Startup Repair tool will automatically diagnose and fix the computer problems.

Approach 2. Disable Driver Signature Enforcement

Driver signature enforcement is a security feature in Windows. It prevents Windows from loading unsigned or improperly signed drivers and then protects the system from malicious code.

Disabling it will allow you to install and use drivers that are not officially signed and might help you bypass the Windows CRITICAL SERVICE FAILED error. Here’s how to do that:

  1. Enter the Startup Settings page in WinRE.
  2. Press number 7 or F7 to choose Disable driver signature enforcement.
The Startup Settings page in WinRE with selected Disable driver signature enforcement.

Once you have completed these steps, driver signature enforcement will be disabled. Restart your computer to verify if the CRITICAL_SERVICE_FAILED error has been resolved.

Approach 3. Update Drivers

Incompatible, corrupt, or outdated drivers may also trigger the CRITICAL_SERVICE_FAILED error. To address this error, update all outdated drivers. Here’s the step-by-step guide:

Step 1. Right-click the Windows icon on the taskbar and select Device Manager from the pop-up menu.

Step 2. Expand one of the categories to find if there are any drivers with the yellow triangle. Right-click the driver and select Update driver.

The interface of Device Manager with selected Update driver.

Step 3. In the prompted window, select Search automatically for drivers.

The interface of Device Manager with selected Search automatically for drivers.

Step 4. Follow the instructions displayed on the screen to complete the update process.

Approach 4. Uninstall Updates/Apps

If you receive the CRITICAL_SERVICE_FAILED error after installing an update or a specific application, uninstall it to resolve the issue. Here’s how to do that:

Step 1. Press Win + S to open Search, type control panel, and press Enter.

Step 2. Set View by to Large icons and select Programs and Features.

The Control Panel window with selected Programs and Features.

Step 3. Find the software you’ve installed recently, right-click it, and select Uninstall.

Step 4. Follow the on-screen instructions to complete the process. After that, restart your PC and check if the error has been resolved. If it hasn’t, continue by uninstalling the updates.

  1. Open Control Panel and go to the Programs and Features page again.
  2. Click View installed updates from the left panel.
  3. Find and locate the latest update from the list and click Uninstall next to it.
  4. Click Uninstall in the prompted Uninstall this update window.
The Uninstall Updates page and the Uninstall this update window with selected Uninstall.

Approach 5. Run SFC & DISM

Sometimes, corrupted system files can also cause BSOD errors, such as the Windows CRITICAL SERVICE FAILED error.

SFC scans and repairs corrupted or missing system files. DISM repairs the underlying Windows image (component store). Also, it can fix the corruption that prevents SFC from working.

Therefore, run DISM first and then SFC to troubleshoot the error:

Step 1. Run Command Prompt as administrator.

  1. Open Search.
  2. Type cmd in the search box.
  3. Find Command Prompt under Best match.
  4. Right-click it and select Run as administrator.

Step 2. In the prompted window, execute the following commands one by one to perform a DISM scan:

Step 3. Once DISM scan is complete, type the following command and press Enter to start the SFC scan.

sfc/ scannow

Then, it starts to scan all protected Windows system files and replace corrupt, missing, or changed versions with correct ones.

Step 4. Once done, restart the computer to check if the blue screen error persists.

Approach 6. Run CHKDSK

If the hard drive on your computer is corrupted or faulty, the Windows CRITICAL SERVICE FAILED error may show up on your screen as well. To resolve this, run the CHKDSK command to identify and repair file system corruption or mark bad sectors.

Step 1. Run Command Prompt as administrator.

Step 2. Type chkdsk /f /r and press Enter to check and fix hard drive errors.

  • /f: This parameter fixes logical errors in the disk’s file system.
  • /r: This parameter performs a deep scan to locate bad sectors on the disk. Additionally, it attempts to recover readable information from it and reallocates that data to spare sectors.

Step 3. Type Y and press Enter to proceed. Then, restart your computer.

The Command Prompt window with selected CHKDSK command and Y.

Step 4. Wait for the process to complete. Once done, disk errors may be fixed.

Approach 7. Rebuild Boot Configuration Data

Boot Configuration Data (BCD) is a database in Windows that stores crucial boot-time configuration parameters. It enables the Windows Boot Manager to load the operating system.

Corrupted configuration files may also result in the stop code CRITICAL SERVICE FAILED error. To address it, rebuild BCD with the following steps:

Step 1. Run Command Prompt as administrator.

Step 2. Perform the following commands one by one.

  • bootrec /scanos
  • bootrec /fixmbr
  • bootrec /rebuildbcd

Step 3. Once finished, exit Command Prompt and restart your PC. Now, check if the error has been resolved.

Approach 8. Perform System Restore

System Restore in Windows reverts system files, registry, and applications to a previous state to fix instability without affecting personal files. If you have created a system restore point before the CRITICAL SERVICE FAILED blue screen error occurs, try this method.

Here’s the detailed guide:

Step 1. Press Win + R to open Run, type rstrui.exe, and click OK.

Step 2. In the pop-up System Restore window, click Next.

Step 3. Select a proper restore point from the list and click Next.

The interface of System Restore with listed restore points and selected Next.

Step 4. Confirm your restore point on the next page. Then, click Finish and Yes sequentially to proceed.

The interface of System Restore with selected Finish and Yes.

Advanced Solutions

If none of the above approaches can help you resolve the stop code CRITICAL SERVICE FAILED error, try the following advanced solutions.

Approach 1. Check Hardware

CRITICAL SERVICE FAILED can also occur due to faulty hardware. To troubleshoot it, check RAM via Windows Memory Diagnostic.

The Windows Memory Diagnostic is a built-in, free tool to check RAM for faults causing crashes or blue screens.

Here’s how to use it to check RAM:

Step 1. Open Run, type mdsched.exe, and press Enter.

Step 2. In the prompted window, select Restart now and check for problems (recommended).

The interface of Windows Memory Diagnostic with selected Restart now and check for problems (recommended).

Step 3. Your computer will restart and automatically start the memory test. During the process, press F1 to access the Windows Memory Diagnostic – Options page, use the arrow keys to select Extended, and press F10 to confirm the operation.

The Windows Memory Diagnostics Tool Options page with selected Extended.

Step 4. After the test finishes, check the memory test result in Event Viewer. Here are the steps:

  1. Press Win + X to open the Quick Link menu.
  2. Select Event Viewer.
  3. Go to Windows Logs > System.
  4. Click Filter Current Log in the right panel.
  5. Check MemoryDiagnostics-Results from the Event sources’ drop-down menu.
  6. Click OK.
  7. View the filtered results for any detected errors.

If errors are found in this memory test, it is likely that one or more RAM modules are faulty and need replacement.

Approach 2. Reset PC

Resetting the PC returns the system to its original factory state. This will reinstall the operating system and resolve performance issues, eliminate malware, or free up space. Therefore, use it as a last resort to fix the CRITICAL SERVICE FAILED BSOD error.

For more information, refer to the Reset the PC guide.

The CRITICAL SERVICE FAILED BSOD error is an annoying issue, and this article can help you resolve it. If you think it is useful, share it.Click to Tweet

Conclusion

This post analyzes what causes the CRITICAL SERVICE FAILED BSOD error and explores how to fix this error on Windows with some useful approaches. Try these methods one by one until your PC works normally.

To keep your data secure, use MiniTool ShadowMaker to back up all important files. When you have some doubts about this software, please feel free to contact us by sending emails to [email protected].

CRITICAL SERVICE FAILED FAQ

How to fix Windows 10 boot error file : boot bcd error code 0xc000014c?
To fix this error, you need to use a Windows installation USB to rebuild the corrupted Boot Configuration Data (BCD).
Create a Windows bootable USB drive USB, boot from it, select Repair your computer > Troubleshoot > Advanced Options > Command Prompt, then run the following commands: bootrec /fixmbr, bootrec /scanos, and bootrec /rebuildbcd.
For more information about this error, refer to the Boot Configuration Data Unreadable Error 0xc000014c guide.
Can I still upgrade from Windows 7 to 10 for free?
No, you cannot officially upgrade from Windows 7 to Windows 10 for free anymore. This is because Microsoft officially ended the free upgrade service in July 2016 and terminated the remaining activation loopholes in September 2023.
Can a computer be too old to run Windows 10?
Yes, a computer can be too old to run Windows 10. For example, if the device cannot meet the minimum hardware requirements, it may be unable to run Windows 10.
How to fix 0xc00000f Windows 10 without disc?
Windows 10 error 0xc000000f can often be triggered by corrupted or missing Boot Configuration Data (BCD).
To fix this error without a disc, use Startup Repair, rebuild the BCD via Command Prompt in the Windows Recovery Environment (WinRE), or disable Secure Boot/Fast Boot in BIOS.
For more information, refer to the 0xc000000f error guide.
  • linkedin
  • reddit