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 containsFrequencySize/impact
Quality updateSecurity patches, bug fixes — cumulative, each one includes every previous fixMonthly ("Patch Tuesday")Smaller, faster install, usually one reboot
Feature updateA genuine version upgrade — new capabilities, UI changes, sometimes new minimum requirementsRoughly 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:

Storage Sense can silently reverse a Chapter 3 decision
Storage Sense can automatically convert locally available OneDrive files back into cloud-only placeholders if they haven't been opened recently — exactly the placeholder state Chapter 3 covered as Files On-Demand's own default behavior. A file explicitly downloaded, or even one manually marked "Always keep on this device," can still be affected unless that setting is genuinely respected by the configured Storage Sense policy — worth checking directly if a previously-available file mysteriously needs an internet connection to open again.

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.

Checking update history before assuming something is broken
Settings > Windows Update > Update history lists every update actually installed, with success/failure status for each — a fast first check when a machine seems to be behaving differently after "something updated," rather than guessing at which update might be responsible.
A large feature update needs real free space first
A feature update effectively stages a near-complete secondary copy of core Windows components before switching over, and can fail partway through — or refuse to start at all — on a drive that's nearly full. Running Disk Cleanup's own system file cleanup or reviewing Storage Sense's own recent activity before a feature update is due is a genuinely useful habit, not just general housekeeping.

Hands-On Exercises

Exercise 1

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 solution
Exercise 2

A 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 solution
Exercise 3

Explain why Disk Cleanup, a tool that predates Storage Sense by over a decade, is still genuinely useful today rather than fully superseded.

📄 View solution

Chapter 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