1. Update or Roll Back Drivers
- Press Win + X β Device Manager
- Locate recently updated or suspicious drivers
- Right-click β Update driver or Roll back driver
- Restart the system to check stability
2. Repair Corrupted System Files
- Boot into Windows Recovery Environment (WinRE)
- Open Command Prompt (Admin) and run:
sfc /scannow
DISM /Online /Cleanup-Image /RestoreHealth
- These commands repair system-level corruption impacting resource handling
3. Test and Stabilise RAM
- Press Win + R, type mdsched.exe, and hit Enter
- Choose Restart now and check for problems
- Replace or reseat RAM if errors are detected
4. Check for Malware or Rootkits
- Go to Windows Security β Virus & threat protection
- Run a Full Scan and an Offline Scan
- Use advanced anti-rootkit tools for deeper inspection
5. Uninstall Problematic Software
- Open Control Panel β Programs β Programs and Features
- Remove any software recently installed before the error began
- Reboot and observe performance
6. Perform a Clean Boot
- Press Win + R, type msconfig, and press Enter
- Under Services, check Hide all Microsoft services, then click Disable all
- In Startup, disable unnecessary applications via Task Manager
- Restart the system to isolate third-party conflicts
7. System Restore
- Go to Control Panel β Recovery β Open System Restore
- Choose a restore point created before the BSOD occurred
- Follow prompts to roll back the system
The 0x00000070 (RESOURCE_NOT_OWNED) BSOD indicates a critical system resource management failure, often caused by driver conflicts, memory corruption, or malware.
To fix the issue:
- Update or roll back drivers
- Run SFC, DISM, and memory diagnostics
- Perform malware scans and remove conflicting software
If the error persists, you may need to:
- Replace faulty hardware, especially RAM or storage devices
- Perform a clean Windows installation to restore system integrity
Prompt action ensures system stability, prevents repeated crashes, and safeguards data integrity.