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 that verifies hardware drivers are digitally signed by Microsoft or the hardware manufacturer to prevent malicious software from running.
This is crucial because many older or custom hardware drivers lack this digital signature, and Windows 11, by default, prevents their installation to protect your system.
If you need to install a driver that Windows 11 flags as unsigned, such as for specific legacy hardware or during certain development tasks, you’ll need to temporarily disable this enforcement. Our guide walks you through the exact steps for Windows 11, often requiring access to the Advanced startup options.
What is Driver Signature Enforcement?
Windows 11 has a built-in security feature called driver signature enforcement. What does this mean? It means Windows only allows drivers (software that helps your computer work with hardware) that Microsoft has checked and approved. This keeps your PC safe from bad or harmful drivers.
But sometimes you might need older drivers or special drivers. These drivers might not be signed by Microsoft. When this happens, Windows won’t let you install them. You have to temporarily turn off driver signature enforcement to install them.
Important Note
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
Follow these simple steps to disable driver signature enforcement:
- bitlocker-for-your-windows-11-operating-system-drive/" class="sal-link" rel="noopener" target="_blank" data-sal-id="8610">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 normally. 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. This time don’t press 7 or F7. Instead, 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:
- 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.
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!