Critical
Operating Systems
✓ Solution Verified by Community (100+ upvotes)
Error Code critical-process-died — Windows 11
A critical system process unexpectedly terminated. Can be caused by corrupted system files.
Zdroj: Community Report
· Jak ověřujeme opravy
| Error Code | critical-process-died |
|---|---|
| Affected System | Windows 11 (Microsoft) |
| Difficulty | Critical |
| Estimated Time | 60 min |
| Requires Admin Rights | ⚠️ Yes |
| Requires Reboot | 🔄 Yes |
Postup řešení
- 1 Boot into Safe Mode with Networking.
- 2 Run SFC: sfc /scannow.
- 3 Run DISM: DISM /Online /Cleanup-Image /RestoreHealth.
- 4 Run Check Disk: chkdsk C: /f /r.
- 5 Check for malware with Windows Defender Offline scan.
- 6 Uninstall recently installed software (especially antivirus or system utilities).
- 7 If all else fails: perform a Windows 11 repair install (in-place upgrade) keeping your files.
Alternativní řešení
Metoda 2 (0 upvotes)
- Boot into Safe Mode. Press Windows key + I, go to 'System' > 'Recovery', and under 'Advanced startup', click 'Restart now'. After restart, choose 'Troubleshoot' > 'Advanced options' > 'Startup Settings' > 'Restart', then press 4 or F4 for Safe Mode. Safe Mode loads minimal drivers, so if the error doesn't occur, a driver or service is the issue.
- In Safe Mode, open Command Prompt as administrator (Windows key + X, then 'Terminal (Admin)'). Type 'sfc /scannow' and press Enter. This scans and repairs corrupted system files, which is a common cause.
- If SFC finds issues, run 'DISM /Online /Cleanup-Image /RestoreHealth' in the same Command Prompt. This repairs the system image.
- Run a disk check. In Command Prompt, type 'chkdsk C: /f /r' and press Enter. You'll be prompted to schedule it on next reboot. Type 'Y' and restart. This checks for bad sectors and file system errors.
- Check for malware. Use Windows Security (Windows key + I, then 'Privacy & Security' > 'Windows Security') and run a full scan. Malware can kill critical processes.
- If the error persists, try System Restore. Press Windows key + R, type 'rstrui.exe', and press Enter. Follow the wizard to restore your PC to a previous point before the error started.
Metoda 3 (0 upvotes)
- Press Windows key + S, type 'Windows Security', and open it. Go to 'Virus & threat protection' and click 'Scan options'. Select 'Full scan' and click 'Scan now'. Malware can kill critical processes, so a full scan is essential. If malware is found, remove it and restart.
- Press Windows key + X and select 'Terminal (Admin)'. Type 'sfc /scannow' and press Enter. This scans and repairs corrupted system files. If any are found, it will fix them. This addresses the 'corrupted system files' cause.
- If SFC doesn't fix it, run DISM. In the same terminal, type 'DISM /Online /Cleanup-Image /RestoreHealth' and press Enter. This repairs the Windows system image, which SFC relies on. It's like fixing the foundation before patching the walls.
- Check your hard drive's health: Press Win+X and select 'Disk Management'. Look at your drives' status. If any show 'Unhealthy' or 'At risk', back up your data immediately and consider replacing the drive. You can also run 'chkdsk /f /r' in Command Prompt to check for errors, but this may take a long time.
- If the error persists, use System Restore: Press Win+R, type 'rstrui.exe', and press Enter. Choose a restore point before the error started. This reverts system files to a previous state, which can fix the issue if it was caused by a recent change.
🔍 Didn't work? Enter your GPU and CPU for hardware-specific advice:
🔧 Stále máte problémy?
Popište svůj přesný problém Error Buddymu a získejte personalizovanou opravu během několika sekund.
🛠️ Vyzkoušet Error Buddy — Zdarma