Windows includes a little-known debugging feature called Crash on Ctrl + Scroll Lock, which allows you to manually trigger a Blue Screen of Death (BSOD) using a specific keyboard shortcut. When this feature is enabled, pressing Ctrl and then Scroll Lock twice causes Windows to intentionally crash and create a memory dump. This feature is primarily designed for developers, IT administrators, and technical support professionals who need to collect diagnostic information when troubleshooting complex system issues.
By default, this functionality is disabled to prevent accidental system crashes. If you need to generate a memory dump for debugging purposes, you can enable it by modifying the Windows Registry. Since this feature intentionally crashes your computer, you should only use it on systems where you understand the consequences and have saved all important work.
In this guide, you’ll learn how to enable, test, and disable the Crash on Ctrl + Scroll Lock feature in Windows 11 and Windows 10.
What Is Crash on Ctrl + Scroll Lock?
Crash on Ctrl + Scroll Lock is a Windows debugging feature that lets you manually trigger a system crash using your keyboard.
When enabled:
- Windows immediately displays a Blue Screen of Death (BSOD).
- A memory dump file is generated if dump creation is configured.
- The system restarts automatically (unless configured otherwise).
- The dump file can be analyzed using debugging tools.
This feature is mainly intended for debugging and troubleshooting, not everyday use.
Before You Begin
Before enabling this feature:
- Save all open documents.
- Close important applications.
- Create a system restore point if desired.
- Ensure your PC is configured to generate memory dumps.
- Be aware that triggering the shortcut will immediately stop Windows and may result in unsaved data being lost.
Method 1: Determine Your Keyboard Type
Windows uses different registry settings depending on whether you’re using a USB keyboard or a PS/2 keyboard.
Most modern computers use USB keyboards, including built-in laptop keyboards.
If you’re unsure, check Device Manager under Keyboards to identify the hardware.
Method 2: Enable Crash on Ctrl + Scroll Lock for 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.
- Right-click in the right pane and select New > DWORD (32-bit) Value.
- Name the value:
CrashOnCtrlScroll
- Double-click it.
- Set its value to:
1
- Click OK.
Method 3: Enable Crash on Ctrl + Scroll Lock for PS/2 Keyboards
If you’re using a PS/2 keyboard, navigate to:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\i8042prt\Parameters
Create the following DWORD value if it doesn’t already exist:
CrashOnCtrlScroll
Set its value to:
1
Click OK.
Method 4: Restart the Computer
Registry changes do not take effect until Windows reloads the keyboard driver.
Restart your PC after enabling the registry value.
Method 5: Trigger the Manual Crash
After restarting:
- Save any open work.
- Press and hold the Right Ctrl key.
- Press the Scroll Lock key twice.
If the feature is enabled correctly, Windows immediately displays a Blue Screen of Death and writes a memory dump according to your system’s crash dump settings.
Note: Many compact laptops do not have a dedicated Scroll Lock key. In that case, an external keyboard with a Scroll Lock key may be required.
Method 6: Verify Memory Dump Settings
To ensure Windows creates a dump file:
- Press Windows + S.
- Search for Advanced system settings.
- Open View advanced system settings.
- Under Startup and Recovery, click Settings.
- Verify that Write debugging information is set to one of the following:
- Small memory dump
- Kernel memory dump
- Automatic memory dump
- Complete memory dump (requires sufficient disk space)
Click OK to save any changes.
Method 7: Locate the Memory Dump
After the crash, Windows typically stores the dump file in one of these locations:
Complete or kernel memory dump:
C:\Windows\MEMORY.DMP
Small memory dumps:
C:\Windows\Minidump
These files can be analyzed using Windows debugging tools.
Method 8: Disable Crash on Ctrl + Scroll Lock
If you no longer need the feature:
- Open Registry Editor.
- Navigate to the same registry key used earlier.
- Locate:
CrashOnCtrlScroll
- Either:
- Set its value to 0, or
- Delete the value entirely.
- Restart your computer.
The keyboard shortcut will no longer trigger a manual system crash.
Common Problems and Solutions
The Keyboard Shortcut Doesn’t Work
Verify that 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 with Scroll Lock pressed twice.
No Memory Dump Is Created
Check your Startup and Recovery settings to ensure memory dumps are enabled and confirm that there is enough free disk space.
My Laptop Doesn’t Have a Scroll Lock Key
Some laptops require an Fn key combination to access Scroll Lock, while others don’t include it at all. If necessary, connect an external USB keyboard that has a dedicated Scroll Lock key.
Windows Restarts Too Quickly
Disable Automatically restart in the Startup and Recovery settings if you want to read the BSOD before the system reboots.
When Should You Use This Feature?
The Crash on Ctrl + Scroll Lock feature is useful for:
- Collecting crash dumps for debugging.
- Diagnosing system hangs that still respond to keyboard input.
- Working with Microsoft Support or software vendors.
- Testing crash recovery procedures.
- Driver development and kernel debugging.
It should not be enabled on computers used for everyday work unless there is a specific troubleshooting need.
Conclusion
The Crash on Ctrl + Scroll Lock feature in Windows 11 and Windows 10 provides a convenient way to manually trigger a Blue Screen of Death and generate a memory dump for troubleshooting. Although it is intended primarily for developers, IT professionals, and advanced users, enabling it is relatively simple through the Windows Registry.
Before using this feature, ensure your system is configured to create memory dumps and save any important work, as triggering the shortcut causes an immediate system crash. Once you’ve finished troubleshooting, it’s a good idea to disable the feature to prevent accidental activation.
Frequently Asked Questions
1. What is Crash on Ctrl + Scroll Lock used for?
It is a debugging feature that intentionally crashes Windows to generate a memory dump for troubleshooting system or driver issues.
2. Will enabling this feature harm my computer?
No. Enabling the feature does not damage your hardware, but triggering it will immediately stop Windows and any unsaved work will be lost.
3. Does this work on all keyboards?
The feature works only if your keyboard supports the required key combination. Many laptops without a dedicated Scroll Lock key may require an external keyboard.
4. How do I turn the feature off?
Set the CrashOnCtrlScroll registry value to 0 or delete it from the appropriate registry key, then restart your computer.


