How to Install and Back up Drivers Manually on Windows 11

User Author

Achilles.H

June 27, 2023

How to Install and Back up Drivers Manually on Windows 11

If you do a clean install of Windows, you will need to install drivers for every device on your system. Before doing a clean install, it would be a good idea to back up your drivers so that you can easily restore them if you need them afterward. This tutorial will show you how to install and back up drivers on Windows 11.

Part 1: Why Install and Back Up Drivers?

Drivers are software components that enable communication between the operating system and hardware devices. Installing and backing up drivers ensures that your hardware functions properly and is compatible with your operating system.

Outdated or incompatible drivers can lead to performance issues, system crashes, or other stability problems. Installing and backing up the latest drivers can improve the performance and stability of your hardware devices.

By installing and backing up drivers, you ensure that your hardware devices are functioning optimally, secure, and compatible with your operating system. It also provides a safety net in case you need to reinstall or troubleshoot your system.

Part 2: How to Install and Back Up Drivers?

You can determine which drivers are missing or outdated on your computer by checking the Device Manager in Windows or by using the Driver Update tool. Remember to ensure that the correct drivers are downloaded for your system. The following will show you two ways to install and back up drivers:

Way 1:Install and Back Up Drivers by pnputil Command

The pnputil command is a built-in utility in Windows that allows you to manage device drivers. It can be useful for installing and backing up drivers on Windows 11.

Step 1: Click Search on the taskbar to open the panel, then type “cmd” in the search box to search Command Prompt and click Run as administrator.

open command

Click Yes to allow the program to make changes to your device.

click yes

Step 2: The Command Prompt window will open. Type the command: “md E:\DriverBackup” and press Enter to create a new Driver Backup. Then type the command: “pnputil /export-driver * E:\DriverBackup” and press Enter to back up drivers in the Driver Backup folder.

md pnputil

Back up drivers successfully.

oem4 inf

Step 3: Type the command: “pnputil /add-driver E:\DriverBackup\*.inf /subdirs /install” and press Enter to install drivers in the Driver Backup.

pnputil install

Step 4: Complete to install drivers.

install successful

Way 2: Install and Back Up Drivers by DISM Command

The DISM command is useful for updating drivers in existing installations. Follow these steps to open the Command Prompt as administrator and enter the appropriate DISM command to install and back up drivers.

Step 1: Click Search, type “cmd” in the search box, then click Run as administrator to open Command Prompt.

open command

Step 2: On the Command Prompt window. Type the command: “md C:\drivers” and press Enter. Then type the command: “dism /online /export-driver /destination:C:\drivers” and press Enter. Export all driver packages.

mdc dism

Step 3: Open Advanced Startup to enter the WinRE system.
Click Settings on the Start panenl.

open settings

In the Settings window, click Recovery under the System section. Then find Advanced startup and click Restart now on the right.

restart now

Once you have rebooted, the Choose an option window will open. Click on Troubleshoot.

open troubleshoot

And click on the Advanced option.

advanced options

Then click to open Command Prompt.

click command prompt

Step 4: On the Command Prompt window, type the command: “diskpart” and press Enter to open the diskpart disk manager. Then type the command: “list volume” and press Enter to list all volumes on the disk.

diskpart list volume

Check that the system disk is the C drive.

list volume windows

Step 5: Type the command: “exit” and press Enter to exit diskpart Disk Manager. Then type the command: “dir C:\” and press Enter.

exit-dirc

Check the existence of the “drivers” folder under the C drive.

drivers in c

Step 6: Type the command: “dism /image:C:\ /add-driver /driver:C:\drivers /recurse” and press Enter to install driver packages. Then close the CMD window.

install complete close

Step 7: Click Continue to return to Windows 11.

click continue