Critical Process Died Blue Screen Error on Windows 11 & 10 [SOLVED]

Video Statistics and Information

Video
Captions Word Cloud
Reddit Comments
Captions
Hey what's going on guys Sandeep here and  sometimes you might get this blue screen   of death error on your Windows 10 or Windows 11  and the stop code would be "Critical process died"   So in this video, you will find different ways  to fix this problem on your Windows PC whether   you are running Windows 10 or Windows 11. There  might be two situations, first if you are able   to login back to your windows after the blue  screen of death, second you might not be able to   login back to your windows and getting this error  again and again. Now if you are able to login then   stick to the video otherwise, you can jump to  the given timestamp and all the time codes are   given in video description as well. So if you are  logged in, then you can try to uninstall recently   installed programs, or you can try to uninstall the  graphics driver, go to settings, then apps option   installed apps, find the recently installed  apps and uninstall it. It mainly happens due   to graphics card driver, so you have to uninstall  it and then reinstall again it might be Nvidia   AMD or Intel's HD graphic driver, so you have  to uninstall and then restart your PC and check   Now the next thing you can do is, boot your PC  with essential Services only, press Windows+R  keys together on your keyboard to open  run dialog box and type there "msconfig"   and press ok; now go to General Tab and choose  selective startup and then hit apply and ok   and after that you have to restart your PC and  check for the blue screen of death error; if it is   fixed then good otherwise follow the next method.  In this method, you can try to update your Windows   go to menu and Settings  choose for update and security   and if there are new updates available you have  to download and install all the updates and after   that restart your PC, this might fix the problem.  If not, follow the next method, in this method you   can try to fix the disk errors and repair the  corrupt files, go to search and search for CMD   and open it as admin; click on the Yes option, now  on the CMD, you have to type certain commands first   you need to type "chkdsk C:" and  press enter also, you can run this command "chkdsk c: /f", and  next command you should run is "Sfc /scannow"   it will find and fix the any Integrity violation with your Windows files   it might take some time, so you have  to wait till the process is complete   the system file Checker command will try to find  and repair any kind of corrupt file with your   Windows, and after that, you have to restart your  PC and check you can also run the DISM commands   to repair the corrupt Windows image file and then  run the sfc scan, which I will discuss later on in   this video. And if this doesn't work, you can try to  restore your system to previous date using System   restore, press Windows+R keys together  on your keyboard and type their "rstrui.exe" and then press ok. It will open system restore  click on next option, and there might be some   restore point when your computer was working  fine, so you have to select that restore point   and next, then finish and after that, it will  restart your computer and then restore to   that date and this should fix the problem, if  restore is successful, it will fix the problem   Now if you don't have any restore point or Windows  couldn't restore your computer, then you can try to   reset your PC, go to menu then Settings and Update  and security option and click on Recovery option   click on Get Started under "Reset this PC" and  select keep my files, you have to select local   reinstall if the local reinstall works, then good  otherwise next time you have to select Cloud   download. So first you have to try with local  reinstall and then click on next and click on   reset this will reset your PC, it won't remove  any personal files but it will delete all the   apps and programs so you have to reinstall those  programs again after the reset. Now if you are   using Windows 11, then go to Menu then Settings  click on System tab and then Recovery option   you will find "Reset this PC" option, and you have  to reset your PC and follow the same process.   Now the second situation is that you are unable to  login to your windows and keeps getting the blue   screen of death error message again and again, so in  this case, you have to start your PC in recovery   mode. To start your PC in recovery mode, you have to  shut down your computer first and then press the   power key to restart it, while you see the windows  logo or the manufacturer logo is loading, then   Press and hold the power key again to shut it  down, and you have to repeat this process three   times and after that, when you turn on your PC  you will see Advanced recovery options like this   now click on Troubleshoot option and then Advance  options, you can see that you have option to reset   your PC here but generally it doesn't work if you  can't log into your PC. So go to Advanced options   and then first you have to try with Startup repair  the startup repair might fix the problem with   your PC but in most cases the startup repair  doesn't work, however, you should try it first   if it doesn't work go to Advanced option again  or open the Advanced recovery option and go to   Troubleshoot, again Advanced options and then  try to Uninstall updates, if you are getting   blue screen of death critical process died after  Windows update then you should try to uninstall   updates. Uninstalling updates might fix the problem,  once you click on uninstall updates, you will get   options to uninstall quality updates as well as  feature updates, so you have to uninstall both   updates one by one, and after that, restart your PC  and check if you can log into your Windows or not   if not, follow the next method. Now you have to boot  your PC in recovery mode again, do the shutdown   and startup process three times and come back to  this recovery option, now go to Troubleshoot option   again and Advance option click on command prompt,  on the command prompt, first you have to find which   partition contains all the Windows files it might  be C drive, e-drive or D drive, so you have to find   it first. For that you need to type"bcdedit" then  press enter on your keyboard, look for OS device   you will find OS device and the partition. In this  case the partition is C, it might be D, E or any   other letters in your case, but you have to remember  it. Now you need to execute certain commands on the   CMD first you need to type bootrec /fixmbr then press enter on your   keyboard, now the next command you need to type  is "bootrec /fixboot"  then press enter, if you are getting access is  denied error message then you can ignore it   and type the next command, which is "bootsect /nt60 sys" then   press enter on your keyboard. Now you can see that,  boot code was successfully updated. Now you can try   to fix the boot type "bootrec /fixboot" and the command will go through the operation was completed successfully, now you need  to rebuild the boot configuration data file by   typing "bootrec /rebuildbcd" then press enter on your keyboard, it might   take some time, and if you get total identified  Windows installation 0, that means, it didn't create   boot configuration data file, it will go through  on your MBR disk, but it won't work on your GPT   disk, if you are running a GPT disk, then command  is different, you need to type BCD boot then space   the operating system partition, which is C in this  case C colon backslash Windows, you have to replace   C with whatever partition contains Windows Files  then press enter, and it will recreate the boot   configuration data file, so if you are running  MBR disk, you can try to rebuild BCD using bootrec   rebuild BCD or try the second command on your GPT  disk, if you are unsure, you can try both commands   it won't harm anything. Now the next command you  should type is chkdsk then space operating system   Drive colon then space forward slash F, then press  enter on your keyboard. It will check for any disk   error and repair them, I will skip the waiting  part. Now the next command you need to type is   sfc /scannow and press  enter on your keyboard, the system file Checker   command will try to find any kind of Integrity  violation with your windows files and repair them   so you have to wait till the process is complete  and after that you can exit out CMD and turn off   your computer and then restart again, I mean start  your PC and check if you can log into your windows   in most cases this should fix the blue screen  of death problem with your Windows 10 or windows   11. By any chance if these things are not working  you can try to boot your PC in safe mode, your PC   might open in safe mode, go to troubleshoot option  then Advance option and click on Startup settings   and then restart your PC, once you restart it you  will get this kind of screen at this screen you   have to press number 5 to open your PC in safe  mode with networking, press number 5 and it will   open your PC in safe mode with networking. In  the safe mode, you can try to restore your PC   to previous dates as discussed in the first  situation, press Windows+R to open run   dialog box and type "rstrui.exe" then click OK  and click on next, and find the restore point   when computer was working fine and restore your  PC to the previous date. Now the next thing you   can do is, go to search and search for CMD and run  it as admin, first you have to execute sfc command   type there "sfc /scannow",  then press enter and let the process complete   basically you can do all the things mentioned  in the first situation once you are logged in   into the safe mode, if the sfc command doesn't  work you can try DISM commands. Open CMD as admin   and type  "DISM /Online /Cleanup-Image /CheckHealth and press  enter on your keyboard next command you need to   type is same DISM command, but in the last you  have to type ScanHealth then press enter on your   keyboard, it will take some time to find any kind  of corruption with the windows image file into   your PC and the last command is similar, but you  have to replace ScanHealth with RestoreHealth   then press enter on your keyboard, it will repair  the windows image file it will repair the health   of Windows image files, it might take some time  once the process is complete it is necessary   to run the sfc command again so that windows  can repair the corrupt file using the repaired   version of Windows image file. So you need to run  the sfc command after running the dism commands   type sfc then space forward slash scan now  and then let the process complete and once   the process is complete you need to exit  out CMD and restart your PC in normal mode and after the restart you would be able to log  into your Windows 10 or windows 11. So this is   how you can fix critical process died blue screen  of death on your Windows 10 or Windows 11 and   that's all for this video guys hope this helped  if so hit the like button and don't forget to   subscribe also press the Bell icon to get notified  about new videos and I will see you in my next one
Info
Channel: Sandeep Singh
Views: 98,630
Rating: undefined out of 5
Keywords: critical process died, critical process died loop, critical process died blue screen error in windows 11, critical process died windows, critical process died windows 10, critical process died windows 10 cannot boot, critical process died windows 10 solution, critical process died windows 11, critical process died windows 11 solution, critical_process_died, how to fix critical process died windows 10
Id: BtyaOJpA-Zc
Channel Id: undefined
Length: 12min 57sec (777 seconds)
Published: Mon Jun 12 2023
Related Videos
Note
Please note that this website is currently a work in progress! Lots of interesting data and statistics to come.