How to transfer drivers from old Windows PC to new

Reinstalling all drivers onto a new Windows PC is not as complicated as you think. Let's learn with Download.vn  how to transfer drivers from old to new computer .

How to transfer drivers from old Windows PC to new

In a world of constant device upgrades and updates, sometimes, within a short period of time, a device loses support from the manufacturer. Luckily, you have a way to copy existing drivers from your old PC to your new one, as long as both devices use the same operating system.

How to create and save driver list

Before you start creating a backup of your old drivers to your new PC, you should make a list of necessary drivers. Having the driver name and information about its location will help you find the correct driver to install later.

The easiest way to see all the devices and drivers installed on a Windows computer is to use the System Information tool available on the system.

1. You can open the application by searching for msinfo32 in the Windows search bar and selecting System Information from the results. You can also open the Run dialog box and enter msinfo32.exe > click OK .

How to transfer drivers from old Windows PC to new

2. When this application opens, it will display a list of all the hardware and devices installed on the computer. Selecting the device will display its information, including the full path to the driver file.

3. You can save this information to a text file using File > Export > Save . You can repeat this process for every device that needs to transfer drivers.

Another option is to use commands in the Command Prompt tool to display and export a list of driver files. You can use a number of commands to display drivers, but the most convenient are:

driverquery /FO list /v

Displays a list of drivers with information about a drive. If you want to save the list as a text file, you can do so by adding the following string to the command:

driverquery /FO list /v > C:\Users\USERNAME\Desktop\listofdrivers.txt

Change USERNAME with your username. When this command runs, a text file named “listofdrivers” will be saved to the desktop. You can use another text file name if you don't want to use "listofdrivers."

There is no method to save the actual driver file, only detailed information about the drive. Creating a list of drivers you need is not a necessary step, but it will make finding the correct driver easier later.

If you don't see the driver you want in this list, you should check for a driver that is damaged or needs repair.

Export drivers to backup folder

When installing drivers on your computer, you first need to add them to the DriverStore secure folder. Then, the system can use them where needed. This is called staging. It allows Windows to keep track of any installed drivers and updates for those drives.

Create a copy of the DriverStore folder on the old computer or a backup of the necessary drivers and have them ready to be transferred to the new PC when needed. You can make a copy of the driver, but it's usually easier and faster to just make a copy of the entire folder.

You can use either Commnad Prompt or Powershell to create a copy of the DriverStore folder on your old computer. Here's how to do this in Command Prompt:

1. Create a folder on the desktop named driverstorebackup or similar. This is where you will copy the driver file.

2. Open Command Prompt and enter the following command (replace USERNAME with your username):

dism /online /export-driver /destination:C:\Users\USERNAME\Desktop\driverstorebackup

3. You may have to wait a while to copy all drivers to the backup folder. Once this process is complete, you can copy that backup folder to the flash drive, then transfer it to your new PC.

How to transfer drivers from old Windows PC to new

Install old drivers on new PC

In most cases, you can install old drivers onto your new computer via File Explorer. Open the backup folder you copied, navigate to the driver you want to install and right-click on the INF file. Select Install from this menu. If you are using Win 11, you need to click Show More Options > Install .

How to transfer drivers from old Windows PC to new

You can also try installing the driver using Device Manager . Right-click on the device and select Update Driver . Then, follow the instructions to manually install a driver, navigating to the correct drive in your backup folder when prompted.

Above is how to transfer drivers from old Windows PC to new . Hope the article is useful to you.

Sign up and earn $1000 a day ⋙

Leave a Comment

Instructions to fix Access Denied error when accessing files or folders on Windows

Instructions to fix Access Denied error when accessing files or folders on Windows

While having trouble accessing files and folders can be frustrating, don't panic—with a few simple tweaks, you can regain access to your system.

How to check if USB Boot has been created successfully?

How to check if USB Boot has been created successfully?

After creating a USB boot to install Windows, users should check the USB boot's performance to see if it was created successfully or not.

4 Types of Windows Data That Are Growing in Size: How to Control Them?

4 Types of Windows Data That Are Growing in Size: How to Control Them?

Although Windows Storage Sense efficiently deletes temporary files, some types of data are permanent and continue to accumulate.

How to turn off background apps in Windows 11, reduce RAM consumption on Win 11

How to turn off background apps in Windows 11, reduce RAM consumption on Win 11

You can turn off Windows 11 background apps to optimize performance, save battery and reduce RAM consumption.

Instructions to fix the error “Network path was not found” in Windows

Instructions to fix the error “Network path was not found” in Windows

When a computer, mobile device, or printer tries to connect to a Microsoft Windows computer over a network, for example, the error message network path was not found — Error 0x80070035 may appear.

How to block Internet connection of Windows 10 software and applications

How to block Internet connection of Windows 10 software and applications

We can block Internet access for any application or software on the computer, while other programs can still access the network. The following article will guide readers on how to disable Internet access for software and applications on Windows.

How to Stay Safe on Windows 10 Until 2030

How to Stay Safe on Windows 10 Until 2030

Instead of paying $30 for a year of security updates, keep Windows 10 safe until 2030 with this simple solution.

Windows Startup Tips That Will Save You From Dangerous Malware

Windows Startup Tips That Will Save You From Dangerous Malware

When it comes to Windows, it’s always helpful to know a few tricks for when your computer starts to crash. Many people have recently encountered a similar situation, and have restarted their computers with this super simple trick.

Using CMD to Delete Large Folders on Windows

Using CMD to Delete Large Folders on Windows

Large folders on the system are one of the culprits that eat up a lot of system space. Many folders that you create, after deleting them, will come back after a while. Maybe those are junk folders that you try to remove them.

11 Ways to Open Recycle Bin on Windows

11 Ways to Open Recycle Bin on Windows

This guide will help you answer the question Where is the Recycle Bin in Windows 10? and let you choose the most comfortable way to reach the Windows 10 Recycle Bin location:

How to reset Windows Security settings on Windows

How to reset Windows Security settings on Windows

On Windows, sometimes you also need to reset Windows Security settings to default to fix some connection errors, stop working or simply want to return to the original state...

Heres how to check if your IP address is static or dynamic

Heres how to check if your IP address is static or dynamic

To check if the IP address you are using is a dynamic IP address or a static IP address, you can refer to the article below by WebTech360.

Instructions to block automatic driver installation on Windows 11

Instructions to block automatic driver installation on Windows 11

Windows 11 can download drivers for your computer without user intervention, but you don't always want to install drivers automatically to avoid unwanted problems.

How to Run and Stop Clean Boot on Windows 11

How to Run and Stop Clean Boot on Windows 11

Clean Boot is a troubleshooting technique used to start Windows with a basic, essential set of drivers and startup programs.

How to clone Windows hard drive without third party software

How to clone Windows hard drive without third party software

The cloning process involves moving data from one storage device to another (in this case, a hard drive) with an exact copy copied from the destination drive.