1.Update Device Drivers
Ensure all drivers are compatible with your current version of Windows:
- Open Device Manager (Win + X → Device Manager).
- Right-click critical components like Display Adapters, Sound Devices, and Network Adapters, then click Update Driver.
- Or visit the manufacturer’s site for the latest drivers.
2.Run the Blue Screen Troubleshooter
- Go to Settings → Update & Security → Troubleshoot.
- Select Blue Screen, then click Run the troubleshooter.
- Follow on-screen instructions to detect and resolve underlying issues.
3.Run System File Checker and DISM
Corrupted system files often contribute to this stop code:
- Open Command Prompt as Administrator.
- Run:
- sfc /scannow
- Then run:
- DISM /Online /Cleanup-Image /RestoreHealth
- Restart your computer once both processes complete.
4. Check RAM and Disk Integrity
- Use Windows Memory Diagnostic:
- Press Win + R, type mdsched.exe, press Enter.
- Choose Restart now and check for problems.
- For disk issues:
- chkdsk /f /r
- Enter this in Command Prompt as Administrator, and confirm with Y when prompted to run on reboot.
5. Uninstall Recently Installed Applications
If you began seeing the error after installing new software:
- Go to Settings → Apps → Installed Apps.
- Sort by Install Date and uninstall any recent programs.
6. Reset or Update BIOS
- Check your PC or motherboard manufacturer’s website for BIOS updates.
- If you're experienced, you can also reset BIOS settings to default (enter BIOS via F2, F10, Del, or as specified by your system during boot).
7. Perform a Clean Boot
Isolate third-party services that might be interfering:
- Press Win + R, type msconfig, and press Enter.
- Under Services, check Hide all Microsoft services, then click Disable all.
- Under Startup, click Open Task Manager and disable all items.
- Restart your computer.