Windows Update & Everyday Maintenance
Windows 11 Fundamentals
Chapter 8 · Windows Update & Everyday Maintenance
Chapter 7 previewed one specific Windows Update behavior — deferring on a metered connection — without explaining the update system itself. This chapter covers that system properly, plus the two maintenance tools (Storage Sense and Disk Cleanup) that quietly keep a drive from filling up, one of which reaches directly back into Chapter 3's own OneDrive material.
Feature Updates vs. Quality Updates
| What it contains | Frequency | Size/impact | |
|---|---|---|---|
| Quality update | Security patches, bug fixes — cumulative, each one includes every previous fix | Monthly ("Patch Tuesday") | Smaller, faster install, usually one reboot |
| Feature update | A genuine version upgrade — new capabilities, UI changes, sometimes new minimum requirements | Roughly annual (e.g. 22H2, 23H2, 24H2) | Much larger, effectively a mini-reinstall of core components |
Chapter 7's own metered-connection behavior applies most visibly to quality updates, since they're the ones downloading silently and often in the background; a feature update is large enough that Windows typically prompts explicitly before installing it, rather than pushing it through unannounced the way a routine quality update can.
Deferral & Pausing
Settings > Windows Update > Advanced options allows pausing updates entirely for up to five weeks — useful before an important presentation or demo where an unexpected reboot would be genuinely disruptive — plus "Active hours," a window during which Windows won't automatically restart to finish installing an update already downloaded. Organizations manage this at scale through Windows Update for Business policies, deferring feature and quality updates independently by a configured number of days — a topic that belongs to real IT administration rather than this course's own individual-workstation scope.
Storage Sense
Storage Sense (Settings > System > Storage) automatically frees disk space on a schedule: temporary files, items sitting in the Recycle Bin past a configurable age, and downloads folder items past a configurable age. Its most genuinely OneDrive-aware behavior, though, is this:
Disk Cleanup — the Legacy Tool That's Still Genuinely Useful
cleanmgr.exe predates Storage Sense by well over a decade and still exists, unmigrated, as one more instance of Chapter 5's own "not migrated at all" category. It remains the most direct way to reach two things Storage Sense doesn't cover at all: system file cleanup (old Windows Update installation files, previous-version rollback data) and the WinSxS component store (the side-by-side assembly cache backing Windows's own servicing and update model) — both genuinely capable of reclaiming several gigabytes on a machine that's been through a few feature updates.
Hands-On Exercises
Using this chapter's own compare-table, explain why a quality update is far more likely to install silently in the background than a feature update, and why that difference matters for someone on a metered connection per Chapter 7.
📄 View solutionA user marked an important file "Always keep on this device" in Chapter 3, but months later finds it needs to download again before opening. Using this chapter's own finding-box, explain what most likely happened.
📄 View solutionExplain why Disk Cleanup, a tool that predates Storage Sense by over a decade, is still genuinely useful today rather than fully superseded.
📄 View solutionChapter 8 Quick Reference
- Quality updates — monthly, cumulative, security/bug fixes; feature updates — roughly annual, much larger, a real version upgrade
- Pausing updates (up to 5 weeks) and Active hours both exist for genuinely disruptive-timing scenarios
- Storage Sense can silently convert a locally available OneDrive file back to a cloud-only placeholder — revisiting Chapter 3's own Files On-Demand mechanism
- Disk Cleanup — legacy but still uniquely useful for system files and the WinSxS component store
- Free space matters before a feature update — it stages a near-complete secondary copy first
- Next chapter: Built-in Security Features