A Blue Screen of Death (BSOD) is Windows’ error screen that appears when the operating system encounters a critical error from which it cannot safely recover. While most users try to avoid BSODs, there are situations where intentionally triggering one can be useful. For example, developers, IT administrators, and support engineers may need to generate a memory dump to troubleshoot driver issues, test crash recovery procedures, or collect diagnostic information.
Windows includes a built-in debugging feature called Crash on Ctrl + Scroll Lock, which lets you manually trigger a BSOD. Because forcing a crash immediately stops the operating system and may cause you to lose unsaved work, it should only be done for legitimate testing or troubleshooting on systems you own or manage.
This guide explains how to safely enable and use the feature in Windows 11.
Why Force a BSOD?
Some legitimate reasons include:
- Generate a memory dump for debugging.
- Test crash recovery procedures.
- Diagnose driver or kernel issues.
- Verify dump file creation.
- Troubleshoot system hangs with support engineers.
Do not use this feature simply to prank users or interrupt someone else’s computer.
Before You Begin
Before enabling the feature:
- Save all open files.
- Close important applications.
- Ensure memory dumps are enabled.
- Understand that triggering a BSOD will immediately restart your computer (depending on your settings).
Method 1: Enable Crash on Ctrl + Scroll Lock
Most modern Windows 11 PCs use USB keyboards.
- Press Windows + R.
- Type:
regedit
- Press Enter.
- Navigate to:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\kbdhid\Parameters
- If the Parameters key doesn’t exist, create it.
- Create a new DWORD (32-bit) Value named:
CrashOnCtrlScroll
- Set its value to:
1
- Click OK.
For older systems using a PS/2 keyboard, use this registry path instead:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\i8042prt\Parameters
Create the same CrashOnCtrlScroll DWORD and set it to 1.
Method 2: Restart Windows
Restart your computer so the keyboard driver reloads with the new setting.
Method 3: Trigger the BSOD
After restarting:
- Save any remaining work.
- Hold the Right Ctrl key.
- Press the Scroll Lock key twice.
If configured correctly, Windows immediately displays a Blue Screen of Death and writes a crash dump (if enabled).
Note: Many laptops don’t include a dedicated Scroll Lock key. You may need an external USB keyboard or a laptop-specific key combination.
Method 4: Configure Memory Dump Creation
To ensure Windows saves diagnostic information:
- Press Windows + S.
- Search for Advanced system settings.
- Open View advanced system settings.
- Under Startup and Recovery, click Settings.
- Under Write debugging information, choose one of the following:
- Automatic memory dump
- Kernel memory dump
- Small memory dump
- Complete memory dump (requires sufficient disk space)
Click OK to save the changes.
Method 5: Locate the Crash Dump
After the system restarts, Windows typically stores crash dump files in one of these locations:
Complete or kernel dump:
C:\Windows\MEMORY.DMP
Small memory dumps:
C:\Windows\Minidump
These files can be analyzed with Windows debugging tools to investigate the cause of a crash.
Method 6: Disable the Feature
When you’re finished testing:
- Open Registry Editor.
- Return to the same registry location.
- Locate:
CrashOnCtrlScroll
- Either:
- Change its value to 0, or
- Delete the value completely.
- Restart your PC.
The keyboard shortcut will no longer trigger a manual crash.
Common Problems and Solutions
The Shortcut Doesn’t Work
Ensure you created the registry value under the correct keyboard driver (kbdhid for USB or i8042prt for PS/2), restarted the computer, and used the Right Ctrl key followed by pressing Scroll Lock twice.
No Memory Dump Is Created
Verify that memory dump creation is enabled in Startup and Recovery settings and that there is enough free disk space.
My Laptop Doesn’t Have a Scroll Lock Key
Some laptops access Scroll Lock through an Fn key combination, while others omit it entirely. If needed, connect a USB keyboard with a dedicated Scroll Lock key.
The Computer Restarts Too Quickly
Disable Automatically restart in Startup and Recovery if you want the BSOD to remain visible until you manually restart the system.
Safety Tips
When using this feature:
- Only trigger a BSOD on computers you own or are authorized to manage.
- Save all work before testing.
- Avoid using it during critical tasks or on production systems unless necessary for troubleshooting.
- Disable the feature after you’ve completed your testing to prevent accidental crashes.
Conclusion
Windows 11 includes a built-in mechanism to intentionally trigger a Blue Screen of Death using the Crash on Ctrl + Scroll Lock feature. This capability is intended for developers, IT professionals, and advanced users who need to generate memory dumps or test system recovery behavior. After enabling the appropriate registry setting and restarting the computer, you can force a BSOD using the designated keyboard shortcut.
Because this feature intentionally crashes the operating system, it should only be used for legitimate diagnostic purposes and never on systems where unexpected downtime or data loss would be unacceptable.
Frequently Asked Questions
1. Is it safe to force a BSOD?
Yes, when used for legitimate testing or troubleshooting. However, any unsaved work will be lost when the system crashes.
2. Will forcing a BSOD damage my computer?
No. Triggering a BSOD through the built-in Windows debugging feature does not harm your hardware, but it intentionally stops the operating system.
3. Why would someone intentionally trigger a BSOD?
The most common reasons are to generate memory dumps for debugging, test recovery procedures, or assist with diagnosing system or driver problems.
4. How do I stop the keyboard shortcut from working?
Delete the CrashOnCtrlScroll registry value or set it to 0, then restart your computer.


