Skip to content
Follow
Windows

How to Disable Driver Signature Enforcement in Windows 11

Richard
Written by
Richard
Feb 15, 2026 Updated Sep 15, 2026 3 min read
How to Disable Driver Signature Enforcement in Windows 11
How to Disable Driver Signature Enforcement in Windows 11

Driver signature enforcement in Windows 11 is a built-in security check that blocks any hardware driver lacking an official digital stamp from Microsoft. Turning off this feature lets you install older, custom, or test drivers that Windows normally rejects.

Advertisement

You can turn off this security rule through the Startup Settings menu by holding down the Shift key while you click Restart. Your computer reboots into a blue recovery screen where you choose Troubleshoot, go to Advanced options, and pick Startup Settings to complete the process.

⚡ 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.

Advertisement

What is Driver Signature Enforcement?

Driver signature enforcement is a built-in Windows 11 security feature that only allows device drivers approved and digitally signed by Microsoft to run on your PC. This requirement blocks untrusted code and potential malware, but you must disable driver signature enforcement temporarily if you need to install older hardware or custom drivers that lack an official Microsoft digital signature.

But sometimes, you might want to use older or special drivers that are not signed by Microsoft. In those cases, Windows won’t let you install them unless you temporarily turn off driver signature enforcement.

Important Note

  • Disabling driver signature enforcement can make your computer less secure.
  • Only disable it if you trust the driver you want to install.

How to Turn Off Driver Signature Enforcement in 🪟 Windows 11

To disable driver signature enforcement in Windows 11, you need to use the Advanced Startup menu before your PC boots up. This process lets you bypass Microsoft’s driver checks so you can install unsigned software, but you should only do this if you completely trust the driver you plan to add to your system.

  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

Advertisement
  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 to choose Disable driver signature enforcement.
Disable Driver Signature Enforcement Option
Windows disable signature enforcement option

Advertisement

Your PC will now start normally, but driver signature enforcement will be turned off. You can install unsigned drivers while this mode is active.

To turn driver signature enforcement back on: Just repeat the steps above and this time don't press 7 or F7. Instead, just let Windows boot normally, or simply restart your PC normally to re-enable the feature.

How to Enable or Disable Driver Signature Enforcement Using Command Prompt

You can disable driver signature enforcement using Command Prompt by running a specific boot configuration command with administrator rights. This method provides a quick alternative to the graphical startup menu if you feel comfortable using the command-line interface to manage your Windows 11 boot settings.

  1. Make sure BitLocker is off and Secure Boot is disabled (see links above).
  2. 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 by only allowing trusted drivers.
  • You can temporarily turn off this feature to install unsigned drivers if needed.
  • Use the Advanced Startup menu or Command Prompt to turn this feature on or off.
  • Always be careful and only install drivers from sources you trust.

Driver signature enforcement protects your system by blocking unsigned software, but you can turn it off using the Advanced Startup menu or Command Prompt when installing trusted custom drivers. Always remember to turn security features back on once you finish installing your drivers to keep your Windows 11 computer secure.

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.

Advertisement

📚 Related Tutorials

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 Disable Command Prompt in Windows 11
Windows How to Disable Command Prompt in Windows 11
How to Open Windows Terminal as Admin Automatically
Windows How to Open Windows Terminal as Admin Automatically
How to Open Windows Terminal as Admin Automatically
Windows How to Open Windows Terminal as Admin Automatically

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

Leave a Comment

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