How to Disable Driver Signature Enforcement in Windows 11
You disable driver signature enforcement in Windows 11 to install unsigned drivers that Windows normally blocks.
Driver signature enforcement is a security feature in Windows. It checks that hardware drivers are digitally signed (basically, approved) by Microsoft or the hardware maker. This stops malicious software from running.
Windows 11 blocks unsigned hardware drivers to protect systems. Many older or custom drivers lack a digital signature. Installing an unsigned driver, perhaps for old hardware or development, requires temporarily turning off driver signature enforcement. This guide details the exact steps for Windows 11, often needing access to Advanced startup options.
You can disable driver signature enforcement in Windows 11 by restarting into Advanced Startup, navigating to Startup Settings, and pressing 7 or F7. Alternatively, use the Command Prompt with the command bcdedit /set nointegritychecks off. This allows the installation of unsigned drivers.
What is Driver Signature Enforcement?
Driver signature enforcement is a Windows 11 security check that makes sure drivers are approved by Microsoft before you install them. This feature helps protect your PC from bad software. You might need to turn off driver signature enforcement if you have to install older or special drivers that don’t have this official approval.
Unsigned drivers, which lack Microsoft's approval, can prevent Windows installation. Users sometimes require these unsigned drivers for older hardware or specialized functions. Temporarily disabling Windows' driver signature enforcement allows the installation of these unsigned drivers.
Important Note
How to Turn Off Driver Signature Enforcement in 🪟 Windows 11
You can turn off driver signature enforcement in Windows 11 using the Advanced Startup options, but first, make sure BitLocker and Secure Boot are off. Then, you restart your PC in a special way to get to the Advanced Startup menu. From there, you can choose an option to disable driver signature enforcement, allowing you to install unsigned drivers.
- Turn off BitLocker and Secure Boot (if enabled). BitLocker is a security feature that encrypts your drive. Secure Boot helps protect your PC from malicious software during startup. You can read how to turn off BitLocker here and how to disable Secure Boot here.
- Restart Windows into Advanced Startup Mode. Click
Start > Settings > System > Recovery. Under Recovery options, click theRestart nowbutton next to Advanced startup.

- When Windows restarts, select
Troubleshoot.

- Click
Advanced options. - Select
Startup Settings.

- Click
Restart.

- After your PC restarts, press
7orF7on your keyboard. This will disable driver signature enforcement.

Your PC will now start up normally, with driver signature enforcement disabled. You can install unsigned drivers while this mode is active.
To Turn Driver Signature Enforcement Back On
To turn it back on, repeat the steps above. This time don’t press 7 or F7. Instead, let Windows boot normally. Or restart your PC normally to re-enable the feature.
How to Enable or Disable Driver Signature Enforcement Using Command Prompt
You can enable or disable driver signature enforcement using the Command Prompt in Windows 11, but first, ensure BitLocker is off and Secure Boot is disabled. Next, open the Windows Terminal as an administrator. This gives you the necessary permissions to run commands that will either turn on or turn off driver signature enforcement for your system.
- Make sure BitLocker is off and Secure Boot is disabled (see links above).
- FLAG: Admin privileges required. Open Windows Terminal as an Administrator. You can read how to open Windows Terminal as admin here.
- Switch to the Command Prompt tab inside Windows Terminal.
- To disable driver signature enforcement, type this command and press Enter:
bcdedit /set nointegritychecks off - To enable driver signature enforcement again, type this command and press Enter:
bcdedit /set nointegritychecks on - Restart your computer to apply the changes.
Summary
- Driver signature enforcement helps keep your Windows 11 PC safe. It only allows trusted drivers.
- You can temporarily turn off this feature to install unsigned drivers if you need to.
- Use the Advanced Startup menu or Command Prompt to turn this feature on or off.
- Always be careful. Only install drivers from sources you trust.
Driver signature enforcement is a key Windows 11 security feature that only allows trusted drivers to be installed, helping to protect your PC. You can temporarily turn off this feature using the Advanced Startup menu or Command Prompt if you need to install unsigned drivers. Always be cautious and only install drivers from sources you trust.
How do I disable driver signature enforcement test mode?
Choose Troubleshoot > Advanced options > Startup Settings and click the Restart button. When your computer restarts you’ll see a list of options. Press F7 on your keyboard to select Disable driver signature enforcement. Your computer will now restart and you’ll be able to install unsigned drivers.
What does driver signature enforcement do?
Windows driver signature enforcement is a highly effective security tool. It determines whether a driver is safe and can be installed or should be blocked because of security-related concerns.
Was this guide helpful?
About the Author
Richard
Tech Writer, IT Professional
Richard, a writer for Geek Rewind, is a tech enthusiast who loves breaking down complex IT topics into simple, easy-to-understand ideas. With years of hands-on experience in system administration and enterprise IT operations, he’s developed a knack for offering practical tips and solutions. Richard aims to make technology more accessible and actionable. He's deeply committed to the Geek Rewind community, always ready to answer questions and engage in discussions.
No comments yet — be the first to share your thoughts!