Share via

Intel driver updates keep installing

arejfour arejfour 0 Reputation points
2026-04-30T06:34:07.29+00:00

Within the last several days W11 update keeps showing several Intel Extension Updates that have already been installed several times. I used the wushohide tool to hide the persistent drivers. The tool did hide most of the Intel drivers, however, there is one persistent driver 3.4.1005 that the hide tool says it's fixed, but, still shows up in the W11 optional update screen. I tried several times and it still shows up. Any suggestions? Thanks

Windows for home | Windows 11 | Windows update
0 comments No comments

2 answers

Sort by: Most helpful
  1. Lychee-Ng 19,950 Reputation points Microsoft External Staff Moderator
    2026-04-30T13:25:53.6933333+00:00

    Hi arejfour arejfour,

    I understand how frustrating it is to see a driver update keeps coming back despite all efforts. This specific behavior often points to a catalog/detection issue, so here’s something you can try to attempt clear up this corruption

    1 - Clean Windows Update cache

    • Right-click Start > choose Windows PowerShell / Terminal (Admin)
    • Run these commands one by one (copy paste, and Enter after each)
      • net stop wuauserv
      • net stop bits
      • net stop cryptsvc
      • net stop msiserver
      • ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
      • ren C:\Windows\System32\catroot2 catroot2.old
      • net start wuauserv
      • net start bits
      • net start cryptsvc
      • net start msiserver
    • Restart the PC and check for updates again.

    2 - Install full OEM driver

    • Go to your PC manufacturer’s support site (Dell/HP/Lenovo/etc.)
    • Look for chipset drivers, and Intel Management Engine / Storage drivers.
    • Manually download and install > Restart PC > check Windows Update again

    3 - Reinstallation repair (keeping files and apps)

    • Open Settings > System > Recovery > Fix problems using Windows Update
    • Click Reinstall now > follow the onscreen instructions to reinstall Windows.

    Disclaimer: This reinstallation can fix update issues without removing your files or applications. However, we always recommend that if you have important data, you should back it up. 

    If even the third option doesn’t help, let me know and we will look for some other more advanced solutions!


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    Was this answer helpful?


  2. AI answer

    2026-04-30T06:34:19.85+00:00

    Intel extension drivers can legitimately appear to “reinstall” or remain offered repeatedly, even when they are already present, because of how Windows Update and OEM driver catalogs work.

    Key points and options:

    1. Extension drivers are subordinate components
      • Extension drivers are “sub drivers” that are installed or updated together with a base driver.
      • They appear in Device Manager and update history, but they are not directly managed in the same way as base drivers.
      • Because they depend on the base driver, Windows Update can continue to offer them as part of keeping the overall driver set consistent.
    2. Why they keep showing up
      • Windows Update can still list an extension driver in Optional updates even if the same version is already installed, especially when the OEM or Microsoft has republished or reclassified that driver.
      • Hiding a specific instance with wushowhide does not change how Windows Update evaluates applicability; if the catalog entry is effectively “new” (for example, republished with the same version), it can show again.
    3. Safety of allowing the driver
      • Extension drivers do not function on their own and are tied to the base driver.
      • It is safe to allow these Intel extension drivers to install when offered; after installation, they might still appear in history or optional updates, but that does not indicate a problem with the system.
    4. Practical options
      • Allow the Intel 3.4.1005 extension driver to install and then ignore its continued presence in Optional updates if the system is otherwise working correctly.
      • If the device is OEM‑managed (for example, from a major PC manufacturer), ensure the latest OEM support software or driver bundle is installed; this can align the local driver set with what Windows Update expects and sometimes stops repeated offers.

    If the system is functioning normally and only this Intel extension driver continues to appear, it can be safely left as is.


    References:

    AI-generated content may be incorrect. Read our transparency notes for more information.

    Was this answer helpful?

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.