You go to install a Windows update and it stops. Sometimes it is a plain message about needing more space. Sometimes it is 0x80070070, which is the same thing wearing a hexadecimal costume. Either way, nothing proceeds until the drive has room.
This one is worth understanding rather than guessing at, because the amount of space Windows wants is considerably larger than most people expect — and the things actually worth deleting are not the things cleanup tools usually go after.
What the error means
0x80070070 is Windows' generic "disk full" code. It is not corruption, it is not a broken update, and reinstalling things will not help. Windows has worked out how much room it needs and found less than that available.
How much space Windows actually wants
More than you would guess, and it depends on the kind of update. Microsoft's own published figures:
- Quality updates — the routine monthly ones — typically want 2–3 GB or more.
- Feature updates — the larger periodic ones — typically want 6–11 GB or more.
- A full version upgrade wants at least 20 GB free on a 64-bit system (16 GB on 32-bit).
There is also a detail that catches people out. Windows needs extra room temporarily, so the update can be removed again if something goes wrong — that rollback option is normally kept for about ten days afterwards. So the peak requirement is higher than the size of the update itself.
Why you may have less free space than the drive says
Since Windows 10 version 1903, Windows sets aside a portion of the drive called reserved storage — starting at roughly 7 GB and varying over time — specifically so that updates have somewhere to go. It is on by default on new PCs and clean installations.
When it works you never notice it; the update quietly consumes the reserved space first. When you are seeing this error, that space is already spoken for.
What to delete, in order of what it is actually worth
Ordered by payoff, because the item at the top of most cleanup lists is close to the least useful one here.
- The previous Windows installation (
Windows.old) — often 20 GB or more. Comfortably the biggest single win, and it is sitting there after any recent feature update. Disk Cleanup → Clean up system files → "Previous Windows installation(s)". ⚠ Once it is gone you can no longer roll back to the older Windows version, so only do this if the current one is behaving. - Windows Update Cleanup and Delivery Optimization Files — frequently several GB. Same place, same screen. These are leftovers from previous updates and update-sharing caches; both are safe to remove.
- The Recycle Bin. Obvious, routinely forgotten, occasionally many gigabytes.
- Your Downloads folder. Mostly installers for software you already installed.
- Games and video you have finished with. Unglamorous, and on most home PCs this is where the real space is.
- The hibernation file, if — and only if — you do not use hibernate or fast startup. It is roughly a proportion of your installed RAM, so on a 16 GB machine it is not small.
- Temporary files and browser caches. Genuinely worth clearing, and genuinely small: tens to hundreds of megabytes, not gigabytes.
Windows.old, update leftovers, games or video. Anyone advertising "40 GB of junk files" is counting things they cannot delete.Microsoft's own escape hatch: use a USB drive
If you genuinely cannot free enough room on the system drive, Windows will offer to use external storage to stage the update. A 16 GB or larger USB stick is enough for most cases, and it is a supported route rather than a workaround. Worth knowing about before you start deleting things you would rather keep.
What only looks like a fix
- Deleting things inside
C:\Windows\System32orProgram Files. No exceptions, whatever a forum post claims. Uninstall applications properly instead. - Turning off reserved storage. It is possible, and it frees several GB immediately — but you are switching off the mechanism that exists to stop exactly this problem, and you will meet it again next time.
- Running a registry cleaner. It frees no meaningful disk space. Whatever else is said about registry cleaning, it is not an answer to a full drive.
What we automate — and why it will not fix this on its own
Being straight about this, because it would be easy not to be.
PC AutoPilot cleans your temporary files folder, browser caches for Chrome, Edge and Firefox, the thumbnail cache, recent-file shortcuts and Windows error reports. On one real machine we measured 209 MB present in the temp folder, of which 200 MB was locked by running programs and about 9 MB was genuinely removable.
That is a useful thing to have happen automatically. It is not 20 GB, and if this article is the reason you are here, our product is probably not the tool that gets your update installed today. Disk Cleanup's "Clean up system files" is — it is free, it is already on your PC, and it reaches the system-level items that need administrator rights, which we deliberately do not touch.
What we are actually for is the other half of the problem: the quiet accumulation that took you from comfortable to 2 GB free without you noticing. That is a maintenance problem, and maintenance is the part people stop doing.
After the update installs
You will very likely find Windows.old back again, holding another 20-odd GB, because the update you just installed created a new rollback point. It removes itself automatically after about ten days. If you need the space sooner and you are happy with the new version, Disk Cleanup will take it now.