How to Backup Windows Drivers Without Additional Software

IT Consultancy

IT Consultancy Get expert guidance to leverage technology for your business growth. We help you identify the right IT solutions, optimize infrastructure, and ensure your digital environment is secure,…

Digital Marketing

Digital Marketing Grow your brand and reach the right audience with data-driven marketing strategies. We help you create campaigns that convert, manage social channels effectively, and optimize your d…

Privacy Policy

Privacy Policy At CometSoul, accessible from https://cometsoul.com, one of our main priorities is the privacy of our visitors. This Privacy Policy document contains types of information that is collec…

Terms and Conditions

Welcome to CometSoul! These terms and conditions outline the rules and regulations for the use of CometSoul’s Website, located at https://cometsoul.com. By accessing this website we assume you a…

Disclaimer

If you require any more information or have any questions about our site’s disclaimer, please feel free to contact us. Disclaimers for CometSoul All the information on this website – https…

Tutorial

Wifi Managed Service

Managed Wi-Fi Service

Managed Wi-Fi Service Build a fast, stable, and secure Wi-Fi for your business at Zero depreciation cost. Enterprise-Grade Guest Wi-Fi With $0 Upfront Hardware Costs. We provide, install, and support …

System Integrator

Smart Business System Integrator

Smart Business System Integrator Simplify your daily operations with smart systems that automate bookings, schedules, and routine tasks so you can focus on growing your business. We set up and integra…

Computer Managed Service

IT Procurement & Hardware Managed Service

IT Procurement & Hardware Managed Service Keep your technology running smoothly from the hardware you use every day to the systems that power your business. We provide end-to-end IT management so …

Before reinstalling Windows, it’s a good idea to back up your drivers first. Driver backups help save device drivers such as Wi-Fi, LAN, audio, chipset, printer, and graphics card drivers so they can be reused after the installation is complete.

On Windows 10 and Windows 11, driver backup can be done without additional applications using the DISM command .

How to Backup Drivers Using DISM

1. Create a Storage Folder

Create a folder to store the drivers, for example:

C:\BackupDriver

The computer I’m using happens to only have drive C, so it’s best to use a different drive C:to prevent the backup folder from being deleted when Windows is reinstalled.
If the export process uses drive C, it’s best to back it up to another location, such as a USB drive or other more secure storage.

2. Open Command Prompt as Administrator

  1. Click the Start menu .
  2. Type cmd.
  3. Right click Command Prompt .
  4. Select Run as administrator .

3. Run the Backup Driver Command

Enter the following command:

DISM /Online /Export-Driver /Destination:"C:\BackupDriver"

Then press Enter .

Windows will export the installed drivers to the C folder :\BackupDriver. Wait for the process to complete and for a message to appear stating that the operation was successful.


How to Reinstall Drivers

Once Windows has finished reinstalling, the drivers can be reinstalled via Device Manager.

  1. Right-click the Start button .
  2. Select Device Manager .
  3. Right-click the device whose driver is not installed.
  4. Select Update driver .
  5. Click Browse my computer for drivers .
  6. Select the driver backup folder.
  7. Check Include subfolders .
  8. Click Next .

Windows will search for and install the appropriate driver from the backup folder.

Things to Note

The DISM command only backs up installed third-party drivers. Windows default drivers are not backed up because they are usually already available in the operating system.

Driver backups should also be used on the same computer or laptop. Drivers from other devices may not be compatible.

Additionally, driver backups do not always save additional applications from the laptop manufacturer, such as battery management applications, function keys, audio, or device controls.


Conclusion

Driver backup in Windows can be done without additional software using the DISM command:

DISM /Online /Export-Driver /Destination:"D:\BackupDriver"

This method is suitable to be done before reinstalling Windows so that important drivers, especially Wi-Fi and LAN, can be reinstalled without having to download them from the internet.