Why is my new, clean install of windows 130+ gigabytes of storage?

Ethan 0 Reputation points
2025-06-28T22:07:56.5766667+00:00

I have recently installed a new installation of windows 11 on a new drive and noticed it took over 100 gigabytes. Nothing aside from windows is installed. Attached below is where I found the excess storage. How do I fix/delete the bloatware? I also tried to clean install again but still ended up with the same result.image

Windows for home | Windows 11 | Apps
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. S.Sengupta 24,871 Reputation points MVP
    2025-07-01T02:31:20.77+00:00

    127.2 GB for the FileRepository folder is unusually large. This folder stores all driver packages that have been installed or staged on your system, including older versions that Windows retains for rollback purposes.

    Open Command Prompt as Admin and copy-paste the following commands:

    pnputil /enum-drivers > C:\drivers_list.txt

    notepad C:\drivers_list.txt

    Look for drivers with multiple versions or old dates.

    To delete a specific driver:

    pnputil /delete-driver X.inf /uninstall /force

    [Where X.inf is the old version]

    Repeat for all old or duplicate versions except those currently in use.

    After deleting drivers:

    Open Command Prompt as Admin and copy paste the following and hit the Enter key:

    Dism.exe /online /Cleanup-Image /StartComponentCleanup

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.