Skip to content
Follow
Windows

How to Disable Driver Signature Enforcement in Windows 11

Richard
Written by
Richard
Feb 15, 2026 Updated Jul 10, 2026 4 min read
How to Disable Driver Signature Enforcement in Windows 11
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.

⚡ Quick Answer

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

⚠️Warning
Disabling driver signature enforcement can make your computer less secure. Only turn it off if you trust the driver you want to install.

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.

  1. 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.
  2. Restart Windows into Advanced Startup Mode. Click Start > Settings > System > Recovery. Under Recovery options, click the Restart now button next to Advanced startup.
Windows 11 Advanced Startup Troubleshoot
windows 11 advanced startup boot troubleshoot

  1. When Windows restarts, select Troubleshoot.
Windows 11 Advanced Options
windows 11 advanced startup boot advanced options

  1. Click Advanced options.
  2. Select Startup Settings.
Windows 11 Startup Settings
Windows advanced options startup settings

  1. Click Restart.
Windows Startup Settings Menu
Windows startup settings menu

  1. After your PC restarts, press 7 or F7 on your keyboard. This will disable driver signature enforcement.
Disable Driver Signature Enforcement Option
Windows disable signature enforcement option

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.

  1. Make sure BitLocker is off and Secure Boot is disabled (see links above).
  2. FLAG: Admin privileges required. Open Windows Terminal as an Administrator. You can read how to open Windows Terminal as admin here.
  3. Switch to the Command Prompt tab inside Windows Terminal.
  4. To disable driver signature enforcement, type this command and press Enter:

    bcdedit /set nointegritychecks off
  5. To enable driver signature enforcement again, type this command and press Enter:

    bcdedit /set nointegritychecks on
  6. 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?

Tags: #Windows 11
Was this helpful?
Richard

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.

📚 Related Tutorials

How to Disable Command Prompt in Windows 11
Windows How to Disable Command Prompt in Windows 11
How to Turn On BitLocker for Your Windows 11 Operating System Drive
Windows How to Turn On BitLocker for Your Windows 11 Operating System Drive
How to Open Windows Terminal as Admin Automatically
Windows How to Open Windows Terminal as Admin Automatically
How to Open Command Prompt at Boot in Windows 11
Windows How to Open Command Prompt at Boot in Windows 11

No comments yet — be the first to share your thoughts!

Leave a Comment

Your email address will not be published. Required fields are marked *