Skip to content
Follow
Windows

How to Disable Driver Signature Enforcement in Windows 11

Richard
Written by
Richard
Feb 15, 2026 Updated Jul 12, 2026 2 min read
How to Disable Driver Signature Enforcement in Windows 11
How to Disable Driver Signature Enforcement in Windows 11

If you’ve ever tried to install a device driver on Windows 11 and got stopped because the driver isn’t “signed,” this guide is for you. We’ll explain what driver signature enforcement is and how you can turn it off if you need to install drivers that are not signed by Microsoft.

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

Windows 11 has a security feature called driver signature enforcement. This means Windows only allows drivers (software that helps your computer talk to hardware) that have been checked and approved by Microsoft to be installed. This helps keep your PC safe from harmful or bad drivers.

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

Follow these simple steps to disable driver signature enforcement:

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

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

If you prefer using commands, here’s another way:

  1. Make sure BitLocker is off and Secure Boot is disabled (see links above).
  2. Switch to the Command Prompt tab inside Windows Terminal.
  3. To disable driver signature enforcement, type this command and press Enter:
    💻Code
    bcdedit /set nointegritychecks off
  4. To enable driver signature enforcement again, type this command and press Enter:
    💻Code
    bcdedit /set nointegritychecks on
  5. 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.


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 *