Bottom Line: It is 100% safe to delete files inside DriverStore\Temp. Windows uses this folder to extract driver zip packages before committing them to the active FileRepository.
What is DriverStore\Temp?
Located at C:\Windows\System32\DriverStore\Temp, graphics card installers (NVIDIA, AMD, Intel) and Plug-and-Play driver installers extract temporary setup files here.
Can You Delete DriverStore\Temp?
✅ Yes, safe to delete.
- Do not touch
FileRepositorydirectly, butDriverStore\Tempis safe to clear.
How to Clear DriverStore Temp
del /f /q /s C:\Windows\System32\DriverStore\Temp\*
Discussion
Loading authentication...