Also, its always a good idea to back up your device drivers before doing a clean installation of your Windows. If you have the backup, then you could easily restore any of these drivers on your system, when the need persists. Anyway, without wasting any time, let’s see How to Backup and Restore Device Drivers in Windows 10 with the help of the below-listed tutorial.
How to Backup and Restore Device Drivers in Windows 10
Make sure to create a restore point just in case something goes wrong.
How to Backup and Restore Device Drivers in Windows 10 Method 1: Backup All Device Drivers using Command Prompt Method 2: Backup All Device Drivers in Windows 10 using PowerShell Method 3: Restore Device Drivers from the Backup in Windows 10
Method 1: Backup All Device Drivers using Command Prompt
Open Command Prompt. The user can perform this step by searching for ‘cmd’ and then press Enter.
Type the following command into cmd and hit Enter: dism /online /export-driver /destination:”folder_location”
Note: Replace folder_location with the folder’s actual full path to export all the device drivers. For example dism /online /export-driver /destination:”E:\Drivers Backup” 3. Once the export is finished, close command prompt. 4. Now navigate to the above-specified folder location (E:\Drivers Backup), and you will see all of your device drivers backups.
Method 2: Backup All Device Drivers in Windows 10 using PowerShell
Type Powershell in Windows search then right-click on the PowerShell and select Run as administrator.
Now type the following in command and hit enter: Export-WindowsDriver -Online -Destination G:\backup
Note: G:\backup is the destination directory where all the drivers would be back up if you want some other location or have another driver letter to type in the changes in the above command and then hit Enter. 3. This command would let Powershell began exporting the drivers to the above location, which you specified and wait for the process to finish.
Method 3: Restore Device Drivers from the Backup in Windows 10
Press Windows Key + R then type devmgmt.msc and hit Enter.
Right-click on the device you want to restore the driver for then select Update driver.
On the next screen, select “Browse my computer for driver software“.
Click on “Browse” then navigate to the folder where you have the backup of the device drivers.
Make sure to checkmark “Include subfolder” then click on Next.
Device Manage will automatically search for the device driver from the above folder, and if it’s a newer version, it would be installed.
Once you’re finished restoring the device driver’s close everything. Recommended:
3 Ways to Change Drive Letter in Windows 10 How to Add Let’s Encrypt SSL to MaxCDN Custom Domain Fix Windows 10 Taskbar Not Hiding How to Remove or Hide Drive Letter in Windows 10
That’s it you have successfully learned How to Backup and Restore Device Drivers in Windows 10 but if you still have any questions regarding this tutorial then feel free to ask them in the comment’s section.