[Fix]: Windows Requires a Digitally Signed Driver

What are Digitally Signed Drivers? Digitally Signed Drivers are signed drivers from it’s vendors that ensures driver integrity and checksum to make sure that the Driver file being installed isn’t modified in anyway other then what the Signing Authority has allowed or modified.

The error “Windows requires a digitally signed driver” occurs when Windows blocks the installation of a driver when it is without a digital signature.

Windows Requires a Digitally Signed Driver
Windows Requires a Digitally Signed Driver Error Fix

How to fix Windows requires a Digitally Signed Driver

Windows allows you to proceed with the installation by turning off the digital signature check – which isn’t recommended but needed sometimes when the Driver isn’t signed but it is an original driver. There are several fixes that we have gathered and tested that would fix this issue. This guide applies to fixing Digitally Signed Driver is Required Error on Windows 10, Windows 8 or Windows 7

Disable Driver Signing

Driver signing, like mentioned before, is enabled by default in Windows operating system as a way to make sure that malicious software disguised as drivers are not installed on your computer. It adds an extra layer of security for your computer. However, if this is causing errors and not letting you install third-party drivers, you can disable the driver signing using the steps below:

  1. Press Windows + R, type “gpedit.msc” in the dialogue box and press Enter.
  2. Once in the group policy editor, navigate to the following path:
User configuration > Administrative templates > System > Driver installation> Code signing for device drivers 
  1. Select the option Enabled and from the drop-down, select Ignore (under ‘When Windows detects a file without drivers’).

  1. Press OK to save changes and exit. Now check if the problem is solved.

Turning TESTSIGNING On

The TESTSIGNING determines whether Windows will install any test-signed kernel-mode code which is not digitally signed by relevant software companies. This is another safe guard which acts like a firewall to prevent any kernel-level drivers from being installed unless they are in the whitelist. If you really want to install the driver despite the safe measures by Windows, you can turn TESTSIGNING on.

  1. Press Windows + S, type “command prompt” in the dialogue box, right-click on the application and select “Run as administrator”.
  2. Once in the command prompt, execute the following command:
bcdedit /set testsigning on

  1. Now restart your computer properly. After restarting, log back in and try installing the driver.
  2. If you ever want to turn the test mode off, execute the following command:
bcdedit /set testsigning off

Permanently disabling driver signature enforcement

Another you can try if all the above methods fail is disabling the driver signature enforcement on your computer off permanently. You will have to manually turn the mechanism on again and there will be no safe guards for any drivers installed on your computer. Make sure you keep this method as a last resort.

  1. Press Windows + R, type “command prompt” in the dialogue box, right-click on the application and select “Run as administrator”.
  2. Once in the command prompt, execute the following command:
bcdedit.exe /set nointegritychecks on

Restart your computer completely and try installing the driver.

  1. If you ever want to turn the enforcement mechanism back on, execute the following command:
bcdedit.exe /set nointegritychecks off

Note: Usually all verified and genuine drivers are digitally signed. Make sure that you are completely positive of the driver before installing.

ABOUT THE AUTHOR

Kevin Arrows


Kevin Arrows is a highly experienced and knowledgeable technology specialist with over a decade of industry experience. He holds a Microsoft Certified Technology Specialist (MCTS) certification and has a deep passion for staying up-to-date on the latest tech developments. Kevin has written extensively on a wide range of tech-related topics, showcasing his expertise and knowledge in areas such as software development, cybersecurity, and cloud computing. His contributions to the tech field have been widely recognized and respected by his peers, and he is highly regarded for his ability to explain complex technical concepts in a clear and concise manner.