Bottom Line: You can safely clean up FileRepository by deleting old, outdated driver versions using built-in Windows commands (pnputil) or a GUI tool like Driver Store Explorer (RAPR). Never delete the folder manually in File Explorer.
What is the DriverStore FileRepository Folder?
Located at C:\Windows\System32\DriverStore\FileRepository, this folder serves as the central staging area for all device drivers (graphics cards, audio devices, Wi-Fi adapters, printers) ever installed on your PC.
Every time Windows Update or GPU installers (like NVIDIA or AMD) update a driver, Windows saves the new driver files into FileRepository without deleting the older versions. Over months and years of hardware driver updates, obsolete copies accumulate, easily taking up 10 GB to 30 GB of valuable SSD storage.
Can You Delete FileRepository?
⚠️ Use Caution — Do NOT manually delete the folder directly!
- If you right-click delete
FileRepository: You will break your PC’s hardware functionality. Active devices will lose their drivers, resulting in graphics glitches, sound failure, or network disconnects. - If you delete ONLY old, non-active drivers: It is 100% safe. Windows only needs the current active driver version for each hardware component.
How to Safely Clean Up FileRepository
Method 1: Using Driver Store Explorer / RAPR (Easiest GUI Tool)
Driver Store Explorer (RAPR) is an open-source, trusted tool for managing Windows drivers.
- Download Driver Store Explorer from GitHub.
- Unzip and run
Rapr.exeas Administrator. - Click Select Old Drivers. The tool will automatically highlight all non-active, superseded driver packages.
- Click Delete Driver(s) (or tick Force Deletion if an old package resists).
- You will instantly reclaim 5 GB to 20 GB of disk space.
Method 2: Using Built-in Windows Command (pnputil)
If you prefer using built-in command prompt utilities:
- Open Start, search for
cmd, right-click Command Prompt, and select Run as administrator. - To view installed driver packages, run:
pnputil /enum-drivers - To delete a specific old published driver (replace
oemXX.infwith your old driver name):pnputil /delete-driver oem12.inf /uninstall /force
What Happens After You Clean It?
- Your active graphics card, audio, and network devices continue to function normally.
- Old driver backups are removed, freeing up gigabytes of drive space.
- Future driver updates will continue to work without issue.
Related Guides
- Learn about deleting [Windows Installer-folder)-folder)-folder)-folder)-folder)-folder)-folder)-folder)-folder)-folder)-folder)-folder)-folder)-folder)-folder)-folder)-folder)-folder)-folder)-folder)-folder)-folder)-folder)-folder)-folder)-folder) files].
- Understand the WinSxS Component Store.
- Check if you can clear SoftwareDistribution Folder.
Discussion
Loading authentication...