1. Run Windows Activation Troubleshooter
- Go to Settings - Update & Security - Activation.
- Click Troubleshoot to automatically detect and fix licensing inconsistencies.
- Reboot your system after the repair.
2. Uninstall Suspicious or Conflicting Software
- Boot into Safe Mode (press F8 or Shift + F8 during startup).
- Uninstall any recently added antivirus, system optimizer, or activation-related tools.
- Reboot normally and check if the BSOD persists.
3. Update or Roll Back Device Drivers
- Open Device Manager - Right-click a device - Update driver.
- Install the latest stable drivers from the manufacturer’s website.
- If the problem began after a recent update, choose Roll Back Driver to restore stability.
4. Repair Corrupted System Files
- Run the following commands in Command Prompt (Admin):
sfc /scannow
DISM /Online /Cleanup-Image /RestoreHealth
- Allow both scans to complete.
- Restart the PC to restore corrupted or missing licensing-related files.
5. Reset BIOS/UEFI to Default
- Reboot and press DEL, F2, or ESC to enter BIOS/UEFI.
- Choose Load Optimized Defaults or Reset to Default Settings.
- Save and restart your system.
This ensures that firmware-related licensing validation errors are cleared.
6. Check Disk and File System Health
- Run the following command in Command Prompt (Admin):
chkdsk C: /f /r /x
- Reboot and let the scan finish.
- Fixes file system corruption that might disrupt license or registry data.
7. Revalidate Windows Activation
- Open Command Prompt (Admin) and execute:
slmgr /ato
- This revalidates your activation token with Microsoft’s servers.
- If unsuccessful, try re-entering your product key using:
slmgr /ipk <your-product-key>
8. Perform a Clean Boot
- Press Windows + R, type msconfig, and hit Enter.
- Under Services, check Hide all Microsoft services, then click Disable all.
- Go to Startup - Open Task Manager - Disable all startup items.
- Reboot and test system stability.
9. Install the Latest Windows Updates and Firmware
- Open Settings - Update & Security - Windows Update.
- Install all available updates and optional driver updates.
- Update the motherboard BIOS or firmware from the manufacturer’s site.
10. Perform an In-Place Upgrade or Clean Installation
If none of the above methods resolve the issue:
- Download the Windows Installation Media Tool.
- Choose Upgrade this PC now to repair Windows while keeping your files.
- If BSODs persist, back up data and perform a clean installation to reset all license and kernel configurations.
The 0x0000009B (SYSTEM_LICENSE_VIOLATION) BSOD generally occurs due to invalid activation data, corrupted licensing files, or incompatible drivers.
To fix it:
- Run the Activation Troubleshooter and SFC/DISM scans.
- Revalidate your Windows license and check for disk corruption.
- Reset BIOS/UEFI and remove any conflicting software.
- Apply all Windows updates and firmware patches.
If the problem persists:
- Perform an in-place upgrade or clean installation for complete system recovery.
By addressing licensing inconsistencies, repairing corrupted files, and maintaining verified drivers, you can effectively eliminate the 0x0000009B BSOD and ensure long-term system stability.