When to create an empty folder in SoftwareDistribution\Download

林宗昇 6,980 Reputation points
2026-06-14T10:19:24.6066667+00:00

Due to a Windows Update error (0x800705b4) that occurred the day before yesterday, I used the following method:

net stop wuauserv

net stop cryptSvc

net stop bits

net stop msiserver

Ren C:\Windows\SoftwareDistribution SoftwareDistribution.old

Ren C:\Windows\System32\catroot2 Catroot2.old

net start wuauserv

net start cryptSvc

net start bits

net start msiserver

The error code 0x800705b4 was resolved, but until yesterday morning, there were empty, randomly named numeric folders inside: C:\Windows\SoftwareDistribution\Download

After three days, the system remains stable with no abnormalities, but today those empty folders have disappeared without me doing anything.

When will empty randomly named folders be automatically created again inside: C:\Windows\SoftwareDistribution\Download? Are there specific conditions for this?

During a definition update, a folder named “install” appeared. After the process finished, it disappeared and no empty folder was created. Why did this happen?

Windows for home | Windows 11 | Windows update
0 comments No comments

Answer accepted by question author

DaveM121 899.6K Reputation points Independent Advisor
2026-06-14T10:55:27.4866667+00:00

You never need to worry about the folders created in that Downloads folder, Windows updates manages that process automatically, the update process will create/delete new folders in there when they are needed, usually while a new Windows update or security update is being downloaded.

Was this answer helpful?

2 people found this answer helpful.
0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

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