1. Type the following command and press Enter:

    DISM /online /export-driver /destination:C:\DriverBackup
    DISM backup drivers on Windows 10
    DISM backup drivers on Windows 10
    Quick note: Change the C:\DriverBackup with the path to the folder where you want to store the backup. If you’re planning to reinstall the operating system, it’s recommended to save the driver backup to an external storage.

Once you complete the steps, DISM will look and make a copy of all the drivers stored in C:\Windows\System32\DriverStore. It’s important to point out that this method will only make a backup of those .inf drivers. Other drivers installed using an .msi or .exe package won’t get backed up.

Restore device drivers on Windows 10

You should be able to restore drivers on the new installation of Windows 10 using this command: DISM /online /Add-Driver /Driver:D:\DriverBackup /Recurse. However, every time you try the command you’ll get an error: 50 “This command can only be used with an Offline image.”

However, after reinstalling Windows 10, it’s likely that you’ll only need to install a few drivers as the operating system will detect most of them automatically (even without checking for updates), as such you can install the remaining drivers using Device Manager.

To restore drivers manually on Windows 10, use these steps:

  1. Open Start.

  2. Search for Device Manager and click the top result to open the console.

  3. Expand the category with the device you want to install the driver. (If the device doesn’t have any driver installed, it’ll be highlighted as an unknown device.)

  4. Right-click the device and select the Update driver option.

    Device Manager update driver option
    Device Manager update driver option
  5. Click the Browse my computer for driver software option.

  6. Click the Browse button.

  7. Select the folder with the driver backup.

  8. Check the Include subfolders option.

  9. Click the Next button.

    Device Manager restore device driver
    Device Manager restore device driver
  10. Click the Close button.

After you complete the steps, the driver will install, and then you may need to repeat the same instructions to install any remaining device without a driver.

While the operating system can detect a number of device drivers, you’ll find this guide particularly useful when Windows 10 can’t detect your network adapter or older devices are no longer supported, but previous drivers still work.